@charset "UTF-8";
/*
Theme Name: Demandbase
Theme URI: https://www.demandbase.com
Author: Demandbase, Inc.
Author URI: https://www.demandbase.com
Description: A custom wordpress theme using the advanced custom fields pro plugin for content management.
Version: 2.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize v8.0.0
# Bootstrap 3.3.7 // 3.3.5 for now
# FontAwesome 5.0.11
# Nice-Select 1.1.0
# JS Socials 1.4.0
# Slick Slider
# Animate 3.5.2
# jQCloud 2.0.3
# Site Variables
# Site Mixins
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Media
    ## Embed, iFrame, object
	## Media Captions
	## Media Galleries
# ACF Modules
	## Common
	## Resource Modules
	## Event Page Modules
	## Page Modules
# Content
	## Blog Posts
	## Press Releases
# Default - general rules for demandbase.com
# ACF Modules
# Pages

------------------------------------------------------------

*/
/*--------------------------------------------------------------
# Normalize v8.0.0
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Lexend+Deca:wght@300;400;700&display=swap");
@import url("https://p.typekit.net/p.css?s=1&k=iss3bgb&ht=tk&f=17265.17266.17267.17268.17269.17270.17271.17272.17273.17274.17275.17276&a=55496908&app=typekit&e=css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Bootstrap 3.3.7 //TODO:[done] commented out page-header definition in _type.scss
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .md-center-vertical {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #535762;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #535762;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #303239;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.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-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cfd0d3;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a6a8ad;
}

.table-hover .table-primary:hover {
  background-color: #c2c3c7;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c2c3c7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9296a3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 87, 98, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 87, 98, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #535762;
  border-color: #535762;
}

.btn-primary:hover {
  color: #fff;
  background-color: #41454d;
  border-color: #3c3e46;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #41454d;
  border-color: #3c3e46;
  box-shadow: 0 0 0 0.2rem rgba(109, 112, 122, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #535762;
  border-color: #535762;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.nice-select.open:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3c3e46;
  border-color: #36383f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 112, 122, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success.nice-select.open:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info.nice-select.open:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.nice-select.open:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.nice-select.open:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light.nice-select.open:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.nice-select.open:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #535762;
  border-color: #535762;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #535762;
  border-color: #535762;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 87, 98, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #535762;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #535762;
  border-color: #535762;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 87, 98, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #535762;
  text-decoration: none;
}

.btn-link:hover {
  color: #303239;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item.nice-select.open {
  color: #fff;
  text-decoration: none;
  background-color: #535762;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.nice-select.open, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.nice-select.open,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #535762;
  background-color: #535762;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(83, 87, 98, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9296a3;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-control-input.nice-select.open:not(:disabled) ~ .custom-control-label::before {
  color: #fff;
  background-color: #aeb1ba;
  border-color: #aeb1ba;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.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='%23fff' 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:indeterminate ~ .custom-control-label::before {
  border-color: #535762;
  background-color: #535762;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(83, 87, 98, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(83, 87, 98, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(83, 87, 98, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(83, 87, 98, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #9296a3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 87, 98, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #9296a3;
  box-shadow: 0 0 0 0.2rem rgba(83, 87, 98, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(83, 87, 98, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(83, 87, 98, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(83, 87, 98, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #535762;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active, .custom-range.nice-select.open::-webkit-slider-thumb {
  background-color: #aeb1ba;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #535762;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active, .custom-range.nice-select.open::-moz-range-thumb {
  background-color: #aeb1ba;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #535762;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active, .custom-range.nice-select.open::-ms-thumb {
  background-color: #aeb1ba;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #535762;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #535762;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #303239;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 87, 98, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #535762;
  border-color: #535762;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #535762;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #3c3e46;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 87, 98, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #2b2d33;
  background-color: #dddde0;
  border-color: #cfd0d3;
}

.alert-primary hr {
  border-top-color: #c2c3c7;
}

.alert-primary .alert-link {
  color: #141517;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #535762;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active, .list-group-item-action.nice-select.open {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #535762;
  border-color: #535762;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #2b2d33;
  background-color: #cfd0d3;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2b2d33;
  background-color: #c2c3c7;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2b2d33;
  border-color: #2b2d33;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #535762 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3c3e46 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #535762 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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: 992px) {
  .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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !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: 1200px) {
  .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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-90 {
  width: 90% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-90 {
  height: 90% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 5rem !important;
}

.m-15 {
  margin: 30px !important;
}

.mt-15,
.my-15 {
  margin-top: 30px !important;
}

.mr-15,
.mx-15 {
  margin-right: 30px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 30px !important;
}

.ml-15,
.mx-15 {
  margin-left: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45,
.my-45 {
  margin-top: 45px !important;
}

.mr-45,
.mx-45 {
  margin-right: 45px !important;
}

.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}

.ml-45,
.mx-45 {
  margin-left: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mr-50,
.mx-50 {
  margin-right: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.ml-50,
.mx-50 {
  margin-left: 50px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70,
.my-70 {
  margin-top: 70px !important;
}

.mr-70,
.mx-70 {
  margin-right: 70px !important;
}

.mb-70,
.my-70 {
  margin-bottom: 70px !important;
}

.ml-70,
.mx-70 {
  margin-left: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80,
.my-80 {
  margin-top: 80px !important;
}

.mr-80,
.mx-80 {
  margin-right: 80px !important;
}

.mb-80,
.my-80 {
  margin-bottom: 80px !important;
}

.ml-80,
.mx-80 {
  margin-left: 80px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100,
.my-100 {
  margin-top: 100px !important;
}

.mr-100,
.mx-100 {
  margin-right: 100px !important;
}

.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}

.ml-100,
.mx-100 {
  margin-left: 100px !important;
}

.m-200 {
  margin: 200px !important;
}

.mt-200,
.my-200 {
  margin-top: 200px !important;
}

.mr-200,
.mx-200 {
  margin-right: 200px !important;
}

.mb-200,
.my-200 {
  margin-bottom: 200px !important;
}

.ml-200,
.mx-200 {
  margin-left: 200px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 5rem !important;
}

.p-15 {
  padding: 30px !important;
}

.pt-15,
.py-15 {
  padding-top: 30px !important;
}

.pr-15,
.px-15 {
  padding-right: 30px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 30px !important;
}

.pl-15,
.px-15 {
  padding-left: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45,
.py-45 {
  padding-top: 45px !important;
}

.pr-45,
.px-45 {
  padding-right: 45px !important;
}

.pb-45,
.py-45 {
  padding-bottom: 45px !important;
}

.pl-45,
.px-45 {
  padding-left: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50,
.py-50 {
  padding-top: 50px !important;
}

.pr-50,
.px-50 {
  padding-right: 50px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

.pl-50,
.px-50 {
  padding-left: 50px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70,
.py-70 {
  padding-top: 70px !important;
}

.pr-70,
.px-70 {
  padding-right: 70px !important;
}

.pb-70,
.py-70 {
  padding-bottom: 70px !important;
}

.pl-70,
.px-70 {
  padding-left: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80,
.py-80 {
  padding-top: 80px !important;
}

.pr-80,
.px-80 {
  padding-right: 80px !important;
}

.pb-80,
.py-80 {
  padding-bottom: 80px !important;
}

.pl-80,
.px-80 {
  padding-left: 80px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pr-100,
.px-100 {
  padding-right: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pl-100,
.px-100 {
  padding-left: 100px !important;
}

.p-200 {
  padding: 200px !important;
}

.pt-200,
.py-200 {
  padding-top: 200px !important;
}

.pr-200,
.px-200 {
  padding-right: 200px !important;
}

.pb-200,
.py-200 {
  padding-bottom: 200px !important;
}

.pl-200,
.px-200 {
  padding-left: 200px !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -5rem !important;
}

.m-n15 {
  margin: -30px !important;
}

.mt-n15,
.my-n15 {
  margin-top: -30px !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -30px !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -30px !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -30px !important;
}

.m-n30 {
  margin: -30px !important;
}

.mt-n30,
.my-n30 {
  margin-top: -30px !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -30px !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30px !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -30px !important;
}

.m-n45 {
  margin: -45px !important;
}

.mt-n45,
.my-n45 {
  margin-top: -45px !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -45px !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -45px !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -45px !important;
}

.m-n50 {
  margin: -50px !important;
}

.mt-n50,
.my-n50 {
  margin-top: -50px !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -50px !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -50px !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -50px !important;
}

.m-n70 {
  margin: -70px !important;
}

.mt-n70,
.my-n70 {
  margin-top: -70px !important;
}

.mr-n70,
.mx-n70 {
  margin-right: -70px !important;
}

.mb-n70,
.my-n70 {
  margin-bottom: -70px !important;
}

.ml-n70,
.mx-n70 {
  margin-left: -70px !important;
}

.m-n80 {
  margin: -80px !important;
}

.mt-n80,
.my-n80 {
  margin-top: -80px !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -80px !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -80px !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -80px !important;
}

.m-n100 {
  margin: -100px !important;
}

.mt-n100,
.my-n100 {
  margin-top: -100px !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -100px !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -100px !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -100px !important;
}

.m-n200 {
  margin: -200px !important;
}

.mt-n200,
.my-n200 {
  margin-top: -200px !important;
}

.mr-n200,
.mx-n200 {
  margin-right: -200px !important;
}

.mb-n200,
.my-n200 {
  margin-bottom: -200px !important;
}

.ml-n200,
.mx-n200 {
  margin-left: -200px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 5rem !important;
  }
  .m-sm-15 {
    margin: 30px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 30px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 30px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 30px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 30px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 200px !important;
  }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 200px !important;
  }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 200px !important;
  }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 200px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5rem !important;
  }
  .p-sm-15 {
    padding: 30px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 30px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 30px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 30px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 30px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 200px !important;
  }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 200px !important;
  }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 200px !important;
  }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 200px !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -5rem !important;
  }
  .m-sm-n15 {
    margin: -30px !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -30px !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -30px !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -30px !important;
  }
  .m-sm-n30 {
    margin: -30px !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !important;
  }
  .m-sm-n45 {
    margin: -45px !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -45px !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -45px !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -45px !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -45px !important;
  }
  .m-sm-n50 {
    margin: -50px !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -50px !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -50px !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -50px !important;
  }
  .m-sm-n70 {
    margin: -70px !important;
  }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -70px !important;
  }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -70px !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -70px !important;
  }
  .m-sm-n80 {
    margin: -80px !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important;
  }
  .m-sm-n100 {
    margin: -100px !important;
  }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -100px !important;
  }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -100px !important;
  }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -100px !important;
  }
  .m-sm-n200 {
    margin: -200px !important;
  }
  .mt-sm-n200,
  .my-sm-n200 {
    margin-top: -200px !important;
  }
  .mr-sm-n200,
  .mx-sm-n200 {
    margin-right: -200px !important;
  }
  .mb-sm-n200,
  .my-sm-n200 {
    margin-bottom: -200px !important;
  }
  .ml-sm-n200,
  .mx-sm-n200 {
    margin-left: -200px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 5rem !important;
  }
  .m-md-15 {
    margin: 30px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 30px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 30px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 30px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 30px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-45 {
    margin: 45px !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
  .mt-md-200,
  .my-md-200 {
    margin-top: 200px !important;
  }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 200px !important;
  }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 200px !important;
  }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 200px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 5rem !important;
  }
  .p-md-15 {
    padding: 30px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 30px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 30px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 30px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
  .pt-md-200,
  .py-md-200 {
    padding-top: 200px !important;
  }
  .pr-md-200,
  .px-md-200 {
    padding-right: 200px !important;
  }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 200px !important;
  }
  .pl-md-200,
  .px-md-200 {
    padding-left: 200px !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -5rem !important;
  }
  .m-md-n15 {
    margin: -30px !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -30px !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -30px !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -30px !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -30px !important;
  }
  .m-md-n30 {
    margin: -30px !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !important;
  }
  .m-md-n45 {
    margin: -45px !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -45px !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -45px !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -45px !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -45px !important;
  }
  .m-md-n50 {
    margin: -50px !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -50px !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -50px !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -50px !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -50px !important;
  }
  .m-md-n70 {
    margin: -70px !important;
  }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -70px !important;
  }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -70px !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -70px !important;
  }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -70px !important;
  }
  .m-md-n80 {
    margin: -80px !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important;
  }
  .m-md-n100 {
    margin: -100px !important;
  }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -100px !important;
  }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -100px !important;
  }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -100px !important;
  }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -100px !important;
  }
  .m-md-n200 {
    margin: -200px !important;
  }
  .mt-md-n200,
  .my-md-n200 {
    margin-top: -200px !important;
  }
  .mr-md-n200,
  .mx-md-n200 {
    margin-right: -200px !important;
  }
  .mb-md-n200,
  .my-md-n200 {
    margin-bottom: -200px !important;
  }
  .ml-md-n200,
  .mx-md-n200 {
    margin-left: -200px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 5rem !important;
  }
  .m-lg-15 {
    margin: 30px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 30px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 30px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 30px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 30px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-45 {
    margin: 45px !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 200px !important;
  }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 200px !important;
  }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 200px !important;
  }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 200px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5rem !important;
  }
  .p-lg-15 {
    padding: 30px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 30px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 30px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 30px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 200px !important;
  }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 200px !important;
  }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 200px !important;
  }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 200px !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -5rem !important;
  }
  .m-lg-n15 {
    margin: -30px !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -30px !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -30px !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -30px !important;
  }
  .m-lg-n30 {
    margin: -30px !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !important;
  }
  .m-lg-n45 {
    margin: -45px !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -45px !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -45px !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -45px !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -45px !important;
  }
  .m-lg-n50 {
    margin: -50px !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -50px !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -50px !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -50px !important;
  }
  .m-lg-n70 {
    margin: -70px !important;
  }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -70px !important;
  }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -70px !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -70px !important;
  }
  .m-lg-n80 {
    margin: -80px !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important;
  }
  .m-lg-n100 {
    margin: -100px !important;
  }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -100px !important;
  }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -100px !important;
  }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -100px !important;
  }
  .m-lg-n200 {
    margin: -200px !important;
  }
  .mt-lg-n200,
  .my-lg-n200 {
    margin-top: -200px !important;
  }
  .mr-lg-n200,
  .mx-lg-n200 {
    margin-right: -200px !important;
  }
  .mb-lg-n200,
  .my-lg-n200 {
    margin-bottom: -200px !important;
  }
  .ml-lg-n200,
  .mx-lg-n200 {
    margin-left: -200px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 5rem !important;
  }
  .m-xl-15 {
    margin: 30px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 30px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 30px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 30px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 30px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-45 {
    margin: 45px !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 45px !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 45px !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 45px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important;
  }
  .m-xl-200 {
    margin: 200px !important;
  }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 200px !important;
  }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 200px !important;
  }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 200px !important;
  }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 200px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 5rem !important;
  }
  .p-xl-15 {
    padding: 30px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 30px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 30px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 30px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 30px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 45px !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 45px !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 45px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 200px !important;
  }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 200px !important;
  }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 200px !important;
  }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 200px !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -5rem !important;
  }
  .m-xl-n15 {
    margin: -30px !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -30px !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -30px !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -30px !important;
  }
  .m-xl-n30 {
    margin: -30px !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !important;
  }
  .m-xl-n45 {
    margin: -45px !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -45px !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -45px !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -45px !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -45px !important;
  }
  .m-xl-n50 {
    margin: -50px !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -50px !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -50px !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -50px !important;
  }
  .m-xl-n70 {
    margin: -70px !important;
  }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -70px !important;
  }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -70px !important;
  }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -70px !important;
  }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -70px !important;
  }
  .m-xl-n80 {
    margin: -80px !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important;
  }
  .m-xl-n100 {
    margin: -100px !important;
  }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -100px !important;
  }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -100px !important;
  }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -100px !important;
  }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -100px !important;
  }
  .m-xl-n200 {
    margin: -200px !important;
  }
  .mt-xl-n200,
  .my-xl-n200 {
    margin-top: -200px !important;
  }
  .mr-xl-n200,
  .mx-xl-n200 {
    margin-right: -200px !important;
  }
  .mb-xl-n200,
  .my-xl-n200 {
    margin-bottom: -200px !important;
  }
  .ml-xl-n200,
  .mx-xl-n200 {
    margin-left: -200px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #535762 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #303239 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.mdb-color.lighten-5 {
  background-color: #d0d6e2 !important;
}

.mdb-color.lighten-4 {
  background-color: #b1bace !important;
}

.mdb-color.lighten-3 {
  background-color: #929fba !important;
}

.mdb-color.lighten-2 {
  background-color: #7283a7 !important;
}

.mdb-color.lighten-1 {
  background-color: #59698d !important;
}

.mdb-color {
  background-color: #45526e !important;
}

.mdb-color-text {
  color: #45526e !important;
}

.rgba-mdb-color-slight,
.rgba-mdb-color-slight:after {
  background-color: rgba(69, 82, 110, 0.1);
}

.rgba-mdb-color-light,
.rgba-mdb-color-light:after {
  background-color: rgba(69, 82, 110, 0.3);
}

.rgba-mdb-color-strong,
.rgba-mdb-color-strong:after {
  background-color: rgba(69, 82, 110, 0.7);
}

.mdb-color.darken-1 {
  background-color: #3b465e !important;
}

.mdb-color.darken-2 {
  background-color: #2e3951 !important;
}

.mdb-color.darken-3 {
  background-color: #1c2a48 !important;
}

.mdb-color.darken-4 {
  background-color: #1c2331 !important;
}

.red.lighten-5 {
  background-color: #ffebee !important;
}

.red.lighten-4 {
  background-color: #ffcdd2 !important;
}

.red.lighten-3 {
  background-color: #ef9a9a !important;
}

.red.lighten-2 {
  background-color: #e57373 !important;
}

.red.lighten-1 {
  background-color: #ef5350 !important;
}

.red {
  background-color: #f44336 !important;
}

.red-text {
  color: #f44336 !important;
}

.rgba-red-slight,
.rgba-red-slight:after {
  background-color: rgba(244, 67, 54, 0.1);
}

.rgba-red-light,
.rgba-red-light:after {
  background-color: rgba(244, 67, 54, 0.3);
}

.rgba-red-strong,
.rgba-red-strong:after {
  background-color: rgba(244, 67, 54, 0.7);
}

.red.darken-1 {
  background-color: #e53935 !important;
}

.red.darken-2 {
  background-color: #d32f2f !important;
}

.red.darken-3 {
  background-color: #c62828 !important;
}

.red.darken-4 {
  background-color: #b71c1c !important;
}

.red.accent-1 {
  background-color: #ff8a80 !important;
}

.red.accent-2 {
  background-color: #ff5252 !important;
}

.red.accent-3 {
  background-color: #ff1744 !important;
}

.red.accent-4 {
  background-color: #d50000 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.rgba-pink-slight,
.rgba-pink-slight:after {
  background-color: rgba(233, 30, 99, 0.1);
}

.rgba-pink-light,
.rgba-pink-light:after {
  background-color: rgba(233, 30, 99, 0.3);
}

.rgba-pink-strong,
.rgba-pink-strong:after {
  background-color: rgba(233, 30, 99, 0.7);
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.rgba-purple-slight,
.rgba-purple-slight:after {
  background-color: rgba(156, 39, 176, 0.1);
}

.rgba-purple-light,
.rgba-purple-light:after {
  background-color: rgba(156, 39, 176, 0.3);
}

.rgba-purple-strong,
.rgba-purple-strong:after {
  background-color: rgba(156, 39, 176, 0.7);
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #a0f !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.rgba-deep-purple-slight,
.rgba-deep-purple-slight:after {
  background-color: rgba(103, 58, 183, 0.1);
}

.rgba-deep-purple-light,
.rgba-deep-purple-light:after {
  background-color: rgba(103, 58, 183, 0.3);
}

.rgba-deep-purple-strong,
.rgba-deep-purple-strong:after {
  background-color: rgba(103, 58, 183, 0.7);
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.rgba-indigo-slight,
.rgba-indigo-slight:after {
  background-color: rgba(63, 81, 181, 0.1);
}

.rgba-indigo-light,
.rgba-indigo-light:after {
  background-color: rgba(63, 81, 181, 0.3);
}

.rgba-indigo-strong,
.rgba-indigo-strong:after {
  background-color: rgba(63, 81, 181, 0.7);
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.blue.lighten-5 {
  background-color: #e3f2fd !important;
}

.blue.lighten-4 {
  background-color: #bbdefb !important;
}

.blue.lighten-3 {
  background-color: #90caf9 !important;
}

.blue.lighten-2 {
  background-color: #64b5f6 !important;
}

.blue.lighten-1 {
  background-color: #42a5f5 !important;
}

.blue {
  background-color: #2196f3 !important;
}

.blue-text {
  color: #2196f3 !important;
}

.rgba-blue-slight,
.rgba-blue-slight:after {
  background-color: rgba(33, 150, 243, 0.1);
}

.rgba-blue-light,
.rgba-blue-light:after {
  background-color: rgba(33, 150, 243, 0.3);
}

.rgba-blue-strong,
.rgba-blue-strong:after {
  background-color: rgba(33, 150, 243, 0.7);
}

.blue.darken-1 {
  background-color: #1e88e5 !important;
}

.blue.darken-2 {
  background-color: #1976d2 !important;
}

.blue.darken-3 {
  background-color: #1565c0 !important;
}

.blue.darken-4 {
  background-color: #0d47a1 !important;
}

.blue.accent-1 {
  background-color: #82b1ff !important;
}

.blue.accent-2 {
  background-color: #448aff !important;
}

.blue.accent-3 {
  background-color: #2979ff !important;
}

.blue.accent-4 {
  background-color: #2962ff !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.rgba-light-blue-slight,
.rgba-light-blue-slight:after {
  background-color: rgba(3, 169, 244, 0.1);
}

.rgba-light-blue-light,
.rgba-light-blue-light:after {
  background-color: rgba(3, 169, 244, 0.3);
}

.rgba-light-blue-strong,
.rgba-light-blue-strong:after {
  background-color: rgba(3, 169, 244, 0.7);
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.rgba-cyan-slight,
.rgba-cyan-slight:after {
  background-color: rgba(0, 188, 212, 0.1);
}

.rgba-cyan-light,
.rgba-cyan-light:after {
  background-color: rgba(0, 188, 212, 0.3);
}

.rgba-cyan-strong,
.rgba-cyan-strong:after {
  background-color: rgba(0, 188, 212, 0.7);
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.rgba-teal-slight,
.rgba-teal-slight:after {
  background-color: rgba(0, 150, 136, 0.1);
}

.rgba-teal-light,
.rgba-teal-light:after {
  background-color: rgba(0, 150, 136, 0.3);
}

.rgba-teal-strong,
.rgba-teal-strong:after {
  background-color: rgba(0, 150, 136, 0.7);
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.green.lighten-5 {
  background-color: #e8f5e9 !important;
}

.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

.green.lighten-3 {
  background-color: #a5d6a7 !important;
}

.green.lighten-2 {
  background-color: #81c784 !important;
}

.green.lighten-1 {
  background-color: #66bb6a !important;
}

.green {
  background-color: #4caf50 !important;
}

.green-text {
  color: #4caf50 !important;
}

.rgba-green-slight,
.rgba-green-slight:after {
  background-color: rgba(76, 175, 80, 0.1);
}

.rgba-green-light,
.rgba-green-light:after {
  background-color: rgba(76, 175, 80, 0.3);
}

.rgba-green-strong,
.rgba-green-strong:after {
  background-color: rgba(76, 175, 80, 0.7);
}

.green.darken-1 {
  background-color: #43a047 !important;
}

.green.darken-2 {
  background-color: #388e3c !important;
}

.green.darken-3 {
  background-color: #2e7d32 !important;
}

.green.darken-4 {
  background-color: #1b5e20 !important;
}

.green.accent-1 {
  background-color: #b9f6ca !important;
}

.green.accent-2 {
  background-color: #69f0ae !important;
}

.green.accent-3 {
  background-color: #00e676 !important;
}

.green.accent-4 {
  background-color: #00c853 !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.rgba-light-green-slight,
.rgba-light-green-slight:after {
  background-color: rgba(139, 195, 74, 0.1);
}

.rgba-light-green-light,
.rgba-light-green-light:after {
  background-color: rgba(139, 195, 74, 0.3);
}

.rgba-light-green-strong,
.rgba-light-green-strong:after {
  background-color: rgba(139, 195, 74, 0.7);
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.rgba-lime-slight,
.rgba-lime-slight:after {
  background-color: rgba(205, 220, 57, 0.1);
}

.rgba-lime-light,
.rgba-lime-light:after {
  background-color: rgba(205, 220, 57, 0.3);
}

.rgba-lime-strong,
.rgba-lime-strong:after {
  background-color: rgba(205, 220, 57, 0.7);
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.rgba-yellow-slight,
.rgba-yellow-slight:after {
  background-color: rgba(255, 235, 59, 0.1);
}

.rgba-yellow-light,
.rgba-yellow-light:after {
  background-color: rgba(255, 235, 59, 0.3);
}

.rgba-yellow-strong,
.rgba-yellow-strong:after {
  background-color: rgba(255, 235, 59, 0.7);
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ff0 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.rgba-amber-slight,
.rgba-amber-slight:after {
  background-color: rgba(255, 193, 7, 0.1);
}

.rgba-amber-light,
.rgba-amber-light:after {
  background-color: rgba(255, 193, 7, 0.3);
}

.rgba-amber-strong,
.rgba-amber-strong:after {
  background-color: rgba(255, 193, 7, 0.7);
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.rgba-orange-slight,
.rgba-orange-slight:after {
  background-color: rgba(255, 152, 0, 0.1);
}

.rgba-orange-light,
.rgba-orange-light:after {
  background-color: rgba(255, 152, 0, 0.3);
}

.rgba-orange-strong,
.rgba-orange-strong:after {
  background-color: rgba(255, 152, 0, 0.7);
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.rgba-deep-orange-slight,
.rgba-deep-orange-slight:after {
  background-color: rgba(255, 87, 34, 0.1);
}

.rgba-deep-orange-light,
.rgba-deep-orange-light:after {
  background-color: rgba(255, 87, 34, 0.3);
}

.rgba-deep-orange-strong,
.rgba-deep-orange-strong:after {
  background-color: rgba(255, 87, 34, 0.7);
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.rgba-brown-slight,
.rgba-brown-slight:after {
  background-color: rgba(121, 85, 72, 0.1);
}

.rgba-brown-light,
.rgba-brown-light:after {
  background-color: rgba(121, 85, 72, 0.3);
}

.rgba-brown-strong,
.rgba-brown-strong:after {
  background-color: rgba(121, 85, 72, 0.7);
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.rgba-blue-grey-slight,
.rgba-blue-grey-slight:after {
  background-color: rgba(96, 125, 139, 0.1);
}

.rgba-blue-grey-light,
.rgba-blue-grey-light:after {
  background-color: rgba(96, 125, 139, 0.3);
}

.rgba-blue-grey-strong,
.rgba-blue-grey-strong:after {
  background-color: rgba(96, 125, 139, 0.7);
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.rgba-grey-slight,
.rgba-grey-slight:after {
  background-color: rgba(158, 158, 158, 0.1);
}

.rgba-grey-light,
.rgba-grey-light:after {
  background-color: rgba(158, 158, 158, 0.3);
}

.rgba-grey-strong,
.rgba-grey-strong:after {
  background-color: rgba(158, 158, 158, 0.7);
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.black {
  background-color: #000 !important;
}

.black-text {
  color: #000 !important;
}

.rgba-black-slight,
.rgba-black-slight:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.rgba-black-light,
.rgba-black-light:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.rgba-black-strong,
.rgba-black-strong:after {
  background-color: rgba(0, 0, 0, 0.7);
}

.white {
  background-color: #fff !important;
}

.white-text {
  color: #fff !important;
}

.rgba-white-slight,
.rgba-white-slight:after {
  background-color: rgba(255, 255, 255, 0.1);
}

.rgba-white-light,
.rgba-white-light:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.rgba-white-strong,
.rgba-white-strong:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.rgba-stylish-slight {
  background-color: rgba(62, 69, 81, 0.1);
}

.rgba-stylish-light {
  background-color: rgba(62, 69, 81, 0.3);
}

.rgba-stylish-strong {
  background-color: rgba(62, 69, 81, 0.7);
}

.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
  background-color: #4285f4 !important;
}

.primary-color-dark {
  background-color: #0d47a1 !important;
}

.secondary-color {
  background-color: #a6c !important;
}

.secondary-color-dark {
  background-color: #93c !important;
}

.default-color {
  background-color: #2bbbad !important;
}

.default-color-dark {
  background-color: #00695c !important;
}

.info-color {
  background-color: #33b5e5 !important;
}

.info-color-dark {
  background-color: #09c !important;
}

.success-color {
  background-color: #00c851 !important;
}

.success-color-dark {
  background-color: #007e33 !important;
}

.warning-color {
  background-color: #fb3 !important;
}

.warning-color-dark {
  background-color: #f80 !important;
}

.danger-color, ul.stepper li.warning a .circle {
  background-color: #ff3547 !important;
}

.danger-color-dark {
  background-color: #c00 !important;
}

.elegant-color {
  background-color: #2e2e2e !important;
}

.elegant-color-dark {
  background-color: #212121 !important;
}

.stylish-color {
  background-color: #4b515d !important;
}

.stylish-color-dark {
  background-color: #3e4551 !important;
}

.unique-color {
  background-color: #3f729b !important;
}

.unique-color-dark {
  background-color: #1c2331 !important;
}

.special-color {
  background-color: #37474f !important;
}

.special-color-dark {
  background-color: #263238 !important;
}

.purple-gradient {
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

.peach-gradient {
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}

.aqua-gradient {
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

.blue-gradient {
  background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.purple-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 110, 196, 0.9), rgba(120, 115, 245, 0.9)) !important;
}

.peach-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 216, 111, 0.9), rgba(252, 98, 98, 0.9)) !important;
}

.aqua-gradient-rgba {
  background: linear-gradient(40deg, rgba(32, 150, 255, 0.9), rgba(5, 255, 163, 0.9)) !important;
}

.blue-gradient-rgba {
  background: linear-gradient(40deg, rgba(69, 202, 252, 0.9), rgba(48, 63, 159, 0.9)) !important;
}

.dark-grey-text {
  color: #4f4f4f !important;
}

.dark-grey-text:hover, .dark-grey-text:focus {
  color: #4f4f4f !important;
}

.hoverable {
  box-shadow: none;
  transition: all 0.55s ease-in-out;
}

.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.55s ease-in-out;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

.disabled,
:disabled {
  pointer-events: none !important;
}

a {
  color: #535762;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #303239;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a.disabled:hover, a:disabled:hover {
  color: #535762;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

.divider-new {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}

.divider-new > h1, .divider-new h2, .divider-new h3, .divider-new h4, .divider-new h5, .divider-new h6 {
  margin-bottom: 0;
}

.divider-new:before, .divider-new:after {
  flex: 1 1;
  height: 1.5px;
  height: 2px;
  content: "";
  background: #c6c6c6;
}

.divider-new:before {
  margin: 0 0.5rem 0 0;
}

.divider-new:after {
  margin: 0 0 0 0.5rem;
}

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header,
.video-fluid {
  max-width: 100%;
  height: auto;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.flex-center p {
  margin: 0;
}

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

.flex-center ul li {
  margin-bottom: 1rem;
}

.flex-center ul li:last-of-type {
  margin-bottom: 0;
}

.hr-light {
  border-top: 1px solid #fff;
}

.hr-dark {
  border-top: 1px solid #666;
}

.w-responsive {
  width: 75%;
}

@media (max-width: 740px) {
  .w-responsive {
    width: 100%;
  }
}

.w-header {
  width: 3.2rem;
}

.collapsible-body {
  display: none;
}

.jumbotron {
  background-color: #fff;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.bg-primary {
  background-color: #4285f4 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1266f1 !important;
}

.border-primary {
  border-color: #4285f4 !important;
}

.bg-danger {
  background-color: #ff3547 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0219 !important;
}

.border-danger {
  border-color: #ff3547 !important;
}

.bg-warning {
  background-color: #fb3 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffaa00 !important;
}

.border-warning {
  border-color: #fb3 !important;
}

.bg-success {
  background-color: #00c851 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00953c !important;
}

.border-success {
  border-color: #00c851 !important;
}

.bg-info {
  background-color: #33b5e5 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1a9bcb !important;
}

.border-info {
  border-color: #33b5e5 !important;
}

.bg-default {
  background-color: #2bbbad !important;
}

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #219287 !important;
}

.border-default {
  border-color: #2bbbad !important;
}

.bg-secondary {
  background-color: #a6c !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #9540bf !important;
}

.border-secondary {
  border-color: #a6c !important;
}

.bg-dark {
  background-color: #212121 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #080808 !important;
}

.border-dark {
  border-color: #212121 !important;
}

.bg-light {
  background-color: #e0e0e0 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c7c7c7 !important;
}

.border-light {
  border-color: #e0e0e0 !important;
}

.card-img-100 {
  width: 100px;
  height: 100px;
}

.card-img-64 {
  width: 64px;
  height: 64px;
}

.mml-1 {
  margin-left: -0.25rem !important;
}

.flex-1 {
  flex: 1 1;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.blockquote {
  padding: 0.5rem 1rem;
  border-left: .25rem solid #eceeef;
}

.blockquote.text-right {
  border-right: .25rem solid #eceeef;
  border-left: none;
}

.blockquote .bq-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.blockquote p {
  padding: 1rem 0;
  font-size: 1.1rem;
}

.bq-primary {
  border-left: 3px solid #4285f4 !important;
}

.bq-primary .bq-title {
  color: #4285f4 !important;
}

.bq-danger {
  border-left: 3px solid #ff3547 !important;
}

.bq-danger .bq-title {
  color: #ff3547 !important;
}

.bq-warning {
  border-left: 3px solid #fb3 !important;
}

.bq-warning .bq-title {
  color: #fb3 !important;
}

.bq-success {
  border-left: 3px solid #00c851 !important;
}

.bq-success .bq-title {
  color: #00c851 !important;
}

.bq-info {
  border-left: 3px solid #33b5e5 !important;
}

.bq-info .bq-title {
  color: #33b5e5 !important;
}

.h1-responsive {
  font-size: 150%;
}

.h2-responsive {
  font-size: 145%;
}

.h3-responsive {
  font-size: 135%;
}

.h4-responsive {
  font-size: 135%;
}

.h5-responsive {
  font-size: 135%;
}

@media (min-width: 576px) {
  .h1-responsive {
    font-size: 170%;
  }
  .h2-responsive {
    font-size: 140%;
  }
  .h3-responsive {
    font-size: 125%;
  }
  .h4-responsive {
    font-size: 125%;
  }
  .h5-responsive {
    font-size: 125%;
  }
}

@media (min-width: 768px) {
  .h1-responsive {
    font-size: 200%;
  }
  .h2-responsive {
    font-size: 170%;
  }
  .h3-responsive {
    font-size: 140%;
  }
  .h4-responsive {
    font-size: 125%;
  }
  .h5-responsive {
    font-size: 125%;
  }
}

@media (min-width: 992px) {
  .h1-responsive {
    font-size: 200%;
  }
  .h2-responsive {
    font-size: 170%;
  }
  .h3-responsive {
    font-size: 140%;
  }
  .h4-responsive {
    font-size: 125%;
  }
  .h5-responsive {
    font-size: 125%;
  }
}

@media (min-width: 1200px) {
  .h1-responsive {
    font-size: 250%;
  }
  .h2-responsive {
    font-size: 200%;
  }
  .h3-responsive {
    font-size: 170%;
  }
  .h4-responsive {
    font-size: 140%;
  }
  .h5-responsive {
    font-size: 125%;
  }
}

.text-primary {
  color: #4285f4 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1266f1 !important;
}

.text-danger {
  color: #ff3547 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ff0219 !important;
}

.text-warning {
  color: #fb3 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ffaa00 !important;
}

.text-success {
  color: #00c851 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #00953c !important;
}

.text-info {
  color: #33b5e5 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1a9bcb !important;
}

.text-default {
  color: #2bbbad !important;
}

a.text-default:hover, a.text-default:focus {
  color: #219287 !important;
}

.text-secondary {
  color: #a6c !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #9540bf !important;
}

.text-dark {
  color: #212121 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #080808 !important;
}

.text-light {
  color: #e0e0e0 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c7c7c7 !important;
}

.font-small {
  font-size: 0.9rem;
}

strong {
  font-weight: 500;
}

.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.view .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.view img, .view video {
  position: relative;
  display: block;
}

.view video.video-intro {
  top: 50%;
  left: 50%;
  z-index: -100;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s opacity;
  transform: translateX(-50%) translateY(-50%);
}

.overlay .mask {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.overlay .mask:hover {
  opacity: 1;
}

.zoom img, .zoom video {
  transition: all 0.2s linear;
}

.zoom:hover img, .zoom:hover video {
  transform: scale(1.1);
}

.pattern-1 {
  background: url("../img/overlays/01.png");
  background-attachment: fixed;
}

.pattern-2 {
  background: url("../img/overlays/02.png");
  background-attachment: fixed;
}

.pattern-3 {
  background: url("../img/overlays/03.png");
  background-attachment: fixed;
}

.pattern-4 {
  background: url("../img/overlays/04.png");
  background-attachment: fixed;
}

.pattern-5 {
  background: url("../img/overlays/05.png");
  background-attachment: fixed;
}

.pattern-6 {
  background: url("../img/overlays/06.png");
  background-attachment: fixed;
}

.pattern-7 {
  background: url("../img/overlays/07.png");
  background-attachment: fixed;
}

.pattern-8 {
  background: url("../img/overlays/08.png");
  background-attachment: fixed;
}

.pattern-9 {
  background: url("../img/overlays/09.png");
  background-attachment: fixed;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  z-index: 1;
  font-size: 1em;
  line-height: 1em;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

.waves-button {
  padding: .85em 1.1em;
  border-radius: .2em;
}

.waves-button-input {
  padding: .85em 1.1em;
  margin: 0;
}

.waves-input-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: .2em;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active, .waves-float.nice-select.open {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

a.waves-effect, a.waves-light {
  display: inline-block;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    transition: none !important;
    animation: unset !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
  43% {
    transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  transform-origin: center bottom;
  animation-name: bounce;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  transform-origin: center;
  animation-name: jello;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: .75s;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: .75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: .75s;
  backface-visibility: visible;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: .75s;
  backface-visibility: visible;
}

@keyframes lightSpeedIn {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -200deg);
    transform-origin: center;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: center;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: left bottom;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: left bottom;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -90deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    opacity: 1;
    transform-origin: center;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 200deg);
    transform-origin: center;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: right bottom;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 90deg);
    transform-origin: right bottom;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}

.hinge {
  animation-name: hinge;
  animation-duration: 2s;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.btn {
  margin: 0.375rem;
  color: inherit;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.84rem 2.14rem;
  font-size: 0.81rem;
}

.btn:hover, .btn:focus, .btn:active, .btn.nice-select.open {
  outline: 0;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn.btn-block {
  margin: inherit;
}

.btn .fas.right,
.btn .fab.right,
.btn .far.right {
  margin-left: 0.3rem;
}

.btn .fas.left,
.btn .fab.left,
.btn .far.left {
  margin-right: 0.3rem;
}

.btn.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 2.4rem;
  font-size: 0.94rem;
}

.btn.btn-md {
  padding: 0.7rem 1.6rem;
  font-size: 0.7rem;
}

.btn.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1.6rem;
  font-size: 0.64rem;
}

.btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.nice-select.open, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active, .btn.nice-select.open:disabled {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn[class*="btn-outline-"] {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.btn[class*="btn-outline-"].btn-lg, .btn-group-lg > .btn[class*="btn-outline-"] {
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
}

.btn[class*="btn-outline-"].btn-md {
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
}

.btn[class*="btn-outline-"].btn-sm, .btn-group-sm > .btn[class*="btn-outline-"] {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}

.btn-link {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.nice-select.open {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.375rem;
}

.btn-primary {
  color: #fff;
  background-color: #4285f4 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5a95f5;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:focus, .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active {
  background-color: #0b51c5;
}

.btn-primary.dropdown-toggle {
  background-color: #4285f4 !important;
}

.btn-primary.dropdown-toggle:hover, .btn-primary.dropdown-toggle:focus {
  background-color: #5a95f5 !important;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary.nice-select.open:not([disabled]):not(.disabled), .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0b51c5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary.nice-select.open:not([disabled]):not(.disabled):focus, .btn-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.primary-ic {
  color: #4285f4 !important;
}

.primary-ic:hover, .primary-ic:focus {
  color: #4285f4;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-primary {
  color: #fff;
}

.btn-outline-primary {
  color: #4285f4 !important;
  background-color: transparent !important;
  border: 2px solid #4285f4 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.nice-select.open, .btn-outline-primary:active:focus, .btn-outline-primary.nice-select.open:focus, .btn-outline-primary.active {
  color: #4285f4 !important;
  background-color: transparent !important;
  border-color: #4285f4 !important;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary.nice-select.open:not([disabled]):not(.disabled), .btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #4285f4 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-primary:not([disabled]):not(.disabled):active:focus, .btn-outline-primary.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-danger {
  color: #fff;
  background-color: #ff3547 !important;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff4f5e;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-danger:focus, .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active {
  background-color: #ce0012;
}

.btn-danger.dropdown-toggle {
  background-color: #ff3547 !important;
}

.btn-danger.dropdown-toggle:hover, .btn-danger.dropdown-toggle:focus {
  background-color: #ff4f5e !important;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger.nice-select.open:not([disabled]):not(.disabled), .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ce0012 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-danger:not([disabled]):not(.disabled):active:focus, .btn-danger.nice-select.open:not([disabled]):not(.disabled):focus, .btn-danger:not([disabled]):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.danger-ic {
  color: #ff3547 !important;
}

.danger-ic:hover, .danger-ic:focus {
  color: #ff3547;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-danger {
  color: #fff;
}

.btn-outline-danger {
  color: #ff3547 !important;
  background-color: transparent !important;
  border: 2px solid #ff3547 !important;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.nice-select.open, .btn-outline-danger:active:focus, .btn-outline-danger.nice-select.open:focus, .btn-outline-danger.active {
  color: #ff3547 !important;
  background-color: transparent !important;
  border-color: #ff3547 !important;
}

.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger.nice-select.open:not([disabled]):not(.disabled), .btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff3547 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-danger:not([disabled]):not(.disabled):active:focus, .btn-outline-danger.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-danger:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-warning {
  color: #fff;
  background-color: #fb3 !important;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ffc44d;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-warning:focus, .btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active {
  background-color: #cc8800;
}

.btn-warning.dropdown-toggle {
  background-color: #fb3 !important;
}

.btn-warning.dropdown-toggle:hover, .btn-warning.dropdown-toggle:focus {
  background-color: #ffc44d !important;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning.nice-select.open:not([disabled]):not(.disabled), .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  background-color: #cc8800 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning.nice-select.open:not([disabled]):not(.disabled):focus, .btn-warning:not([disabled]):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.warning-ic {
  color: #fb3 !important;
}

.warning-ic:hover, .warning-ic:focus {
  color: #fb3;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-warning {
  color: #fff;
}

.btn-outline-warning {
  color: #fb3 !important;
  background-color: transparent !important;
  border: 2px solid #fb3 !important;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.nice-select.open, .btn-outline-warning:active:focus, .btn-outline-warning.nice-select.open:focus, .btn-outline-warning.active {
  color: #fb3 !important;
  background-color: transparent !important;
  border-color: #fb3 !important;
}

.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning.nice-select.open:not([disabled]):not(.disabled), .btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fb3 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-warning:not([disabled]):not(.disabled):active:focus, .btn-outline-warning.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-warning:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-success {
  color: #fff;
  background-color: #00c851 !important;
}

.btn-success:hover {
  color: #fff;
  background-color: #00e25b;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-success:focus, .btn-success:active, .btn-success.nice-select.open, .btn-success.active {
  background-color: #006228;
}

.btn-success.dropdown-toggle {
  background-color: #00c851 !important;
}

.btn-success.dropdown-toggle:hover, .btn-success.dropdown-toggle:focus {
  background-color: #00e25b !important;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success.nice-select.open:not([disabled]):not(.disabled), .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  background-color: #006228 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-success:not([disabled]):not(.disabled):active:focus, .btn-success.nice-select.open:not([disabled]):not(.disabled):focus, .btn-success:not([disabled]):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.success-ic {
  color: #00c851 !important;
}

.success-ic:hover, .success-ic:focus {
  color: #00c851;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-success {
  color: #fff;
}

.btn-outline-success {
  color: #00c851 !important;
  background-color: transparent !important;
  border: 2px solid #00c851 !important;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.nice-select.open, .btn-outline-success:active:focus, .btn-outline-success.nice-select.open:focus, .btn-outline-success.active {
  color: #00c851 !important;
  background-color: transparent !important;
  border-color: #00c851 !important;
}

.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success.nice-select.open:not([disabled]):not(.disabled), .btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00c851 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-success:not([disabled]):not(.disabled):active:focus, .btn-outline-success.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-success:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-info {
  color: #fff;
  background-color: #33b5e5 !important;
}

.btn-info:hover {
  color: #fff;
  background-color: #4abde8;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-info:focus, .btn-info:active, .btn-info.nice-select.open, .btn-info.active {
  background-color: #14799e;
}

.btn-info.dropdown-toggle {
  background-color: #33b5e5 !important;
}

.btn-info.dropdown-toggle:hover, .btn-info.dropdown-toggle:focus {
  background-color: #4abde8 !important;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info.nice-select.open:not([disabled]):not(.disabled), .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  background-color: #14799e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-info:not([disabled]):not(.disabled):active:focus, .btn-info.nice-select.open:not([disabled]):not(.disabled):focus, .btn-info:not([disabled]):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.info-ic {
  color: #33b5e5 !important;
}

.info-ic:hover, .info-ic:focus {
  color: #33b5e5;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-info {
  color: #fff;
}

.btn-outline-info {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border: 2px solid #33b5e5 !important;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.nice-select.open, .btn-outline-info:active:focus, .btn-outline-info.nice-select.open:focus, .btn-outline-info.active {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border-color: #33b5e5 !important;
}

.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info.nice-select.open:not([disabled]):not(.disabled), .btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: transparent !important;
  border-color: #33b5e5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-info:not([disabled]):not(.disabled):active:focus, .btn-outline-info.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-info:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-default {
  color: #fff;
  background-color: #2bbbad !important;
}

.btn-default:hover {
  color: #fff;
  background-color: #30cfc0;
}

.btn-default:focus, .btn-default.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-default:focus, .btn-default:active, .btn-default.nice-select.open, .btn-default.active {
  background-color: #186860;
}

.btn-default.dropdown-toggle {
  background-color: #2bbbad !important;
}

.btn-default.dropdown-toggle:hover, .btn-default.dropdown-toggle:focus {
  background-color: #30cfc0 !important;
}

.btn-default:not([disabled]):not(.disabled):active, .btn-default.nice-select.open:not([disabled]):not(.disabled), .btn-default:not([disabled]):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  background-color: #186860 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-default:not([disabled]):not(.disabled):active:focus, .btn-default.nice-select.open:not([disabled]):not(.disabled):focus, .btn-default:not([disabled]):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.default-ic {
  color: #2bbbad !important;
}

.default-ic:hover, .default-ic:focus {
  color: #2bbbad;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-default {
  color: #fff;
}

.btn-outline-default {
  color: #2bbbad !important;
  background-color: transparent !important;
  border: 2px solid #2bbbad !important;
}

.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default.nice-select.open, .btn-outline-default:active:focus, .btn-outline-default.nice-select.open:focus, .btn-outline-default.active {
  color: #2bbbad !important;
  background-color: transparent !important;
  border-color: #2bbbad !important;
}

.btn-outline-default:not([disabled]):not(.disabled):active, .btn-outline-default.nice-select.open:not([disabled]):not(.disabled), .btn-outline-default:not([disabled]):not(.disabled).active,
.show > .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2bbbad !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-default:not([disabled]):not(.disabled):active:focus, .btn-outline-default.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-default:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-secondary {
  color: #fff;
  background-color: #a6c !important;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #b579d2;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-secondary:focus, .btn-secondary:active, .btn-secondary.nice-select.open, .btn-secondary.active {
  background-color: #773399;
}

.btn-secondary.dropdown-toggle {
  background-color: #a6c !important;
}

.btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
  background-color: #b579d2 !important;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary.nice-select.open:not([disabled]):not(.disabled), .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #773399 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary.nice-select.open:not([disabled]):not(.disabled):focus, .btn-secondary:not([disabled]):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.secondary-ic {
  color: #a6c !important;
}

.secondary-ic:hover, .secondary-ic:focus {
  color: #a6c;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-secondary {
  color: #fff;
}

.btn-outline-secondary {
  color: #a6c !important;
  background-color: transparent !important;
  border: 2px solid #a6c !important;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.nice-select.open, .btn-outline-secondary:active:focus, .btn-outline-secondary.nice-select.open:focus, .btn-outline-secondary.active {
  color: #a6c !important;
  background-color: transparent !important;
  border-color: #a6c !important;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary.nice-select.open:not([disabled]):not(.disabled), .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #a6c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .btn-outline-secondary.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-secondary:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-elegant {
  color: #fff;
  background-color: #2e2e2e !important;
}

.btn-elegant:hover {
  color: #fff;
  background-color: #3b3b3b;
}

.btn-elegant:focus, .btn-elegant.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-elegant:focus, .btn-elegant:active, .btn-elegant.nice-select.open, .btn-elegant.active {
  background-color: black;
}

.btn-elegant.dropdown-toggle {
  background-color: #2e2e2e !important;
}

.btn-elegant.dropdown-toggle:hover, .btn-elegant.dropdown-toggle:focus {
  background-color: #3b3b3b !important;
}

.btn-elegant:not([disabled]):not(.disabled):active, .btn-elegant.nice-select.open:not([disabled]):not(.disabled), .btn-elegant:not([disabled]):not(.disabled).active,
.show > .btn-elegant.dropdown-toggle {
  background-color: black !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-elegant:not([disabled]):not(.disabled):active:focus, .btn-elegant.nice-select.open:not([disabled]):not(.disabled):focus, .btn-elegant:not([disabled]):not(.disabled).active:focus,
.show > .btn-elegant.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.elegant-ic {
  color: #2e2e2e !important;
}

.elegant-ic:hover, .elegant-ic:focus {
  color: #2e2e2e;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-elegant {
  color: #fff;
}

.btn-outline-elegant {
  color: #2e2e2e !important;
  background-color: transparent !important;
  border: 2px solid #2e2e2e !important;
}

.btn-outline-elegant:hover, .btn-outline-elegant:focus, .btn-outline-elegant:active, .btn-outline-elegant.nice-select.open, .btn-outline-elegant:active:focus, .btn-outline-elegant.nice-select.open:focus, .btn-outline-elegant.active {
  color: #2e2e2e !important;
  background-color: transparent !important;
  border-color: #2e2e2e !important;
}

.btn-outline-elegant:not([disabled]):not(.disabled):active, .btn-outline-elegant.nice-select.open:not([disabled]):not(.disabled), .btn-outline-elegant:not([disabled]):not(.disabled).active,
.show > .btn-outline-elegant.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2e2e2e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-elegant:not([disabled]):not(.disabled):active:focus, .btn-outline-elegant.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-elegant:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-elegant.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-unique {
  color: #fff;
  background-color: #880e4f !important;
}

.btn-unique:hover {
  color: #fff;
  background-color: #9f105c;
}

.btn-unique:focus, .btn-unique.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-unique:focus, .btn-unique:active, .btn-unique.nice-select.open, .btn-unique.active {
  background-color: #2c0419;
}

.btn-unique.dropdown-toggle {
  background-color: #880e4f !important;
}

.btn-unique.dropdown-toggle:hover, .btn-unique.dropdown-toggle:focus {
  background-color: #9f105c !important;
}

.btn-unique:not([disabled]):not(.disabled):active, .btn-unique.nice-select.open:not([disabled]):not(.disabled), .btn-unique:not([disabled]):not(.disabled).active,
.show > .btn-unique.dropdown-toggle {
  background-color: #2c0419 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-unique:not([disabled]):not(.disabled):active:focus, .btn-unique.nice-select.open:not([disabled]):not(.disabled):focus, .btn-unique:not([disabled]):not(.disabled).active:focus,
.show > .btn-unique.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.unique-ic {
  color: #880e4f !important;
}

.unique-ic:hover, .unique-ic:focus {
  color: #880e4f;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-unique {
  color: #fff;
}

.btn-outline-unique {
  color: #880e4f !important;
  background-color: transparent !important;
  border: 2px solid #880e4f !important;
}

.btn-outline-unique:hover, .btn-outline-unique:focus, .btn-outline-unique:active, .btn-outline-unique.nice-select.open, .btn-outline-unique:active:focus, .btn-outline-unique.nice-select.open:focus, .btn-outline-unique.active {
  color: #880e4f !important;
  background-color: transparent !important;
  border-color: #880e4f !important;
}

.btn-outline-unique:not([disabled]):not(.disabled):active, .btn-outline-unique.nice-select.open:not([disabled]):not(.disabled), .btn-outline-unique:not([disabled]):not(.disabled).active,
.show > .btn-outline-unique.dropdown-toggle {
  background-color: transparent !important;
  border-color: #880e4f !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-unique:not([disabled]):not(.disabled):active:focus, .btn-outline-unique.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-unique:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-unique.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-dark-green {
  color: #fff;
  background-color: #388e3c !important;
}

.btn-dark-green:hover {
  color: #fff;
  background-color: #3fa044;
}

.btn-dark-green:focus, .btn-dark-green.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.nice-select.open, .btn-dark-green.active {
  background-color: #1b451d;
}

.btn-dark-green.dropdown-toggle {
  background-color: #388e3c !important;
}

.btn-dark-green.dropdown-toggle:hover, .btn-dark-green.dropdown-toggle:focus {
  background-color: #3fa044 !important;
}

.btn-dark-green:not([disabled]):not(.disabled):active, .btn-dark-green.nice-select.open:not([disabled]):not(.disabled), .btn-dark-green:not([disabled]):not(.disabled).active,
.show > .btn-dark-green.dropdown-toggle {
  background-color: #1b451d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-dark-green:not([disabled]):not(.disabled):active:focus, .btn-dark-green.nice-select.open:not([disabled]):not(.disabled):focus, .btn-dark-green:not([disabled]):not(.disabled).active:focus,
.show > .btn-dark-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.dark-green-ic {
  color: #388e3c !important;
}

.dark-green-ic:hover, .dark-green-ic:focus {
  color: #388e3c;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-dark-green {
  color: #fff;
}

.btn-outline-dark-green {
  color: #388e3c !important;
  background-color: transparent !important;
  border: 2px solid #388e3c !important;
}

.btn-outline-dark-green:hover, .btn-outline-dark-green:focus, .btn-outline-dark-green:active, .btn-outline-dark-green.nice-select.open, .btn-outline-dark-green:active:focus, .btn-outline-dark-green.nice-select.open:focus, .btn-outline-dark-green.active {
  color: #388e3c !important;
  background-color: transparent !important;
  border-color: #388e3c !important;
}

.btn-outline-dark-green:not([disabled]):not(.disabled):active, .btn-outline-dark-green.nice-select.open:not([disabled]):not(.disabled), .btn-outline-dark-green:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #388e3c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-dark-green:not([disabled]):not(.disabled):active:focus, .btn-outline-dark-green.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-dark-green:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-dark-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-mdb-color {
  color: #fff;
  background-color: #59698d !important;
}

.btn-mdb-color:hover {
  color: #fff;
  background-color: #63759d;
}

.btn-mdb-color:focus, .btn-mdb-color.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-mdb-color:focus, .btn-mdb-color:active, .btn-mdb-color.nice-select.open, .btn-mdb-color.active {
  background-color: #323a4e;
}

.btn-mdb-color.dropdown-toggle {
  background-color: #59698d !important;
}

.btn-mdb-color.dropdown-toggle:hover, .btn-mdb-color.dropdown-toggle:focus {
  background-color: #63759d !important;
}

.btn-mdb-color:not([disabled]):not(.disabled):active, .btn-mdb-color.nice-select.open:not([disabled]):not(.disabled), .btn-mdb-color:not([disabled]):not(.disabled).active,
.show > .btn-mdb-color.dropdown-toggle {
  background-color: #323a4e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-mdb-color:not([disabled]):not(.disabled):active:focus, .btn-mdb-color.nice-select.open:not([disabled]):not(.disabled):focus, .btn-mdb-color:not([disabled]):not(.disabled).active:focus,
.show > .btn-mdb-color.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.mdb-color-ic {
  color: #59698d !important;
}

.mdb-color-ic:hover, .mdb-color-ic:focus {
  color: #59698d;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-mdb-color {
  color: #fff;
}

.btn-outline-mdb-color {
  color: #59698d !important;
  background-color: transparent !important;
  border: 2px solid #59698d !important;
}

.btn-outline-mdb-color:hover, .btn-outline-mdb-color:focus, .btn-outline-mdb-color:active, .btn-outline-mdb-color.nice-select.open, .btn-outline-mdb-color:active:focus, .btn-outline-mdb-color.nice-select.open:focus, .btn-outline-mdb-color.active {
  color: #59698d !important;
  background-color: transparent !important;
  border-color: #59698d !important;
}

.btn-outline-mdb-color:not([disabled]):not(.disabled):active, .btn-outline-mdb-color.nice-select.open:not([disabled]):not(.disabled), .btn-outline-mdb-color:not([disabled]):not(.disabled).active,
.show > .btn-outline-mdb-color.dropdown-toggle {
  background-color: transparent !important;
  border-color: #59698d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-mdb-color:not([disabled]):not(.disabled):active:focus, .btn-outline-mdb-color.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-mdb-color:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-mdb-color.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-red {
  color: #fff;
  background-color: #d32f2f !important;
}

.btn-red:hover {
  color: #fff;
  background-color: #d74444;
}

.btn-red:focus, .btn-red.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-red:focus, .btn-red:active, .btn-red.nice-select.open, .btn-red.active {
  background-color: #811b1b;
}

.btn-red.dropdown-toggle {
  background-color: #d32f2f !important;
}

.btn-red.dropdown-toggle:hover, .btn-red.dropdown-toggle:focus {
  background-color: #d74444 !important;
}

.btn-red:not([disabled]):not(.disabled):active, .btn-red.nice-select.open:not([disabled]):not(.disabled), .btn-red:not([disabled]):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  background-color: #811b1b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-red:not([disabled]):not(.disabled):active:focus, .btn-red.nice-select.open:not([disabled]):not(.disabled):focus, .btn-red:not([disabled]):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.red-ic {
  color: #d32f2f !important;
}

.red-ic:hover, .red-ic:focus {
  color: #d32f2f;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-red {
  color: #fff;
}

.btn-outline-red {
  color: #d32f2f !important;
  background-color: transparent !important;
  border: 2px solid #d32f2f !important;
}

.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red:active, .btn-outline-red.nice-select.open, .btn-outline-red:active:focus, .btn-outline-red.nice-select.open:focus, .btn-outline-red.active {
  color: #d32f2f !important;
  background-color: transparent !important;
  border-color: #d32f2f !important;
}

.btn-outline-red:not([disabled]):not(.disabled):active, .btn-outline-red.nice-select.open:not([disabled]):not(.disabled), .btn-outline-red:not([disabled]):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  background-color: transparent !important;
  border-color: #d32f2f !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-red:not([disabled]):not(.disabled):active:focus, .btn-outline-red.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-red:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-pink {
  color: #fff;
  background-color: #ec407a !important;
}

.btn-pink:hover {
  color: #fff;
  background-color: #ee578a;
}

.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-pink:focus, .btn-pink:active, .btn-pink.nice-select.open, .btn-pink.active {
  background-color: #b41249;
}

.btn-pink.dropdown-toggle {
  background-color: #ec407a !important;
}

.btn-pink.dropdown-toggle:hover, .btn-pink.dropdown-toggle:focus {
  background-color: #ee578a !important;
}

.btn-pink:not([disabled]):not(.disabled):active, .btn-pink.nice-select.open:not([disabled]):not(.disabled), .btn-pink:not([disabled]):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  background-color: #b41249 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-pink:not([disabled]):not(.disabled):active:focus, .btn-pink.nice-select.open:not([disabled]):not(.disabled):focus, .btn-pink:not([disabled]):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.pink-ic {
  color: #ec407a !important;
}

.pink-ic:hover, .pink-ic:focus {
  color: #ec407a;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-pink {
  color: #fff;
}

.btn-outline-pink {
  color: #ec407a !important;
  background-color: transparent !important;
  border: 2px solid #ec407a !important;
}

.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.nice-select.open, .btn-outline-pink:active:focus, .btn-outline-pink.nice-select.open:focus, .btn-outline-pink.active {
  color: #ec407a !important;
  background-color: transparent !important;
  border-color: #ec407a !important;
}

.btn-outline-pink:not([disabled]):not(.disabled):active, .btn-outline-pink.nice-select.open:not([disabled]):not(.disabled), .btn-outline-pink:not([disabled]):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ec407a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-pink:not([disabled]):not(.disabled):active:focus, .btn-outline-pink.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-pink:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-purple {
  color: #fff;
  background-color: #8e24aa !important;
}

.btn-purple:hover {
  color: #fff;
  background-color: #a028bf;
}

.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-purple:focus, .btn-purple:active, .btn-purple.nice-select.open, .btn-purple.active {
  background-color: #481256;
}

.btn-purple.dropdown-toggle {
  background-color: #8e24aa !important;
}

.btn-purple.dropdown-toggle:hover, .btn-purple.dropdown-toggle:focus {
  background-color: #a028bf !important;
}

.btn-purple:not([disabled]):not(.disabled):active, .btn-purple.nice-select.open:not([disabled]):not(.disabled), .btn-purple:not([disabled]):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  background-color: #481256 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-purple:not([disabled]):not(.disabled):active:focus, .btn-purple.nice-select.open:not([disabled]):not(.disabled):focus, .btn-purple:not([disabled]):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.purple-ic {
  color: #8e24aa !important;
}

.purple-ic:hover, .purple-ic:focus {
  color: #8e24aa;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-purple {
  color: #fff;
}

.btn-outline-purple {
  color: #8e24aa !important;
  background-color: transparent !important;
  border: 2px solid #8e24aa !important;
}

.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.nice-select.open, .btn-outline-purple:active:focus, .btn-outline-purple.nice-select.open:focus, .btn-outline-purple.active {
  color: #8e24aa !important;
  background-color: transparent !important;
  border-color: #8e24aa !important;
}

.btn-outline-purple:not([disabled]):not(.disabled):active, .btn-outline-purple.nice-select.open:not([disabled]):not(.disabled), .btn-outline-purple:not([disabled]):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  background-color: transparent !important;
  border-color: #8e24aa !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-purple:not([disabled]):not(.disabled):active:focus, .btn-outline-purple.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-purple:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-deep-purple {
  color: #fff;
  background-color: #512da8 !important;
}

.btn-deep-purple:hover {
  color: #fff;
  background-color: #5b32bc;
}

.btn-deep-purple:focus, .btn-deep-purple.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-deep-purple:focus, .btn-deep-purple:active, .btn-deep-purple.nice-select.open, .btn-deep-purple.active {
  background-color: #2a1758;
}

.btn-deep-purple.dropdown-toggle {
  background-color: #512da8 !important;
}

.btn-deep-purple.dropdown-toggle:hover, .btn-deep-purple.dropdown-toggle:focus {
  background-color: #5b32bc !important;
}

.btn-deep-purple:not([disabled]):not(.disabled):active, .btn-deep-purple.nice-select.open:not([disabled]):not(.disabled), .btn-deep-purple:not([disabled]):not(.disabled).active,
.show > .btn-deep-purple.dropdown-toggle {
  background-color: #2a1758 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-deep-purple:not([disabled]):not(.disabled):active:focus, .btn-deep-purple.nice-select.open:not([disabled]):not(.disabled):focus, .btn-deep-purple:not([disabled]):not(.disabled).active:focus,
.show > .btn-deep-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.deep-purple-ic {
  color: #512da8 !important;
}

.deep-purple-ic:hover, .deep-purple-ic:focus {
  color: #512da8;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-deep-purple {
  color: #fff;
}

.btn-outline-deep-purple {
  color: #512da8 !important;
  background-color: transparent !important;
  border: 2px solid #512da8 !important;
}

.btn-outline-deep-purple:hover, .btn-outline-deep-purple:focus, .btn-outline-deep-purple:active, .btn-outline-deep-purple.nice-select.open, .btn-outline-deep-purple:active:focus, .btn-outline-deep-purple.nice-select.open:focus, .btn-outline-deep-purple.active {
  color: #512da8 !important;
  background-color: transparent !important;
  border-color: #512da8 !important;
}

.btn-outline-deep-purple:not([disabled]):not(.disabled):active, .btn-outline-deep-purple.nice-select.open:not([disabled]):not(.disabled), .btn-outline-deep-purple:not([disabled]):not(.disabled).active,
.show > .btn-outline-deep-purple.dropdown-toggle {
  background-color: transparent !important;
  border-color: #512da8 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-deep-purple:not([disabled]):not(.disabled):active:focus, .btn-outline-deep-purple.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-deep-purple:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-deep-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-indigo {
  color: #fff;
  background-color: #3f51b5 !important;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #4d5ec1;
}

.btn-indigo:focus, .btn-indigo.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-indigo:focus, .btn-indigo:active, .btn-indigo.nice-select.open, .btn-indigo.active {
  background-color: #252f69;
}

.btn-indigo.dropdown-toggle {
  background-color: #3f51b5 !important;
}

.btn-indigo.dropdown-toggle:hover, .btn-indigo.dropdown-toggle:focus {
  background-color: #4d5ec1 !important;
}

.btn-indigo:not([disabled]):not(.disabled):active, .btn-indigo.nice-select.open:not([disabled]):not(.disabled), .btn-indigo:not([disabled]):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
  background-color: #252f69 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-indigo:not([disabled]):not(.disabled):active:focus, .btn-indigo.nice-select.open:not([disabled]):not(.disabled):focus, .btn-indigo:not([disabled]):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.indigo-ic {
  color: #3f51b5 !important;
}

.indigo-ic:hover, .indigo-ic:focus {
  color: #3f51b5;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-indigo {
  color: #fff;
}

.btn-outline-indigo {
  color: #3f51b5 !important;
  background-color: transparent !important;
  border: 2px solid #3f51b5 !important;
}

.btn-outline-indigo:hover, .btn-outline-indigo:focus, .btn-outline-indigo:active, .btn-outline-indigo.nice-select.open, .btn-outline-indigo:active:focus, .btn-outline-indigo.nice-select.open:focus, .btn-outline-indigo.active {
  color: #3f51b5 !important;
  background-color: transparent !important;
  border-color: #3f51b5 !important;
}

.btn-outline-indigo:not([disabled]):not(.disabled):active, .btn-outline-indigo.nice-select.open:not([disabled]):not(.disabled), .btn-outline-indigo:not([disabled]):not(.disabled).active,
.show > .btn-outline-indigo.dropdown-toggle {
  background-color: transparent !important;
  border-color: #3f51b5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-indigo:not([disabled]):not(.disabled):active:focus, .btn-outline-indigo.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-indigo:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-blue {
  color: #fff;
  background-color: #1976d2 !important;
}

.btn-blue:hover {
  color: #fff;
  background-color: #2083e4;
}

.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-blue:focus, .btn-blue:active, .btn-blue.nice-select.open, .btn-blue.active {
  background-color: #0e4377;
}

.btn-blue.dropdown-toggle {
  background-color: #1976d2 !important;
}

.btn-blue.dropdown-toggle:hover, .btn-blue.dropdown-toggle:focus {
  background-color: #2083e4 !important;
}

.btn-blue:not([disabled]):not(.disabled):active, .btn-blue.nice-select.open:not([disabled]):not(.disabled), .btn-blue:not([disabled]):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  background-color: #0e4377 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-blue:not([disabled]):not(.disabled):active:focus, .btn-blue.nice-select.open:not([disabled]):not(.disabled):focus, .btn-blue:not([disabled]):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.blue-ic {
  color: #1976d2 !important;
}

.blue-ic:hover, .blue-ic:focus {
  color: #1976d2;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-blue {
  color: #fff;
}

.btn-outline-blue {
  color: #1976d2 !important;
  background-color: transparent !important;
  border: 2px solid #1976d2 !important;
}

.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.nice-select.open, .btn-outline-blue:active:focus, .btn-outline-blue.nice-select.open:focus, .btn-outline-blue.active {
  color: #1976d2 !important;
  background-color: transparent !important;
  border-color: #1976d2 !important;
}

.btn-outline-blue:not([disabled]):not(.disabled):active, .btn-outline-blue.nice-select.open:not([disabled]):not(.disabled), .btn-outline-blue:not([disabled]):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  background-color: transparent !important;
  border-color: #1976d2 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-blue:not([disabled]):not(.disabled):active:focus, .btn-outline-blue.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-blue:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light-blue {
  color: #fff;
  background-color: #82b1ff !important;
}

.btn-light-blue:hover {
  color: #fff;
  background-color: #9cc1ff;
}

.btn-light-blue:focus, .btn-light-blue.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.nice-select.open, .btn-light-blue.active {
  background-color: #1c71ff;
}

.btn-light-blue.dropdown-toggle {
  background-color: #82b1ff !important;
}

.btn-light-blue.dropdown-toggle:hover, .btn-light-blue.dropdown-toggle:focus {
  background-color: #9cc1ff !important;
}

.btn-light-blue:not([disabled]):not(.disabled):active, .btn-light-blue.nice-select.open:not([disabled]):not(.disabled), .btn-light-blue:not([disabled]):not(.disabled).active,
.show > .btn-light-blue.dropdown-toggle {
  background-color: #1c71ff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light-blue:not([disabled]):not(.disabled):active:focus, .btn-light-blue.nice-select.open:not([disabled]):not(.disabled):focus, .btn-light-blue:not([disabled]):not(.disabled).active:focus,
.show > .btn-light-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.light-blue-ic {
  color: #82b1ff !important;
}

.light-blue-ic:hover, .light-blue-ic:focus {
  color: #82b1ff;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-light-blue {
  color: #fff;
}

.btn-outline-light-blue {
  color: #82b1ff !important;
  background-color: transparent !important;
  border: 2px solid #82b1ff !important;
}

.btn-outline-light-blue:hover, .btn-outline-light-blue:focus, .btn-outline-light-blue:active, .btn-outline-light-blue.nice-select.open, .btn-outline-light-blue:active:focus, .btn-outline-light-blue.nice-select.open:focus, .btn-outline-light-blue.active {
  color: #82b1ff !important;
  background-color: transparent !important;
  border-color: #82b1ff !important;
}

.btn-outline-light-blue:not([disabled]):not(.disabled):active, .btn-outline-light-blue.nice-select.open:not([disabled]):not(.disabled), .btn-outline-light-blue:not([disabled]):not(.disabled).active,
.show > .btn-outline-light-blue.dropdown-toggle {
  background-color: transparent !important;
  border-color: #82b1ff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-light-blue:not([disabled]):not(.disabled):active:focus, .btn-outline-light-blue.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-light-blue:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-light-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-cyan {
  color: #fff;
  background-color: #00bcd4 !important;
}

.btn-cyan:hover {
  color: #fff;
  background-color: #00d3ee;
}

.btn-cyan:focus, .btn-cyan.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-cyan:focus, .btn-cyan:active, .btn-cyan.nice-select.open, .btn-cyan.active {
  background-color: #00626e;
}

.btn-cyan.dropdown-toggle {
  background-color: #00bcd4 !important;
}

.btn-cyan.dropdown-toggle:hover, .btn-cyan.dropdown-toggle:focus {
  background-color: #00d3ee !important;
}

.btn-cyan:not([disabled]):not(.disabled):active, .btn-cyan.nice-select.open:not([disabled]):not(.disabled), .btn-cyan:not([disabled]):not(.disabled).active,
.show > .btn-cyan.dropdown-toggle {
  background-color: #00626e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-cyan:not([disabled]):not(.disabled):active:focus, .btn-cyan.nice-select.open:not([disabled]):not(.disabled):focus, .btn-cyan:not([disabled]):not(.disabled).active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.cyan-ic {
  color: #00bcd4 !important;
}

.cyan-ic:hover, .cyan-ic:focus {
  color: #00bcd4;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-cyan {
  color: #fff;
}

.btn-outline-cyan {
  color: #00bcd4 !important;
  background-color: transparent !important;
  border: 2px solid #00bcd4 !important;
}

.btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan.nice-select.open, .btn-outline-cyan:active:focus, .btn-outline-cyan.nice-select.open:focus, .btn-outline-cyan.active {
  color: #00bcd4 !important;
  background-color: transparent !important;
  border-color: #00bcd4 !important;
}

.btn-outline-cyan:not([disabled]):not(.disabled):active, .btn-outline-cyan.nice-select.open:not([disabled]):not(.disabled), .btn-outline-cyan:not([disabled]):not(.disabled).active,
.show > .btn-outline-cyan.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00bcd4 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-cyan:not([disabled]):not(.disabled):active:focus, .btn-outline-cyan.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-cyan:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-teal {
  color: #fff;
  background-color: #00796b !important;
}

.btn-teal:hover {
  color: #fff;
  background-color: #009382;
}

.btn-teal:focus, .btn-teal.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-teal:focus, .btn-teal:active, .btn-teal.nice-select.open, .btn-teal.active {
  background-color: #001311;
}

.btn-teal.dropdown-toggle {
  background-color: #00796b !important;
}

.btn-teal.dropdown-toggle:hover, .btn-teal.dropdown-toggle:focus {
  background-color: #009382 !important;
}

.btn-teal:not([disabled]):not(.disabled):active, .btn-teal.nice-select.open:not([disabled]):not(.disabled), .btn-teal:not([disabled]):not(.disabled).active,
.show > .btn-teal.dropdown-toggle {
  background-color: #001311 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-teal:not([disabled]):not(.disabled):active:focus, .btn-teal.nice-select.open:not([disabled]):not(.disabled):focus, .btn-teal:not([disabled]):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.teal-ic {
  color: #00796b !important;
}

.teal-ic:hover, .teal-ic:focus {
  color: #00796b;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-teal {
  color: #fff;
}

.btn-outline-teal {
  color: #00796b !important;
  background-color: transparent !important;
  border: 2px solid #00796b !important;
}

.btn-outline-teal:hover, .btn-outline-teal:focus, .btn-outline-teal:active, .btn-outline-teal.nice-select.open, .btn-outline-teal:active:focus, .btn-outline-teal.nice-select.open:focus, .btn-outline-teal.active {
  color: #00796b !important;
  background-color: transparent !important;
  border-color: #00796b !important;
}

.btn-outline-teal:not([disabled]):not(.disabled):active, .btn-outline-teal.nice-select.open:not([disabled]):not(.disabled), .btn-outline-teal:not([disabled]):not(.disabled).active,
.show > .btn-outline-teal.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00796b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-teal:not([disabled]):not(.disabled):active:focus, .btn-outline-teal.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-teal:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-green {
  color: #fff;
  background-color: #388e3c !important;
}

.btn-green:hover {
  color: #fff;
  background-color: #3fa044;
}

.btn-green:focus, .btn-green.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-green:focus, .btn-green:active, .btn-green.nice-select.open, .btn-green.active {
  background-color: #1b451d;
}

.btn-green.dropdown-toggle {
  background-color: #388e3c !important;
}

.btn-green.dropdown-toggle:hover, .btn-green.dropdown-toggle:focus {
  background-color: #3fa044 !important;
}

.btn-green:not([disabled]):not(.disabled):active, .btn-green.nice-select.open:not([disabled]):not(.disabled), .btn-green:not([disabled]):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  background-color: #1b451d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-green:not([disabled]):not(.disabled):active:focus, .btn-green.nice-select.open:not([disabled]):not(.disabled):focus, .btn-green:not([disabled]):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.green-ic {
  color: #388e3c !important;
}

.green-ic:hover, .green-ic:focus {
  color: #388e3c;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-green {
  color: #fff;
}

.btn-outline-green {
  color: #388e3c !important;
  background-color: transparent !important;
  border: 2px solid #388e3c !important;
}

.btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active, .btn-outline-green.nice-select.open, .btn-outline-green:active:focus, .btn-outline-green.nice-select.open:focus, .btn-outline-green.active {
  color: #388e3c !important;
  background-color: transparent !important;
  border-color: #388e3c !important;
}

.btn-outline-green:not([disabled]):not(.disabled):active, .btn-outline-green.nice-select.open:not([disabled]):not(.disabled), .btn-outline-green:not([disabled]):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #388e3c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-green:not([disabled]):not(.disabled):active:focus, .btn-outline-green.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-green:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light-green {
  color: #fff;
  background-color: #8bc34a !important;
}

.btn-light-green:hover {
  color: #fff;
  background-color: #97c95d;
}

.btn-light-green:focus, .btn-light-green.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light-green:focus, .btn-light-green:active, .btn-light-green.nice-select.open, .btn-light-green.active {
  background-color: #577d2a;
}

.btn-light-green.dropdown-toggle {
  background-color: #8bc34a !important;
}

.btn-light-green.dropdown-toggle:hover, .btn-light-green.dropdown-toggle:focus {
  background-color: #97c95d !important;
}

.btn-light-green:not([disabled]):not(.disabled):active, .btn-light-green.nice-select.open:not([disabled]):not(.disabled), .btn-light-green:not([disabled]):not(.disabled).active,
.show > .btn-light-green.dropdown-toggle {
  background-color: #577d2a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light-green:not([disabled]):not(.disabled):active:focus, .btn-light-green.nice-select.open:not([disabled]):not(.disabled):focus, .btn-light-green:not([disabled]):not(.disabled).active:focus,
.show > .btn-light-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.light-green-ic {
  color: #8bc34a !important;
}

.light-green-ic:hover, .light-green-ic:focus {
  color: #8bc34a;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-light-green {
  color: #fff;
}

.btn-outline-light-green {
  color: #8bc34a !important;
  background-color: transparent !important;
  border: 2px solid #8bc34a !important;
}

.btn-outline-light-green:hover, .btn-outline-light-green:focus, .btn-outline-light-green:active, .btn-outline-light-green.nice-select.open, .btn-outline-light-green:active:focus, .btn-outline-light-green.nice-select.open:focus, .btn-outline-light-green.active {
  color: #8bc34a !important;
  background-color: transparent !important;
  border-color: #8bc34a !important;
}

.btn-outline-light-green:not([disabled]):not(.disabled):active, .btn-outline-light-green.nice-select.open:not([disabled]):not(.disabled), .btn-outline-light-green:not([disabled]):not(.disabled).active,
.show > .btn-outline-light-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #8bc34a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-light-green:not([disabled]):not(.disabled):active:focus, .btn-outline-light-green.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-light-green:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-light-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-lime {
  color: #fff;
  background-color: #afb42b !important;
}

.btn-lime:hover {
  color: #fff;
  background-color: #c3c930;
}

.btn-lime:focus, .btn-lime.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-lime:focus, .btn-lime:active, .btn-lime.nice-select.open, .btn-lime.active {
  background-color: #5f6217;
}

.btn-lime.dropdown-toggle {
  background-color: #afb42b !important;
}

.btn-lime.dropdown-toggle:hover, .btn-lime.dropdown-toggle:focus {
  background-color: #c3c930 !important;
}

.btn-lime:not([disabled]):not(.disabled):active, .btn-lime.nice-select.open:not([disabled]):not(.disabled), .btn-lime:not([disabled]):not(.disabled).active,
.show > .btn-lime.dropdown-toggle {
  background-color: #5f6217 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-lime:not([disabled]):not(.disabled):active:focus, .btn-lime.nice-select.open:not([disabled]):not(.disabled):focus, .btn-lime:not([disabled]):not(.disabled).active:focus,
.show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.lime-ic {
  color: #afb42b !important;
}

.lime-ic:hover, .lime-ic:focus {
  color: #afb42b;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-lime {
  color: #fff;
}

.btn-outline-lime {
  color: #afb42b !important;
  background-color: transparent !important;
  border: 2px solid #afb42b !important;
}

.btn-outline-lime:hover, .btn-outline-lime:focus, .btn-outline-lime:active, .btn-outline-lime.nice-select.open, .btn-outline-lime:active:focus, .btn-outline-lime.nice-select.open:focus, .btn-outline-lime.active {
  color: #afb42b !important;
  background-color: transparent !important;
  border-color: #afb42b !important;
}

.btn-outline-lime:not([disabled]):not(.disabled):active, .btn-outline-lime.nice-select.open:not([disabled]):not(.disabled), .btn-outline-lime:not([disabled]):not(.disabled).active,
.show > .btn-outline-lime.dropdown-toggle {
  background-color: transparent !important;
  border-color: #afb42b !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-lime:not([disabled]):not(.disabled):active:focus, .btn-outline-lime.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-lime:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-lime.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-yellow {
  color: #fff;
  background-color: #fbc02d !important;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #fbc846;
}

.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-yellow:focus, .btn-yellow:active, .btn-yellow.nice-select.open, .btn-yellow.active {
  background-color: #be8904;
}

.btn-yellow.dropdown-toggle {
  background-color: #fbc02d !important;
}

.btn-yellow.dropdown-toggle:hover, .btn-yellow.dropdown-toggle:focus {
  background-color: #fbc846 !important;
}

.btn-yellow:not([disabled]):not(.disabled):active, .btn-yellow.nice-select.open:not([disabled]):not(.disabled), .btn-yellow:not([disabled]):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  background-color: #be8904 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-yellow:not([disabled]):not(.disabled):active:focus, .btn-yellow.nice-select.open:not([disabled]):not(.disabled):focus, .btn-yellow:not([disabled]):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.yellow-ic {
  color: #fbc02d !important;
}

.yellow-ic:hover, .yellow-ic:focus {
  color: #fbc02d;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-yellow {
  color: #fff;
}

.btn-outline-yellow {
  color: #fbc02d !important;
  background-color: transparent !important;
  border: 2px solid #fbc02d !important;
}

.btn-outline-yellow:hover, .btn-outline-yellow:focus, .btn-outline-yellow:active, .btn-outline-yellow.nice-select.open, .btn-outline-yellow:active:focus, .btn-outline-yellow.nice-select.open:focus, .btn-outline-yellow.active {
  color: #fbc02d !important;
  background-color: transparent !important;
  border-color: #fbc02d !important;
}

.btn-outline-yellow:not([disabled]):not(.disabled):active, .btn-outline-yellow.nice-select.open:not([disabled]):not(.disabled), .btn-outline-yellow:not([disabled]):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fbc02d !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-yellow:not([disabled]):not(.disabled):active:focus, .btn-outline-yellow.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-yellow:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-amber {
  color: #fff;
  background-color: #ffa000 !important;
}

.btn-amber:hover {
  color: #fff;
  background-color: #ffaa1a;
}

.btn-amber:focus, .btn-amber.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-amber:focus, .btn-amber:active, .btn-amber.nice-select.open, .btn-amber.active {
  background-color: #996000;
}

.btn-amber.dropdown-toggle {
  background-color: #ffa000 !important;
}

.btn-amber.dropdown-toggle:hover, .btn-amber.dropdown-toggle:focus {
  background-color: #ffaa1a !important;
}

.btn-amber:not([disabled]):not(.disabled):active, .btn-amber.nice-select.open:not([disabled]):not(.disabled), .btn-amber:not([disabled]):not(.disabled).active,
.show > .btn-amber.dropdown-toggle {
  background-color: #996000 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-amber:not([disabled]):not(.disabled):active:focus, .btn-amber.nice-select.open:not([disabled]):not(.disabled):focus, .btn-amber:not([disabled]):not(.disabled).active:focus,
.show > .btn-amber.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.amber-ic {
  color: #ffa000 !important;
}

.amber-ic:hover, .amber-ic:focus {
  color: #ffa000;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-amber {
  color: #fff;
}

.btn-outline-amber {
  color: #ffa000 !important;
  background-color: transparent !important;
  border: 2px solid #ffa000 !important;
}

.btn-outline-amber:hover, .btn-outline-amber:focus, .btn-outline-amber:active, .btn-outline-amber.nice-select.open, .btn-outline-amber:active:focus, .btn-outline-amber.nice-select.open:focus, .btn-outline-amber.active {
  color: #ffa000 !important;
  background-color: transparent !important;
  border-color: #ffa000 !important;
}

.btn-outline-amber:not([disabled]):not(.disabled):active, .btn-outline-amber.nice-select.open:not([disabled]):not(.disabled), .btn-outline-amber:not([disabled]):not(.disabled).active,
.show > .btn-outline-amber.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ffa000 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-amber:not([disabled]):not(.disabled):active:focus, .btn-outline-amber.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-amber:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-amber.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-orange {
  color: #fff;
  background-color: #f57c00 !important;
}

.btn-orange:hover {
  color: #fff;
  background-color: #ff8910;
}

.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-orange:focus, .btn-orange:active, .btn-orange.nice-select.open, .btn-orange.active {
  background-color: #8f4800;
}

.btn-orange.dropdown-toggle {
  background-color: #f57c00 !important;
}

.btn-orange.dropdown-toggle:hover, .btn-orange.dropdown-toggle:focus {
  background-color: #ff8910 !important;
}

.btn-orange:not([disabled]):not(.disabled):active, .btn-orange.nice-select.open:not([disabled]):not(.disabled), .btn-orange:not([disabled]):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  background-color: #8f4800 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-orange:not([disabled]):not(.disabled):active:focus, .btn-orange.nice-select.open:not([disabled]):not(.disabled):focus, .btn-orange:not([disabled]):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.orange-ic {
  color: #f57c00 !important;
}

.orange-ic:hover, .orange-ic:focus {
  color: #f57c00;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-orange {
  color: #fff;
}

.btn-outline-orange {
  color: #f57c00 !important;
  background-color: transparent !important;
  border: 2px solid #f57c00 !important;
}

.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.nice-select.open, .btn-outline-orange:active:focus, .btn-outline-orange.nice-select.open:focus, .btn-outline-orange.active {
  color: #f57c00 !important;
  background-color: transparent !important;
  border-color: #f57c00 !important;
}

.btn-outline-orange:not([disabled]):not(.disabled):active, .btn-outline-orange.nice-select.open:not([disabled]):not(.disabled), .btn-outline-orange:not([disabled]):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  background-color: transparent !important;
  border-color: #f57c00 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-orange:not([disabled]):not(.disabled):active:focus, .btn-outline-orange.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-orange:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-deep-orange {
  color: #fff;
  background-color: #ff7043 !important;
}

.btn-deep-orange:hover {
  color: #fff;
  background-color: #ff835d;
}

.btn-deep-orange:focus, .btn-deep-orange.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-deep-orange:focus, .btn-deep-orange:active, .btn-deep-orange.nice-select.open, .btn-deep-orange.active {
  background-color: #dc3500;
}

.btn-deep-orange.dropdown-toggle {
  background-color: #ff7043 !important;
}

.btn-deep-orange.dropdown-toggle:hover, .btn-deep-orange.dropdown-toggle:focus {
  background-color: #ff835d !important;
}

.btn-deep-orange:not([disabled]):not(.disabled):active, .btn-deep-orange.nice-select.open:not([disabled]):not(.disabled), .btn-deep-orange:not([disabled]):not(.disabled).active,
.show > .btn-deep-orange.dropdown-toggle {
  background-color: #dc3500 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-deep-orange:not([disabled]):not(.disabled):active:focus, .btn-deep-orange.nice-select.open:not([disabled]):not(.disabled):focus, .btn-deep-orange:not([disabled]):not(.disabled).active:focus,
.show > .btn-deep-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.deep-orange-ic {
  color: #ff7043 !important;
}

.deep-orange-ic:hover, .deep-orange-ic:focus {
  color: #ff7043;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-deep-orange {
  color: #fff;
}

.btn-outline-deep-orange {
  color: #ff7043 !important;
  background-color: transparent !important;
  border: 2px solid #ff7043 !important;
}

.btn-outline-deep-orange:hover, .btn-outline-deep-orange:focus, .btn-outline-deep-orange:active, .btn-outline-deep-orange.nice-select.open, .btn-outline-deep-orange:active:focus, .btn-outline-deep-orange.nice-select.open:focus, .btn-outline-deep-orange.active {
  color: #ff7043 !important;
  background-color: transparent !important;
  border-color: #ff7043 !important;
}

.btn-outline-deep-orange:not([disabled]):not(.disabled):active, .btn-outline-deep-orange.nice-select.open:not([disabled]):not(.disabled), .btn-outline-deep-orange:not([disabled]):not(.disabled).active,
.show > .btn-outline-deep-orange.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff7043 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-deep-orange:not([disabled]):not(.disabled):active:focus, .btn-outline-deep-orange.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-deep-orange:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-deep-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-brown {
  color: #fff;
  background-color: #795548 !important;
}

.btn-brown:hover {
  color: #fff;
  background-color: #896052;
}

.btn-brown:focus, .btn-brown.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-brown:focus, .btn-brown:active, .btn-brown.nice-select.open, .btn-brown.active {
  background-color: #392822;
}

.btn-brown.dropdown-toggle {
  background-color: #795548 !important;
}

.btn-brown.dropdown-toggle:hover, .btn-brown.dropdown-toggle:focus {
  background-color: #896052 !important;
}

.btn-brown:not([disabled]):not(.disabled):active, .btn-brown.nice-select.open:not([disabled]):not(.disabled), .btn-brown:not([disabled]):not(.disabled).active,
.show > .btn-brown.dropdown-toggle {
  background-color: #392822 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-brown:not([disabled]):not(.disabled):active:focus, .btn-brown.nice-select.open:not([disabled]):not(.disabled):focus, .btn-brown:not([disabled]):not(.disabled).active:focus,
.show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.brown-ic {
  color: #795548 !important;
}

.brown-ic:hover, .brown-ic:focus {
  color: #795548;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-brown {
  color: #fff;
}

.btn-outline-brown {
  color: #795548 !important;
  background-color: transparent !important;
  border: 2px solid #795548 !important;
}

.btn-outline-brown:hover, .btn-outline-brown:focus, .btn-outline-brown:active, .btn-outline-brown.nice-select.open, .btn-outline-brown:active:focus, .btn-outline-brown.nice-select.open:focus, .btn-outline-brown.active {
  color: #795548 !important;
  background-color: transparent !important;
  border-color: #795548 !important;
}

.btn-outline-brown:not([disabled]):not(.disabled):active, .btn-outline-brown.nice-select.open:not([disabled]):not(.disabled), .btn-outline-brown:not([disabled]):not(.disabled).active,
.show > .btn-outline-brown.dropdown-toggle {
  background-color: transparent !important;
  border-color: #795548 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-brown:not([disabled]):not(.disabled):active:focus, .btn-outline-brown.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-brown:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-grey {
  color: #fff;
  background-color: #616161 !important;
}

.btn-grey:hover {
  color: #fff;
  background-color: #6e6e6e;
}

.btn-grey:focus, .btn-grey.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-grey:focus, .btn-grey:active, .btn-grey.nice-select.open, .btn-grey.active {
  background-color: #2e2e2e;
}

.btn-grey.dropdown-toggle {
  background-color: #616161 !important;
}

.btn-grey.dropdown-toggle:hover, .btn-grey.dropdown-toggle:focus {
  background-color: #6e6e6e !important;
}

.btn-grey:not([disabled]):not(.disabled):active, .btn-grey.nice-select.open:not([disabled]):not(.disabled), .btn-grey:not([disabled]):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  background-color: #2e2e2e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-grey:not([disabled]):not(.disabled):active:focus, .btn-grey.nice-select.open:not([disabled]):not(.disabled):focus, .btn-grey:not([disabled]):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.grey-ic {
  color: #616161 !important;
}

.grey-ic:hover, .grey-ic:focus {
  color: #616161;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-grey {
  color: #fff;
}

.btn-outline-grey {
  color: #616161 !important;
  background-color: transparent !important;
  border: 2px solid #616161 !important;
}

.btn-outline-grey:hover, .btn-outline-grey:focus, .btn-outline-grey:active, .btn-outline-grey.nice-select.open, .btn-outline-grey:active:focus, .btn-outline-grey.nice-select.open:focus, .btn-outline-grey.active {
  color: #616161 !important;
  background-color: transparent !important;
  border-color: #616161 !important;
}

.btn-outline-grey:not([disabled]):not(.disabled):active, .btn-outline-grey.nice-select.open:not([disabled]):not(.disabled), .btn-outline-grey:not([disabled]):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
  background-color: transparent !important;
  border-color: #616161 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-grey:not([disabled]):not(.disabled):active:focus, .btn-outline-grey.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-grey:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-blue-grey {
  color: #fff;
  background-color: #78909c !important;
}

.btn-blue-grey:hover {
  color: #fff;
  background-color: #879ca7;
}

.btn-blue-grey:focus, .btn-blue-grey.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-blue-grey:focus, .btn-blue-grey:active, .btn-blue-grey.nice-select.open, .btn-blue-grey.active {
  background-color: #4a5b64;
}

.btn-blue-grey.dropdown-toggle {
  background-color: #78909c !important;
}

.btn-blue-grey.dropdown-toggle:hover, .btn-blue-grey.dropdown-toggle:focus {
  background-color: #879ca7 !important;
}

.btn-blue-grey:not([disabled]):not(.disabled):active, .btn-blue-grey.nice-select.open:not([disabled]):not(.disabled), .btn-blue-grey:not([disabled]):not(.disabled).active,
.show > .btn-blue-grey.dropdown-toggle {
  background-color: #4a5b64 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-blue-grey:not([disabled]):not(.disabled):active:focus, .btn-blue-grey.nice-select.open:not([disabled]):not(.disabled):focus, .btn-blue-grey:not([disabled]):not(.disabled).active:focus,
.show > .btn-blue-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.blue-grey-ic {
  color: #78909c !important;
}

.blue-grey-ic:hover, .blue-grey-ic:focus {
  color: #78909c;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-blue-grey {
  color: #fff;
}

.btn-outline-blue-grey {
  color: #78909c !important;
  background-color: transparent !important;
  border: 2px solid #78909c !important;
}

.btn-outline-blue-grey:hover, .btn-outline-blue-grey:focus, .btn-outline-blue-grey:active, .btn-outline-blue-grey.nice-select.open, .btn-outline-blue-grey:active:focus, .btn-outline-blue-grey.nice-select.open:focus, .btn-outline-blue-grey.active {
  color: #78909c !important;
  background-color: transparent !important;
  border-color: #78909c !important;
}

.btn-outline-blue-grey:not([disabled]):not(.disabled):active, .btn-outline-blue-grey.nice-select.open:not([disabled]):not(.disabled), .btn-outline-blue-grey:not([disabled]):not(.disabled).active,
.show > .btn-outline-blue-grey.dropdown-toggle {
  background-color: transparent !important;
  border-color: #78909c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-blue-grey:not([disabled]):not(.disabled):active:focus, .btn-outline-blue-grey.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-blue-grey:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-blue-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-dark {
  color: #fff;
  background-color: #212121 !important;
}

.btn-dark:hover {
  color: #fff;
  background-color: #2e2e2e;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-dark:focus, .btn-dark:active, .btn-dark.nice-select.open, .btn-dark.active {
  background-color: black;
}

.btn-dark.dropdown-toggle {
  background-color: #212121 !important;
}

.btn-dark.dropdown-toggle:hover, .btn-dark.dropdown-toggle:focus {
  background-color: #2e2e2e !important;
}

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark.nice-select.open:not([disabled]):not(.disabled), .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  background-color: black !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark.nice-select.open:not([disabled]):not(.disabled):focus, .btn-dark:not([disabled]):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.dark-ic {
  color: #212121 !important;
}

.dark-ic:hover, .dark-ic:focus {
  color: #212121;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-dark {
  color: #fff;
}

.btn-outline-dark {
  color: #212121 !important;
  background-color: transparent !important;
  border: 2px solid #212121 !important;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.nice-select.open, .btn-outline-dark:active:focus, .btn-outline-dark.nice-select.open:focus, .btn-outline-dark.active {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: #212121 !important;
}

.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark.nice-select.open:not([disabled]):not(.disabled), .btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: transparent !important;
  border-color: #212121 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-dark:not([disabled]):not(.disabled):active:focus, .btn-outline-dark.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-dark:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light {
  color: #000;
  background-color: #e0e0e0 !important;
}

.btn-light:hover {
  color: #000;
  background-color: #ededed;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light:focus, .btn-light:active, .btn-light.nice-select.open, .btn-light.active {
  background-color: #adadad;
}

.btn-light.dropdown-toggle {
  background-color: #e0e0e0 !important;
}

.btn-light.dropdown-toggle:hover, .btn-light.dropdown-toggle:focus {
  background-color: #ededed !important;
}

.btn-light:not([disabled]):not(.disabled):active, .btn-light.nice-select.open:not([disabled]):not(.disabled), .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  background-color: #adadad !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-light:not([disabled]):not(.disabled):active:focus, .btn-light.nice-select.open:not([disabled]):not(.disabled):focus, .btn-light:not([disabled]):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.light-ic {
  color: #e0e0e0 !important;
}

.light-ic:hover, .light-ic:focus {
  color: #e0e0e0;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

table.table a.btn.btn-light {
  color: #000;
}

.btn-outline-light {
  color: #e0e0e0 !important;
  background-color: transparent !important;
  border: 2px solid #e0e0e0 !important;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.nice-select.open, .btn-outline-light:active:focus, .btn-outline-light.nice-select.open:focus, .btn-outline-light.active {
  color: #e0e0e0 !important;
  background-color: transparent !important;
  border-color: #e0e0e0 !important;
}

.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light.nice-select.open:not([disabled]):not(.disabled), .btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: transparent !important;
  border-color: #e0e0e0 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-light:not([disabled]):not(.disabled):active:focus, .btn-outline-light.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-light:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-white {
  color: #000;
  background-color: #fff !important;
}

.btn-white:hover {
  color: #000;
  background-color: white;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-white:focus, .btn-white:active, .btn-white.nice-select.open, .btn-white.active {
  background-color: #cccccc;
}

.btn-white.dropdown-toggle {
  background-color: #fff !important;
}

.btn-white.dropdown-toggle:hover, .btn-white.dropdown-toggle:focus {
  background-color: white !important;
}

.btn-white:not([disabled]):not(.disabled):active, .btn-white.nice-select.open:not([disabled]):not(.disabled), .btn-white:not([disabled]):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  background-color: #cccccc !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-white:not([disabled]):not(.disabled):active:focus, .btn-white.nice-select.open:not([disabled]):not(.disabled):focus, .btn-white:not([disabled]):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.white-ic {
  color: #fff !important;
}

.white-ic:hover, .white-ic:focus {
  color: #fff;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

table.table a.btn.btn-white {
  color: #000;
}

.btn-outline-white {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.nice-select.open, .btn-outline-white:active:focus, .btn-outline-white.nice-select.open:focus, .btn-outline-white.active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.btn-outline-white:not([disabled]):not(.disabled):active, .btn-outline-white.nice-select.open:not([disabled]):not(.disabled), .btn-outline-white:not([disabled]):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-white:not([disabled]):not(.disabled):active:focus, .btn-outline-white.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-white:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-black {
  color: #fff;
  background-color: #000 !important;
}

.btn-black:hover {
  color: #fff;
  background-color: #0d0d0d;
}

.btn-black:focus, .btn-black.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-black:focus, .btn-black:active, .btn-black.nice-select.open, .btn-black.active {
  background-color: black;
}

.btn-black.dropdown-toggle {
  background-color: #000 !important;
}

.btn-black.dropdown-toggle:hover, .btn-black.dropdown-toggle:focus {
  background-color: #0d0d0d !important;
}

.btn-black:not([disabled]):not(.disabled):active, .btn-black.nice-select.open:not([disabled]):not(.disabled), .btn-black:not([disabled]):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  background-color: black !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-black:not([disabled]):not(.disabled):active:focus, .btn-black.nice-select.open:not([disabled]):not(.disabled):focus, .btn-black:not([disabled]):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.black-ic {
  color: #000 !important;
}

.black-ic:hover, .black-ic:focus {
  color: #000;
}

a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

table.table a.btn.btn-black {
  color: #fff;
}

.btn-outline-black {
  color: #000 !important;
  background-color: transparent !important;
  border: 2px solid #000 !important;
}

.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black.nice-select.open, .btn-outline-black:active:focus, .btn-outline-black.nice-select.open:focus, .btn-outline-black.active {
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000 !important;
}

.btn-outline-black:not([disabled]):not(.disabled):active, .btn-outline-black.nice-select.open:not([disabled]):not(.disabled), .btn-outline-black:not([disabled]):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
  background-color: transparent !important;
  border-color: #000 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-outline-black:not([disabled]):not(.disabled):active:focus, .btn-outline-black.nice-select.open:not([disabled]):not(.disabled):focus, .btn-outline-black:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn.purple-gradient {
  color: #fff;
  transition: .5s ease;
}

.btn.purple-gradient:hover, .btn.purple-gradient:focus, .btn.purple-gradient:active, .btn.purple-gradient.nice-select.open,
.btn.purple-gradient:active:focus .btn.purple-gradient.active,
.btn.purple-gradient.nice-select.open:focus .btn.purple-gradient.active {
  background: linear-gradient(#ff88ce, #8f8bf7);
}

.btn.peach-gradient {
  color: #fff;
  transition: .5s ease;
}

.btn.peach-gradient:hover, .btn.peach-gradient:focus, .btn.peach-gradient:active, .btn.peach-gradient.nice-select.open,
.btn.peach-gradient:active:focus .btn.peach-gradient.active,
.btn.peach-gradient.nice-select.open:focus .btn.peach-gradient.active {
  background: linear-gradient(#ffdf89, #fc7b7b);
}

.btn.aqua-gradient {
  color: #fff;
  transition: .5s ease;
}

.btn.aqua-gradient:hover, .btn.aqua-gradient:focus, .btn.aqua-gradient:active, .btn.aqua-gradient.nice-select.open,
.btn.aqua-gradient:active:focus .btn.aqua-gradient.active,
.btn.aqua-gradient.nice-select.open:focus .btn.aqua-gradient.active {
  background: linear-gradient(#3aa2ff, #1fffac);
}

.btn.blue-gradient {
  color: #fff;
  transition: .5s ease;
}

.btn.blue-gradient:hover, .btn.blue-gradient:focus, .btn.blue-gradient:active, .btn.blue-gradient.nice-select.open,
.btn.blue-gradient:active:focus .btn.blue-gradient.active,
.btn.blue-gradient.nice-select.open:focus .btn.blue-gradient.active {
  background: linear-gradient(#5ed1fc, #3647b3);
}

.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.nice-select.open:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #fff;
}

.card {
  font-weight: 400;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card[class*="border"] {
  border: 1px solid #9e9e9e;
  box-shadow: none;
}

.card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
  font-weight: 400;
}

.card .card-body .card-title a {
  transition: 0.2s ease-in-out;
}

.card .card-body .card-title a:hover {
  transition: 0.2s ease-in-out;
}

.card .card-body .card-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: #747373;
}

.card .md-form label {
  font-weight: 300;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item.nice-select.open {
  background-color: #757575;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.md-form.input-group label {
  top: 0;
  margin-bottom: 0;
}

.md-form.input-group .input-group-text {
  background-color: #e0e0e0;
}

.md-form.input-group .input-group-text.md-addon {
  font-weight: 500;
  background-color: transparent;
  border: none;
}

.md-form.input-group .form-control {
  padding: 0.375rem 0.75rem;
  margin: 0;
}

.navbar {
  font-weight: 300;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.navbar form .md-form input {
  margin: 0 5px 1px 8px;
}

.navbar .breadcrumb {
  padding: 0.3rem 0 0 1rem;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  background-color: inherit;
}

.navbar .breadcrumb .breadcrumb-item {
  color: #fff;
}

.navbar .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.65);
}

.navbar .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.65);
}

.navbar .navbar-toggler {
  border-width: 0;
  outline: 0;
}

.navbar .nav-flex-icons {
  flex-direction: row;
}

@media (max-width: 992px) {
  .navbar .container {
    width: 100%;
  }
  .navbar .container .navbar-toggler-right {
    right: 0;
  }
}

.navbar .nav-item .nav-link {
  display: block;
}

.navbar .nav-item .nav-link.disabled:active, .navbar .nav-item .nav-link.disabled.nice-select.open {
  pointer-events: none;
}

.navbar .nav-item .nav-link .fas, .navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .far {
  padding-right: 3px;
  padding-left: 3px;
}

@media (max-width: 992px) {
  .navbar .nav-item .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.navbar .dropdown-menu {
  position: absolute !important;
  margin-top: 0;
}

.navbar .dropdown-menu a {
  padding: 10px;
  font-size: 0.9375rem;
  font-weight: 300;
}

.navbar .dropdown-menu a:not(.active) {
  color: #000;
}

@media (max-width: 600px) {
  .navbar .dropdown-menu form {
    width: 17rem;
  }
}

@media (min-width: 600px) {
  .navbar .dropdown-menu form {
    width: 22rem;
  }
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(0, 0, 0, 0.3);
}

.navbar.navbar-light .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
  transition: 0.35s;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
  color: #000;
}

.navbar.navbar-light .navbar-toggler {
  color: #000;
}

.navbar.navbar-light form .md-form input {
  border-bottom: 1px solid #000;
}

.navbar.navbar-light form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}

.navbar.navbar-light form .md-form .form-control {
  color: #000;
}

.navbar.navbar-light form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #000;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(255, 255, 255, 0.25);
}

.navbar.navbar-dark .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.35s;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
  color: #fff;
}

.navbar.navbar-dark .navbar-toggler {
  color: #fff;
}

.navbar.navbar-dark form .md-form input {
  border-bottom: 1px solid #fff;
}

.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}

.navbar.navbar-dark form .md-form .form-control {
  color: #fff;
}

.navbar.navbar-dark form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #fff;
}

@media (min-width: 600px) {
  .navbar.scrolling-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar.scrolling-navbar .navbar-nav > li {
    transition-duration: 1s;
  }
  .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #4285f4;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
}

.pagination .page-item.active .page-link:hover {
  background-color: #4285f4;
}

.pagination .page-item.disabled .page-link {
  color: #868e96;
}

.pagination .page-item .page-link {
  font-size: 0.9rem;
  color: #212529;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: all 0.3s linear;
}

.pagination .page-item .page-link:hover {
  background-color: #eee;
  border-radius: 0.125rem;
  transition: all 0.3s linear;
}

.pagination .page-item .page-link:focus {
  background-color: transparent;
  box-shadow: none;
}

.pagination.pagination-lg .page-item .page-link {
  font-size: 1rem;
}

.pagination.pagination-sm .page-item .page-link {
  font-size: 0.8rem;
}

.pagination.pagination-circle .page-item .page-link {
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 50%;
}

.pagination.pagination-circle .page-item .page-link:hover {
  border-radius: 50%;
}

.pagination.pagination-circle .page-item.active .page-link {
  border-radius: 50%;
}

.pagination.pg-blue .page-item.active .page-link {
  background-color: #4285f4;
}

.pagination.pg-blue .page-item.active .page-link:hover {
  background-color: #4285f4;
}

.pagination.pg-red .page-item.active .page-link {
  background-color: #ff3547;
}

.pagination.pg-red .page-item.active .page-link:hover {
  background-color: #ff3547;
}

.pagination.pg-teal .page-item.active .page-link {
  background-color: #2bbbad;
}

.pagination.pg-teal .page-item.active .page-link:hover {
  background-color: #2bbbad;
}

.pagination.pg-dark-grey .page-item.active .page-link {
  background-color: #37474f;
}

.pagination.pg-dark-grey .page-item.active .page-link:hover {
  background-color: #37474f;
}

.pagination.pg-dark .page-item.active .page-link {
  background-color: #2e2e2e;
}

.pagination.pg-dark .page-item.active .page-link:hover {
  background-color: #2e2e2e;
}

.pagination.pg-blue-grey .page-item.active .page-link {
  background-color: #3f729b;
}

.pagination.pg-blue-grey .page-item.active .page-link:hover {
  background-color: #3f729b;
}

.pagination.pg-amber .page-item.active .page-link {
  background-color: #ff6f00;
}

.pagination.pg-amber .page-item.active .page-link:hover {
  background-color: #ff6f00;
}

.pagination.pg-purple .page-item.active .page-link {
  background-color: #5e35b1;
}

.pagination.pg-purple .page-item.active .page-link:hover {
  background-color: #5e35b1;
}

.badge {
  color: #fff !important;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff !important;
  background-color: #4285f4 !important;
}

.badge-danger {
  color: #fff !important;
  background-color: #ff3547 !important;
}

.badge-warning {
  color: #fff !important;
  background-color: #fb3 !important;
}

.badge-success {
  color: #fff !important;
  background-color: #00c851 !important;
}

.badge-info {
  color: #fff !important;
  background-color: #33b5e5 !important;
}

.badge-default {
  color: #fff !important;
  background-color: #2bbbad !important;
}

.badge-secondary {
  color: #fff !important;
  background-color: #a6c !important;
}

.badge-dark {
  color: #fff !important;
  background-color: #212121 !important;
}

.badge-light {
  color: #000 !important;
  background-color: #e0e0e0 !important;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}

body.modal-open .fixed-top {
  padding-right: 1rem !important;
}

body.modal-open .fixed-bottom {
  padding-right: 0 !important;
}

body.scrollable {
  overflow-y: auto;
}

.modal-dialog .modal-content {
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.modal-dialog .modal-content .modal-header {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.modal-dialog.cascading-modal {
  margin-top: 10%;
}

.modal-dialog.cascading-modal .close {
  color: #fff;
  text-shadow: none;
  outline: 0;
  opacity: 1;
}

.modal-dialog.cascading-modal .modal-header {
  padding: 1.5rem;
  margin: -2rem 1rem 1rem 1rem;
  text-align: center;
  border: none;
  border-radius: 0.125rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.modal-dialog.cascading-modal .modal-header .close {
  margin-right: 1rem;
}

.modal-dialog.cascading-modal .modal-header .title {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.modal-dialog.cascading-modal .modal-header .title .fas, .modal-dialog.cascading-modal .modal-header .title .fab, .modal-dialog.cascading-modal .modal-header .title .far {
  margin-right: 9px;
}

.modal-dialog.cascading-modal .modal-header .social-buttons {
  margin-top: 1.5rem;
}

.modal-dialog.cascading-modal .modal-header .social-buttons a {
  font-size: 1rem;
}

.modal-dialog.cascading-modal .modal-c-tabs {
  /*
      .md-tabs {
       border-radius: $md-card-border-radius;
       .nav-item {
         .nav-link {
           border-radius: $md-card-border-radius;
           background-color: inherit;
           color: $white-base;
         }
       }
      }
      */
}

.modal-dialog.cascading-modal .modal-c-tabs .md-tabs {
  display: flex;
  margin: -1.5rem 1rem 0 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li {
  flex: 1 1;
}

.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li a {
  text-align: center;
}

.modal-dialog.cascading-modal .modal-c-tabs .tab-content {
  padding: 1.7rem 0 0 0;
}

.modal-dialog.cascading-modal .modal-body,
.modal-dialog.cascading-modal .modal-footer {
  padding-right: 2rem;
  padding-left: 2rem;
  color: #616161;
}

.modal-dialog.cascading-modal .modal-body .additional-option,
.modal-dialog.cascading-modal .modal-footer .additional-option {
  margin-top: 1rem;
  text-align: center;
}

.modal-dialog.cascading-modal.modal-avatar {
  margin-top: 6rem;
}

.modal-dialog.cascading-modal.modal-avatar .modal-header {
  margin: -6rem 0 -1rem;
  box-shadow: none;
}

.modal-dialog.cascading-modal.modal-avatar .modal-header img {
  width: 130px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-dialog.modal-notify .heading {
  padding: 0.3rem;
  margin: 0;
  font-size: 1.15rem;
  color: #fff;
}

.modal-dialog.modal-notify .modal-header {
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.modal-dialog.modal-notify .close {
  opacity: 1;
}

.modal-dialog.modal-notify .modal-body {
  padding: 1.5rem;
  color: #616161;
}

.modal-dialog.modal-notify.modal-primary .modal-header {
  background-color: #4285f4;
}

.modal-dialog.modal-notify.modal-primary .fas, .modal-dialog.modal-notify.modal-primary .fab, .modal-dialog.modal-notify.modal-primary .far {
  color: #4285f4;
}

.modal-dialog.modal-notify.modal-primary .badge {
  background-color: #4285f4;
}

.modal-dialog.modal-notify.modal-primary .btn .fas,
.modal-dialog.modal-notify.modal-primary .btn .fab,
.modal-dialog.modal-notify.modal-primary .btn .far {
  color: #fff;
}

.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fas,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fab,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .far {
  color: #4285f4;
}

.modal-dialog.modal-notify.modal-danger .modal-header {
  background-color: #ff3547;
}

.modal-dialog.modal-notify.modal-danger .fas, .modal-dialog.modal-notify.modal-danger .fab, .modal-dialog.modal-notify.modal-danger .far {
  color: #ff3547;
}

.modal-dialog.modal-notify.modal-danger .badge {
  background-color: #ff3547;
}

.modal-dialog.modal-notify.modal-danger .btn .fas,
.modal-dialog.modal-notify.modal-danger .btn .fab,
.modal-dialog.modal-notify.modal-danger .btn .far {
  color: #fff;
}

.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far {
  color: #ff3547;
}

.modal-dialog.modal-notify.modal-warning .modal-header {
  background-color: #fb3;
}

.modal-dialog.modal-notify.modal-warning .fas, .modal-dialog.modal-notify.modal-warning .fab, .modal-dialog.modal-notify.modal-warning .far {
  color: #fb3;
}

.modal-dialog.modal-notify.modal-warning .badge {
  background-color: #fb3;
}

.modal-dialog.modal-notify.modal-warning .btn .fas,
.modal-dialog.modal-notify.modal-warning .btn .fab,
.modal-dialog.modal-notify.modal-warning .btn .far {
  color: #fff;
}

.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fas,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fab,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .far {
  color: #fb3;
}

.modal-dialog.modal-notify.modal-success .modal-header {
  background-color: #00c851;
}

.modal-dialog.modal-notify.modal-success .fas, .modal-dialog.modal-notify.modal-success .fab, .modal-dialog.modal-notify.modal-success .far {
  color: #00c851;
}

.modal-dialog.modal-notify.modal-success .badge {
  background-color: #00c851;
}

.modal-dialog.modal-notify.modal-success .btn .fas,
.modal-dialog.modal-notify.modal-success .btn .fab,
.modal-dialog.modal-notify.modal-success .btn .far {
  color: #fff;
}

.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fas,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fab,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .far {
  color: #00c851;
}

.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #33b5e5;
}

.modal-dialog.modal-notify.modal-info .fas, .modal-dialog.modal-notify.modal-info .fab, .modal-dialog.modal-notify.modal-info .far {
  color: #33b5e5;
}

.modal-dialog.modal-notify.modal-info .badge {
  background-color: #33b5e5;
}

.modal-dialog.modal-notify.modal-info .btn .fas,
.modal-dialog.modal-notify.modal-info .btn .fab,
.modal-dialog.modal-notify.modal-info .btn .far {
  color: #fff;
}

.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fas,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fab,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .far {
  color: #33b5e5;
}

.modal {
  padding-right: 0 !important;
}

.modal.modal-scrolling {
  height: min-content;
}

@media (min-width: 768px) {
  .modal .modal-dialog.modal-top {
    top: 0;
  }
  .modal .modal-dialog.modal-left {
    left: 0;
  }
  .modal .modal-dialog.modal-right {
    right: 0;
  }
  .modal .modal-dialog.modal-bottom {
    bottom: 0;
  }
  .modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px;
  }
  .modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px;
  }
  .modal .modal-dialog.modal-bottom-left {
    bottom: 10px;
    left: 10px;
  }
  .modal .modal-dialog.modal-bottom-right {
    right: 10px;
    bottom: 10px;
  }
}

.modal.fade.top:not(.show) .modal-dialog {
  transform: translate3d(0, -25%, 0);
}

.modal.fade.left:not(.show) .modal-dialog {
  transform: translate3d(-25%, 0, 0);
}

.modal.fade.right:not(.show) .modal-dialog {
  transform: translate3d(25%, 0, 0);
}

.modal.fade.bottom:not(.show) .modal-dialog {
  transform: translate3d(0, 25%, 0);
}

@media (min-width: 992px) {
  .modal.modal-scrolling {
    position: relative;
  }
  .modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050;
  }
  .modal.modal-content-clickable {
    top: auto;
    bottom: auto;
  }
  .modal.modal-content-clickable .modal-dialog {
    position: fixed;
  }
  .modal .modal-fluid {
    width: 100%;
    max-width: 100%;
  }
  .modal .modal-fluid .modal-content {
    width: 100%;
  }
  .modal .modal-frame {
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .modal .modal-frame.modal-bottom {
    bottom: 0;
  }
  .modal .modal-full-height {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 400px;
    height: auto;
    min-height: 100%;
    margin: 0;
  }
  .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .modal .modal-full-height.modal-top {
    bottom: auto;
  }
  .modal .modal-full-height.modal-bottom {
    top: auto;
    min-height: 0;
  }
  .modal .modal-full-height .modal-content {
    width: 100%;
  }
  .modal .modal-full-height.modal-lg {
    width: 90%;
    max-width: 90%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .modal .modal-full-height.modal-lg {
    width: 800px;
    max-width: 800px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .modal .modal-full-height.modal-lg {
    width: 1000px;
    max-width: 1000px;
  }
}

@media (min-width: 992px) {
  .modal .modal-side {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 400px;
    margin: 0;
  }
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

.carousel .carousel-control-prev-icon {
  background-image: url(../img/svg/arrow_left.svg);
}

.carousel .carousel-control-next-icon {
  background-image: url(../img/svg/arrow_right.svg);
}

.carousel .carousel-indicators li {
  width: 0.625rem;
  height: 0.625rem;
  cursor: pointer;
  border-radius: 50%;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-prev.active {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-prev.active {
    transform: translate3d(0, 0, 0);
  }
}

.md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.md-form input:not([type]),
.md-form input[type="text"]:not(.browser-default),
.md-form input[type="password"]:not(.browser-default),
.md-form input[type="email"]:not(.browser-default),
.md-form input[type="url"]:not(.browser-default),
.md-form input[type="time"]:not(.browser-default),
.md-form input[type="date"]:not(.browser-default),
.md-form input[type="datetime"]:not(.browser-default),
.md-form input[type="datetime-local"]:not(.browser-default),
.md-form input[type="tel"]:not(.browser-default),
.md-form input[type="number"]:not(.browser-default),
.md-form input[type="search"]:not(.browser-default),
.md-form input[type="phone"]:not(.browser-default),
.md-form input[type="search-md"],
.md-form textarea.md-textarea {
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

.md-form input:not([type]):focus:not([readonly]) + label,
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="search-md"]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

.md-form input:not([type]) + label::after,
.md-form input[type="text"]:not(.browser-default) + label::after,
.md-form input[type="password"]:not(.browser-default) + label::after,
.md-form input[type="email"]:not(.browser-default) + label::after,
.md-form input[type="url"]:not(.browser-default) + label::after,
.md-form input[type="time"]:not(.browser-default) + label::after,
.md-form input[type="date"]:not(.browser-default) + label::after,
.md-form input[type="datetime"]:not(.browser-default) + label::after,
.md-form input[type="datetime-local"]:not(.browser-default) + label::after,
.md-form input[type="tel"]:not(.browser-default) + label::after,
.md-form input[type="number"]:not(.browser-default) + label::after,
.md-form input[type="search"]:not(.browser-default) + label::after,
.md-form input[type="phone"]:not(.browser-default) + label::after,
.md-form input[type="search-md"] + label::after,
.md-form textarea.md-textarea + label::after {
  position: absolute;
  top: 65px;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.md-form input:not([type]).valid, .md-form input:not([type]):focus.valid,
.md-form input[type="text"]:not(.browser-default).valid,
.md-form input[type="text"]:not(.browser-default):focus.valid,
.md-form input[type="password"]:not(.browser-default).valid,
.md-form input[type="password"]:not(.browser-default):focus.valid,
.md-form input[type="email"]:not(.browser-default).valid,
.md-form input[type="email"]:not(.browser-default):focus.valid,
.md-form input[type="url"]:not(.browser-default).valid,
.md-form input[type="url"]:not(.browser-default):focus.valid,
.md-form input[type="time"]:not(.browser-default).valid,
.md-form input[type="time"]:not(.browser-default):focus.valid,
.md-form input[type="date"]:not(.browser-default).valid,
.md-form input[type="date"]:not(.browser-default):focus.valid,
.md-form input[type="datetime"]:not(.browser-default).valid,
.md-form input[type="datetime"]:not(.browser-default):focus.valid,
.md-form input[type="datetime-local"]:not(.browser-default).valid,
.md-form input[type="datetime-local"]:not(.browser-default):focus.valid,
.md-form input[type="tel"]:not(.browser-default).valid,
.md-form input[type="tel"]:not(.browser-default):focus.valid,
.md-form input[type="number"]:not(.browser-default).valid,
.md-form input[type="number"]:not(.browser-default):focus.valid,
.md-form input[type="search"]:not(.browser-default).valid,
.md-form input[type="search"]:not(.browser-default):focus.valid,
.md-form input[type="phone"]:not(.browser-default).valid,
.md-form input[type="phone"]:not(.browser-default):focus.valid,
.md-form input[type="search-md"].valid,
.md-form input[type="search-md"]:focus.valid,
.md-form textarea.md-textarea.valid,
.md-form textarea.md-textarea:focus.valid {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851;
}

.md-form input:not([type]).valid + label:after,
.md-form input:not([type]):focus.valid + label:after,
.md-form input[type="text"]:not(.browser-default).valid + label:after,
.md-form input[type="text"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="password"]:not(.browser-default).valid + label:after,
.md-form input[type="password"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="email"]:not(.browser-default).valid + label:after,
.md-form input[type="email"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="url"]:not(.browser-default).valid + label:after,
.md-form input[type="url"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="time"]:not(.browser-default).valid + label:after,
.md-form input[type="time"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="date"]:not(.browser-default).valid + label:after,
.md-form input[type="date"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="datetime"]:not(.browser-default).valid + label:after,
.md-form input[type="datetime"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).valid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="tel"]:not(.browser-default).valid + label:after,
.md-form input[type="tel"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="number"]:not(.browser-default).valid + label:after,
.md-form input[type="number"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="search"]:not(.browser-default).valid + label:after,
.md-form input[type="search"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="phone"]:not(.browser-default).valid + label:after,
.md-form input[type="phone"]:not(.browser-default):focus.valid + label:after,
.md-form input[type="search-md"].valid + label:after,
.md-form input[type="search-md"]:focus.valid + label:after,
.md-form textarea.md-textarea.valid + label:after,
.md-form textarea.md-textarea:focus.valid + label:after {
  color: #00c851;
  content: attr(data-success);
  opacity: 1;
}

.md-form input:not([type]).invalid, .md-form input:not([type]):focus.invalid,
.md-form input[type="text"]:not(.browser-default).invalid,
.md-form input[type="text"]:not(.browser-default):focus.invalid,
.md-form input[type="password"]:not(.browser-default).invalid,
.md-form input[type="password"]:not(.browser-default):focus.invalid,
.md-form input[type="email"]:not(.browser-default).invalid,
.md-form input[type="email"]:not(.browser-default):focus.invalid,
.md-form input[type="url"]:not(.browser-default).invalid,
.md-form input[type="url"]:not(.browser-default):focus.invalid,
.md-form input[type="time"]:not(.browser-default).invalid,
.md-form input[type="time"]:not(.browser-default):focus.invalid,
.md-form input[type="date"]:not(.browser-default).invalid,
.md-form input[type="date"]:not(.browser-default):focus.invalid,
.md-form input[type="datetime"]:not(.browser-default).invalid,
.md-form input[type="datetime"]:not(.browser-default):focus.invalid,
.md-form input[type="datetime-local"]:not(.browser-default).invalid,
.md-form input[type="datetime-local"]:not(.browser-default):focus.invalid,
.md-form input[type="tel"]:not(.browser-default).invalid,
.md-form input[type="tel"]:not(.browser-default):focus.invalid,
.md-form input[type="number"]:not(.browser-default).invalid,
.md-form input[type="number"]:not(.browser-default):focus.invalid,
.md-form input[type="search"]:not(.browser-default).invalid,
.md-form input[type="search"]:not(.browser-default):focus.invalid,
.md-form input[type="phone"]:not(.browser-default).invalid,
.md-form input[type="phone"]:not(.browser-default):focus.invalid,
.md-form input[type="search-md"].invalid,
.md-form input[type="search-md"]:focus.invalid,
.md-form textarea.md-textarea.invalid,
.md-form textarea.md-textarea:focus.invalid {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

.md-form input:not([type]).invalid + label:after,
.md-form input:not([type]):focus.invalid + label:after,
.md-form input[type="text"]:not(.browser-default).invalid + label:after,
.md-form input[type="text"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="password"]:not(.browser-default).invalid + label:after,
.md-form input[type="password"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="email"]:not(.browser-default).invalid + label:after,
.md-form input[type="email"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="url"]:not(.browser-default).invalid + label:after,
.md-form input[type="url"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="time"]:not(.browser-default).invalid + label:after,
.md-form input[type="time"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="date"]:not(.browser-default).invalid + label:after,
.md-form input[type="date"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="datetime"]:not(.browser-default).invalid + label:after,
.md-form input[type="datetime"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).invalid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="tel"]:not(.browser-default).invalid + label:after,
.md-form input[type="tel"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="number"]:not(.browser-default).invalid + label:after,
.md-form input[type="number"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="search"]:not(.browser-default).invalid + label:after,
.md-form input[type="search"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="phone"]:not(.browser-default).invalid + label:after,
.md-form input[type="phone"]:not(.browser-default):focus.invalid + label:after,
.md-form input[type="search-md"].invalid + label:after,
.md-form input[type="search-md"]:focus.invalid + label:after,
.md-form textarea.md-textarea.invalid + label:after,
.md-form textarea.md-textarea:focus.invalid + label:after {
  color: #f44336;
  content: attr(data-error);
  opacity: 1;
}

.md-form input:not([type]).form-control.valid + label:after,
.md-form input:not([type]).form-control:focus.valid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control.valid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control:focus.valid + label:after,
.md-form input[type="search-md"].form-control.valid + label:after,
.md-form input[type="search-md"].form-control:focus.valid + label:after,
.md-form textarea.md-textarea.form-control.valid + label:after,
.md-form textarea.md-textarea.form-control:focus.valid + label:after {
  top: 4.1rem;
}

.md-form input:not([type]).form-control.invalid + label:after,
.md-form input:not([type]).form-control:focus.invalid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control.invalid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control:focus.invalid + label:after,
.md-form input[type="search-md"].form-control.invalid + label:after,
.md-form input[type="search-md"].form-control:focus.invalid + label:after,
.md-form textarea.md-textarea.form-control.invalid + label:after,
.md-form textarea.md-textarea.form-control:focus.invalid + label:after {
  top: 4rem;
}

.md-form input:not([type]).form-control-lg.valid + label:after,
.md-form input:not([type]).form-control-lg:focus.valid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control-lg.valid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control-lg:focus.valid + label:after,
.md-form input[type="search-md"].form-control-lg.valid + label:after,
.md-form input[type="search-md"].form-control-lg:focus.valid + label:after,
.md-form textarea.md-textarea.form-control-lg.valid + label:after,
.md-form textarea.md-textarea.form-control-lg:focus.valid + label:after {
  top: 4.6rem;
}

.md-form input:not([type]).form-control-lg.invalid + label:after,
.md-form input:not([type]).form-control-lg:focus.invalid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control-lg.invalid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control-lg:focus.invalid + label:after,
.md-form input[type="search-md"].form-control-lg.invalid + label:after,
.md-form input[type="search-md"].form-control-lg:focus.invalid + label:after,
.md-form textarea.md-textarea.form-control-lg.invalid + label:after,
.md-form textarea.md-textarea.form-control-lg:focus.invalid + label:after {
  top: 4.6rem;
}

.md-form input:not([type]).form-control-sm.valid + label:after,
.md-form input:not([type]).form-control-sm:focus.valid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control-sm.valid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control-sm:focus.valid + label:after,
.md-form input[type="search-md"].form-control-sm.valid + label:after,
.md-form input[type="search-md"].form-control-sm:focus.valid + label:after,
.md-form textarea.md-textarea.form-control-sm.valid + label:after,
.md-form textarea.md-textarea.form-control-sm:focus.valid + label:after {
  top: 3.7rem;
}

.md-form input:not([type]).form-control-sm.invalid + label:after,
.md-form input:not([type]).form-control-sm:focus.invalid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="text"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="password"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="email"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="url"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="time"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="date"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="datetime"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="datetime-local"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="tel"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="number"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="search"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control-sm.invalid + label:after,
.md-form input[type="phone"]:not(.browser-default).form-control-sm:focus.invalid + label:after,
.md-form input[type="search-md"].form-control-sm.invalid + label:after,
.md-form input[type="search-md"].form-control-sm:focus.invalid + label:after,
.md-form textarea.md-textarea.form-control-sm.invalid + label:after,
.md-form textarea.md-textarea.form-control-sm:focus.invalid + label:after {
  top: 3.6rem;
}

.md-form > input[type="date"]:not(.browser-default) + label {
  transform-origin: 0 0;
}

.md-form > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form > input[type="time"]:not(.browser-default) + label {
  font-size: .8rem;
  transform: translateY(-25px);
  transform-origin: 0 0;
}

.md-form .was-validated input[type="text"]:valid + label {
  color: #00c851 !important;
}

.md-form .was-validated input[type="text"]:invalid + label {
  color: #f44336 !important;
}

.md-form .was-validated .form-control:valid:focus {
  box-shadow: 0 1px 0 0 #00c851 !important;
}

.md-form .was-validated .form-control:valid {
  border-color: #00c851 !important;
}

.md-form .was-validated .form-control:invalid:focus {
  box-shadow: 0 1px 0 0 #f44336 !important;
}

.md-form .was-validated .form-control:invalid {
  border-color: #f44336 !important;
}

.md-form .form-control {
  height: auto;
  padding: 0.6rem 0 0.4rem 0;
  margin: 0 0 0.5rem 0;
  background-color: transparent;
  border-radius: 0;
}

.md-form .form-control:focus {
  box-shadow: none;
}

.md-form .form-control:disabled, .md-form .form-control[readonly] {
  background-color: transparent;
  border-bottom: 1px solid #bdbdbd;
}

.md-form .form-control.is-valid {
  border-color: #00c851;
}

.md-form .form-control.is-valid:focus {
  border-color: #00c851 !important;
  box-shadow: 0 1px 0 0 #00c851 !important;
}

.md-form .form-control.is-invalid {
  border-color: #f44336;
}

.md-form .form-control.is-invalid:focus {
  border-color: #f44336 !important;
  box-shadow: 0 1px 0 0 #f44336 !important;
}

.md-form .form-control.is-valid, .md-form .form-control.is-invalid {
  background-position: center right !important;
}

.md-form .validate {
  margin-bottom: 2.5rem;
}

.md-form label {
  font-size: 1rem;
}

.md-form label.active {
  font-size: 1rem;
}

.md-form .prefix {
  top: 0.25rem;
  font-size: 1.75rem;
}

.md-form .prefix ~ input,
.md-form .prefix ~ textarea {
  width: calc(100% - 2.5rem);
  margin-left: 2.5rem;
}

.md-form .prefix ~ label {
  margin-left: 2.5rem;
}

.md-form .prefix ~ .form-text {
  margin-left: 2.6rem;
}

.md-form label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform: translateY(12px);
  transform-origin: 0% 100%;
}

.md-form label.active {
  transform: translateY(-14px) scale(0.8);
}

.md-form .prefix {
  position: absolute;
  transition: color 0.2s;
}

.md-form .prefix.active {
  color: #4285f4;
}

.md-form.form-lg .validate {
  margin-bottom: 2.8rem;
}

.md-form.form-lg label {
  font-size: 1.25rem;
}

.md-form.form-lg label.active {
  font-size: 1.15rem;
}

.md-form.form-lg .prefix {
  top: 0.4rem;
  font-size: 2rem;
}

.md-form.form-lg .prefix ~ input,
.md-form.form-lg .prefix ~ textarea {
  width: calc(100% - 3rem);
  margin-left: 3rem;
}

.md-form.form-lg .prefix ~ label {
  margin-left: 3rem;
}

.md-form.form-lg .prefix ~ .form-text {
  margin-left: 3.1rem;
}

.md-form.form-sm .validate {
  margin-bottom: 2.3rem;
}

.md-form.form-sm label {
  font-size: 0.875rem;
}

.md-form.form-sm label.active {
  font-size: 0.95rem;
}

.md-form.form-sm .prefix {
  top: 0.35rem;
  font-size: 1.5rem;
}

.md-form.form-sm .prefix ~ input,
.md-form.form-sm .prefix ~ textarea {
  width: calc(100% - 2rem);
  margin-left: 2rem;
}

.md-form.form-sm .prefix ~ label {
  margin-left: 2rem;
}

.md-form.form-sm .prefix ~ .form-text {
  margin-left: 2rem;
}

.md-form textarea.md-textarea {
  padding: 0;
  overflow-y: hidden;
}

.md-form textarea.md-textarea + label {
  top: -0.6rem;
}

.md-form textarea.md-textarea-auto {
  padding: 0;
  padding-top: 1.5rem;
}

.md-form textarea.md-textarea-auto + label {
  top: 0;
}

.md-form.md-outline {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.md-form.md-outline input[type="text"],
.md-form.md-outline input[type="password"],
.md-form.md-outline input[type="email"],
.md-form.md-outline input[type="url"],
.md-form.md-outline input[type="time"],
.md-form.md-outline input[type="date"],
.md-form.md-outline input[type="datetime-local"],
.md-form.md-outline input[type="tel"],
.md-form.md-outline input[type="number"],
.md-form.md-outline input[type="search-md"],
.md-form.md-outline input[type="search"],
.md-form.md-outline textarea.md-textarea {
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #dadce0;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  transition: all .3s;
}

.md-form.md-outline input[type="text"]:focus:not([readonly]),
.md-form.md-outline input[type="password"]:focus:not([readonly]),
.md-form.md-outline input[type="email"]:focus:not([readonly]),
.md-form.md-outline input[type="url"]:focus:not([readonly]),
.md-form.md-outline input[type="time"]:focus:not([readonly]),
.md-form.md-outline input[type="date"]:focus:not([readonly]),
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]),
.md-form.md-outline input[type="tel"]:focus:not([readonly]),
.md-form.md-outline input[type="number"]:focus:not([readonly]),
.md-form.md-outline input[type="search-md"]:focus:not([readonly]),
.md-form.md-outline input[type="search"]:focus:not([readonly]),
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}

.md-form.md-outline input[type="text"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="password"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="email"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="url"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="time"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="date"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="tel"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="number"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="search-md"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="search"]:focus:not([readonly]) + label,
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

.md-form.md-outline input[type="text"].valid, .md-form.md-outline input[type="text"]:focus.valid,
.md-form.md-outline input[type="password"].valid,
.md-form.md-outline input[type="password"]:focus.valid,
.md-form.md-outline input[type="email"].valid,
.md-form.md-outline input[type="email"]:focus.valid,
.md-form.md-outline input[type="url"].valid,
.md-form.md-outline input[type="url"]:focus.valid,
.md-form.md-outline input[type="time"].valid,
.md-form.md-outline input[type="time"]:focus.valid,
.md-form.md-outline input[type="date"].valid,
.md-form.md-outline input[type="date"]:focus.valid,
.md-form.md-outline input[type="datetime-local"].valid,
.md-form.md-outline input[type="datetime-local"]:focus.valid,
.md-form.md-outline input[type="tel"].valid,
.md-form.md-outline input[type="tel"]:focus.valid,
.md-form.md-outline input[type="number"].valid,
.md-form.md-outline input[type="number"]:focus.valid,
.md-form.md-outline input[type="search-md"].valid,
.md-form.md-outline input[type="search-md"]:focus.valid,
.md-form.md-outline input[type="search"].valid,
.md-form.md-outline input[type="search"]:focus.valid,
.md-form.md-outline textarea.md-textarea.valid,
.md-form.md-outline textarea.md-textarea:focus.valid {
  border-color: #00c851;
  box-shadow: inset 0 0 0 1px #00c851;
}

.md-form.md-outline input[type="text"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="text"].valid + label:after,
.md-form.md-outline input[type="text"]:focus.valid + label:after,
.md-form.md-outline input[type="password"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="password"].valid + label:after,
.md-form.md-outline input[type="password"]:focus.valid + label:after,
.md-form.md-outline input[type="email"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="email"].valid + label:after,
.md-form.md-outline input[type="email"]:focus.valid + label:after,
.md-form.md-outline input[type="url"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="url"].valid + label:after,
.md-form.md-outline input[type="url"]:focus.valid + label:after,
.md-form.md-outline input[type="time"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="time"].valid + label:after,
.md-form.md-outline input[type="time"]:focus.valid + label:after,
.md-form.md-outline input[type="date"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="date"].valid + label:after,
.md-form.md-outline input[type="date"]:focus.valid + label:after,
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="datetime-local"].valid + label:after,
.md-form.md-outline input[type="datetime-local"]:focus.valid + label:after,
.md-form.md-outline input[type="tel"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="tel"].valid + label:after,
.md-form.md-outline input[type="tel"]:focus.valid + label:after,
.md-form.md-outline input[type="number"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="number"].valid + label:after,
.md-form.md-outline input[type="number"]:focus.valid + label:after,
.md-form.md-outline input[type="search-md"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="search-md"].valid + label:after,
.md-form.md-outline input[type="search-md"]:focus.valid + label:after,
.md-form.md-outline input[type="search"]:focus:not([readonly]).valid + label,
.md-form.md-outline input[type="search"].valid + label:after,
.md-form.md-outline input[type="search"]:focus.valid + label:after,
.md-form.md-outline textarea.md-textarea:focus:not([readonly]).valid + label,
.md-form.md-outline textarea.md-textarea.valid + label:after,
.md-form.md-outline textarea.md-textarea:focus.valid + label:after {
  color: #00c851;
  content: attr(data-success);
  opacity: 1;
}

.md-form.md-outline input[type="text"].invalid, .md-form.md-outline input[type="text"]:focus.invalid,
.md-form.md-outline input[type="password"].invalid,
.md-form.md-outline input[type="password"]:focus.invalid,
.md-form.md-outline input[type="email"].invalid,
.md-form.md-outline input[type="email"]:focus.invalid,
.md-form.md-outline input[type="url"].invalid,
.md-form.md-outline input[type="url"]:focus.invalid,
.md-form.md-outline input[type="time"].invalid,
.md-form.md-outline input[type="time"]:focus.invalid,
.md-form.md-outline input[type="date"].invalid,
.md-form.md-outline input[type="date"]:focus.invalid,
.md-form.md-outline input[type="datetime-local"].invalid,
.md-form.md-outline input[type="datetime-local"]:focus.invalid,
.md-form.md-outline input[type="tel"].invalid,
.md-form.md-outline input[type="tel"]:focus.invalid,
.md-form.md-outline input[type="number"].invalid,
.md-form.md-outline input[type="number"]:focus.invalid,
.md-form.md-outline input[type="search-md"].invalid,
.md-form.md-outline input[type="search-md"]:focus.invalid,
.md-form.md-outline input[type="search"].invalid,
.md-form.md-outline input[type="search"]:focus.invalid,
.md-form.md-outline textarea.md-textarea.invalid,
.md-form.md-outline textarea.md-textarea:focus.invalid {
  border-color: #f44336;
  box-shadow: inset 0 0 0 1px #f44336;
}

.md-form.md-outline input[type="text"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="text"].invalid + label:after,
.md-form.md-outline input[type="text"]:focus.invalid + label:after,
.md-form.md-outline input[type="password"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="password"].invalid + label:after,
.md-form.md-outline input[type="password"]:focus.invalid + label:after,
.md-form.md-outline input[type="email"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="email"].invalid + label:after,
.md-form.md-outline input[type="email"]:focus.invalid + label:after,
.md-form.md-outline input[type="url"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="url"].invalid + label:after,
.md-form.md-outline input[type="url"]:focus.invalid + label:after,
.md-form.md-outline input[type="time"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="time"].invalid + label:after,
.md-form.md-outline input[type="time"]:focus.invalid + label:after,
.md-form.md-outline input[type="date"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="date"].invalid + label:after,
.md-form.md-outline input[type="date"]:focus.invalid + label:after,
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="datetime-local"].invalid + label:after,
.md-form.md-outline input[type="datetime-local"]:focus.invalid + label:after,
.md-form.md-outline input[type="tel"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="tel"].invalid + label:after,
.md-form.md-outline input[type="tel"]:focus.invalid + label:after,
.md-form.md-outline input[type="number"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="number"].invalid + label:after,
.md-form.md-outline input[type="number"]:focus.invalid + label:after,
.md-form.md-outline input[type="search-md"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="search-md"].invalid + label:after,
.md-form.md-outline input[type="search-md"]:focus.invalid + label:after,
.md-form.md-outline input[type="search"]:focus:not([readonly]).invalid + label,
.md-form.md-outline input[type="search"].invalid + label:after,
.md-form.md-outline input[type="search"]:focus.invalid + label:after,
.md-form.md-outline textarea.md-textarea:focus:not([readonly]).invalid + label,
.md-form.md-outline textarea.md-textarea.invalid + label:after,
.md-form.md-outline textarea.md-textarea:focus.invalid + label:after {
  color: #f44336;
  content: attr(data-error);
  opacity: 1;
}

.md-form.md-outline input[type="text"].form-control.valid + label:after,
.md-form.md-outline input[type="text"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="password"].form-control.valid + label:after,
.md-form.md-outline input[type="password"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="email"].form-control.valid + label:after,
.md-form.md-outline input[type="email"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="url"].form-control.valid + label:after,
.md-form.md-outline input[type="url"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="time"].form-control.valid + label:after,
.md-form.md-outline input[type="time"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="date"].form-control.valid + label:after,
.md-form.md-outline input[type="date"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="datetime-local"].form-control.valid + label:after,
.md-form.md-outline input[type="datetime-local"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="tel"].form-control.valid + label:after,
.md-form.md-outline input[type="tel"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="number"].form-control.valid + label:after,
.md-form.md-outline input[type="number"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="search-md"].form-control.valid + label:after,
.md-form.md-outline input[type="search-md"].form-control:focus.valid + label:after,
.md-form.md-outline input[type="search"].form-control.valid + label:after,
.md-form.md-outline input[type="search"].form-control:focus.valid + label:after,
.md-form.md-outline textarea.md-textarea.form-control.valid + label:after,
.md-form.md-outline textarea.md-textarea.form-control:focus.valid + label:after {
  position: absolute;
  top: 4rem;
  left: 0;
}

.md-form.md-outline input[type="text"].form-control.invalid + label:after,
.md-form.md-outline input[type="text"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="password"].form-control.invalid + label:after,
.md-form.md-outline input[type="password"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="email"].form-control.invalid + label:after,
.md-form.md-outline input[type="email"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="url"].form-control.invalid + label:after,
.md-form.md-outline input[type="url"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="time"].form-control.invalid + label:after,
.md-form.md-outline input[type="time"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="date"].form-control.invalid + label:after,
.md-form.md-outline input[type="date"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="datetime-local"].form-control.invalid + label:after,
.md-form.md-outline input[type="datetime-local"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="tel"].form-control.invalid + label:after,
.md-form.md-outline input[type="tel"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="number"].form-control.invalid + label:after,
.md-form.md-outline input[type="number"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="search-md"].form-control.invalid + label:after,
.md-form.md-outline input[type="search-md"].form-control:focus.invalid + label:after,
.md-form.md-outline input[type="search"].form-control.invalid + label:after,
.md-form.md-outline input[type="search"].form-control:focus.invalid + label:after,
.md-form.md-outline textarea.md-textarea.form-control.invalid + label:after,
.md-form.md-outline textarea.md-textarea.form-control:focus.invalid + label:after {
  position: absolute;
  top: 4rem;
  left: 0;
}

.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form.md-outline > input[type="time"]:not(.browser-default) + label {
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  transform: translateY(-9px) scale(0.8);
  transform-origin: 0 0;
}

.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label.active,
.md-form.md-outline > input[type="time"]:not(.browser-default) + label.active {
  transform: translateY(-9px) scale(0.8);
  transform-origin: 0 0;
}

@-webkit-keyframes autofill {
  to {
    color: #495057;
    background: transparent;
  }
}

@keyframes autofill {
  to {
    color: #495057;
    background: transparent;
  }
}

.md-form.md-outline input:-webkit-autofill {
  -webkit-animation-name: autofill;
  animation-name: autofill;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.md-form.md-outline .form-control {
  padding: .375rem .75rem;
}

.md-form.md-outline label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform: translateY(9px);
  transform-origin: 0% 100%;
}

.md-form.md-outline label.active {
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
  background: #fff;
  transform: translateY(-13px) scale(0.8);
}

.md-form.md-outline.form-lg .form-control.form-control-lg {
  padding: .5rem .725rem;
}

.md-form.md-outline.form-lg label {
  font-size: 1.25rem;
  transform: translateY(10px);
}

.md-form.md-outline.form-lg label.active {
  font-size: 1.1rem;
  transform: translateY(-14px) scale(0.8);
}

.md-form.md-outline.form-lg .prefix {
  top: .65rem;
  font-size: 25px;
}

.md-form.md-outline.form-lg .prefix ~ input,
.md-form.md-outline.form-lg .prefix ~ textarea {
  width: calc(100% - 2.2rem);
  margin-left: 2.2rem;
}

.md-form.md-outline.form-lg .prefix ~ label {
  margin-left: 2.2rem;
}

.md-form.md-outline.form-lg .prefix ~ .form-text {
  margin-left: 2.3rem;
}

.md-form.md-outline.form-sm .form-control.form-control-sm {
  padding: .25rem .625rem;
}

.md-form.md-outline.form-sm label {
  font-size: .8rem;
  transform: translateY(8px);
}

.md-form.md-outline.form-sm label.active {
  font-size: .85rem;
  transform: translateY(-12px) scale(0.8);
}

.md-form.md-outline.form-sm .prefix {
  top: .5rem;
  font-size: 15px;
}

.md-form.md-outline.form-sm .prefix ~ input,
.md-form.md-outline.form-sm .prefix ~ textarea {
  width: calc(100% - 1.6rem);
  margin-left: 1.6rem;
}

.md-form.md-outline.form-sm .prefix ~ label {
  margin-left: 1.6rem;
}

.md-form.md-outline.form-sm .prefix ~ .form-text {
  margin-left: 1.7rem;
}

.md-form.md-outline .prefix {
  position: absolute;
  top: .6rem;
  font-size: 20px;
  transition: color .2s;
}

.md-form.md-outline .prefix:focus {
  color: #4285f4;
}

.md-form.md-outline .prefix ~ input,
.md-form.md-outline .prefix ~ textarea {
  width: calc(100% - 2rem);
  margin-left: 2rem;
}

.md-form.md-outline .prefix ~ label {
  margin-left: 2rem;
}

.md-form.md-outline .prefix ~ .form-text {
  margin-left: 2.1rem;
}

.md-form.md-outline .character-counter {
  margin-top: -.5rem;
}

.md-form.md-bg input[type="text"],
.md-form.md-bg input[type="password"],
.md-form.md-bg input[type="email"],
.md-form.md-bg input[type="url"],
.md-form.md-bg input[type="time"],
.md-form.md-bg input[type="date"],
.md-form.md-bg input[type="datetime-local"],
.md-form.md-bg input[type="tel"],
.md-form.md-bg input[type="number"],
.md-form.md-bg input[type="search-md"],
.md-form.md-bg input[type="search"],
.md-form.md-bg textarea.md-textarea {
  box-sizing: border-box;
  padding: 10px 5px;
  background: #f5f5f5 no-repeat;
  background-image: linear-gradient(to bottom, #4285f4, #4285f4), linear-gradient(to bottom, #ced4da, #ced4da);
  background-position: 50% 100%, 50% 100%;
  background-size: 0 2px, 100% 1px;
  border: 0;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.md-form.md-bg input[type="text"]:focus:not([readonly]),
.md-form.md-bg input[type="password"]:focus:not([readonly]),
.md-form.md-bg input[type="email"]:focus:not([readonly]),
.md-form.md-bg input[type="url"]:focus:not([readonly]),
.md-form.md-bg input[type="time"]:focus:not([readonly]),
.md-form.md-bg input[type="date"]:focus:not([readonly]),
.md-form.md-bg input[type="datetime-local"]:focus:not([readonly]),
.md-form.md-bg input[type="tel"]:focus:not([readonly]),
.md-form.md-bg input[type="number"]:focus:not([readonly]),
.md-form.md-bg input[type="search-md"]:focus:not([readonly]),
.md-form.md-bg input[type="search"]:focus:not([readonly]),
.md-form.md-bg textarea.md-textarea:focus:not([readonly]) {
  border-bottom: none;
  box-shadow: none;
}

.md-form.md-bg input[type="text"]:focus,
.md-form.md-bg input[type="password"]:focus,
.md-form.md-bg input[type="email"]:focus,
.md-form.md-bg input[type="url"]:focus,
.md-form.md-bg input[type="time"]:focus,
.md-form.md-bg input[type="date"]:focus,
.md-form.md-bg input[type="datetime-local"]:focus,
.md-form.md-bg input[type="tel"]:focus,
.md-form.md-bg input[type="number"]:focus,
.md-form.md-bg input[type="search-md"]:focus,
.md-form.md-bg input[type="search"]:focus,
.md-form.md-bg textarea.md-textarea:focus {
  background-color: #dcdcdc;
  background-size: 100% 2px, 100% 1px;
  outline: none;
}

.md-form.md-bg > input[type="date"]:not(.browser-default) + label {
  transform-origin: 0 0;
}

.md-form.md-bg > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form.md-bg > input[type="time"]:not(.browser-default) + label {
  font-size: .8rem;
  transform: translateY(-12px);
  transform-origin: 0 0;
}

.md-form.md-bg .form-control {
  padding: 1.1rem .7rem .4rem !important;
}

.md-form.md-bg label {
  top: 0;
  padding-left: .7rem;
  font-size: 1rem;
  transition: transform .2s ease-out, color .2s ease-out;
  transform: translateY(13px);
  transform-origin: 0% 100%;
}

.md-form.md-bg label.active {
  padding-left: .75rem;
  font-weight: 500;
  transform: translateY(-3px) scale(0.8);
}

.md-form.md-bg.form-lg label {
  transform: translateY(16px);
}

.md-form.md-bg.form-lg label.active {
  transform: translateY(-4px) scale(0.8);
}

.md-form.md-bg.form-sm label {
  transform: translateY(11px);
}

.md-form.md-bg.form-sm label.active {
  transform: translateY(-2px) scale(0.8);
}

.md-form .form-control.is-invalid,
.was-validated .md-form .form-control:invalid {
  padding-right: 0;
}

.md-form .form-control.is-valid,
.was-validated .md-form .form-control:valid {
  padding-right: 0;
}

.needs-validation .md-form label {
  left: .3rem;
}

.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Elegir";
}

.custom-file-input:lang(pl-pl) ~ .custom-file-label::after {
  content: "Wybierz";
}

.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Choisir";
}

.custom-file-input:lang(in) ~ .custom-file-label::after {
  content: "Pilih";
}

.custom-file-input:lang(zh) ~ .custom-file-label::after {
  content: "選擇";
}

.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Wählen";
}

.custom-file-input:lang(ru) ~ .custom-file-label::after {
  content: "Выбрать";
}

.md-form > label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-form .form-control {
  box-sizing: border-box !important;
}

.md-form .form-control.valid + label,
.md-form .form-control.invalid + label {
  overflow: visible;
}

.md-form .input-prefix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s;
  color: rgba(0, 0, 0, 0.87);
  pointer-events: none;
}

.md-form .input-prefix.active {
  color: #4285f4;
}

.md-form.input-with-pre-icon label {
  left: 36px;
  right: initial;
}

.md-form.input-with-pre-icon .input-prefix {
  left: 16px;
  right: initial;
}

.md-form.input-with-pre-icon .form-control {
  padding-left: 2.7rem !important;
}

.md-form.input-with-post-icon .input-prefix {
  right: 16px;
  left: initial;
}

.md-form.input-with-post-icon .form-control {
  padding-right: 2.7rem !important;
}

.md-form.input-with-post-icon.input-with-pre-icon .input-prefix {
  right: 16px;
  left: initial;
}

.md-form.input-with-post-icon.input-with-pre-icon .input-prefix:first-of-type {
  left: 16px;
  right: initial;
}

.md-form.input-with-post-icon.input-with-pre-icon .form-control {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.edge-header {
  display: block;
  height: 278px;
  background-color: #ccc;
}

.free-bird {
  margin-top: -100px;
}

.juicy-peach-gradient {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}

.young-passion-gradient {
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}

.lady-lips-gradient {
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

.sunny-morning-gradient {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.rainy-ashville-gradient {
  background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}

.frozen-dreams-gradient {
  background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}

.warm-flame-gradient {
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}

.night-fade-gradient {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.spring-warmth-gradient {
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}

.winter-neva-gradient {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.dusty-grass-gradient {
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.tempting-azure-gradient {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.heavy-rain-gradient {
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.amy-crisp-gradient {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.mean-fruit-gradient {
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}

.deep-blue-gradient {
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.ripe-malinka-gradient {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.cloudy-knoxville-gradient {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.morpheus-den-gradient {
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.rare-wind-gradient {
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}

.near-moon-gradient {
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.schedule-list .hr-bold {
  border-top: 2px solid #212529;
}

.schedule-list .font-smaller {
  font-size: .8rem;
}

.note {
  padding: 10px;
  border-left: 6px solid;
  border-radius: 5px;
}

.note strong {
  font-weight: 600;
}

.note p {
  font-weight: 500;
}

.note-primary {
  background-color: #dfeefd;
  border-color: #176ac4;
}

.note-secondary {
  background-color: #e2e3e5;
  border-color: #58595a;
}

.note-success {
  background-color: #e2f0e5;
  border-color: #49a75f;
}

.note-danger {
  background-color: #fae7e8;
  border-color: #e45460;
}

.note-warning {
  background-color: #faf4e0;
  border-color: #c2a442;
}

.note-info {
  background-color: #e4f2f5;
  border-color: #2492a5;
}

.note-light {
  background-color: #fefefe;
  border-color: #0f0f0f;
}

footer.page-footer {
  bottom: 0;
  color: #fff;
}

footer.page-footer .container-fluid, footer.page-footer .container-sm, footer.page-footer .container-md, footer.page-footer .container-lg, footer.page-footer .container-xl {
  width: auto;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}

footer.page-footer a {
  color: #fff;
}

.media .media-left {
  padding: 0 10px 10px 0;
}

.media .media-left img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.list-group .list-group-item:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.list-group .list-group-item:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.list-group a,
.list-group button {
  transition: 0.5s;
}

.list-group a:hover,
.list-group button:hover {
  transition: 0.5s;
}

table th {
  font-size: 0.9rem;
  font-weight: 400;
}

table td {
  font-size: 0.9rem;
  font-weight: 300;
}

table.table thead th {
  border-top: none;
}

table.table th,
table.table td {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}

table.table a {
  margin: 0;
  color: #212529;
}

table.table .label-table {
  height: 0.94rem;
  padding: 0;
  margin: 0;
  line-height: 0.94rem;
}

table.table.btn-table td {
  vertical-align: middle;
}

table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  transition: 0.5s;
}

table .th-lg {
  min-width: 9rem;
}

table .th-sm {
  min-width: 6rem;
}

table.table-sm th,
table.table-sm td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.table-scroll-vertical {
  max-height: 300px;
  overflow-y: auto;
}

.table-fixed {
  table-layout: fixed;
}

.table-responsive > .table-bordered,
.table-responsive-sm > .table-bordered,
.table-responsive-md > .table-bordered,
.table-responsive-lg > .table-bordered,
.table-responsive-xl > .table-bordered {
  border-top: 1px solid #dee2e6;
}

/*
.navbar {
  &.fixed-top,
  &.sticky-top {
    .navbar-collapse {
      @media (min-width: 400px) and (max-width: 767px),
      (min-width: 800px) and (max-width: 850px) {
        max-height: 340px;
        overflow-x: hidden;
        overflow-y: auto;
      }
    }
  }
}
*/
ul.stepper {
  padding: 0 1.5rem;
  padding: 1.5rem;
  margin: 1em -1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section;
}

ul.stepper li {
  height: min-content;
}

ul.stepper li a {
  padding: 1.5rem;
  text-align: center;
}

ul.stepper li a .circle {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  line-height: 1.7rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

ul.stepper li a .label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.38);
}

ul.stepper li.active a .label, ul.stepper li.completed a .label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

.stepper-horizontal {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.stepper-horizontal li {
  position: relative;
  display: flex;
  flex: 1 1;
  align-items: center;
  transition: 0.5s;
}

.stepper-horizontal li a .label {
  margin-top: 0.63rem;
}

.stepper-horizontal li:not(:last-child):after {
  position: relative;
  flex: 1 1;
  height: 1px;
  margin: 0.5rem 0 0 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.stepper-horizontal li:not(:first-child):before {
  position: relative;
  flex: 1 1;
  height: 1px;
  margin: 0.5rem 0 0 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.stepper-horizontal li:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

@media (max-width: 47.9375rem) {
  .stepper-horizontal {
    flex-direction: column;
  }
  .stepper-horizontal li {
    flex-direction: column;
    align-items: flex-start;
  }
  .stepper-horizontal li a .label {
    flex-flow: column nowrap;
    order: 2;
    margin-top: 0.2rem;
  }
  .stepper-horizontal li:not(:last-child):after {
    position: absolute;
    top: 3.75rem;
    left: 2.19rem;
    width: 1px;
    height: calc(100% - 40px);
    content: "";
  }
}

.stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.stepper-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stepper-vertical li {
  position: relative;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: flex-start;
}

.stepper-vertical li a {
  position: relative;
  display: flex;
  align-self: flex-start;
}

.stepper-vertical li a .circle {
  order: 1;
}

.stepper-vertical li a .label {
  flex-flow: column nowrap;
  order: 2;
  margin-top: 0.2rem;
}

.stepper-vertical li.completed a .label {
  font-weight: 500;
}

.stepper-vertical li .step-content {
  display: block;
  padding: 0.94rem;
  margin-top: 0;
  margin-left: 3.13rem;
}

.stepper-vertical li .step-content p {
  font-size: 0.88rem;
}

.stepper-vertical li:not(:last-child):after {
  position: absolute;
  top: 3.44rem;
  left: 2.19rem;
  width: 1px;
  height: calc(100% - 40px);
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.fast.spinner-border {
  animation: spinner-border 0.4s linear infinite;
}

.fast.spinner-grow {
  animation: spinner-grow 0.4s linear infinite;
}

.treeview.w-20 {
  width: 20rem;
}

.treeview .rotate {
  margin-top: .2rem;
  font-size: .8rem;
  vertical-align: text-top;
  cursor: pointer;
  user-select: none;
  transition: all .1s linear;
}

.treeview .rotate.down {
  transform: rotate(90deg);
}

.treeview .nested {
  display: none;
}

.treeview .active {
  display: block;
}

.treeview ul {
  list-style-type: none;
}

.treeview .ic-w {
  width: 1.3rem;
}

.treeview-animated.w-20 {
  width: 20rem;
}

.treeview-animated ul {
  position: relative;
  padding-left: 1em;
  list-style: none;
}

.treeview-animated .treeview-animated-list li {
  padding: .2em 0 0 .2em;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .nested::before {
  position: absolute;
  left: 5px;
  display: block;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #808080;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed {
  display: block;
  padding: .2em .2em .2em .4em;
  margin-right: 0;
  border-top-left-radius: .3em;
  border-bottom-left-radius: .3em;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed:hover {
  background-color: #8cb9ff;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed .fa-angle-right {
  font-size: .8rem;
  transition: all .1s linear;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed .fa-angle-right.down {
  position: relative;
  color: #f8f9fa;
  transform: rotate(90deg);
}

.treeview-animated .treeview-animated-list .treeview-animated-items .open {
  background-color: #32a0ff;
  transition: all .1s linear;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .open:hover {
  color: #f8f9fa;
  background-color: #32a0ff;
}

.treeview-animated .treeview-animated-list .treeview-animated-items .open span {
  color: #f8f9fa;
}

.treeview-animated .treeview-animated-list .treeview-animated-element {
  padding: .2em .2em .2em .6em;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all .1s linear;
}

.treeview-animated .treeview-animated-list .treeview-animated-element:hover {
  background-color: #8cb9ff;
}

.treeview-animated .treeview-animated-list .treeview-animated-element.opened {
  color: #f8f9fa;
  background-color: #32a0ff;
}

.treeview-animated .treeview-animated-list .treeview-animated-element.opened:hover {
  color: #f8f9fa;
  background-color: #32a0ff;
}

.treeview-colorful {
  font-size: 16px;
  font-weight: 400;
  background: rgba(224, 127, 178, 0.2);
}

.treeview-colorful.w-20 {
  width: 20rem;
}

.treeview-colorful hr {
  border-color: #a2127a;
}

.treeview-colorful h6 {
  font-size: 1.4em;
  font-weight: 500;
  color: #a2127a;
}

.treeview-colorful ul {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.treeview-colorful .treeview-colorful-list ul {
  padding-left: 1em;
  margin-top: .1em;
  background: rgba(224, 127, 178, 0.2);
}

.treeview-colorful .treeview-colorful-element {
  padding: .2em .2em .2em 1em;
  cursor: pointer;
  border: 2px solid transparent;
  border-right: 0 solid transparent;
  transition: all .1s linear;
}

.treeview-colorful .treeview-colorful-element:hover {
  background-color: #e07fb2;
}

.treeview-colorful .treeview-colorful-element.opened {
  color: #ffac47;
  background-color: #a2127a;
  border: 2px solid #ffac47;
  border-right: 0 solid transparent;
}

.treeview-colorful .treeview-colorful-element.opened:hover {
  color: #ffac47;
  background-color: #a2127a;
}

.treeview-colorful .treeview-colorful-items-header {
  display: block;
  padding: .4em;
  margin-right: 0;
  border-bottom: 2px solid transparent;
  transition: all .1s linear;
}

.treeview-colorful .treeview-colorful-items-header:hover {
  background-color: #e07fb2;
}

.treeview-colorful .treeview-colorful-items-header.open {
  background-color: #a2127a;
  border-bottom: 2px solid #ffac47;
  transition: all .1s linear;
}

.treeview-colorful .treeview-colorful-items-header.open span {
  color: #ffac47;
}

.treeview-colorful .treeview-colorful-items-header.open:hover {
  color: #ffac47;
  background-color: #a2127a;
}

.treeview-colorful .treeview-colorful-items-header.open div:hover {
  background-color: #a2127a;
}

.treeview-colorful .treeview-colorful-items-header .fa-angle-right {
  font-size: .8rem;
  transition: all .2s linear;
}

.treeview-colorful .treeview-colorful-items-header .fas {
  position: relative;
  color: #ffac47;
  transition: all .2s linear;
  transform: rotate(90deg);
}

.treeview-colorful .treeview-colorful-items-header .fa-minus-circle {
  position: relative;
  color: #ffac47;
  transition: all .2s linear;
  transform: rotate(180deg);
}

/*
** CSS needed for content entered via textarea can go here
*/
.hidden,
.hide {
  display: none;
}

.btn:hover {
  color: #fff;
  box-shadow: none;
}

section.testimonials .testimonial-box:nth-child(even) {
  flex-direction: row-reverse;
}

h1 {
  text-transform: none;
}

/*--------------------------------------------------------------
# FontAwesome 5.0.11
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Nice-Select 1.1.0
--------------------------------------------------------------*/
/*
 * Nice-Select v1.1.0 (http://hernansartorio.com/jquery-nice-select/)
 * A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.
 * Github: https://github.com/hernansartorio/jquery-nice-select
 * Dependency: jQuery => 2.2.3
 * License: ISC
 * Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
 */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.25rem;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 0.9rem;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*--------------------------------------------------------------
# JS Socials  1.4.0
--------------------------------------------------------------*/
/*
* JS Socials v1.4.0 / Social Icon System
*/
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
  border: 1px solid #0099d4;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
  border: 1px solid #344e86;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
  border: 1px solid #d73925;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
  border: 1px solid #006a9d;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
  border: 1px solid #b51d23;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
  border: 1px solid #1c83f2;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
  border: 1px solid #e03a14;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
  border: 1px solid #249123;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
  border: 1px solid #1f98d3;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
  border: 1px solid #209600;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
  border: 1px solid #6e488c;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
  border: 1px solid #ed2841;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
  border: 1px solid #0077e6;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
  border: 1px solid #3d5a7d;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: .5em .6em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active, .jssocials-share-link.nice-select.open {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 6px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.jssocials-share-count-box:before {
  content: "";
  position: absolute;
  top: 1em;
  left: -9px;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #dcdcdc transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.jssocials-share-count-box:after {
  content: "";
  position: absolute;
  top: 1em;
  left: -7px;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #fff transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.75em;
  color: #444;
  font-size: .9em;
}

/*--------------------------------------------------------------
# Slider/Slick-slider - multiple images slider framework
--------------------------------------------------------------*/
/*
* Slider
* http://kenwheeler.github.io/slick/
*/
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

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

.slick-slide {
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
  margin: 0 auto;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Animate 3.5.2: css animations framework
--------------------------------------------------------------*/
/*
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*--------------------------------------------------------------
# lucaong/jQCloud - 2.0.3
  jQuery plugin for drawing neat word clouds
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Velocity
--------------------------------------------------------------*/
/**
 * -------------------------------------------------------------------------------------------------
 * Velocity Base: Easings, Variables
 * -------------------------------------------------------------------------------------------------
 */
/**
 * =============================================================================
 * Variables - Timings
 * =============================================================================
 */
:root {
  --color-dusk: #353944;
  --color-dusk10: #EBEBEC;
  --color-dusk20: #D7D7DA;
  --color-dusk70: #72747C;
  --color-dusk50: #9A9CA1;
  --color-dusk80: #5D6169;
  --color-dusk90: #494D57;
  --color-lime: #BFDA33;
  --color-lime10: #F9FBEB;
  --color-lime20: #F2F8D6;
  --color-lime50: #DFEC99;
  --color-lime-hover: #AAC40F;
  --color-lime-pressed: #9CB50C;
  --color-avocado: #889925;
  --color-midnight: #25282D;
  --color-rice: #E4E0D9;
  --color-rice20: #FAF9F7;
  --color-fuschia: #D425A3;
  --color-fuschia-hover: #AF348E;
  --color-fuschia-pressed: #9F2E80;
  --color-grape: #5100FF;
  --color-grape-hover: #4300D4;
  --color-grape-pressed: #3B00BA;
  --color-sea: #C2D5D7;
  --color-sea20: #F3F7F7;
  --color-celery: #D4E0D1;
  --color-lily: #CDC1DF;
  --color-lily50: #E6E0EF;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-red: #E40000;
  --color-green: #219452;
  --color-transparent: transparent;
}

/**
 * Spacings
 * --------
 * Spacings variables setup.
 */
/**
 * Functions
 * ---------
 * Helper functions to for use within SASS.
 */
/**
 * Helper functions
 * ---------------------------------------
 * Shorthands to widely-used functions like map getters.
 */
/**
 * Function get-font-family
 * ------------------------
 * Returns a formatted string for use with font-family property.
 *
 * @param {string} $font_name - key-matched font name declared in v-style-type.json
 * @return {string} $font_family - formatted font-family property string
 */
/**
 * Function get-font-family-from-selector
 * --------------------------------------
 * Returns a the font family properties from a given selector.
 *
 * @param {string} $selector - the selector as a key that exists under a "$type_" object in v-style-type.json
 * @param {string} $group - the variable object in v-style-type.json that contains the selector e.g. $type_headings
 */
/**
 * Function get-font-size-from-selector
 * --------------------------------------
 * Returns a the font size properties from a given selector.
 *
 * @param {string} $selector - the selector as a key that exists under a "$type_" object in v-style-type.json
 * @param {string} $group - the variable object in v-style-type.json that contains the selector e.g. $type_headings
 * @param {string} $target - choose between 'desktop' and 'mobile'
 */
/**
 * Function get-font-size-from-selector
 * --------------------------------------
 * Returns a the font size properties from a given variation.
 *
 * @param {string} $variation - the variation as a key that exists under the variations object for a given type selector
 * @param {string} $selector - the selector as a key that exists under a "$type_" object in v-style-type.json
 * @param {string} $group - the variable object in v-style-type.json that contains the selector e.g. $type_headings
 * @param {string} $target - choose between 'desktop' and 'mobile'
 */
/**
 * Function get-font-spacing-from-selector
 * ---------------------------------------
 * Returns a the font spacing properties from a given selector.
 *
 * @param {string} $selector - the selector as a key that exists under a "$type_" object in v-style-type.json
 * @param {string} $group - the variable object in v-style-type.json that contains the selector e.g. $type_headings
 * @param {string} $target - choose between 'desktop' and 'mobile'
 */
/**
 * Function get-letter-spacing-from-selector
 * --------------------------------------
 * Returns a the font size properties from a given selector.
 *
 * @param {string} $selector - the selector as a key that exists under a "$type_" object in v-style-type.json
 * @param {string} $group - the variable object in v-style-type.json that contains the selector e.g. $type_headings
 * @param {string} $target - choose between 'desktop' and 'mobile'
 */
/**
 * Function get-font-variations-from-selector
 * ------------------------------------------
 * Returns any variations as classes to the provided selector.
 *
 * @param {string} $selector - the selector as a key that exists under a "$type_" object in v-style-type.json
 * @param {string} $group - the variable object in v-style-type.json that contains the selector e.g. $type_headings
 * @param {string} $target - choose between 'desktop' and 'mobile'
 */
/**
 * Function get-font-spacing-from-selector
 * ---------------------------------------
 * Returns a the font spacing properties from a given selector.
 *
 * @param {string} $selector - the selector as a key that exists under a "$type_" object in v-style-type.json
 * @param {string} $group - the variable object in v-style-type.json that contains the selector e.g. $type_headings
 * @param {string} $target - choose between 'desktop' and 'mobile'
 */
/**
 * =============================================================================
 * Functions - Icons
 * =============================================================================
 */
/**
 * Function str-replace
 * --------------------
 * Replace `$search` with `$replace` in `$string`
 * @author Hugo Giraudel (https://www.sassmeister.com/gist/1b4f2da5527830088e4d)
 * 
 * @param {string} $string - Initial string
 * @param {string} $search - Substring to replace
 * @param {string} $replace ('') - New value
 * @return {string} - Updated string
 */
/**
 * =============================================================================
 * Utility - Type Checks
 * =============================================================================
 * Type checking utility functions. Taken from:
 * https://css-tricks.com/snippets/sass/advanced-type-checking/
 */
/*--------------------------------------------------------------
# Variables: colors, fonts, typography (font sizes and family definition)
--------------------------------------------------------------*/
/*
* Demandbase Brand colors
*/
.blue {
  color: #5cbbec !important;
}

.orange {
  color: #ff8426 !important;
}

.light-blue-bg {
  background-color: #eef3f6;
}

body {
  --deep-purple: #051e56;
  --night-blue: #004e88;
  --denim: #1f79ac;
  --teal: #08809f;
  --turquoise: #00a7bf;
  --orange: #ff8426;
  --butterscotch: #ffba4e;
  --lilac: #b46ac1;
  --aqua-marine: #42d8bc;
  --white: #ffffff;
  --pewter: #969c9e;
  --fog-grey-karl: #eaeded;
  --slate: #484b58;
  --slate-dropshadow: rgba(75, 74, 88, 0.2);
  --slate-half: rgba(75, 74, 88, 0.5);
  --sky-blue: #5dbae9;
  --dark-grey: #232325;
  --butterscotch-shadow: rgba(255, 186, 78, 0.35);
  --light-eggplant: #773583;
  --lime-green: #BFDA33;
  --body-color: #25282D;
}

.text-orange {
  color: var(--orange) !important;
}

.text-butterscotch {
  color: var(--butterscotch) !important;
}

.text-deep-purple {
  color: var(--deep-purple) !important;
}

@font-face {
  font-family: 'proxima-nova';
  font-display: block;
  src: url("../fonts/ProximaNova/Light.eot");
  src: url("../fonts/ProximaNova/Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/Light.woff2") format("woff2"), url("../fonts/ProximaNova/Light.woff") format("woff"), url("../fonts/ProximaNova/Light.ttf") format("truetype"), url("../fonts/ProximaNova/Light.svg#proxima-nova") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  font-display: block;
  src: url("../fonts/ProximaNova/Regular.eot");
  src: url("../fonts/ProximaNova/Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/Regular.woff2") format("woff2"), url("../fonts/ProximaNova/Regular.woff") format("woff"), url("../fonts/ProximaNova/Regular.ttf") format("truetype"), url("../fonts/ProximaNova/Regular.svg#proxima-nova") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  font-display: block;
  src: url("../fonts/ProximaNova/Semibold.eot");
  src: url("../fonts/ProximaNova/Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/Semibold.woff2") format("woff2"), url("../fonts/ProximaNova/Semibold.woff") format("woff"), url("../fonts/ProximaNova/Semibold.ttf") format("truetype"), url("../fonts/ProximaNova/Semibold.svg#proxima-nova") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  font-display: block;
  src: url("../fonts/ProximaNova/Bold.eot");
  src: url("../fonts/ProximaNova/Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/Bold.woff2") format("woff2"), url("../fonts/ProximaNova/Bold.woff") format("woff"), url("../fonts/ProximaNova/Bold.ttf") format("truetype"), url("../fonts/ProximaNova/Bold.svg#proxima-nova") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  font-display: block;
  src: url("../fonts/ProximaNova/Extrabold.eot");
  src: url("../fonts/ProximaNova/Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/Extrabold.woff2") format("woff2"), url("../fonts/ProximaNova/Extrabold.woff") format("woff"), url("../fonts/ProximaNova/Extrabold.ttf") format("truetype"), url("../fonts/ProximaNova/Extrabold.svg#proxima-nova") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  font-display: block;
  src: url("../fonts/ProximaNova/Black.eot");
  src: url("../fonts/ProximaNova/Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/Black.woff2") format("woff2"), url("../fonts/ProximaNova/Black.woff") format("woff"), url("../fonts/ProximaNova/Black.ttf") format("truetype"), url("../fonts/ProximaNova/Black.svg#proxima-nova") format("svg");
  font-weight: 900;
  font-style: normal;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * source-sans-pro:
 *   - http://typekit.com/eulas/00000000000000003b9b3d63
 *   - http://typekit.com/eulas/00000000000000003b9b3d69
 *   - http://typekit.com/eulas/00000000000000003b9b3d67
 *   - http://typekit.com/eulas/00000000000000003b9b3d68
 *   - http://typekit.com/eulas/00000000000000003b9b3d64
 *   - http://typekit.com/eulas/00000000000000003b9b3d61
 *   - http://typekit.com/eulas/00000000000000003b9b3d62
 *   - http://typekit.com/eulas/00000000000000003b9b3d65
 *   - http://typekit.com/eulas/00000000000000003b9b3d66
 *   - http://typekit.com/eulas/00000000000000003b9b3d6a
 *   - http://typekit.com/eulas/00000000000000003b9b3d5f
 *   - http://typekit.com/eulas/00000000000000003b9b3d60
 *
 * © 2009-2020 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2020-09-25 20:03:34 UTC"}*/
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Caveat/caveat-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/Caveat/caveat-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Caveat/caveat-v10-latin-regular.woff2") format("woff2"), url("../fonts/Caveat/caveat-v10-latin-regular.woff") format("woff"), url("../fonts/Caveat/caveat-v10-latin-regular.ttf") format("truetype"), url("../fonts/Caveat/caveat-v10-latin-regular.svg#Caveat") format("svg");
  /* Legacy iOS */
}

/* caveat-700 - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Caveat/caveat-v10-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/Caveat/caveat-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/Caveat/caveat-v10-latin-700.woff2") format("woff2"), url("../fonts/Caveat/caveat-v10-latin-700.woff") format("woff"), url("../fonts/Caveat/caveat-v10-latin-700.ttf") format("truetype"), url("../fonts/Caveat/caveat-v10-latin-700.svg#Caveat") format("svg");
  /* Legacy iOS */
}

.GhostedWhite, .page-default .case-study-overview-quotes-underlay {
  font-family: 'proxima-nova';
  font-size: 265px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.72;
  letter-spacing: -4px;
  color: var(--white);
}

.GhostedGray {
  font-family: 'proxima-nova';
  font-size: 265px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.72;
  letter-spacing: -4px;
  color: var(--fog-grey-karl);
}

.StatDarkRegular {
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.54px;
  color: var(--deep-purple);
}

@media (min-width: 768px) {
  .StatDarkRegular {
    letter-spacing: -1.25px;
    font-size: 137px;
  }
}

.HandwrittenLargeOrangeBold {
  font-family: 'Caveat';
  font-size: 70px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  color: var(--orange);
}

.StatSuperscript {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.3;
  letter-spacing: normal;
  color: var(--orange);
}

@media (min-width: 768px) {
  .StatSuperscript {
    line-height: 1;
    font-size: 60px;
  }
}

.H1WhiteSemibold {
  font-size: 54px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: normal;
  color: var(--white);
}

.H1DarkSemibold {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: var(--deep-purple);
}

@media (min-width: 768px) {
  .H1DarkSemibold {
    font-size: 54px;
    line-height: 1.07;
  }
}

.H1WhiteLight-2 {
  font-size: 54px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: var(--white);
}

.H1WhiteLight {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--white);
  text-transform: none;
}

@media (min-width: 768px) {
  .H1WhiteLight {
    font-size: 48px;
  }
}

.H1DarkLight {
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: var(--deep-purple);
  text-transform: none;
}

@media (min-width: 768px) {
  .H1DarkLight {
    letter-spacing: normal;
    font-size: 54px;
  }
}

.HandwrittenMediumOrangeBold {
  font-family: 'Caveat';
  font-size: 52px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: var(--orange);
}

.H2WhiteSemibold {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: var(--white);
}

@media (min-width: 768px) {
  .H2WhiteSemibold {
    font-size: 48px;
    line-height: 1.13;
    font-weight: 600;
  }
}

.H2DarkSemibold, body.single-case_study .case-study-content h3 {
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: var(--deep-purple);
  text-transform: none;
}

@media (min-width: 768px) {
  .H2DarkSemibold, body.single-case_study .case-study-content h3 {
    font-size: 48px;
    line-height: 1.13;
    font-weight: 600;
  }
}

.H2WhiteLight {
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--white);
}

@media (min-width: 768px) {
  .H2WhiteLight {
    font-size: 48px;
    line-height: 1.13;
  }
}

.H2DarkLight {
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: var(--deep-purple);
}

@media (min-width: 768px) {
  .H2DarkLight {
    font-size: 48px;
    line-height: 1.13;
  }
}

.H3WhiteSemibold {
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: var(--white);
}

.H3OrangeSemibold {
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: var(--orange);
}

.H3DarkSemibold {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: var(--deep-purple);
}

@media (min-width: 768px) {
  .H3DarkSemibold {
    font-size: 36px;
    line-height: 1.17;
  }
}

.H3WhiteRegular {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: var(--white);
}

.HandwrittenYellowBold {
  font-family: 'Caveat';
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -1.2px;
  color: var(--butterscotch);
}

.HandwrittenOrangeBold {
  font-family: 'Caveat';
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.79;
  letter-spacing: normal;
  color: var(--orange);
}

.HandwrittenSmallYellowRegular {
  font-family: 'Caveat';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -1.2px;
  color: var(--butterscotch);
}

.HandwrittenSmallOrangeRegular {
  font-family: 'Caveat';
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: -1px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: var(--orange);
}

@media (min-width: 768px) {
  .HandwrittenSmallOrangeRegular {
    font-size: 30px;
    line-height: 0.79;
    letter-spacing: normal;
  }
}

.QuoteWhiteLight {
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
}

.QuoteDarkLight {
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: var(--deep-purple);
}

.SubheadWhiteSemibold {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--white);
}

.SubheadDarkSemibold {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: var(--deep-purple);
}

.SubheadWhiteRegular {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: var(--white);
}

@media (min-width: 768px) {
  .SubheadWhiteRegular {
    line-height: 1.33;
    font-size: 24px;
  }
}

.SubheadDarkRegular {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--slate);
}

@media (min-width: 768px) {
  .SubheadDarkRegular {
    font-size: 22px;
    line-height: 1.42;
  }
}

.SubheadDarkLight {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: var(--slate);
}

@media (min-width: 768px) {
  .SubheadDarkLight {
    font-size: 22px;
    line-height: 1.42;
  }
}

.CTAWhiteSemibold {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--white);
}

.CTAOrangeSemibold, .recommended-content .recommended-content-content .powered-by-db .powered-by-popup a {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--orange);
}

.NavigationDarkRegular {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 5.33;
  letter-spacing: normal;
  text-align: center;
  color: var(--slate);
}

.BodyDarkRegular {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--deep-purple);
}

.BodyWhiteLight {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--white);
}

.BodyDarkLight {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--slate);
}

.BodyDarkLight-Italic {
  font-family: SourceSansPro-It;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: var(--slate);
}

.BodyWhiteSemibold {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--white);
}

.BodyDarkSemibold {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--deep-purple);
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.font-caveat {
  font-family: 'Caveat';
}

/*
1920 x 1080
1600 x 900
1280 x 720
*/
/*--------------------------------------------------------------
# Mixins: font-size calculator, browser size for mobile, tablet, desktop
--------------------------------------------------------------*/
/*
* Font size calculator
*
*/
/*
* Responsive screensize: mobile/tablet/desktop
*/
/*--------------------------------------------------------------
# Typography: headings, copy and other text based elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Heading style rules
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
}

h1, .h1 {
  font-size: 46px;
  font-weight: 600;
  font-style: normal;
}

h2, .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 40px;
}

h3, .h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

h4, .h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}

h5, .h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

h6, .h6 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.h1_small {
  color: #464b57;
  font-size: 36px !important;
  line-height: 1.11;
}

.h2_small {
  font-size: 32px !important;
  max-width: 800px;
  line-height: 1.11;
}

.h3_small {
  font-size: 26px !important;
}

.h4_small {
  font-size: 24px !important;
}

.h5_small {
  font-size: 22px !important;
}

.h6_small {
  font-size: 18px !important;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 46px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h4, .h4 {
    font-size: 26px;
  }
  h5, .h5 {
    font-size: 24px;
  }
  h6, .h6 {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 22px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  .h1_small {
    font-size: 32px !important;
  }
  .h2_small {
    font-size: 26px !important;
  }
  .h3_small {
    font-size: 22px !important;
  }
  .h4_small {
    font-size: 20px !important;
  }
  .h5_small {
    font-size: 18px !important;
  }
  .h6_small {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3, .h3 {
    font-size: 24px;
    font-weight: 800;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 16px;
  }
  .h1_small {
    font-size: 26px !important;
  }
  .h2_small {
    font-size: 24px !important;
  }
  .h3_small {
    font-size: 20px !important;
  }
  .h4_small {
    font-size: 18px !important;
  }
  .h5_small {
    font-size: 16px !important;
  }
  .h6_small {
    font-size: 16px !important;
  }
}

/*
//TODO: test following screen sizes
1920 x 1080
1600 x 900
1280 x 720
*/
/*--------------------------------------------------------------
## Copy style rules
--------------------------------------------------------------*/
/*
* TEST- Do not delete
*/
/*
html{
  font-size: 100%; //16px
  //font-size: 112.5%; //18px;
}

body{
  @include font-size(1);
}
*/
p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

@media (min-width: 1200px) {
  p {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  p {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

strong {
  font-weight: 700;
  font-style: normal;
  font-size: inherit;
}

b {
  font-weight: 600;
  font-style: normal;
  font-size: inherit;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover, a:focus {
  text-decoration: none;
}

code {
  font-size: 14px;
}

blockquote {
  padding: 0 15px;
  margin: 0 0 1.4em;
  font-size: 18px;
  border-left: 5px solid #acb1bd;
  font-weight: 300;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.4;
  color: #5d6373;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.text_bold {
  font-weight: 700;
  font-style: normal;
}

.center {
  text-align: center;
}

/*--------------------------------------------------------------
# Elements: html elements - including lists, tables
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 100%;
  font-weight: 300;
  height: 100%;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

* {
  margin: 0;
  outline: none !important;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  min-width: 320px;
}

body.menu-opened {
  overflow: hidden;
  overflow-scrolling: touch;
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 18px;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  html {
    height: 100%;
  }
  /*
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  */
  .page-wrap {
    min-height: 100%;
    height: auto !important;
    margin-bottom: -335px;
  }
  .page-wrap .page-wrap-inner {
    padding: 0 0 335px 0;
  }
}

@media (min-width: 1200px) {
  html {
    height: 100%;
  }
  /*
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
 */
  .page-wrap {
    min-height: 100%;
    height: auto !important;
    margin-bottom: -375px;
  }
  .page-wrap .page-wrap-inner {
    padding: 0 0 375px 0;
  }
}

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
}

/*--------------------------------------------------------------
## Lists style rules
--------------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0 17px 20px 17px;
}

@media (min-width: 1200px) {
  ul,
  ol {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  ul,
  ol {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  ul,
  ol {
    font-size: 16px;
  }
}

ul {
  list-style-type: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
## Tables style rules
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

@media (min-width: 1200px) {
  table {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  table {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  table {
    font-size: 16px;
  }
}

caption {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #e5e6ea;
  text-align: left;
}

th {
  margin: 0;
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin: 1.4em 0;
}

@media (min-width: 1200px) {
  .table {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .table {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .table {
    font-size: 16px;
  }
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #c9ccd3;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #c9ccd3;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #c9ccd3;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}

.table-bordered {
  border: 1px solid #c9ccd3;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #c9ccd3;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}

.table-hover > tbody > tr:hover {
  background-color: #e5e6ea;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 320px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.05;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #c9ccd3;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.border-3 {
  border: 3px solid #ccc !important;
}

.border-white {
  border-color: #fff !important;
}

.border-dotted {
  border-style: dotted;
}

.border-dotted {
  border-style: dotted !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-right-dotted {
  border-right-style: dotted !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-left-dotted {
  border-left-style: dotted !important;
}

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

.link-arrow {
  position: relative;
  display: inline-block;
}

.link-arrow span {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  display: inline-block;
  transition: 0.2s ease-in-out;
  background-color: #D425A3;
}

.link-arrow span:before, .link-arrow span:after {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  transition: 0.2s ease-in-out;
}

.link-arrow span:before {
  width: 2px;
  height: 14px;
  top: 13px;
  left: 19px;
}

.link-arrow span:after {
  width: 14px;
  height: 2px;
  top: 19px;
  left: 13px;
}

.link-arrow.link-arrow-short span {
  width: 50px;
}

.link-arrow.link-arrow-short span:after {
  width: 35px;
}

.link-arrow.link-arrow-short:hover span {
  width: 75px;
}

.link-arrow.link-arrow-short:hover span:after {
  width: 50px;
}

.link-arrow-white span:before, .link-arrow-white span:after {
  border-color: var(--white);
}

.link-arrow2:hover svg {
  transition: length ease 2s;
}

.link-arrow2:hover svg .path {
  stroke-dasharray: 200px;
}

@media (min-width: 768px) {
  .container.fluid-right {
    width: calc(((100% - 750px) / 2) + 750px) !important;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .container.fluid-right {
    width: calc(((100% - 970px) / 2) + 970px) !important;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .container.fluid-right {
    width: calc(((100% - 1170px) / 2) + 1170px) !important;
    margin-right: 0;
  }
}

.box-shadow-1 {
  background-color: var(--white);
  box-shadow: 1px 5px 8px 0 var(--slate-dropshadow);
}

button {
  border-width: 0;
  border-style: outset;
  border-color: transparent;
  border-image: initial;
}

.cta-button-orange, .cta-button-orange-bordered {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
  min-height: 40px;
  text-transform: unset;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 0;
  padding: 0 20px;
  text-align: center;
  background-color: #ff8426;
  color: var(--white) !important;
  border: 2px solid #ff8426;
}

.cta-button-orange:hover, .cta-button-orange-bordered:hover, .cta-button-orange:focus, .cta-button-orange-bordered:focus {
  background-color: #E66B0D;
  border-color: #E66B0D;
  color: var(--white) !important;
}

.cta-button-orange-bordered {
  background-color: transparent;
  border-color: var(--orange);
  color: var(--orange) !important;
}

.cta-button-white {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
  min-height: 40px;
  text-transform: unset;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 0;
  padding: 0 20px;
  text-align: center;
  background-color: transparent;
  color: var(--orange) !important;
  border: 2px solid var(--white);
}

.cta-button-white:hover, .cta-button-white:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #E66B0D !important;
}

.cta-button-disabled {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
  min-height: 40px;
  text-transform: unset;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 0;
  padding: 0 20px;
  text-align: center;
  background-color: #9598A5;
  color: var(--white) !important;
  border: 2px solid #9598A5;
}

.cta-button-disabled:hover, .cta-button-disabled:focus {
  background-color: #626572;
  border-color: #626572;
  color: var(--white) !important;
}

/*--------------------------------------------------------------
# Forms: fields, buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Form Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  background-color: #ff8425 !important;
  color: #fff;
  text-transform: unset !important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 0;
  min-width: 165px;
  padding: 0 20px;
  text-align: center;
  border: 2px solid #ff8425;
  /*
  &.btn-orange {
    &:hover {
      background-color: #fff !important;
      border-color: $orange;
      color: $orange;
    }
  }
  */
}

.btn:hover {
  opacity: 0.75;
}

.btn.white-on-orange {
  color: #fff;
  background-color: #ff8426;
}

.btn.white-on-orange:hover {
  color: #ff8426;
  background-color: #fff !important;
  border: solid 2px #ff8426;
}

.btn.orange-on-transparent {
  color: #ff8426;
  background-color: transparent !important;
  border: solid 2px #ff8426;
}

.btn.orange-on-transparent:hover {
  color: #fff;
  background-color: #ff8426;
}

.btn-on-blue {
  background-color: #ff8425;
  color: #fff !important;
  border: 2px solid #ff8425;
}

.btn-border {
  border: 2px solid #ff8425;
  background-color: transparent !important;
  color: #ff8425 !important;
}

.btn-border:hover {
  background-color: #ff8425 !important;
  border-color: #ff8425;
  color: #fff !important;
}

.btn-blue {
  border: 2px solid #004e88;
  background-color: #004e88;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 165px;
  line-height: 50px;
}

.btn-blue:hover {
  background-color: #ff8425;
  border-color: #ff8425;
  color: #fff !important;
}

.btn-long {
  padding: 0 70px;
}

/*--------------------------------------------------------------
## Form Fields
--------------------------------------------------------------*/
input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.form-row {
  margin-bottom: 25px;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-row.error {
  margin-bottom: 5px;
}

.form-row.error .form-input {
  border: 2px solid #ff8425;
}

.form-row.error div {
  color: #ff8425;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}

.form-row.required {
  position: relative;
}

.form-row.required:after {
  content: "*";
  color: #ff8425;
  position: absolute;
  top: -6px;
  right: -15px;
  font-size: 30px;
}

.form-input {
  background-color: #ffffff;
  color: var(--slate);
  height: 50px;
  padding: 15px;
  display: inline-block;
  border: solid 1px var(--pewter);
  width: 100%;
}

.form-input::-webkit-input-placeholder {
  color: var(--slate);
  font-weight: 300;
  font-style: normal;
  opacity: 0.5;
}

.form-input::placeholder {
  color: var(--slate);
  font-weight: 300;
  font-style: normal;
  opacity: 0.5;
}

.form-input:-moz-placeholder {
  color: var(--slate);
  font-weight: 300;
  font-style: normal;
  opacity: 0.5;
}

.form-input::-moz-placeholder {
  color: var(--slate);
  font-weight: 300;
  font-style: normal;
  opacity: 0.5;
}

.form-input:-ms-input-placeholder {
  color: var(--slate);
  font-weight: 300;
  font-style: normal;
  opacity: 0.5;
}

.form-btn {
  text-align: center;
  margin-bottom: 20px;
}

.form-btn .success-text {
  display: none;
}

.form-btn.success {
  padding-top: 20px;
  position: relative;
}

.form-btn.success .success-text {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  top: 0;
  color: #66cc00;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Navigation: links, menus, and wp-admin bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Navigation Header - General Rules
--------------------------------------------------------------*/
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1052;
  background-color: #fff;
  margin: 0;
  border-bottom: none;
  box-shadow: 1px 3px 3px 0 rgba(35, 35, 37, 0.15);
  transform-style: preserve-3d;
}

body.admin-bar .page-header {
  top: 46px;
}

@media (min-width: 768px) {
  body.admin-bar .page-header {
    top: 32px;
  }
}

.page-header .main-header {
  height: 56px;
}

@media (min-width: 768px) {
  .page-header {
    height: auto;
  }
  .page-header .main-header {
    height: 75px;
  }
  body.scrolling .page-header {
    position: fixed;
  }
  body.scrolling.admin-bar .page-header {
    top: 32px;
  }
  .page-header-bottom {
    height: 76px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-header > .container {
    max-width: none;
  }
}

.page-header-logo {
  font-size: 0;
  max-width: 126px;
  width: 100%;
}

@media (min-width: 768px) {
  .page-header-logo {
    max-width: none;
    width: 186px;
    height: auto;
  }
}

.page-header-right-login {
  color: var(--slate);
}

.page-header-right-search {
  display: inline-block;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url("../images/search-icon-black.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-header-right-search:hover {
  opacity: 0.8;
}

.page-header-mobile-menu div {
  width: 20px;
  height: 2px;
  background-color: var(--color-dusk);
  margin: 5px 0;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.page-header-mobile-menu.active div:first-child {
  transform: rotate(45deg) translate(3px, -2px);
}

.page-header-mobile-menu.active div:nth-child(2) {
  transform: rotate(-45deg) translate(0, 3px);
}

.page-header-mobile-menu.active div:nth-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.page-header .icon-search {
  display: inline-block;
  background: url(../images/search-orange.svg) no-repeat;
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .page-header .icon-search {
    padding-left: 30px;
    width: auto;
    height: auto;
    line-height: 1.29;
    background: url(../images/search-grey.svg) no-repeat;
    background-size: 12px;
    background-position: left center;
  }
}

.utility-header {
  height: 34px;
  font-size: 14px;
  position: relative;
  z-index: 70;
  display: none;
}

@media (min-width: 768px) {
  .utility-header {
    display: flex;
  }
}

.utility-header li {
  margin-right: 30px;
}

.utility-header li:last-child {
  margin-right: 0;
}

.utility-header .page-header-menu-nav .nav-inner > li.drop-submenu:hover:before {
  transform: rotate(225deg);
  transform-origin: 18px 7px;
  z-index: 70;
  top: 33px;
  left: 5px;
  box-shadow: 2px 3px 4px -2px var(--slate-dropshadow);
}

.utility-header .page-header-menu-nav .nav-inner > li > a {
  font-size: 14px;
  color: var(--pewter);
  font-weight: 300;
  padding: 0;
  height: 40px;
  padding-top: 2px;
}

.utility-header .page-header-menu-nav .nav-inner > li > a:focus {
  color: var(--orange);
}

.utility-header .page-header-menu-nav .nav-inner > li > a.icon-search {
  display: inline-block;
  padding-left: 20px;
  width: auto;
  background-size: 12px;
  background-image: url(../images/search-grey.svg);
  background-position: left 3px;
  background-repeat: no-repeat;
}

.utility-header .page-header-menu-nav .nav-inner > li > a.icon-search:hover, .utility-header .page-header-menu-nav .nav-inner > li > a.icon-search:focus {
  background-image: url(../images/search-orange-small.svg);
}

.utility-header .page-header-menu-nav .nav-inner__submenu {
  z-index: 50;
  transform: none;
  top: 40px;
  left: auto;
  right: -20px;
}

/*--------------------------------------------------------------
## Navigation Links
--------------------------------------------------------------*/
/*

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  &:hover, &:focus {
    text-decoration: none;
  }
}

*/
/*--------------------------------------------------------------
## Navigation Menus
--------------------------------------------------------------*/
.menu {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background-color: var(--white);
  color: var(--slate);
  overflow: auto;
  height: 0;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu.active {
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .menu {
    display: none;
  }
  .menu.active {
    display: none;
  }
}

.menu__list {
  border-top: 1px solid #fff;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.menu__list li ul {
  list-style-type: none;
}

.menu__list li {
  border-bottom: solid 0.5px var(--slate-half);
}

.menu__list li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.13;
  border-bottom: 1px solid #fff;
  position: relative;
  color: var(--slate) !important;
}

.menu__list li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 16px;
}

.menu__list li a span:before, .menu__list li a span:after {
  position: absolute;
  content: ' ';
  background-color: var(--orange);
  width: 16px;
  height: 2px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menu__list li a span:before {
  top: 50%;
  transform: translateY(-50%);
}

.menu__list li a span:after {
  transform: rotate(90deg);
  top: 24px;
}

.menu__list li ul {
  display: none;
  margin: 0;
  padding: 0;
}

.menu__list li ul li a {
  margin-left: 20px;
}

.menu__list li ul li ul {
  margin-left: 20px;
}

.menu__list li ul li:first-child {
  border-top: solid 0.5px var(--slate-half);
}

.menu__list li ul li:last-child {
  border-bottom: none;
}

.menu__list li.active > .container a span:before {
  opacity: 0;
}

.menu__list li.active > .container a span:after {
  transform: rotate(0);
}

.menu__login {
  list-style-type: none;
  padding: 0;
  background-color: var(--orange);
}

.menu__login li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.13;
  position: relative;
  color: var(--white);
  font-weight: 600;
}

/*--------------------------------------------------------------
## Navigation Wordpress Admin bar Fixes
--------------------------------------------------------------*/
@media screen and (max-width: 782px) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}

body.admin-bar.alert-show .menu {
  top: 162px;
}

@media screen and (max-width: 767px) {
  body.admin-bar .search-block {
    top: 46px;
  }
}

/*--------------------------------------------------------------
## Navigation Footer - General Rules
--------------------------------------------------------------*/
.search-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
}

.search-block-logo {
  height: 15px;
}

@media (min-width: 768px) {
  .search-block-logo {
    height: 23px;
  }
}

@media (min-width: 768px) {
  .search-block-header {
    margin-top: 35px;
  }
}

.search-block .js-search-close {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) {
  .search-block .js-search-close {
    width: 23px;
    height: 23px;
  }
}

.search-block .js-search-close:before, .search-block .js-search-close:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  border: solid 1px var(---white);
  background-color: var(--white);
  width: 15px;
  height: 2px;
}

@media (min-width: 768px) {
  .search-block .js-search-close:before, .search-block .js-search-close:after {
    width: 23px;
  }
}

.search-block .js-search-close:before {
  transform: translateY(-50%) rotate(45deg);
}

.search-block .js-search-close:after {
  transform: translateY(-50%) rotate(-45deg);
}

.search-block:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #004e88;
}

.search-block .container {
  position: relative;
}

.search-block-form {
  position: relative;
  margin-top: 190px;
}

.search-block-form form .search-block-container {
  border: solid 1px var(--white);
  width: 100%;
  position: relative;
}

.search-block-form input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  line-height: 50px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  padding: 8px;
}

.search-block-form input::-webkit-input-placeholder {
  color: var(--white);
}

.search-block-form input::placeholder {
  color: var(--white);
}

.search-block-form input:-moz-placeholder {
  color: var(--white);
}

.search-block-form input::-moz-placeholder {
  color: var(--white);
}

.search-block-form input:-ms-input-placeholder {
  color: var(--white);
}

.search-block-form input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.search-block-form .js-search-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: auto;
  background-color: transparent;
  border: none;
  /*
      &:before, &:after {
        position: absolute;
        content: '';
        display: block;
        top: 50%;
        border: solid 1px var(---white);
        background-color: var(--white);
        width: 15px;
        height: 2px;
      }
      
      &:before {
        transform: translateY(-50%) rotate(45deg);
      }
      
      &:after {
        transform: translateY(-50%) rotate(-45deg);
      }
      */
}

.search-block-form .search-block-button {
  background-color: var(--orange);
  margin-left: 10px;
  width: 42px;
  height: 42px;
  border-radius: 2px;
}

.search-block-form .search-block-button button.search-search {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 0;
  width: 42px;
  height: 42px;
  border: 0;
  background: url(../images/search-white.svg) no-repeat;
  background-position: center;
}

.search-block-form .search-block-button button.search-search:before {
  display: none;
}

@media (min-width: 768px) {
  .search-block-form {
    margin: 200px auto 0;
    max-width: 585px;
  }
  .search-block-form input {
    font-size: 16px;
  }
}

.page-footer {
  background-color: var(--slate);
  font-size: 16px;
}

.page-footer .footer-logo img {
  max-width: 300px;
}

.page-footer h3 {
  font-size: 18px;
  font-weight: 600;
}

.page-footer-top {
  position: relative;
}

.page-footer-top:before {
  position: absolute;
  content: '';
  margin: 0 15px;
  width: calc(100% - 30px);
  bottom: 0;
  left: 0;
  height: 1px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.page-footer a {
  color: var(--white) !important;
}

.page-footer a:hover {
  font-weight: 300;
  color: #949495 !important;
  transition: none;
}

.page-footer-desc a {
  font-weight: 400;
}

.page-footer-desc a:hover {
  font-weight: 400;
  color: #949495 !important;
  transition: none;
}

@media (min-width: 768px) {
  .page-footer {
    font-size: 16px;
  }
  .page-footer a {
    font-size: 16px;
  }
  .page-footer h3 {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .page-footer {
    font-size: 16px;
  }
  .page-footer a {
    font-size: 16px;
  }
  .page-footer h3 {
    font-size: 18px;
  }
}

.page-footer ul {
  list-style: none;
  padding: 0;
}

.page-footer .page-footer__contact {
  border-right: none;
}

.page-footer .page-footer__contact .item-list,
.page-footer .page-footer__contact .item-desc,
.page-footer .page-footer__contact .item-box p {
  margin-bottom: 0;
}

.page-footer .page-footer__contact .item-list a,
.page-footer .page-footer__contact .item-desc a,
.page-footer .page-footer__contact .item-box p a {
  display: inline-block;
  margin-bottom: 16px;
}

.page-footer-social .icon-social {
  margin-right: 15px;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
}

.page-footer-social .icon-social:hover {
  opacity: 0.8;
}

.page-footer-social .icon-social:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
}

.page-footer-social .icon-social:last-child {
  margin-right: 0;
}

.page-footer-social .icon-social.facebook:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/footer/social-facebook.svg");
}

.page-footer-social .icon-social.twitter:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/footer/social-twitter.svg");
}

.page-footer-social .icon-social.instagram:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/footer/social-instagram.svg");
}

.page-footer-social .icon-social.linkedin:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/footer/social-linkedin.svg");
}

.page-footer-social .icon-social.glassdoor:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/footer/social-glassdoor.png");
}

.page-footer-social .icon-social.youtube:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/footer/social-youtube.svg");
}

/*
*  PAGE FOOTER RULES:  _default.scss
*/
/*
footer.page-footer {
  color: var(--white);
  height: 375px;
  background-color: #484b58;
  padding: 50px 0;
  font-size: 18px;
  line-height: 30px;

  a {
    color: var(--white) !important;
  }
  
  @media (min-width: 1200px) {
    min-height: 375px;
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    min-height: 335px;
  }
  @media (max-width: 767px) {
    height: auto;
  }
}

.page-footer__inner {
  @media (min-width: 768px) {
    > .container {
      display: flex;
    }
  }
  &:before {
    content: " ";
    display: table;
  }
  &:after {
    content: " ";
    display: table;
    clear: both;
  }
  .item-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
    font-style: normal;
  }

  @media (max-width: 1199px) {
    .item-title {
      cursor: pointer;
    }
  }
}


.page-footer__logo {
  width: 315px;
  padding-right: 20px;
  padding-top: 20px;
  border-right: 1px solid #444445;
  min-height: 250px;
  .item-logo {
    margin-bottom: 25px;
  }
  .item-desc {
    font-size: 16px;
    margin-bottom: 23px;
    line-height: 1.85;
  }

  @media (max-width: 1199px) {
    width: 33%;
    padding-top: 15px;
  }
  @media (max-width: 767px) {
    float: none;
    width: auto;
    margin: 0 auto;
    min-height: 0;
    border: none;
    padding: 0;

    .item-desc {
      display: none;
    }
  }
}
*/
/*
.page-footer__navigation {
  width: 203px;
  padding: 25px 20px;
  border-right: 1px solid #444445;
  min-height: 250px;
  .item-link a {
    color: #949495;
    &:hover {
      color: #fff;
    }
  }

  @media (max-width: 1199px) {
    width: 33%;
    padding: 15px 20px;
  }
  @media (max-width: 767px) {
    float: none;
    margin: 0 auto;
    padding: 0;
    border: none;
    min-height: 0;
    width: auto;

    .item-list {
      padding: 0;
    }
  }
}

.page-footer__contact {
  width: 272px;
  padding: 25px 20px;
  border-right: 1px solid #444445;
  min-height: 250px;
  p {
    &:last-child {
      margin-bottom: 0;
    }
    span {
      font-size: 22px;
    }
  }

  @media (max-width: 1199px) {
    width: 33%;
    padding: 15px 20px;
    border-right: none;
    text-align: left;
  }
  @media (max-width: 767px) {
    float: none;
    min-height: 0;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    width: auto;

    .item-box {
      display: none;
    }
  }
}

.page-footer__info {
  float: left;
  width: 275px;
  padding: 25px 20px;
  min-height: 250px;

  @media (max-width: 1199px) {
    display: none;
  }
  @media (max-width: 767px) {
   .item-box {
      display: none;
   }
  }
}
*/
.search-block__close {
  position: absolute;
  top: 46px;
  right: 10px;
  cursor: pointer;
  background-image: url("../images/sprite_blue.png");
  background-position: -75px -56px;
  width: 34px;
  height: 34px;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .search-block__close {
    top: 17px;
  }
}

@media (max-width: 767px) {
  .search-block__close {
    top: 12px;
    background: url("../images/sprite_minimized.png") no-repeat -212px -470px;
    width: 21px;
    height: 22px;
  }
}

.search-block__logo {
  padding-top: 50px;
}

.search-block__logo a {
  display: inline-block;
  vertical-align: top;
  background: url("../images/sprite_minimized.png") no-repeat -12px -39px;
  width: 228px;
  height: 27px;
}

@media (max-width: 1199px) {
  .search-block__logo {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .search-block__logo a {
    background: url("../images/sprite_minimized.png") no-repeat -125px -450px;
    width: 104px;
    height: 12px;
  }
}

footer.page-footer {
  height: auto;
}

footer.page-footer .item-copyright {
  font-size: 12px;
}

footer.page-footer a {
  color: #949495;
}

footer.page-footer a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer.page-footer .item-copyright {
    text-align: center;
  }
}

.popup-inner .popup-request__form_footer {
  background-color: transparent;
}

/*
.page-footer__inner {
  .accordion__item {
    width: 240px;
  }
  .item-title {
    margin-bottom: 5px;
  }
  @media (min-width: 768px) and (max-width: 1199px){
    .page-footer__logo{
      padding-right: 40px;
      width: 240px;
    }
    .accordion__item{
      text-align: left;
      padding-left: 0; //reset to fix misalignment of tablet
      .item-box {
        margin-bottom: 10px;
        text-align: left;
      }
    }
  }
  @media screen and (max-width: 767px) {
    .accordion__item{
      text-align: left;

      .item-box {
        margin-bottom: 10px;
        text-align: left;
      }
    }
  }
}
*/
.popup-title p.request-a-demo-subtitle {
  font-size: 18px;
  line-height: 1.2;
}

.popup-title p a:hover {
  color: #ff8425;
}

/*
**  Misc navigation styles
*/
.popup-wrapper .popup-form {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* nav fixes */
/*
.page-header__main_inner {
  @media screen and (min-width: 1200px) {
    padding: 20px 0 0;
  }
}
*/
/*
 * MENU RULES
 */
.page-header-menu-nav {
  margin-right: 20px;
}

.page-header-menu-nav > ul {
  display: flex;
}

.page-header-menu-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-header-menu-nav li > ul {
  margin-bottom: 0;
  margin-left: 0;
}

.page-header-menu-nav .nav-inner > li {
  position: relative;
  z-index: 60;
  height: 100%;
  display: flex;
  align-items: center;
}

.page-header-menu-nav .nav-inner > li.drop-submenu:before {
  bottom: -27px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 50;
}

.page-header-menu-nav .nav-inner > li.hover .nav-inner__submenu {
  display: block;
  padding: 25px;
}

.page-header-menu-nav .nav-inner > li:hover > a, .page-header-menu-nav .nav-inner > li.focus > a {
  color: var(--orange);
}

.page-header-menu-nav .nav-inner > li:hover > a:focus, .page-header-menu-nav .nav-inner > li.focus > a:focus {
  color: var(--orange);
}

.page-header-menu-nav .nav-inner > li:hover .nav-inner__submenu, .page-header-menu-nav .nav-inner > li.focus .nav-inner__submenu {
  display: block;
  padding: 25px;
}

.page-header-menu-nav .nav-inner > li:hover:before, .page-header-menu-nav .nav-inner > li.focus:before {
  border-width: 10px;
  margin-left: -15px;
  transform: rotate(45deg);
  transform-origin: 35px 7px;
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  box-shadow: 4px 4px 5px -1px var(--slate-dropshadow);
}

.page-header-menu-nav .nav-inner > li > a {
  font-size: 18px;
  padding: 0 15px;
  line-height: 1;
  position: relative;
  font-weight: normal;
  font-style: normal;
  display: block;
  color: var(--slate);
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-header-menu-nav .nav-inner > li > a {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-header-menu-nav .nav-inner > li > a {
    font-size: 15px;
  }
}

.page-header-menu-nav .nav-inner > li > a.single-item:after {
  display: none;
}

.page-header-menu-nav .nav-inner > li:last-child a {
  padding-right: 0;
}

.page-header-menu-nav .nav-inner__submenu {
  font-size: 14px;
  position: absolute;
  z-index: 10;
  background: var(--white);
  display: none;
  top: 75px;
  min-width: 240px;
  right: auto;
  left: -15px;
  padding: 30px 0 0 0;
  transform: translateZ(-10px);
  box-shadow: 1px 3px 8px 0 rgba(35, 35, 37, 0.15);
}

.page-header-menu-nav .nav-inner__submenu li {
  position: relative;
}

.page-header-menu-nav .nav-inner__submenu li.drop-submenu > a {
  position: relative;
}

.page-header-menu-nav .nav-inner__submenu > li.drop-submenu:hover > ul,
.page-header-menu-nav .nav-inner__submenu > li.drop-submenu > ul > li.drop-submenu:hover > ul {
  display: block;
}

.page-header-menu-nav .nav-inner__submenu > li > ul > li.drop-submenu:hover > ul {
  display: block;
}

.page-header-menu-nav .nav-inner__submenu > li a {
  padding: 10px 10px 10px 5px;
  display: block;
  color: var(--slate);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: normal;
}

.page-header-menu-nav .nav-inner__submenu > li a:hover, .page-header-menu-nav .nav-inner__submenu > li a:focus {
  color: var(--orange);
}

.page-header-menu-nav .nav-inner__submenu > li ul {
  padding-left: 17px;
}

.page-header-menu-nav .nav-inner__submenu > li ul li {
  padding-left: 15px;
}

.page-header-menu-nav .nav-inner__submenu > li ul li.drop-submenu {
  width: calc(100% + 25px);
}

.page-header-menu-nav .nav-inner__submenu > li ul li:before {
  position: absolute;
  left: 0;
  top: calc(50% + 4px);
  transform: translateY(-50%);
  content: '';
  background: url(../images/nav-subpage-indicator.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.page-header-menu-nav .nav-inner__submenu > li ul li:hover:before {
  background: url(../images/nav-subpage-indicator-orange.svg) no-repeat;
}

.page-header-menu-nav .nav-inner__submenu_inner {
  position: absolute;
  top: -20px;
  left: 100%;
  width: 240px;
  padding: 20px 0 20px 25px !important;
  background: var(--white);
  display: none;
}

@media (max-width: 1199px) {
  .page-header__menu_nav {
    margin-right: 150px;
  }
}

@media (max-width: 1199px) {
  .page-header__menu_nav .nav-inner {
    display: none;
  }
}

/*--------------------------------------------------------------
# Media: embeds, iframes, media captions, media galleries, sliders
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Media Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 0.85em !important;
  font-weight: 600;
  text-align: center;
}

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignright {
  float: right;
}

.wp-caption.alignright p {
  word-break: break-word;
}

.wp-caption.alignleft {
  float: left;
  margin-right: 10px;
}

.wp-caption.alignleft p {
  word-break: break-word;
}

/*--------------------------------------------------------------
## Media Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.loader-overlay {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 80px 0;
}

.loader-overlay #loader {
  width: 10%;
  height: auto;
}

.loader-overlay #loader #inner {
  /* length	383.32830810546875*/
  stroke-dasharray: 383.32830810546875;
  stroke-dashoffset: calc(383.32830810546875 / 2);
  transform-origin: center;
  animation: clockwise .5s linear;
  animation-iteration-count: infinite;
}

.loader-overlay #loader #middle {
  /* length	449.31097412109375*/
  stroke-dasharray: 449.31097412109375;
  stroke-dashoffset: calc(449.31097412109375 / 2);
  transform-origin: center;
  animation: counter-clockwise 1s linear;
  animation-iteration-count: infinite;
}

.loader-overlay #loader #outer {
  /* length	521.57763671875*/
  stroke-dasharray: 521.57763671875;
  stroke-dashoffset: calc(521.57763671875 / 2);
  transform-origin: center;
  animation: clockwise 1.5s linear;
  animation-iteration-count: infinite;
}

@keyframes clockwise {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes counter-clockwise {
  100% {
    transform: rotate(-360deg);
  }
}

/*--------------------------------------------------------------
# Modules: ACF for page, resource, event-page modules
--------------------------------------------------------------*/
/**
* Styles used in more than one type of module (page, resource, event, etc)
*/
/* hero settings - all */
.title-block {
  background-image: linear-gradient(to right, var(--night-blue) 0%, var(--turquoise));
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 60px 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-block {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .title-block {
    padding: 40px 0;
  }
}

.title-block_small {
  height: 115px;
  padding: 0;
  margin-bottom: 80px;
  background-image: none;
}

.title-block__inner {
  color: #fff;
  text-align: center;
}

.title-block__title {
  width: auto;
}

@media (max-width: 1199px) {
  .title-block__title {
    width: auto;
  }
}

.title-block__desc {
  margin-top: 35px;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
}

.title-block__desc h2 {
  font-size: 28px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
}

.title-block__btn {
  margin-top: 30px;
}

.title-block-home {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #004e88;
}

.title-block-home__inner {
  height: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .title-block-home__inner {
    height: 400px;
  }
}

.title-block-home__info {
  padding-top: 160px;
  color: #ffffff;
}

.title-block-home__info h1 {
  margin: 0 0 7px;
  max-width: 870px;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--white);
  text-transform: none;
}

.title-block-home__info h1 span {
  font-weight: 900;
  display: block;
  color: #ff8425;
}

.title-block-home__info p {
  font-size: 22px;
  line-height: 1.125;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-block-home__info h1 {
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .title-block-home__info h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .title-block-home__info p {
    font-size: 16px;
  }
}

.title-block-home__info_btn {
  margin-top: 20px;
}

.title-block-home__img {
  position: absolute;
  right: -150px;
  top: 57%;
  width: 150px;
  height: 150px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .title-block-home__img {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .title-block-home__img {
    display: none;
  }
}

.title-block {
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1;
}

.title-block.title-block-fg-img {
  padding-bottom: 120px;
}

fieldset#db_data_container {
  margin: 0;
  padding: 0;
}

/* end hero overrides */
.t-block {
  text-align: center;
  max-width: 970px;
  margin: 0 auto 30px;
  padding: 0 10px;
}

.t-block h2 {
  margin: 0 0 16px;
  font-weight: 900;
  font-style: normal;
  font-size: 47px;
  line-height: 0.9;
  color: #004e88;
  text-transform: uppercase;
}

.t-block h3 {
  text-transform: uppercase;
  color: #ff8425;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
}

.t-block p {
  margin: 0 0 20px;
  font-size: 23px;
  line-height: 1.13;
  color: #666666;
}

.t-block p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .t-block h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .t-block h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .t-block h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .t-block p {
    font-size: 14px;
  }
}

.textarea ul,
.wysiwyg-container ul {
  padding: 0 17px 20px 17px;
  font-size: 18px;
  list-style: disc;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

.textarea ol,
.wysiwyg-container ol {
  padding: 0 17px 20px 17px;
  font-size: 18px;
  list-style: decimal;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

.book-info {
  padding-top: 10px;
  padding-right: 0;
}

.book-info p {
  font-size: 18px;
}

.book-info ul {
  padding: 0 17px 20px 17px;
  font-size: 18px;
  list-style: disc;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

.book-info ol {
  padding: 0 17px 20px 17px;
  font-size: 18px;
  list-style: decimal;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

.book-info a {
  font-weight: 300;
  color: #FF8426;
}

.book-info a:hover {
  color: #FF8426;
}

.book-info a[class^=cta-button] {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.book-info a[class^=cta-button]:hover {
  color: #ffffff;
}

.book-info img {
  margin-right: 30px;
  padding-bottom: 30px;
  max-width: none;
  float: none;
  display: block;
}

.book-info img.aligncenter {
  margin: 0 auto;
  text-align: center;
}

.book-info img.alignleft {
  float: left;
}

.book-info img.alignright {
  float: right;
}

@media (max-width: 767px) {
  .book-info img {
    float: none;
  }
}

.book-form {
  transform: none;
  max-width: 718px;
  margin: 0 auto;
  width: 425px;
  background-color: var(--white);
  padding: 30px 60px;
  border: 1px solid #dedede;
  /*
  -webkit-transform: translate(0, -17%);
  -moz-transform: translate(0, -17%);
  -ms-transform: translate(0, -17%);
  -o-transform: translate(0, -17%);
  transform: translate(0, -17%); */
}

@media (max-width: 1199px) {
  .book-form {
    width: auto;
    /*
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); */
    padding: 15px 20px;
    margin-bottom: 50px;
    border: 1px solid #dedede;
  }
}

.book-form .form-container p.solution-box-subtitle {
  font-size: 18px;
  line-height: 1.3;
  text-transform: none;
}

.book-form .form-container p.solution-box-subtitle a:hover {
  color: #ff8426;
}

.book-form .form-container .form-response-wrapper {
  color: #ff0000;
  font-size: 16px;
  font-weight: 400;
}

.book-form .form-container .form-response-wrapper p {
  color: #ff0000;
}

.book-form .form-container .form-response-wrapper a {
  color: #ff0000;
  text-decoration: underline;
}

.form-response-wrapper {
  color: #ff0000;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}

.form-response-wrapper p {
  color: #ff0000;
}

.form-response-wrapper a {
  color: #ff0000;
  text-decoration: underline;
}

/* layout */
.content-right {
  margin-left: 15px;
  margin-right: 15px;
  z-index: 10;
}

@media (max-width: 1199px) {
  .content-right {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .content-right.first {
    margin-top: -50px;
    float: right;
    width: 50%;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
  }
  .hero-personalized-screenshot + .content-right.first {
    margin-top: 0;
  }
  .has-form .container:after {
    clear: none;
  }
  .has-form .container > .row .speaker {
    max-width: 180px;
    margin: 10px 20px;
  }
}

.form-row.required:after {
  content: '';
}

.form-row.required:not(.hidden):after {
  content: "";
  color: #ff8425;
  position: absolute;
  top: -6px;
  right: -15px;
  font-size: 30px;
}

.title-block.alignleft .title-block__inner {
  width: 750px;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .title-block.alignleft .title-block__inner {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .title-block.alignleft .title-block__inner {
    width: auto;
  }
}

.title-block.alignleft .title-block__inner .title-block__title {
  margin: 0;
}

/* hero overrides for resources */
.resources {
  /*
	* HERO Behavior for Press Releases and Blog posts
	*/
}

.resources .title-block {
  background-image: url(https://www.demandbase.com/wp-content/themes/demandbase/images/v/svg/v-mdu-hero-form-bg.svg);
}

.resources .title-block p {
  margin-bottom: 0;
}

.resources .title-block h1 {
  line-height: 1;
}

.resources .title-block__inner {
  text-align: left;
  color: var(--body-color);
}

.resources .title-block.title-block-small {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.resources .title-block.title-block-small h1,
.resources .title-block.title-block-small h2,
.resources .title-block.title-block-small p {
  color: #535762;
}

.resources .title-block__title h1 p {
  max-width: 380px;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  margin: 0;
}

.resources .title-block__title h1 {
  font-size: 46px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--body-color);
  text-transform: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .resources .title-block__title h1 {
    font-size: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .resources .title-block__title h1 {
    font-size: 36px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .resources .title-block__title h1 {
    font-size: 32px;
  }
}

.resources .title-block__title h2 {
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .resources .title-block__title h2 {
    font-size: 20px;
  }
}

.resources .title-block .item-desc p {
  margin: 0;
  font-family: 'Caveat', Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -1.2px;
  color: var(--orange);
  margin-bottom: .5rem;
}

@media (min-width: 1200px) {
  .resources .title-block .item-desc p {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .resources .title-block .item-desc p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .resources .title-block .item-desc p {
    font-size: 26px;
  }
}

.resources .hero-press_release,
.resources .hero-blog_post {
  margin-top: 40px;
}

.resources .hero-press_release .title-block__inner .title-block__title h1,
.resources .hero-blog_post .title-block__inner .title-block__title h1 {
  font-size: 36px;
  color: #535762;
}

.resources .hero-blog_post .post-info {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}

.resources .hero-blog_post .social-shred {
  margin-top: 10px;
}

.resources .hero-blog_post .title-block__inner .title-block__title h1 {
  color: #004e88 !important;
}

.detail--box {
  margin: 10px 0;
}

.detail--box .h4 {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}

.detail--date,
.detail--location {
  display: inline-block;
  margin: 10px 0;
  min-width: 200px;
  font-weight: 600;
  vertical-align: top;
}

.detail--date h4,
.detail--location h4 {
  font-size: 16px;
}

.detail--date > *,
.detail--location > * {
  display: inline-block;
}

.detail--location .detail--location--inner {
  display: block;
}

.detail--location .detail--location--inner:not(:last-child) {
  margin-bottom: 20px;
}

.detail--location .detail--location--inner h4 {
  margin-left: 40px;
  width: 100%;
}

.detail--date {
  margin-right: 20px;
}

.detail--date .icon,
.detail--location .icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 80px 36px;
  display: inline-block;
  margin-right: 6px;
  float: left;
}

.detail--date .icon {
  background-image: url("../images/a6-orange_event_icons.png");
  background-position: 0 50%;
}

.detail--location .icon {
  width: 37px;
  background-image: url("../images/a6-orange_event_icons.png");
  background-position: -45px 50%;
}

.content_module {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content_module ul {
  padding: 0 17px 20px 17px;
  font-size: 18px;
  list-style: disc;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

.content_module ol {
  padding: 0 17px 20px 17px;
  font-size: 18px;
  list-style: decimal;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

.hero + .content_module {
  padding-top: 50px;
}

.hero-module-resource-descriptor {
  margin-top: 20px;
}

.hero-module-resource-descriptor h2 {
  font-size: 24px;
  margin-bottom: 0;
}

#speaker__group {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}

#speaker__group {
  margin-top: 0;
  margin-bottom: 15px;
}

#speaker__group h2 {
  font-size: 24px;
}

.event-speakers {
  font-size: 18px;
  font-weight: 300;
  padding: 60px 0 60px;
  color: var(--deep-purple);
  position: relative;
}

.event-speakers-bg-1 {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: var(--fog-grey-karl);
}

@media (min-width: 768px) {
  .event-speakers-bg-1 {
    height: 35%;
    width: 70%;
    left: 30%;
  }
}

.event-speakers-bg-2 {
  position: absolute;
  content: ' ';
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, var(--night-blue), var(--turquoise));
}

@media (min-width: 768px) {
  .event-speakers-bg-2 {
    top: 30%;
    width: 77%;
    height: 30%;
  }
}

@media (min-width: 992px) {
  .event-speakers-bg-2 {
    top: 35%;
    width: 60%;
    height: 35%;
  }
}

@media (min-width: 768px) {
  .event-speakers-one-row .keynote_speakers {
    justify-content: center;
  }
  .event-speakers-one-row .event-speakers-bg-1 {
    top: 0;
    left: 30%;
    width: 70%;
    height: 100%;
  }
  .event-speakers-one-row .event-speakers-bg-2 {
    display: none;
  }
  .event-speakers-two-rows .event-speakers-bg-1 {
    height: 70%;
  }
  .event-speakers-two-rows .event-speakers-bg-2 {
    top: 35%;
    height: 65%;
    width: 75%;
  }
}

.event-speakers .speaker {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
  vertical-align: top;
  transition: all 0.25s ease-in 0s;
}

.event-speakers .speaker img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5.8px;
}

.content_module .event-speakers .speaker {
  max-width: 180px;
}

.event-speakers .speaker-description {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

@media (min-width: 768px) {
  .event-speakers .speaker-description {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .event-speakers .speaker > div:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    border-radius: 5.8px;
    background-image: linear-gradient(180deg, rgba(130, 129, 145, 0) 0%, #232325 100%);
  }
}

@media (min-width: 768px) {
  .event-speakers .speaker:hover {
    transform: translateY(-20px);
  }
  .event-speakers .speaker:hover > div:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    border-radius: 5.8px;
    background-image: linear-gradient(180deg, rgba(130, 129, 145, 0) 0%, #232325 100%);
  }
  .event-speakers .speaker:hover .speaker-description {
    display: block;
  }
}

.speaker .headshot {
  width: 100px;
  /* designed for 180px */
  height: 100px;
  /* designed for 180px */
  margin: 0 auto 20px;
  background-color: #D9EEFD;
  background-size: cover;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

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

.speaker-name {
  font-size: 30px;
  font-weight: 700;
}

.speaker-company {
  font-size: 14px;
  font-weight: 300;
}

#form__thumbnail {
  width: 150px;
  height: auto;
  margin: 0 auto 20px;
}

@media (max-width: 500px) {
  .speaker {
    display: block;
  }
  #form__thumbnail {
    float: none;
    width: 120px;
    margin: 10px auto 30px;
  }
}

#sponsor__group {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}

#sponsor__group {
  margin-top: 0;
  margin-bottom: 50px;
}

#sponsor__group h2 {
  font-size: 24px;
}

.sponsor {
  display: inline-block;
  margin: 10px 20px;
}

@media (max-width: 500px) {
  #sponsor__group img {
    display: block;
    margin: 10px auto;
  }
}

.resource-asset-hero {
  background-image: linear-gradient(to right, var(--night-blue) 0%, var(--turquoise));
  color: var(--white);
  padding: 35px 0;
}

.resource-asset-hero-ebook > .container {
  padding-bottom: 75px;
}

@media (min-width: 768px) {
  .resource-asset-hero-ebook > .container {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .resource-asset-hero-ebook {
    padding-bottom: 391px;
  }
}

.event-wrapper {
  display: flex;
  flex-direction: column;
  /*Links and Buttons */
  /*
  *    Horizontal Line code
  */
  /*
  MODAL WINDOWS
  */
}

.event-wrapper .event-popup {
  cursor: pointer;
}

.event-wrapper .title {
  font-family: "Inter", "sans-serif";
  text-align: center;
}

.event-wrapper .title p {
  color: inherit;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 300;
}

.event-wrapper .title p small {
  font-weight: 300;
}

@media (min-width: 576px) {
  .event-wrapper .title p {
    font-size: 24px;
  }
}

.event-wrapper .title h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .event-wrapper .title h2 {
    font-size: 36px;
    line-height: 1.17;
  }
}

.event-wrapper .details {
  font-family: "Inter", "sans-serif";
}

@media screen and (min-width: 768px) {
  .event-wrapper .details {
    display: flex;
  }
  .event-wrapper .details .col-sm-6 {
    display: flex;
    float: none;
  }
}

.event-wrapper .details h3 {
  color: var(--deep-purple);
  font-family: "Inter", "sans-serif";
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .event-wrapper .details h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.event-wrapper .details p {
  color: #464b57;
  font-family: "Inter", "sans-serif";
  font-size: 20px;
  margin-top: 40px;
}

.event-wrapper #logo {
  height: 50px;
}

.event-wrapper a:not([class^=cta-button]) {
  color: #ff8426;
}

.event-wrapper a:not([class^=cta-button]):link {
  color: #ff8426;
}

.event-wrapper a:not([class^=cta-button]):visited {
  color: #ff8426;
}

.event-wrapper a:not([class^=cta-button]):hover {
  color: #ff8426;
  text-decoration: underline;
}

.event-wrapper a:not([class^=cta-button]):active, .event-wrapper a.nice-select.open:not([class^=cta-button]) {
  color: #ff8426;
}

.event-wrapper .event-slogan {
  color: #ffffff;
}

.event-wrapper .event-slogan h2 {
  font-family: "Inter", "sans-serif";
  font-size: 33px;
  font-weight: 900;
}

.event-wrapper .event-slogan h2 span {
  color: #5dbae9;
}

.event-wrapper .event-menu {
  background: #004e88;
  padding: 17px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

body.admin-bar .event-wrapper .event-menu {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .event-wrapper .event-menu {
    top: 46px;
  }
}

.event-wrapper .event-menu + section {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .event-wrapper .event-menu + section {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .event-wrapper .event-menu + section {
    margin-top: 0;
  }
}

.event-wrapper .event-menu #event-logo {
  margin-left: 20px;
  width: 300px;
  float: left;
  display: inline-block;
}

.event-wrapper .event-menu #event-navigation {
  padding-left: 60px;
  width: 650px;
  float: left;
  display: inline-block;
  color: #fff;
}

.event-wrapper .event-menu #event-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
}

.event-wrapper .event-menu #event-navigation ul li a {
  display: inline-block;
  padding: 15px 10px;
  font-family: "Inter", "sans-serif";
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
}

.event-wrapper .event-menu #event-navigation ul li a:hover {
  text-decoration: underline;
}

.event-wrapper .event-menu .inner-wrapper {
  display: table;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  box-sizing: border-box;
}

.event-wrapper .event-menu .inner-wrapper > * {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.event-wrapper .event-menu .event-cta a[class^=cta-button] {
  margin: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-wrapper .event-menu #event-navigation {
    display: none;
  }
  .event-wrapper .event-menu .slogan {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 998px) {
  .event-wrapper .event-menu #event-navigation {
    display: block;
    float: none;
    margin: 20px auto 0;
    padding-left: 0 !important;
    width: fit-content;
  }
}

@media (min-width: 320px) and (max-width: 998px) {
  .event-wrapper .event-menu #event-logo {
    text-align: center;
    display: block;
    float: none;
    margin: 0 auto;
    clear: both;
  }
  .event-wrapper .event-menu #event-logo img {
    text-align: center;
  }
}

@media (min-width: 700px) and (max-width: 1177px) {
  .event-wrapper .event-menu .slogan {
    display: none;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .event-wrapper .event-menu .slogan h2 {
    font-size: 28px;
  }
}

.event-wrapper .event-hero {
  text-align: center;
  position: relative;
  height: 500px;
  padding: 3rem 0 3rem;
}

.event-wrapper .event-hero .container {
  margin-top: 135px;
}

.event-wrapper .event-hero h1,
.event-wrapper .event-hero h2,
.event-wrapper .event-hero p {
  margin: 0;
  padding: 0;
}

.event-wrapper .event-hero h1 {
  font-family: "Inter", "sans-serif";
  font-size: 50px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
}

.event-wrapper .event-hero h2 {
  font-family: "Inter", "sans-serif";
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2em;
}

.event-wrapper .event-hero p {
  color: #ff8426;
  font-family: "Inter", "sans-serif";
  font-size: 24px;
  margin-top: 20px;
}

.event-wrapper .event-hero p span {
  color: #ffffff;
  padding: 0 10px 0 10px;
}

.event-wrapper .event-hero #background-info {
  font-family: "Inter", "sans-serif";
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  opacity: 0.7;
  padding-right: 10px;
  padding-bottom: 7px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .event-wrapper .event-hero .container {
    margin-top: 60px;
  }
  .event-wrapper .event-hero h1 {
    font-family: "Inter", "sans-serif";
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .event-wrapper .event-hero h2 {
    font-family: "Inter", "sans-serif";
    font-size: 23px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .event-wrapper .event-hero p {
    color: #ff8426;
    font-family: "Inter", "sans-serif";
    font-size: 19px;
    margin-top: 20px;
  }
  .event-wrapper .event-hero p span {
    color: #ffffff;
    padding: 0 10px 0 10px;
  }
  .event-wrapper .event-hero #background-info {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .event-wrapper .event-hero .container {
    margin-top: 60px;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .event-wrapper .event-hero .container {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  .event-wrapper .event-hero .container {
    margin-top: 115px;
  }
}

.event-wrapper .event-promo-banner {
  background-color: #91939a;
  padding: 30px 0;
  text-align: center;
}

.event-wrapper .event-promo-banner h3 {
  color: #ffffff;
  font-family: "Inter", "sans-serif";
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.event-wrapper .event-why-attend {
  font-size: 20px;
  font-weight: 300;
  padding: 60px 0 60px;
}

.event-wrapper .event-why-attend .title h2 {
  color: #ff8426;
}

.event-wrapper hr {
  color: #f0f0f0;
  width: 80%;
  margin: 0 auto;
}

.event-wrapper .event-highlights {
  font-weight: 300;
  padding: 50px 0 50px;
  text-align: center;
}

.event-wrapper .event-highlights .title h2 {
  color: #464b57;
}

.event-wrapper .event-highlights .details p {
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.event-wrapper .event-agenda {
  font-size: 18px;
  font-weight: 300;
  background-color: #f0f0f0;
}

.event-wrapper .event-agenda .details {
  text-align: left;
}

.event-wrapper .event-agenda .details .session-details {
  font-size: 16px;
  padding: 15px 0 15px;
}

.event-wrapper .event-agenda .details .session-details .session-hour {
  font-size: 16px;
  padding-bottom: 5px;
}

.event-wrapper .event-agenda .details .session-details .session-title {
  font-size: 16px;
  font-weight: 600;
}

.event-wrapper .event-agenda .details .session-details .session-summary {
  font-size: 16px;
}

@media (min-width: 576px) {
  .event-wrapper .event-agenda .details .session-details .session-summary {
    font-size: 18px;
    line-height: 1.44;
  }
}

.event-wrapper .event-pricing {
  padding: 60px 0 0;
  color: #fff;
}

.event-wrapper .event-pricing .pricing-box {
  padding: 40px 30px;
  margin-bottom: 20px;
  background-color: #999;
  color: #fff;
  width: 100%;
}

.event-wrapper .event-pricing .pricing-box .pricing-heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.event-wrapper .event-pricing .pricing-box .pricing-heading .ticket-price {
  text-align: right;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  float: right;
}

.event-wrapper .event-pricing .pricing-box .pricing-heading .ticket-discount {
  text-align: right;
  margin-top: 20px;
  color: #004e88;
  font-size: 24px;
  font-weight: 600;
}

.event-wrapper .event-pricing .pricing-box .pricing-heading .ticket-discount > span {
  color: #004e88;
  margin-left: 20px;
  text-decoration: none;
  margin-top: -15px;
}

.event-wrapper .event-pricing .pricing-box .pricing-heading h3 {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}

.event-wrapper .event-pricing .pricing-box .pricing-heading h3 > span {
  font-size: 18px;
  font-weight: 100;
  display: block;
}

.event-wrapper .event-pricing .pricing-box .pricing-details {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 300;
}

.event-wrapper .event-pricing .pricing-box .pricing-details p {
  color: inherit;
}

.event-wrapper .event-pricing .pricing-box .pricing-details ul {
  font-weight: 300;
  margin-left: 17px;
  list-style-type: disc;
  line-height: 1.7;
}

.event-wrapper .event-pricing .pro {
  background-color: #5dbae9;
}

.event-wrapper .event-pricing .description {
  color: #464b57;
  font-family: "Inter", "sans-serif";
  font-size: 18px;
  font-weight: 300;
  padding: 50px 0 0;
  text-align: center;
}

.event-wrapper .event-pricing .description p {
  font-size: 18px;
}

.event-wrapper .event-location {
  padding: 60px 0 60px;
}

.event-wrapper .event-location .title h2 {
  color: #464b57;
}

.event-wrapper .event-location .details {
  margin-top: 50px;
}

.event-wrapper .event-location .details .col-sm-6 {
  display: flex;
}

.event-wrapper .event-location .details h2 {
  color: #004e88;
  font-size: 26px;
}

.event-wrapper .event-location .details h3 {
  text-transform: uppercase;
}

.event-wrapper .event-location .details img {
  width: 100%;
  padding-bottom: 20px;
}

.event-wrapper .event-location .details p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
}

.event-wrapper footer.event-footer {
  font-family: "Inter", "sans-serif";
  background-color: #004e88;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 50px 0 0;
}

.event-wrapper footer.event-footer .stay-informed p {
  margin-bottom: 0;
  font-size: 18px;
}

.event-wrapper footer.event-footer .event-slogan {
  margin-bottom: 0;
  margin-top: 30px;
}

.event-wrapper footer.event-footer .event-slogan h2 {
  font-family: "Inter", "sans-serif";
  font-size: 36px;
  font-weight: 900;
}

.event-wrapper footer.event-footer .event-slogan h2 span {
  color: #5dbae9;
}

.event-wrapper footer.event-footer .social {
  text-align: right;
}

.event-wrapper footer.event-footer .social a {
  opacity: 1;
  -webkit-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
}

.event-wrapper footer.event-footer .social a:hover {
  opacity: 0.8;
}

.event-wrapper footer.event-footer .social img {
  padding: 0 10px;
}

.event-wrapper footer.event-footer .social #hashtag {
  display: inline-block;
}

.event-wrapper footer.event-footer .social .item-social #hashtag {
  height: 30px;
  vertical-align: top;
}

.event-wrapper footer.event-footer .social .item-social #hashtag div {
  line-height: 30px;
}

.event-wrapper footer.event-footer .social .item-social .icon-social {
  width: 30px;
  height: 30px;
}

.event-wrapper footer.event-footer .social .item-social .icon-social:before {
  -webkit-background-size: 217.5px 247.5px;
  -moz-background-size: 217.5px 247.5px;
  -o-background-size: 217.5px 247.5px;
  background-size: 217.5px 247.5px;
  width: 30px;
  height: 30px;
}

.event-wrapper footer.event-footer .social .item-social .icon-social.facebook:before {
  background-position: -25.5px -25.5px;
}

.event-wrapper footer.event-footer .social .item-social .icon-social.twitter:before {
  background-position: -145.5px -145.5px;
}

.event-wrapper footer.event-footer .social .item-social .icon-social.instagram:before {
  background-position: -55.5px -55.5px;
}

.event-wrapper footer.event-footer .social .item-social .icon-social.linkedin:before {
  background-position: -55.5px -214.5px;
}

.event-wrapper footer.event-footer .social .item-social .icon-social.glassdoor:before {
  background-position: 0px -214.5px;
}

.event-wrapper footer.event-footer .social .item-social .icon-social.youtube:before {
  background-position: -115.5px -214.5px;
}

.event-wrapper footer.event-footer .copyright {
  margin: 30px 0 0;
  text-align: center;
  font-size: 18px;
}

.event-wrapper footer.event-footer .copyright p {
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-wrapper footer.event-footer .stay-informed {
    font-size: 18px;
    text-align: center;
  }
  .event-wrapper footer.event-footer .social {
    text-align: center;
    margin: 10px 0;
  }
  .event-wrapper footer.event-footer .social p {
    margin-bottom: 15px;
  }
  .event-wrapper footer.event-footer .social #hashtag {
    margin-bottom: 20px;
    display: block;
  }
}

.event-wrapper .modalWindow {
  position: fixed;
  display: none;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  z-index: 2;
  box-sizing: border-box;
  padding: 5%;
}

.event-wrapper .modalWindow .modalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(200, 200, 200, 0.8);
  z-index: 2;
}

.event-wrapper .modalWindow .inner {
  background: #ffffff;
  box-sizing: border-box;
  margin: 89px auto;
  max-width: 800px;
  padding: 3rem;
  position: relative;
  width: 90%;
  z-index: 3;
}

@media (max-width: 998px) and (min-width: 768px) {
  .event-wrapper .modalWindow .inner {
    margin-top: 229px;
  }
  body.admin-bar .event-wrapper .modalWindow .inner {
    margin-top: 261px;
  }
}

@media (max-width: 767px) {
  .event-wrapper .modalWindow .inner {
    margin-top: 159px;
  }
  body.admin-bar .event-wrapper .modalWindow .inner {
    margin-top: 205px;
  }
}

.event-wrapper .modalWindow .inner .modalClose {
  background: #004e88;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  font-weight: 900;
  float: right;
  line-height: 0;
  position: absolute;
  padding: 16px 10px 10px 10px;
  top: -10px;
  right: -10px;
  margin: 0;
  height: 30px;
  width: 30px;
  z-index: 3;
}

.event-wrapper .modalWindow .inner .modalClose:hover {
  background: #115f99;
}

.event-wrapper .modalWindow .inner .content {
  font-family: "Inter", "sans-serif";
}

.event-wrapper .modalWindow .inner .content h1,
.event-wrapper .modalWindow .inner .content h2,
.event-wrapper .modalWindow .inner .content h3,
.event-wrapper .modalWindow .inner .content h4,
.event-wrapper .modalWindow .inner .content h5,
.event-wrapper .modalWindow .inner .content h6 {
  margin: 30px 0 0;
  padding: 0;
}

.event-wrapper .modalWindow .inner .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 10px;
}

.event-wrapper .modalWindow .inner .content ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  margin-left: 16px;
  margin-top: 10px;
}

.event-wrapper .modalWindow .inner .content h2 {
  color: #464b57;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-wrapper .modalWindow .inner .content h3 {
  color: #004e88;
  font-size: 24px;
  font-weight: 800;
}

.event-wrapper .modalWindow .inner .content h5 {
  color: #464b57;
  font-size: 18px;
  font-weight: 600;
}

/* TODO: Add each section of _event-page_modules.scss here */
img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.event-sponsors {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: var(--deep-purple);
  background-color: var(--white);
}

.event-sponsors .title h2 {
  font-size: 26px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .event-sponsors .title h2 {
    font-size: 48px;
  }
}

.event-sponsors .title p {
  font-size: 20px;
  margin-top: 40px;
}

.event-sponsors .sponsor-title h5 {
  margin: 50px auto 25px;
  font-size: 18px;
}

.event-sponsors .sponsor-logos img {
  text-align: center;
  max-width: 170px;
}

.event-wrapper .event-boxes {
  padding: 50px 0;
  font-size: 18px;
}

.event-wrapper .box-row {
  padding: 0;
}

.event-wrapper .box-row .box-preview {
  padding: 35px 0 35px;
}

.event-wrapper .box-row .box-preview [class^=cta-button] {
  margin-top: 15px;
  margin-bottom: 5px;
}

.event-wrapper .box-row .box-preview h2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 32px;
}

.event-wrapper .box-row .box-preview p {
  font-size: 18px;
  margin-bottom: 10px;
}

.event-wrapper .box-row .box-preview p a:hover {
  text-decoration: underline;
}

.event-wrapper .box-row .box-preview p.text_bold {
  font-size: 16px;
}

.event-wrapper .box-row .box-preview p.small {
  font-size: 16px;
}

.event-wrapper .box-row .box-preview p.larger {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .event-wrapper .box-row {
    padding: 0;
    margin-bottom: 0;
  }
  .event-wrapper .box-row .col-md-6 {
    margin-bottom: 25px;
  }
}

.block-preview [class^=cta-button] {
  margin-top: 20px;
}

.block-preview p {
  font-size: 18px;
  margin-bottom: 10px;
}

.block-preview p.text_bold {
  font-size: 16px;
}

.block-preview p a:hover {
  text-decoration: underline;
}

.blocks-row {
  padding: 30px 0;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .blocks-row {
    padding: 0;
    margin-bottom: 0;
  }
  .blocks-row .row > div {
    margin-bottom: 25px;
  }
}

.block-preview p.small {
  font-size: 16px;
}

.block-preview p.larger {
  font-size: 20px;
}

.article-filter .filter-list .filter-item a.active {
  color: inherit;
}

.hero500 h1 {
  font-size: 46px;
  line-height: 1.05;
  margin-bottom: 0;
}

.hero h1 {
  line-height: 1.05;
}

@media (min-width: 1200px) {
  .hero h1 {
    font-size: 46px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero h1 {
    font-size: 36px;
    line-height: 1.15;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero h1 {
    font-size: 32px;
    line-height: 1.05;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 768px) {
  .hero h2 {
    font-size: 18px;
    line-height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hero .title-block__desc {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .hero .personalized-screenshot-div {
    display: none;
  }
}

.hero.hero-case_study .title-block__title, .hero.hero-ebook .title-block__title, .hero.hero-webinar .title-block__title, .hero.hero-event .title-block__title, .hero.hero-video .title-block__title, .hero.hero-infographic .title-block__title {
  margin: 0;
  width: auto;
}

.hero.hero-case_study .title-block__img, .hero.hero-ebook .title-block__img, .hero.hero-webinar .title-block__img, .hero.hero-event .title-block__img, .hero.hero-video .title-block__img, .hero.hero-infographic .title-block__img {
  float: right;
}

@media screen and (max-width: 1200px) {
  .hero {
    background-color: #004e88;
  }
}

.company-logo p.subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 70px;
}

@media (min-width: 769px) {
  .fade-slide {
    opacity: 0;
    transition: all 1s ease;
  }
  .fade-slide.fade-slide-right {
    margin-left: -50px;
    margin-right: 50px;
  }
  .fade-slide.fade-slide-left {
    margin-left: 50px;
    margin-right: -50px;
  }
  .fade-slide.active {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
  }
  .fade-slide-btn {
    opacity: 0;
    transition: all 1s ease;
  }
  .fade-slide-btn.active {
    transform: translateY(-25%);
    opacity: 1;
  }
}

.page-expert {
  padding-bottom: 50px;
}

.page-expert .title-block h1 {
  margin-bottom: 0;
}

.page-expert .title-block__desc {
  margin-top: 0;
}

.page-expert .asset-item {
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: left;
}

@media (max-width: 1199px) {
  .page-expert .asset-item {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .page-expert .asset-item {
    width: 100%;
  }
}

.page-expert .article-paginator {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .page-expert .article-paginator {
    clear: both;
  }
}

.article-filter {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 60px;
  height: 60px;
  width: 100%;
}

.article-filter .article-filter-title {
  display: inline-block;
}

@media (max-width: 767px) {
  .article-filter .article-filter-title {
    float: left;
  }
}

.article-filter .filter-list {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  color: #cccccc;
  position: relative;
}

@media (max-width: 767px) {
  .article-filter .filter-list {
    display: block;
    float: left;
  }
}

@media (min-width: 768px) {
  .article-filter .filter-list:hover {
    color: #ff8425;
  }
  .article-filter .filter-list:hover .filter-item {
    display: block;
  }
}

.article-filter .filter-list.active {
  color: #ff8425;
  color: #ff8425;
}

.article-filter .filter-list.active .filter-item {
  display: block;
}

.article-filter .filter-list .filter-item {
  position: absolute;
  padding: 20px 30px;
  line-height: 30px;
  top: 90%;
  display: none;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #cccccc;
  white-space: nowrap;
}

.article-filter .filter-list .filter-item a {
  color: #cccccc;
}

.article-filter .filter-list .filter-item a:hover {
  color: #ff8425;
}

.article-filter .filter-list .filter-item .border-first {
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
}

.block-button {
  text-align: center;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .block-button {
    line-height: 20px;
  }
}

.page-leadership .title-block h2 {
  color: #fff;
  text-align: center;
}

.page-leadership h2 {
  text-align: center;
}

.holder {
  width: 970px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 1199px) {
  .holder {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .holder {
    width: 100%;
  }
}

.hero110 {
  padding-bottom: 60px !important;
}

.hero110 h1 {
  font-size: 46px;
  line-height: 1.05;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .hero110 h1 {
    font-size: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero110 h1 {
    font-size: 36px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero110 h1 {
    font-size: 32px;
  }
}

.hero260 {
  background-image: linear-gradient(to right, var(--night-blue) 0%, var(--turquoise));
}

.hero260 h1 {
  margin-bottom: 0;
  color: var(--white);
  font-size: 30px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .hero260 h1 {
    font-size: 54px;
    line-height: 1.07;
  }
}

@media (min-width: 1200px) {
  .hero260 h1 {
    font-size: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero260 h1 {
    font-size: 36px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero260 h1 {
    font-size: 32px;
  }
}

.hero340 {
  background-image: linear-gradient(to right, var(--night-blue) 0%, var(--turquoise));
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .hero340 {
    padding: 60px 0;
  }
  .hero340-expanded {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}

.hero340 h1 {
  font-size: 46px;
  margin-bottom: 0;
  line-height: 1.05;
}

@media (min-width: 1200px) {
  .hero340 h1 {
    font-size: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero340 h1 {
    font-size: 36px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero340 h1 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 7px;
  }
}

.hero340 h2 {
  font-size: 22px;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  .hero340 h2 {
    font-size: 18px;
    line-height: 1.42;
  }
}

.hero340 .title-block__desc {
  margin-top: 10px;
}

.hero340 .title-block__title {
  width: auto;
}

.hero340 .title-block__btn {
  margin-top: 46px;
}

.hero340 .title-block__btn a {
  font-size: 18px;
}

.hero340.title-block.alignleft .title-block__inner {
  position: relative;
  width: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero340.title-block.alignleft .title-block__inner {
    text-align: center;
  }
  .hero340.title-block.alignleft .title-block__inner .title-block__img {
    margin-top: 46px;
  }
}

@media (max-width: 767px) {
  .hero340.title-block.alignleft .title-block__inner .title-block__img {
    margin-top: 25px;
  }
  .hero340.title-block.alignleft .title-block__inner .title-block__img img {
    max-width: 65%;
  }
}

@media (min-width: 1200px) {
  .hero340 .title-block__img {
    right: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.hero340 .title-desc h1 {
  font-family: 'Caveat', Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -1.2px;
  color: var(--orange);
  margin-bottom: .5rem;
  text-transform: none;
}

@media screen and (max-width: 768px) {
  .hero340 h2 {
    font-size: 18px;
  }
}

.personalized-screenshot-div {
  position: relative;
  display: inline-block;
}

.personalized-screenshot-div .screenshot-container {
  position: absolute;
}

.personalized-screenshot-div .screenshot-container div.custom {
  background-size: cover;
}

.page-careers {
  padding-bottom: 50px;
}

.page-careers .title-block__inner {
  position: relative;
}

.page-careers .title-block__title {
  text-align: left;
  max-width: 700px;
  margin-left: 0;
}

.page-careers .title-block__btn {
  text-align: left;
}

.page-careers .title-block__img {
  right: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-careers .title-block__img {
    right: 0;
    bottom: -10px;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (max-width: 767px) {
  .page-careers .title-block__img {
    display: none;
  }
}

.hero500-center .title-block-home__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero500-center .title-block-home__info h1 {
  text-align: center;
}

.page-resources__inner {
  padding: 50px 0;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .page-resources__inner {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .page-resources__inner .block-preview p {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-resources__inner .block-preview p {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .page-resources__inner .block-preview p {
    font-size: 16px;
  }
}

.careers__info {
  padding: 65px 0;
}

.careers__info p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .careers__info p {
    font-size: 16px;
  }
}

.careers__info .item-video {
  width: 510px;
  height: 280px;
  margin: 0 auto;
  border: 2px solid #535762;
}

@media (max-width: 767px) {
  .careers__info .item-video {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .careers__info .item-btn {
    text-align: center;
  }
  .careers__info .item-video {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .careers__info p {
    font-size: 18px;
  }
}

.careers__employee {
  background-color: #004272;
  padding: 50px 0;
}

.careers__employee .item-img {
  text-align: center;
}

.careers__employee .item-desc {
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .careers__employee .item-desc {
    text-align: center;
  }
}

.careers__employee h3 {
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}

.careers__list {
  padding: 50px 0 50px;
  font-weight: 300;
}

.careers__list h2 {
  color: var(--deep-purple);
}

@media (max-width: 1199px) {
  .careers__list .ul-list {
    margin-bottom: 20px;
  }
}

.careers__list ul.ul-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.careers__list ul.ul-list li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 1.55;
}

.careers__list ul.ul-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ff8425;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.text_gray {
  color: #535762;
}

.text_bold {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

.paginator-item {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.paginator-item a {
  display: inline-block;
  padding: 8px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 42px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.paginator-item a.active, .paginator-item a:hover {
  background-color: #4abbe4;
  color: #fff;
  cursor: pointer;
}

.paginator-item span {
  min-width: 42px;
  display: inline-block;
}

@media (max-width: 767px) {
  .paginator-item a {
    padding: 3px;
    min-width: 19px;
  }
}

@media (max-width: 767px) {
  .paginator-item span {
    min-width: 19px;
  }
}

.article-filter .filter-list .filter-item a.active {
  color: inherit;
}

.filter-list.hover .filter-item {
  display: block;
}

.page-expert__article .article-big .item-date {
  margin-bottom: 10px;
  margin-top: 10px;
}

.page-expert__article .item-mark {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 4px 5px 2px;
  background-color: #ff8425;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.page-expert__article .no-filter {
  margin-top: 50px;
}

.page-expert__article .article-big {
  height: 375px;
  vertical-align: top;
  background-color: #f1f1f1;
  position: relative;
  color: #535762;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19) !important;
  transition: all .3s ease-in-out;
}

.page-expert__article .article-big:hover {
  transform: scale(1.03);
}

.page-expert__article .article-big:before {
  content: " ";
  display: table;
}

.page-expert__article .article-big:after {
  content: " ";
  display: table;
  clear: both;
}

.page-expert__article .article-big:hover .item-hover {
  opacity: 1;
}

.page-expert__article .article-big a:hover {
  text-decoration: underline;
}

.page-expert__article .article-big .item-img {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  vertical-align: top;
  width: 385px;
  height: 375px;
}

.page-expert__article .article-big .item-img img {
  max-height: 100%;
}

.page-expert__article .article-big .item-content {
  margin-right: 390px;
  padding: 20px;
}

.page-expert__article .article-big .item-desc {
  color: #4abbe4;
  font-size: 12px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

.page-expert__article .article-big .item-mark {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 4px 5px 2px;
  background-color: #ff8425;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.page-expert__article .article-big .item-title {
  font-size: 24px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-expert__article .article-big .item-hover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(83, 87, 98, 0.9);
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 20px 20px 40px 20px;
}

.page-expert__article .article-big .item-text {
  font-size: 26px;
  line-height: 1.4;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px;
  color: #fff;
}

.page-expert__article .article-big .item-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .page-expert__article .article-big {
    width: 270px;
    min-height: 400px;
    margin: 0 auto 25px;
    padding-bottom: 200px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .page-expert__article .article-big .item-img {
    width: 100%;
    height: 200px;
    top: auto;
    left: 0;
  }
  .page-expert__article .article-big .item-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-expert__article .article-big .item-content {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .resource-article-container .row {
    display: block;
  }
  .resource-article-container .row > div {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .resource-article-container .row > div:not(.col-lg-8) {
    width: 33.333333%;
  }
}

.asset-item {
  width: 340px;
  height: 170px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.asset-item:hover .item-hover {
  opacity: 1;
}

.asset-item .item-hover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(83, 87, 98, 0.9);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 20px 20px 40px 20px;
}

.asset-item.asset-text .item-text {
  font-size: 16px;
  line-height: 1.25;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: left;
}

.asset-item.asset-text .item-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.asset-item.asset-text .item-link a:hover {
  color: #fff;
}

.asset-item.asset-text .item-link a:hover:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/sprite.svg");
  -webkit-background-size: 145px 165px;
  -moz-background-size: 145px 165px;
  -o-background-size: 145px 165px;
  background-size: 145px 165px;
  width: 14px;
  height: 24px;
  background-position: -131px -142px;
}

.asset-item.asset-link .item-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.asset-item.asset-link .item-link:hover a {
  color: #fff;
}

.more-block {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .more-block .asset-item {
    margin-bottom: 20px;
    width: 310px;
  }
}

.more-block h3 {
  color: #004e88;
  font-size: 32px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .more-block h3 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .more-block {
    text-align: center;
  }
}

.asset-item {
  background-image: none;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19) !important;
  transition: all .3s ease-in-out;
}

.asset-item:hover {
  transform: scale(1.05);
}

.asset-item .item-hover {
  width: auto;
}

.asset-item .item-content {
  background-color: #f1f1f1;
}

.asset-item .item-content .item-desc {
  color: #4abbe4;
  font-size: 12px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
}

body.single-blog_author .asset-item .item-content .item-desc {
  display: none;
}

.asset-item .item-content .item-title {
  font-size: 15px;
  line-height: 17px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}

.asset-item .item-content .item-date {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}

.asset-item > div {
  float: left;
  width: 50%;
  height: 100%;
}

.asset-item > div:first-child {
  padding: 15px;
}

.asset-item > div p {
  font-size: 12px;
  font-weight: bold;
}

.asset-item > div.item-overlay {
  float: none;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(83, 87, 98, 0.9);
  opacity: 0;
}

.asset-item > div.item-overlay .item-text {
  padding: 20px 20px 40px 20px;
}

.asset-item > div.item-overlay .item-link {
  width: auto;
}

.asset-item:hover .item-overlay {
  opacity: 1;
}

.location-block p a {
  color: #ff8425;
  font-weight: 600;
}

.stories-nav {
  height: 60px;
}

.company-logo {
  background-color: #f1f1f1;
  padding: 100px 0 60px;
}

.company-logo .container .center h2 {
  margin-bottom: 15px;
}

.company-logo:before {
  content: " ";
  display: table;
}

.company-logo:after {
  content: " ";
  display: table;
  clear: both;
}

.company-logo .company-item-container {
  width: 1137px;
  margin: 0 auto;
  text-align: center;
}

.company-logo .company-item {
  width: 255px;
  height: 255px;
  margin-right: 35px;
  margin-bottom: 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}

.company-logo .company-item:hover .item-hover {
  opacity: 1;
}

.company-logo .company-item:last-child {
  margin-right: 0;
}

.company-logo .company-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.company-logo .company-item img {
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.company-logo .company-item .item-hover {
  background-color: #ff8425;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.company-logo .company-item .item-hover .item-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .company-logo {
    padding: 50px 0 25px;
  }
}

@media (max-width: 767px) {
  .company-logo .container .center h2 span {
    display: block;
  }
}

@media (max-width: 767px) {
  .company-logo {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .company-logo .company-item-container {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .company-logo .company-item-container {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .company-logo .company-item:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .company-logo .company-item {
    width: 200px;
    height: 200px;
  }
  .company-logo .company-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .company-logo .company-item {
    margin: 0 auto 35px;
  }
}

@media (max-width: 767px) {
  .company-logo .company-item {
    width: 200px;
    height: 200px;
    float: none;
    display: inline-block;
  }
}

.stories-nav {
  text-align: center;
  text-transform: uppercase;
}

.stories-nav .nav-title {
  display: inline-block;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  vertical-align: top;
}

.stories-nav .nav-list {
  display: inline-block;
  vertical-align: top;
}

.stories-nav .nav-list li {
  padding: 0 10px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}

.stories-nav .nav-list li a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  line-height: 60px;
  padding-bottom: 5px;
}

.stories-nav .nav-list li a:hover {
  border-bottom: 3px solid #535762;
}

@media (max-width: 1199px) {
  .stories-nav {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .stories-nav {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .stories-nav .nav-list li {
    padding: 0 5px;
  }
}

.categoryFilterLink {
  cursor: pointer;
}

.certification-module .certification-main {
  background-color: #f0f0f0;
}

@media (min-width: 768px) {
  .certification-module .certification-main {
    padding-bottom: 40px;
  }
}

.certification-module h1 {
  color: #ff8425;
  font-size: 46px;
  margin: 46px 0 0;
  text-align: center;
  text-transform: none;
}

@media (min-width: 1200px) {
  .certification-module h1 {
    font-size: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .certification-module h1 {
    font-size: 36px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .certification-module h1 {
    font-size: 32px;
  }
}

.certification-module h2 {
  color: #004e88;
  font-size: 36px;
  margin-bottom: 41px;
  text-align: center;
  text-transform: none;
}

@media (min-width: 1200px) {
  .certification-module h2 {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .certification-module h2 {
    font-size: 32px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .certification-module h2 {
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .certification-module .certifications {
    display: flex;
    align-items: stretch;
    margin: 0 -60px;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .certification-module .certifications .certification {
    padding: 0 60px;
    width: 33.3333333%;
  }
}

@media (max-width: 767px) {
  .certification-module .certifications .certification {
    padding-bottom: 40px;
  }
}

.certification-module .certifications .certification h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}

.certification-module .certifications .certification .icons {
  text-align: center;
  margin: 15px 0;
}

.certification-module .certifications .certification .icons img {
  margin-right: 15px;
}

.certification-module .certifications .certification .icons img:last-child {
  margin-right: 0;
}

.certification-module .certifications .certification .features {
  margin-bottom: 35px;
}

.certification-module .certifications .certification .features > div {
  font-weight: bold;
  margin-bottom: 15px;
}

.certification-module .certifications .certification .features > div:before {
  position: absolute;
  content: '\2022';
  /*2713 for checkmark*/
  display: inline-block;
  color: #004e88;
  padding: 0 6px 0 0;
  font-size: 20px;
}

.certification-module .certifications .certification .features > div span {
  margin-left: 30px;
  display: block;
}

.certification-module .certifications .certification .nice-select {
  width: 100%;
  text-transform: uppercase;
  float: none;
}

.certification-module .certifications .certification .nice-select:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #004e88;
  transform: none;
  border-bottom: none;
}

.certification-module .certifications .certification .nice-select span.current {
  text-align: center;
  display: block;
}

.certification-module .certifications .certification .nice-select ul {
  font-size: 14px;
}

.certification-module .certifications .certification .nice-select ul.list {
  width: 100%;
  font-size: 14px;
}

.certification-module .certifications .certification .nice-select ul.list .option {
  text-align: center;
}

.certification-module .certifications .certification .nice-select ul.list .option:hover {
  background-color: #ff8425;
  color: #fff;
}

.certification-module .certifications .certification .nice-select ul.list .option.focus, .certification-module .certifications .certification .nice-select ul.list .option.selected.focus {
  background-color: #ff8425;
}

.certification-module .certifications .certification .nice-select ul.list .option.selected {
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .certification-module .certifications.certifications-2 .certification {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .certification-module .certifications.certifications-1 .certification {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .certification-module .certifications.certifications-1 .certification {
    width: 60%;
  }
}

.certification-module .compare {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .certification-module .compare {
    display: none;
  }
}

.certification-module .compare .compare-link {
  color: #ff8425;
  font-weight: 700;
  text-transform: uppercase;
}

.certification-module .compare .chevron {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 15px;
}

.certification-module .compare .chevron:after {
  content: '';
  border-right: 2px solid #ff8425;
  border-bottom: 2px solid #ff8425;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.certification-module .compare .chevron-down:after {
  -webkit-transform: translate(-30%, -50%) rotate(45deg);
  -ms-transform: translate(-30%, -50%) rotate(45deg);
  -o-transform: translate(-30%, -50%) rotate(45deg);
  transform: translate(-30%, -50%) rotate(45deg);
}

.certification-module .compare .chevron-up:after {
  margin-top: 5px;
  -webkit-transform: translate(-30%, -50%) rotate(225deg);
  -ms-transform: translate(-30%, -50%) rotate(225deg);
  -o-transform: translate(-30%, -50%) rotate(225deg);
  transform: translate(-30%, -50%) rotate(225deg);
}

.certification-module .certification-outlines {
  background-color: #fff;
}

@media (min-width: 768px) {
  .certification-module .certification-outlines {
    height: 0;
    overflow: hidden;
  }
  .certification-module .certification-outlines .outlines-title {
    display: none;
  }
  .certification-module .certification-outlines .certifications {
    margin: 40px -60px;
  }
}

@media (max-width: 767px) {
  .certification-module .certification-outlines {
    margin-top: 40px;
  }
  .certification-module .certification-outlines .outlines-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

.contact-form {
  padding: 50px 0;
  background-color: #f1f1f1;
}

@media (max-width: 1199px) {
  .contact-form {
    padding: 50px 0 0;
  }
}

.contact-form:before {
  content: " ";
  display: table;
}

.contact-form:after {
  content: " ";
  display: table;
  clear: both;
}

.contact-form h2 {
  color: #000;
  max-width: 400px;
}

.contact-form .response-success {
  display: none;
  font-size: 30px;
  line-height: 35px;
  color: #535762;
  text-align: center;
}

.contact-form .solution-box-title {
  font-size: 30px;
  line-height: 35px;
  color: #535762;
}

.contact-form .solution-box-title a {
  color: #004e88;
  display: block;
  margin-top: 20px;
}

.form-block {
  float: left;
  width: 400px;
}

@media (max-width: 1199px) {
  .form-block {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
}

.form-block .form-btn {
  text-align: left;
}

.contact-info {
  float: right;
  width: 49%;
  padding-left: 80px;
  padding-top: 15px;
}

@media (max-width: 1199px) {
  .contact-info {
    float: none;
    width: auto;
    padding-left: 0;
  }
}

.contact-item {
  margin-bottom: 40px;
  color: #535762;
  font-size: 18px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 27px;
}

.contact-item .item-title {
  color: #ff8425;
  font-weight: 600;
}

.contact-item a:hover {
  text-decoration: underline;
}

#thankYou {
  display: none;
  text-align: center;
}

.resource-item-link {
  margin: 26px auto 20px;
  padding: 16px 20px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 0;
  border-radius: 30px;
  background: #ff8426;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: 600;
  border: 2px solid #ff8426;
}

.resource-item-link:hover {
  color: #ff8426;
  background-color: #fff;
  border: 2px solid #ff8426;
  font-weight: 600;
}

h2.solution-box-title {
  font-size: 36px;
  color: var(--deep-purple);
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.17;
}

.release-date a {
  color: inherit;
}

.release-list {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 767px) {
  .release-list {
    overflow: hidden;
    overflow-x: scroll;
  }
}

.release-item {
  vertical-align: top;
  margin-bottom: 10px;
}

.release-item:hover .release-date {
  color: #464b57;
}

.release-item:hover .release-text {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .release-item {
    white-space: nowrap;
  }
}

.release-date {
  width: 26%;
  display: inline-block;
  color: #999;
  font-weight: 300;
  vertical-align: top;
}

@media (max-width: 767px) {
  .release-date {
    width: 180px;
  }
}

.release-text {
  width: 73%;
  display: inline-block;
  font-weight: 700;
  color: #464b57;
  vertical-align: top;
}

.release-text a {
  color: #464b57;
}

@media (max-width: 767px) {
  .release-text {
    width: 585px;
  }
}

.release-link {
  padding-left: 200px;
}

@media (max-width: 1199px) {
  .release-link {
    padding-left: 180px;
  }
}

@media (max-width: 767px) {
  .release-link {
    padding-left: 0;
  }
}

.page-newsroom__inner {
  padding: 70px 0;
}

.page-newsroom__inner h2 {
  color: var(--deep-purple);
  border-bottom: 1px solid #cccccc;
}

.newsroom-info {
  padding: 40px 45px;
  background-color: #f1f1f1;
  font-size: 18px;
}

.newsroom-info a:hover {
  text-decoration: underline;
}

.newsroom-info .info-item {
  margin-bottom: 20px;
}

.newsroom-info .info-item [class^=cta-button] {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .newsroom-info .info-item [class^=cta-button] {
    line-height: 20px;
  }
}

.newsroom-info .info-title {
  color: #ff8425;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
}

.newsroom-item {
  margin-bottom: 40px;
}

.newsroom-item .info-desc {
  font-weight: 300;
  font-size: 16px;
}

.newsroom-item .info-desc a {
  font-size: 16px;
  display: block;
}

.newsroom-item:hover .item-content .item-title {
  text-decoration: underline;
}

.newsroom-item:before {
  content: " ";
  display: table;
}

.newsroom-item:after {
  content: " ";
  display: table;
  clear: both;
}

.newsroom-item .item-img {
  float: left;
  width: 33%;
  width: 192px;
  height: 187px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .newsroom-item .item-img {
    float: none;
    width: auto;
    padding-right: 0;
    text-align: center;
    margin-bottom: 25px;
  }
}

.newsroom-item .item-content {
  width: 66%;
  float: right;
}

@media (max-width: 767px) {
  .newsroom-item .item-content {
    float: none;
    width: auto;
  }
}

.newsroom-item .item-title {
  font-size: 18px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.newsroom-item .item-title:hover {
  text-decoration: underline;
}

.newsroom-item .item-text {
  font-weight: 300;
}

.newsroom-link {
  padding-left: 250px;
}

@media (max-width: 1199px) {
  .newsroom-link {
    padding-left: 230px;
  }
}

@media (max-width: 767px) {
  .newsroom-link {
    padding-left: 0;
  }
}

.customer-section {
  position: relative;
  z-index: 2;
  background: #004e88;
  color: #ffffff;
}

.customer-section .container {
  position: relative;
  height: 500px;
  padding: 85px 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .customer-section .container {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .customer-section .container {
    height: 380px;
    padding: 40px 10px;
  }
}

.customer-section__text {
  width: 50%;
}

.customer-section__text h2 {
  font-size: 36px;
  line-height: 1;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 0 0 15px;
}

.customer-section__text h3 {
  margin: 0 0 15px;
}

.customer-section__text h3 a {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #ff8425;
}

.customer-section__text h3 a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .customer-section__text {
    width: auto;
    padding-bottom: 135px;
  }
}

@media (max-width: 1199px) {
  .customer-section__text h2 {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .customer-section__text h3 a {
    font-size: 16px;
  }
}

.customer-section__img {
  position: absolute;
  bottom: -150px;
  right: -150px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .customer-section__img {
    width: 80%;
    right: 0;
  }
}

@media (max-width: 767px) {
  .customer-section__img {
    bottom: -32%;
    max-width: 386px;
    right: 0;
    -webkit-transform: rotate(-14deg) translate(17%, 0);
    -moz-transform: rotate(-14deg) translate(17%, 0);
    -ms-transform: rotate(-14deg) translate(17%, 0);
    -o-transform: rotate(-14deg) translate(17%, 0);
    transform: rotate(-14deg) translate(17%, 0);
  }
}

.ebook-section__inner {
  display: table;
  width: 100%;
  position: relative;
  height: 500px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ebook-section__inner {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .ebook-section__inner {
    height: 300px;
    overflow: hidden;
  }
  .ebook-section__inner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 2;
  }
}

.ebook-section__img {
  bottom: 0;
  left: 0;
  width: 42%;
  position: absolute;
  text-align: center;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ebook-section__img {
    left: -20px;
    width: 52%;
  }
}

@media (max-width: 767px) {
  .ebook-section__img {
    bottom: -50px;
    width: 100%;
    left: 0;
  }
}

.ebook-section__text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 42%;
  text-align: center;
  position: relative;
  z-index: 3;
}

.ebook-section__text h2 {
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 44px;
  line-height: 1;
  color: #004e88;
  margin: 0 0 20px;
}

.ebook-section__text p {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #004e88;
}

@media (max-width: 767px) {
  .ebook-section__text {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ebook-section__text h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .ebook-section__text h2 {
    font-size: 22px;
  }
}

.ebook-section_gray {
  background-color: #f0f0f0;
}

.popup-form {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.popup-form-opener {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.headline-horizontal-image-text-blocks {
  margin: 108px auto;
  width: 100%;
}

@media (max-width: 768px) {
  .headline-horizontal-image-text-blocks {
    width: auto;
    margin: 30px auto;
  }
}

.headline-horizontal-image-text-blocks > h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.4px;
  text-align: center;
  color: #004e88;
}

@media (max-width: 768px) {
  .headline-horizontal-image-text-blocks > h2 {
    margin-bottom: 25px;
  }
}

.headline-horizontal-image-text-blocks .row a {
  padding: 29px 14px;
}

.headline-horizontal-image-text-blocks .row a h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #464b57;
  margin-top: 21px;
  line-height: 1.2;
}

.headline-horizontal-image-text-blocks .row a p {
  margin-top: 15px;
  font-size: 18px;
  color: #535762;
}

.headline-horizontal-image-text-blocks .row a:hover {
  background-color: #f1f1f1;
}

.headline-vertical-stacked-text-image-blocks {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: "proxima-nova", Arial, sans-serif;
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks {
    width: auto;
  }
}

.headline-vertical-stacked-text-image-blocks > h2 {
  margin-top: 63px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks > h2 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks .row img {
    max-width: 75%;
  }
}

.headline-vertical-stacked-text-image-blocks .row {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks .row {
    display: block;
    padding: 20px 25px;
    margin: 0;
  }
}

.headline-vertical-stacked-text-image-blocks .row .row-cell {
  max-width: 500px;
  margin: 0 40px;
  text-align: left;
  position: relative;
  padding: 40px 0;
  width: 50%;
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell {
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
  }
}

.headline-vertical-stacked-text-image-blocks .row .row-cell h2 {
  font-size: 36px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0.4px;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell h2 {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell h2 {
    font-size: 32px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.headline-vertical-stacked-text-image-blocks .row .row-cell .row-cell-button {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.31;
  }
}

.headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-image {
  text-align: center;
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-image {
    display: none;
  }
}

@media (min-width: 768px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-content img {
    display: none;
  }
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-content img {
    margin-bottom: 25px;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-content .video {
    display: none;
  }
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-content h2 br {
    display: none;
  }
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-content .video {
    position: relative;
    margin: 0 auto 25px;
    max-width: 75%;
  }
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-content .video > div {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-content .video > div > div {
    padding-top: 56.25%;
  }
}

@media (min-width: 768px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-video {
    padding: 40px 0;
  }
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-video > div {
    position: relative !important;
    max-width: 500px !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-video {
    display: none;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-video {
    max-width: 500px;
  }
  .headline-vertical-stacked-text-image-blocks .row .row-cell.row-cell-video > div {
    max-width: 400px !important;
    width: auto;
  }
}

@media (min-width: 768px) {
  .headline-vertical-stacked-text-image-blocks .row.image-right .row-cell-content {
    padding-right: 20px;
  }
}

.careers__slider {
  background-color: #eeeeee;
  padding: 50px 0;
}

.careers__slider h2 {
  text-align: center;
  color: var(--deep-purple);
  margin-bottom: 40px;
}

.careers__slider .slider-box {
  height: 430px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .careers__slider .slider-box {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .careers__slider .slider-box {
    height: 240px;
  }
}

.careers__slider .slick-dots {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1;
}

@media (max-width: 767px) {
  .careers__slider .slick-dots {
    top: 20px;
  }
}

.careers__slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.careers__slider .slick-dots li:last-child {
  margin-right: 0;
}

.careers__slider .slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.careers__slider .slick-dots li.slick-active button {
  background-color: #535762;
}

.careers__slider .slick-arrow {
  position: absolute;
  top: 46.5%;
  -webkit-transform: translateY(-50%) scale(1.5);
  -moz-transform: translateY(-50%) scale(1.5);
  -ms-transform: translateY(-50%) scale(1.5);
  -o-transform: translateY(-50%) scale(1.5);
  transform: translateY(-50%) scale(1.5);
  font-size: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
  background-color: transparent;
}

@media (max-width: 767px) {
  .careers__slider .slick-arrow {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}

.careers__slider .slick-prev {
  left: 25px;
}

.careers__slider .slick-prev:before {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/sprite.svg");
  -webkit-background-size: 145px 165px;
  -moz-background-size: 145px 165px;
  -o-background-size: 145px 165px;
  background-size: 145px 165px;
  background-position: 0 0;
  top: 0;
  right: 17px;
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
  -moz-transform: rotate(180deg) translate(-50%, -50%);
  -ms-transform: rotate(180deg) translate(-50%, -50%);
  -o-transform: rotate(180deg) translate(-50%, -50%);
  transform: rotate(180deg) translate(-50%, -50%);
  width: 17px;
  height: 17px;
}

.careers__slider .slick-next {
  right: 25px;
}

.careers__slider .slick-next:before {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/sprite.svg");
  -webkit-background-size: 145px 165px;
  -moz-background-size: 145px 165px;
  -o-background-size: 145px 165px;
  background-size: 145px 165px;
  background-position: 0 0;
  top: 50%;
  right: -3px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
}

.careers__slider .slider-item {
  height: 430px;
  position: relative;
}

.careers__slider .slider-item .item-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.careers__slider .slider-item .item-img img {
  width: 100%;
}

.careers__slider .slider-item .item-content {
  position: absolute;
  padding: 10px 18px 5px;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  z-index: 1;
  background-color: #004e88;
}

.careers__slider .slider-item .item-content .item-title {
  font-size: 22px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .careers__slider .slider-item .item-content .item-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .careers__slider .slider-item .item-content .item-title {
    font-size: 16px;
  }
}

.careers__slider .slider-item .item-content .item-desc {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .careers__slider .slider-item .item-content .item-desc {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .careers__slider .slider-item .item-content .item-desc {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .careers__slider .slider-item .item-content {
    padding: 5px 25px 5px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .careers__slider .slider-item {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .careers__slider .slider-item {
    height: 240px;
  }
}

.investor-block p {
  font-family: "proxima-nova", Arial, sans-serif;
  text-align: center;
  margin-bottom: 60px;
  font-style: normal;
}

.investor-block p.subtitle {
  font-size: 22px;
  font-weight: 700;
}

.investor-block .description p {
  font-size: 18px;
}

.insights-section {
  text-align: center;
  padding: 100px 0 80px;
  background-color: #eee;
}

ul.vacancy-list {
  list-style-type: none;
}

@media (max-width: 767px) {
  ul.vacancy-list {
    overflow: auto;
    overflow-x: scroll;
  }
}

ul.vacancy-list .vacancy-list__head {
  font-size: 18px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 4;
  color: #494d58;
}

ul.vacancy-list .vacancy-list__head .item-box > div {
  vertical-align: top;
  display: inline-block;
}

ul.vacancy-list .vacancy-list__head .item-title {
  width: 48%;
}

ul.vacancy-list .vacancy-list__head .item-desc,
ul.vacancy-list .vacancy-list__head .item-location {
  width: 24%;
}

@media (max-width: 767px) {
  ul.vacancy-list .vacancy-list__head {
    font-size: 16px;
    line-height: 2.5;
  }
  ul.vacancy-list .vacancy-list__head .item-box {
    white-space: nowrap;
  }
  ul.vacancy-list .vacancy-list__head .item-title {
    width: 280px;
    white-space: normal;
  }
  ul.vacancy-list .vacancy-list__head .item-desc {
    width: 100px;
    white-space: normal;
  }
  ul.vacancy-list .vacancy-list__head .item-location {
    width: 170px;
    white-space: normal;
  }
}

ul.vacancy-list .vacancy-item {
  line-height: 60px;
}

ul.vacancy-list .vacancy-item:hover .item-title {
  text-decoration: underline;
}

ul.vacancy-list .vacancy-item:hover .item-box,
ul.vacancy-list .vacancy-item:hover .item-title {
  color: #464b57;
}

@media (max-width: 767px) {
  ul.vacancy-list .vacancy-item {
    line-height: 40px;
    font-size: 16px;
  }
}

ul.vacancy-list .vacancy-item .item-box {
  color: #999999;
}

@media (max-width: 767px) {
  ul.vacancy-list .vacancy-item .item-box {
    white-space: nowrap;
  }
}

ul.vacancy-list .vacancy-item .item-box > div {
  vertical-align: top;
  display: inline-block;
}

ul.vacancy-list .vacancy-item .item-title {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 48%;
  color: #464b57;
}

@media (max-width: 767px) {
  ul.vacancy-list .vacancy-item .item-title {
    width: 280px;
    white-space: normal;
  }
}

ul.vacancy-list .vacancy-item .item-desc,
ul.vacancy-list .vacancy-item .item-location {
  width: 24%;
  text-transform: none;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 767px) {
  ul.vacancy-list .vacancy-item .item-desc {
    width: 100px;
    white-space: normal;
  }
  ul.vacancy-list .vacancy-item .item-location {
    width: 170px;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  ul.vacancy-list .vacancy-list__head {
    display: none;
  }
  ul.vacancy-list .vacancy-item {
    text-align: center;
    font-size: 18px;
    margin-bottom: 22px;
  }
  ul.vacancy-list .vacancy-item .item-box > div {
    display: block;
    width: auto;
  }
  ul.vacancy-list .vacancy-item .item-location,
  ul.vacancy-list .vacancy-item .item-desc,
  ul.vacancy-list .vacancy-list__head .item-desc,
  ul.vacancy-list .vacancy-list__head .item-location {
    width: 24%;
  }
  ul.vacancy-list .vacancy-item .item-title,
  ul.vacancy-list .vacancy-list__head .item-title {
    width: 48%;
  }
}

ul.vacancy-list .vacancy-item,
ul.vacancy-list .vacancy-list__head {
  line-height: 22px;
  margin-bottom: 14px;
}

ul.vacancy-list .vacancy-item .item-title,
ul.vacancy-list .vacancy-list__head .item-title {
  width: 42%;
}

ul.vacancy-list .vacancy-item .item-location,
ul.vacancy-list .vacancy-list__head .item-location {
  width: 30%;
}

ul.vacancy-list .vacancy-item .item-desc,
ul.vacancy-list .vacancy-item .item-location,
ul.vacancy-list .vacancy-list__head .item-desc,
ul.vacancy-list .vacancy-list__head .item-location {
  text-transform: none;
}

.careers__vacancy {
  padding: 70px 0 50px;
}

@media (max-width: 767px) {
  .careers__vacancy {
    overflow: hidden;
    padding: 50px 0 30px;
  }
}

.careers__vacancy h2 {
  color: var(--deep-purple);
  text-align: center;
}

.careers__vacancy .article-filter {
  border-top: 1px solid #cccccc;
  margin-bottom: 10px;
}

.news-section {
  padding: 60px 0;
}

.news-section .row .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .news-section .row > div {
    margin-bottom: 30px;
  }
  .news-section .row > div:last-child {
    margin-bottom: 0;
  }
}

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

.news-section__item .item-icon {
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #004e88;
  font-size: 40px;
  line-height: 0.9;
  margin-bottom: 10px;
}

.news-section__item .item-icon img {
  max-height: 42px;
  display: block;
  margin: 0 auto 10px;
}

.news-section__item .item-desc {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .news-section__item .item-icon {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .news-section__item .item-icon img {
    max-height: 30px;
  }
}

.overview-section {
  padding-top: 50px;
  border-bottom: 6px solid #a2a5ab;
  background-color: #f0f0f0;
  -webkit-box-shadow: inset 0 -1px 0 #f7f7f7;
  -moz-box-shadow: inset 0 -1px 0 #f7f7f7;
  box-shadow: inset 0 -1px 0 #f7f7f7;
}

.overview-section__desc {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

.overview-section__desc h2 {
  color: #004e88;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.9;
  font-size: 40px;
  margin-bottom: 22px;
}

.overview-section__desc p {
  font-size: 23px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .overview-section__desc h2 {
    font-size: 22px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .overview-section__desc p {
    font-size: 14px;
  }
}

.overview-section__infographics {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .overview-section__infographics {
    margin-top: 20px;
  }
}

.overview-section__infographics_title {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 1.2;
  color: #004e88;
  text-align: center;
  margin-bottom: 10px;
}

.overview-section__infographics_title span {
  color: #ff8425;
}

@media (max-width: 767px) {
  .overview-section__infographics_title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .overview-section__infographics_title span {
    display: block;
  }
}

.overview-section__infographics_img {
  background: -webkit-gradient(linear, left top, right top, from(#c5d7e4), to(#d5e9f5));
  background: -webkit-linear-gradient(left, #c5d7e4 0%, #d5e9f5 100%);
  background: -moz-linear-gradient(left, #c5d7e4 0%, #d5e9f5 100%);
  background: -o-linear-gradient(left, #c5d7e4 0%, #d5e9f5 100%);
  background: linear-gradient(to right, #c5d7e4 0%, #d5e9f5 100%);
  padding: 20px 10px;
  text-align: center;
}

.overview-section__infographics_img img {
  max-width: 650px;
}

@media (max-width: 767px) {
  .overview-section__infographics_img img {
    max-width: 90%;
  }
}

.partners-section {
  padding-top: 20px;
}

.partners-section__content {
  max-width: 1400px;
  margin: 0 auto;
}

.partners-section__content:before {
  content: " ";
  display: table;
}

.partners-section__content:after {
  content: " ";
  display: table;
  clear: both;
}

.partners-section__item {
  width: 33.33333%;
  float: left;
  position: relative;
  overflow: hidden;
}

.partners-section__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(102, 102, 102, 0.5);
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  -moz-transition: background .3s linear;
  transition: background .3s linear;
}

.partners-section__item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.partners-section__item .item-inner {
  display: table;
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 3;
}

.partners-section__item .item-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.partners-section__item .item-icon {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.partners-section__item .item-icon > a {
  min-height: 55px;
  display: inline-block;
  vertical-align: top;
}

.partners-section__item .item-icon img {
  max-height: 55px;
}

.partners-section__item .item-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.partners-section__item .item-btn [class^=cta-button] {
  min-width: 130px;
}

.partners-section__item:hover:before {
  background-color: rgba(71, 75, 87, 0.8);
}

.partners-section__item:hover:nth-child(even):before {
  background: rgba(0, 79, 136, 0.8);
}

.partners-section__item:hover .item-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.partners-section__item:hover .item-btn {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .partners-section__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .partners-section__item {
    float: none;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .partners-section__item:nth-child(even):before {
    background: rgba(0, 79, 136, 0.5);
  }
  .partners-section__item:nth-child(even) .item-img {
    opacity: 1;
  }
  .partners-section__item:nth-child(even) .item-btn [class^=cta-button] {
    border-color: #fff;
    color: #ffffff;
  }
  .partners-section__item:nth-child(even) .item-btn [class^=cta-button]:hover {
    border-color: #ff8425;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .partners-section__item:nth-child(4n+2):before, .partners-section__item:nth-child(4n+3):before {
    background: rgba(0, 79, 136, 0.5);
  }
  .partners-section__item:nth-child(4n+2) .item-img,
  .partners-section__item:nth-child(4n+3) .item-img {
    opacity: 1;
  }
  .partners-section__item:nth-child(4n+2) .item-btn [class^=cta-button],
  .partners-section__item:nth-child(4n+3) .item-btn [class^=cta-button] {
    border-color: #fff;
    color: #ffffff;
  }
  .partners-section__item:nth-child(4n+2) .item-btn [class^=cta-button]:hover,
  .partners-section__item:nth-child(4n+3) .item-btn [class^=cta-button]:hover {
    border-color: #ff8425;
  }
}

@media (max-width: 767px) {
  .partners-section__item:nth-child(even):before {
    background: rgba(0, 79, 136, 0.5);
  }
  .partners-section__item:nth-child(even) .item-img {
    opacity: 1;
  }
  .partners-section__item:nth-child(even) .item-btn [class^=cta-button] {
    border-color: #fff;
    color: #ffffff;
  }
  .partners-section__item:nth-child(even) .item-btn [class^=cta-button]:hover {
    border-color: #ff8425;
  }
}

@media (min-width: 1200px) {
  .partners-section__item .item-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    opacity: 0;
  }
}

@media (max-width: 1199px) {
  .partners-section__item .item-btn {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .partners-section__item:hover .item-icon {
    padding-bottom: 64px;
  }
}

.products-section {
  padding: 60px 0 40px;
}

.products-section__content .row > div {
  margin-bottom: 20px;
}

.products-section__item {
  text-align: center;
  padding: 10px 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 285px;
  color: #ffffff;
  display: table;
  width: 100%;
  position: relative;
}

.products-section__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(315deg, rgba(0, 70, 123, 0.8) 0%, rgba(72, 154, 198, 0.8) 100%);
  background: -moz-linear-gradient(315deg, rgba(0, 70, 123, 0.8) 0%, rgba(72, 154, 198, 0.8) 100%);
  background: -o-linear-gradient(315deg, rgba(0, 70, 123, 0.8) 0%, rgba(72, 154, 198, 0.8) 100%);
  background: linear-gradient(135deg, rgba(0, 70, 123, 0.8) 0%, rgba(72, 154, 198, 0.8) 100%);
}

.products-section__item .item-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.products-section__item .item-icon {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.2;
}

.products-section__item .item-icon img {
  display: block;
  margin: 0 auto 10px;
  max-width: 28px;
}

.products-section__item .item-desc {
  font-size: 20px;
  line-height: 1.25;
  display: none;
}

.products-section__item .item-btn {
  margin-top: 15px;
}

.products-section__item .item-btn [class^=cta-button] {
  min-width: 130px;
}

.products-section__item:hover .item-desc {
  display: block;
}

@media (max-width: 1199px) {
  .products-section__item .item-desc {
    display: block;
  }
}

/*
* Carousel -
*/
.carousel {
  background-color: #5cbbec;
  padding: 30px 0;
}

.carousel .carousel_inner {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.carousel .carousel_inner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.5);
  -moz-transform: translateY(-50%) scale(1.5);
  -ms-transform: translateY(-50%) scale(1.5);
  -o-transform: translateY(-50%) scale(1.5);
  transform: translateY(-50%) scale(1.5);
  font-size: 0;
  padding: 0;
  border: 0;
  background: url("../images/sprite_minimized.png") no-repeat;
  background-position: -248px -285px;
  width: 26px;
  height: 26px;
  z-index: 1;
}

@media (max-width: 767px) {
  .carousel .carousel_inner .slick-arrow {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}

.carousel .carousel_inner .slick-prev {
  left: 25px;
  -webkit-transform: translateY(-50%) scale(1.5) rotate(180deg);
  -moz-transform: translateY(-50%) scale(1.5) rotate(180deg);
  -ms-transform: translateY(-50%) scale(1.5) rotate(180deg);
  -o-transform: translateY(-50%) scale(1.5) rotate(180deg);
  transform: translateY(-50%) scale(1.5) rotate(180deg);
}

@media (max-width: 767px) {
  .carousel .carousel_inner .slick-prev {
    left: 0;
    -webkit-transform: translateY(-50%) scale(1) rotate(180deg);
    -moz-transform: translateY(-50%) scale(1) rotate(180deg);
    -ms-transform: translateY(-50%) scale(1) rotate(180deg);
    -o-transform: translateY(-50%) scale(1) rotate(180deg);
    transform: translateY(-50%) scale(1) rotate(180deg);
  }
}

.carousel .carousel_inner .slick-next {
  right: 25px;
}

@media (max-width: 767px) {
  .carousel .carousel_inner .slick-next {
    right: 0;
  }
}

.carousel .carousel_inner .slick-disabled {
  display: none !important;
}

.carousel .carousel_inner .slick-dots {
  text-align: center;
  margin-top: 20px;
}

.carousel .carousel_inner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.carousel .carousel_inner .slick-dots li:last-child {
  margin-right: 0;
}

.carousel .carousel_inner .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  border: 0;
  padding: 0;
  font-size: 0;
}

.carousel .carousel_inner .slick-dots li.slick-active button {
  background-color: #004e88;
}

.carousel .carousel_inner .carousel_item {
  text-align: center;
}

.carousel .carousel_inner .carousel_item .item-img {
  height: 300px;
  position: relative;
}

@media (max-width: 767px) {
  .carousel .carousel_inner .carousel_item .item-img {
    height: 200px;
  }
}

.carousel .carousel_inner .carousel_item .item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 350px;
}

@media (max-width: 767px) {
  .carousel .carousel_inner .carousel_item .item-img img {
    max-height: 200px;
  }
}

.carousel .carousel_inner .carousel_item .item-title {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .carousel .carousel_inner .carousel_item .item-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.carousel .carousel_inner .carousel_item .item-desc {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
}

@media (max-width: 767px) {
  .carousel .carousel_inner .carousel_item .item-desc {
    font-size: 14px;
  }
}

.carousel .label-block {
  text-align: center;
  margin-bottom: 40px;
}

.carousel .label-block span {
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  position: relative;
}

.carousel .label-block span:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.quote {
  padding: 30px;
}

.quote .quote-author {
  width: 160px;
  text-align: center;
}

.quote .quote-author .author-img {
  border: 6px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
}

.quote .quote-author .author-img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quote .quote-author .author-name {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

.quote .quote-author .author-position {
  font-size: 14px;
}

.quote .quote-left {
  float: left;
}

.quote .quote-right {
  float: right;
}

.quote:before {
  content: " ";
  display: table;
}

.quote:after {
  content: " ";
  display: table;
  clear: both;
}

@media (max-width: 1199px) {
  .quote {
    padding: 15px;
  }
}

.quote-text {
  text-align: center;
  font-style: italic;
  font-size: 24px;
  line-height: 1.25;
  padding: 0 60px;
  position: relative;
}

.quote-text:before {
  position: absolute;
  content: '“';
  font-size: 50px;
  top: 20px;
  left: 0;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 0;
}

.quote-text:after {
  position: absolute;
  line-height: 0;
  content: '”';
  font-size: 50px;
  right: 0;
  bottom: 0;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media (max-width: 767px) {
  .quote-text {
    padding: 30px 0;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .quote-text {
    width: auto;
  }
}

.page-about__info {
  padding: 70px 0 50px;
}

@media (max-width: 767px) {
  .page-about__info {
    padding-top: 45px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-about__info p {
    font-size: 20px;
  }
}

.page-about__info p {
  font-size: 24px;
}

@media (max-width: 767px) {
  .page-about__info p {
    font-size: 18px;
  }
}

.textarea a:not(.cta-button-disabled) {
  color: #ff8426;
}

.textarea a:not(.cta-button-disabled)[class^=cta-button] {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .video-module.video-module-overlay {
    margin-top: -100px;
  }
}

@media screen and (max-width: 768px) {
  .video-module {
    margin-top: 20px;
  }
}

.video-module .video-container {
  width: 630px;
  height: 356px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .video-module .video-container {
    max-width: 380px;
    width: auto;
    height: 213px;
  }
}

.video-module .video-container video {
  width: 100%;
  height: 100%;
}

.video-module h2 p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.2px;
  text-align: center;
  color: #464b57;
  text-transform: none;
  width: 800px;
  margin: 50px auto 15px;
}

@media (max-width: 768px) {
  .video-module h2 p {
    text-align: left;
    width: auto;
    font-size: 18px;
    margin-top: 15px;
  }
}

.video-module.horizontal .description-container h1 {
  color: #004e88;
  font-size: 36px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .video-module.horizontal .description-container h1 {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .video-module.horizontal .description-container h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .video-module.horizontal .description-container h1 {
    font-size: 26px;
    text-align: center;
  }
}

.video-module.horizontal .description-container h2 p {
  margin-top: 15px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .video-module.horizontal .description-container h2 p {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .video-module.horizontal .description-container h2 p {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-module.horizontal .description-container h2 p {
    font-size: 16px;
  }
}

.video-module.horizontal .description-container p {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .video-module.horizontal .description-container p {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .video-module.horizontal .description-container p {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-module.horizontal .description-container p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .video-module.horizontal .description-container {
    margin: 20px;
  }
  .video-module.horizontal .description-container h1 {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .video-module.horizontal {
    margin: 50px auto;
    display: flex;
  }
  .video-module.horizontal .video-container,
  .video-module.horizontal .description-container {
    width: 50%;
  }
  .video-module.horizontal .description-container {
    margin-left: 50px;
  }
  .video-module.horizontal .description-container h1 {
    font-weight: 600;
  }
  .video-module.horizontal .description-container h2 p {
    width: auto;
    text-align: left;
  }
}

.video-section {
  height: 410px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  display: table;
  width: 100%;
  position: relative;
}

.video-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
}

@media (min-width: 768px) and (max-width: 1199px) {
  .video-section {
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .video-section {
    height: 300px;
  }
}

.video-section__inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.video-section__info {
  max-width: 530px;
  text-align: center;
}

.video-section__info h2 {
  color: #004e88;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin: 0 0 20px;
  font-size: 50px;
  text-transform: uppercase;
}

.video-section__info span {
  display: block;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ff8425;
}

.video-section__info span:before {
  background-size: 250px 250px;
  content: "";
  height: 45px;
  left: 46%;
  position: absolute;
  top: 64%;
  width: 45px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 1199px) {
  .video-section__info {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .video-section__info h2 {
    font-size: 22px;
  }
}

.video-section:hover .video-section__info span {
  background-color: #004e88;
}

.video-section__info span:before {
  background-image: url("../images/svg/sprite.svg");
}

.leadership-info {
  padding: 30px 0;
}

@media (min-width: 769px) {
  .wide_content_cta {
    padding: 70px 0 60px;
  }
  .wide_content_cta .cta-container {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .wide_content_cta {
    padding: 25px;
  }
  .wide_content_cta > div h2 {
    line-height: 1.05;
  }
  .wide_content_cta > div h2 br {
    display: none;
  }
  .wide_content_cta > div a[class^=cta-button] {
    margin-top: 20px !important;
  }
}

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

.wide_content_cta > div h2 {
  font-size: 48px;
  line-height: 1.42;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wide_content_cta > div h2 {
    font-size: 32px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .wide_content_cta > div h2 {
    font-size: 26px;
  }
}

.wide_content_cta > div p.description {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.42;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wide_content_cta > div p.description {
    font-size: 18px;
  }
}

.wide_content_cta > div a[class^=cta-button] {
  font-size: 18px;
  font-weight: 600;
}

.wide_content_cta.with-background {
  background-size: cover;
  width: 100%;
  height: 445px;
  position: relative;
  border: none;
}

.wide_content_cta.with-background > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .wide_content_cta.with-background > div {
    width: 100%;
  }
}

.resources-section {
  text-align: center;
  padding: 60px 0;
}

.resources-section .t-block {
  max-width: 100%;
}

.next-section {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 80px 0;
  background: linear-gradient(135deg, #004e87 0%, #05548d 11%, #07568f 11%, #05568e 12%, #085991 14%, #075890 15%, #106199 25%, #13649c 26%, #13649b 27%, #15669d 28%, #13649b 28%, #15669e 29%, #1e71a7 39%, #2073a9 39%, #277ab0 47%, #297cb2 47%, #277cb2 48%, #2a7fb5 49%, #297eb4 50%, #3085bb 55%, #368ec0 62%, #3890c2 62%, #3c94c6 65%, #439dcf 74%, #429cce 74%, #4ca6d8 82%, #4ba7d6 84%, #4ca8d7 85%, #4da9da 85%, #4da9d8 86%, #57b3e2 97%, #56b5e3 100%);
  color: #fff;
}

@media (max-width: 767px) {
  .next-section {
    padding: 40px 0;
  }
}

.next-section__info {
  max-width: 380px;
  margin: 0 auto;
}

.next-section__info > span {
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff8425;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
}

.next-section__info h2 a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 30px;
  padding-right: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.next-section__info h2 a:hover {
  color: #ff8425;
}

.next-section__info h2 a:hover span.arrow-right {
  color: #ff8425;
}

.next-section__info h2 a span.arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  right: 0;
  font-size: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  font-weight: 400;
}

@media (max-width: 767px) {
  .next-section__info {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .next-section__info h2 a {
    font-size: 22px;
    line-height: 1.2;
    padding-right: 35px;
  }
}

@media (min-width: 1200px) {
  .next-section__info h2 a:hover span.arrow-right {
    margin-top: -55px;
    right: -25px;
  }
}

@media (max-width: 767px) {
  .next-section__info h2 a span.arrow-right {
    right: 5px;
    font-size: 60px;
    margin-top: -40px;
  }
}

.page-expert__info {
  padding: 40px 0;
}

.page-expert__info h3 {
  font-family: "proxima-nova", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
}

@media (max-width: 768px) {
  .page-expert__info h3 {
    text-align: center;
    font-size: 26px;
  }
}

.expert-post {
  color: #535762;
  margin-bottom: 30px;
  /*transition: all .4s ease-in-out;

  .item-img{
    transition: all .4s ease-in-out;
  }
  &:hover{
    transform: scale(1.03);

    .item-img {
      img {
        transform: scale(1.04);
      }
    }
  }*/
}

@media (min-width: 769px) {
  .expert-post {
    margin-left: 30px;
  }
}

.expert-post:before {
  content: " ";
  display: table;
}

.expert-post:after {
  content: " ";
  display: table;
  clear: both;
}

.expert-post:last-child {
  margin-bottom: 0;
}

.expert-post .item-img {
  width: 100px;
  height: 95px;
  float: left;
}

@media (max-width: 767px) {
  .expert-post .item-img {
    float: none;
    margin: 0 auto;
  }
}

.expert-post .item-img img {
  max-height: 100%;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.expert-post .item-content {
  margin-left: 120px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .expert-post .item-content {
    margin: 0;
  }
}

.expert-post .item-title {
  font-size: 24px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.expert-post .item-title a:hover {
  text-decoration: underline;
}

.expert-post .item-text {
  font-size: 18px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.wysiwyg-container {
  margin: 65px 0;
  font-family: "Inter", "sans-serif";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

.wysiwyg-container a {
  color: #ff8426;
}

.wysiwyg-container a[class^=cta-button] {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .module-page-header {
    min-height: 108px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .module-page-header {
    min-height: 68px;
  }
}

@media (max-width: 767px) {
  .module-page-header {
    min-height: 44px;
  }
}

.module-page-header .page-header__main_inner {
  display: flex;
}

.module-page-header .page-header__main_inner .page-header__menu {
  margin-left: 50px;
  flex: 1 1;
}

.module-page-header .page-header__main_inner .page-header__menu .page-header__menu_nav .nav-inner > li > a:after {
  display: none;
}

.module-page-header .page-header__btn {
  display: none;
}

.module-page-header .page-header__request {
  margin-right: 0;
}

@media (max-width: 767px) {
  section.account-interests {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  section.account-interests .mobile-only {
    display: none;
  }
}

section.account-interests > .container h2 {
  display: none;
  color: #004e88;
  margin-bottom: 25px;
  margin-top: 80px;
}

section.account-interests > .container h2,
section.account-interests > .container p {
  text-align: center;
}

section.account-interests > .container p {
  display: none;
}

section.account-interests .company-display-error {
  margin: 80px 0;
  display: none;
}

section.account-interests .company-display-error p {
  margin: 0;
}

@media (max-width: 767px) {
  section.account-interests .company-display-error {
    padding: 10px 15px;
  }
}

section.account-interests .company-display {
  display: none;
  padding: 40px 0 80px;
}

@media (max-width: 767px) {
  section.account-interests .company-display {
    padding: 20px 20px 30px;
  }
}

section.account-interests .company-display .container .companies {
  margin: 0 auto;
  font-family: "proxima-nova", Arial, sans-serif;
}

@media (min-width: 768px) {
  section.account-interests .company-display .container .companies {
    display: flex;
    max-width: 800px;
  }
}

section.account-interests .company-display .container .companies ul {
  margin: 0;
  list-style-type: none;
}

section.account-interests .company-display .container .companies ul li {
  margin: 0;
  padding: 0;
}

section.account-interests .company-display .container .companies ul.column {
  list-style-type: none;
}

@media (min-width: 768px) {
  section.account-interests .company-display .container .companies ul.column {
    width: 50%;
  }
}

@media (max-width: 767px) {
  section.account-interests .company-display .container .companies ul.column:first-child {
    margin-bottom: 0;
  }
}

section.account-interests .company-display .container .companies ul.column > li {
  position: relative;
  visibility: hidden;
  font-size: 16px;
  color: #535762;
  padding-top: 7px;
  padding-bottom: 8px;
  cursor: pointer;
  animation-duration: 300ms;
}

section.account-interests .company-display .container .companies ul.column > li:first-child {
  padding-top: 0;
}

section.account-interests .company-display .container .companies ul.column > li:last-child {
  padding-bottom: 0;
}

section.account-interests .company-display .container .companies ul.column > li.selected {
  font-weight: bold;
}

section.account-interests .company-display .container .companies ul.column > li span.num {
  color: #004e88;
  font-weight: bold;
  width: 30px;
  display: inline-block;
}

section.account-interests .company-display .container .companies ul.column > li .account-interests-popup {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  filter: drop-shadow(0 2px 4px #afafaf);
  font-family: "proxima-nova", Arial, sans-serif;
  border-radius: 15px;
  width: 300px;
  top: 40px;
  left: 25px;
  padding: 40px 25px;
}

section.account-interests .company-display .container .companies ul.column > li .account-interests-popup ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section.account-interests .company-display .container .companies ul.column > li .account-interests-popup:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 20px #f0f0f0;
  border-top: none;
  top: 0;
  left: 20px;
  margin-top: -20px;
}

@media (max-width: 767px) {
  section.account-interests .company-display .container .companies ul.column > li .account-interests-popup:after {
    top: 0;
    left: 30px;
  }
}

@media (max-width: 767px) {
  section.account-interests .company-display .container .companies ul.column > li .account-interests-popup {
    left: 40px;
  }
}

section.account-interests .company-display .container .companies ul.column > li .account-interests-popup h2 {
  font-size: 20px;
  font-weight: 900;
  color: #255386;
  line-height: 1.05;
}

section.account-interests .company-display .container .companies ul.column > li:hover span.name {
  font-weight: bold;
}

section.account-interests .company-display .container .companies ul.column > li:hover .account-interests-popup {
  display: block;
}

section.account-interests .button-container {
  display: none;
  background-color: #f0f0f0;
  width: 100%;
  text-align: center;
  padding: 80px 0;
}

@media (max-width: 767px) {
  section.account-interests .button-container {
    padding: 20px 0 0;
  }
}

section.account-interests .button-container .container h2 {
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.08;
}

section.account-interests .button-container .container a {
  margin-bottom: 19px;
}

section.account-interests .button-container .container a:hover {
  background-color: transparent;
  border: solid 2px #ff8426;
  color: #ff8426;
}

section.account-interests .button-container .container h3 {
  color: #ff8426;
  font-size: 16px;
  cursor: pointer;
}

section.account-interests .expansion {
  display: none;
}

section.account-interests .expansion > div:first-child {
  background-color: #004e88;
  text-align: center;
  padding: 80px 0;
  color: #fff;
}

@media (max-width: 767px) {
  section.account-interests .expansion > div:first-child {
    padding: 30px 15px 10px;
  }
}

section.account-interests .expansion > div:first-child h2 {
  font-size: 36px;
}

section.account-interests .expansion > div:first-child p {
  font-size: 20px;
}

@media (min-width: 768px) {
  section.account-interests .expansion > div:nth-child(n+2) > .container {
    display: flex;
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  section.account-interests .expansion > div:nth-child(n+2) > .container {
    padding: 30px 15px;
  }
}

@media (min-width: 768px) {
  section.account-interests .expansion > div.step-1 > .container > div:first-child {
    width: 40%;
  }
}

@media (max-width: 767px) {
  section.account-interests .expansion > div.step-1 > .container > div:first-child {
    text-align: center;
  }
  section.account-interests .expansion > div.step-1 > .container > div:first-child br {
    display: none;
  }
}

@media (min-width: 768px) {
  section.account-interests .expansion > div.step-1 > .container > div:nth-child(2) {
    width: calc(60% - 50px);
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  section.account-interests .expansion > div.step-1 > .container > div:nth-child(2) {
    height: 250px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

section.account-interests .expansion > div.step-2 {
  background-color: #f0f0f0;
}

section.account-interests .expansion > div.step-2 > .container > div:first-child {
  text-align: center;
}

section.account-interests .expansion > div.step-2 > .container > div:first-child img {
  visibility: hidden;
  max-height: 204px;
  max-width: 250px;
}

section.account-interests .expansion > div.step-2 > .container > div:first-child img.animated {
  animation-name: slideInLeft;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  section.account-interests .expansion > div.step-2 > .container > div, section.account-interests .expansion > div.step-3 > .container > div {
    width: 50%;
  }
  section.account-interests .expansion > div.step-2 > .container > div:first-child p, section.account-interests .expansion > div.step-3 > .container > div:first-child p {
    max-width: 400px;
  }
  section.account-interests .expansion > div.step-2 > .container > div:nth-child(2), section.account-interests .expansion > div.step-3 > .container > div:nth-child(2) {
    text-align: center;
  }
}

@media (max-width: 767px) {
  section.account-interests .expansion > div.step-2 > .container > div, section.account-interests .expansion > div.step-3 > .container > div {
    text-align: center;
  }
  section.account-interests .expansion > div.step-2 > .container > div br, section.account-interests .expansion > div.step-3 > .container > div br {
    display: none;
  }
  section.account-interests .expansion > div.step-2 > .container > div img.mobile-only, section.account-interests .expansion > div.step-3 > .container > div img.mobile-only {
    margin-bottom: 20px;
  }
  section.account-interests .expansion > div.step-2 > .container > div p:last-child, section.account-interests .expansion > div.step-3 > .container > div p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  section.account-interests .expansion > div.step-2 > .container > div:first-child img {
    display: none;
  }
}

section.account-interests .expansion > div.step-3 > .container > div:nth-child(2) img {
  max-width: 300px;
  max-height: 251px;
}

@media (max-width: 767px) {
  section.account-interests .expansion > div.step-3 > .container > div:nth-child(2) img {
    display: none;
  }
}

/**
 * Module: Resource Flyout
 * 
 */
.resource-flyout {
  display: flex;
  justify-content: flex-end;
}

.resource-flyout .container {
  max-width: 100%;
}

.resource-flyout-main {
  padding-top: 30px;
  padding-right: calc((100vw - 1110px) / 2);
  padding-bottom: 30px;
  padding-left: 37px;
  background-image: radial-gradient(circle at 110% 165%, var(--sky-blue), var(--night-blue) 50%);
  box-shadow: -27px -26px 0 var(--fog-grey-karl), 0 -26px 0 var(--fog-grey-karl);
}

@media (max-width: 1199.98px) {
  .resource-flyout-main {
    padding-right: 37px;
  }
}

@media (max-width: 767.98px) {
  .resource-flyout-main {
    margin: 0 0 0 20px;
    padding: 20px;
    box-shadow: -20px 20px 0 var(--fog-grey-karl);
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.resource-flyout-main * {
  color: var(--white);
}

.resource-flyout-main > .col:first-child {
  border-right: 1px solid var(--white);
}

@media (max-width: 767.98px) {
  .resource-flyout-main > .col:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--white);
    padding: 0 0 20px;
  }
}

.resource-flyout-main > .col:last-child {
  padding-left: 37px;
}

@media (max-width: 767.98px) {
  .resource-flyout-main > .col:last-child {
    padding: 20px 0 0 0;
  }
}

.resource-flyout-main-subheader {
  display: block;
  font-family: Caveat;
  font-size: 26px;
  color: var(--butterscotch);
  padding: 0 0 5px;
}

@media (max-width: 767.98px) {
  .resource-flyout-main-subheader {
    font-size: 18px;
  }
}

.resource-flyout-main p {
  font-weight: 300;
  line-height: 1.44;
}

.resource-flyout-main a.link-arrow-white span:before, .resource-flyout-main a.link-arrow-white span:after {
  margin-top: 5px;
}

.resource-flyout-main a.link-arrow-white:hover {
  color: var(--white);
}

.resource-flyout-main img {
  margin-bottom: 20px;
}

.resource-flyout-main-names {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.44;
}

@media (max-width: 767.98px) {
  .resource-flyout-main-names {
    line-height: 1.5;
  }
}

.resource-flyout-main-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
}

/**
 * Module: Use Cases
 * 
 */
.use-cases-carousel {
  padding: 45px 0;
}

@media (max-width: 767.98px) {
  .use-cases-carousel {
    padding: 20px 0;
  }
}

.use-cases-carousel-intro {
  padding-bottom: 25px;
}

@media (max-width: 767.98px) {
  .use-cases-carousel-intro {
    padding-bottom: 15px;
  }
}

.use-cases-carousel-main-wrapper {
  position: relative;
}

@media (max-width: 767.98px) {
  .use-cases-carousel-main-wrapper > div {
    margin: 0 60px;
  }
}

@media (max-width: 767.98px) {
  .use-cases-carousel-main-item {
    padding: 0;
  }
}

.use-cases-carousel-main-item-subheader {
  font-family: 'Caveat';
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.8px;
  color: var(--orange);
  padding-bottom: 5px;
}

@media (max-width: 767.98px) {
  .use-cases-carousel-main-item-subheader {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.3px;
  }
}

.use-cases-carousel-main-item h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  color: var(--deep-purple);
}

@media (max-width: 767.98px) {
  .use-cases-carousel-main-item h4 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.use-cases-carousel-main-item-image {
  height: 150px;
  margin-bottom: 13px;
}

.use-cases-carousel-main-item-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

.use-cases-carousel-main-item p {
  line-height: 1.44;
}

.use-cases-carousel-main-arrows-next, .use-cases-carousel-main-arrows-prev {
  position: absolute;
  top: calc(50%);
  cursor: pointer;
}

.use-cases-carousel-main-arrows-prev {
  left: -50px;
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .use-cases-carousel-main-arrows-prev {
    left: -35px;
  }
}

@media (max-width: 767.98px) {
  .use-cases-carousel-main-arrows-prev {
    left: 30px;
  }
}

.use-cases-carousel-main-arrows-next {
  right: -50px;
}

@media (max-width: 991.98px) {
  .use-cases-carousel-main-arrows-next {
    right: -35px;
  }
}

@media (max-width: 767.98px) {
  .use-cases-carousel-main-arrows-next {
    right: 30px;
  }
}

.use-cases-carousel-main ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 37px 0 0;
}

@media (max-width: 767.98px) {
  .use-cases-carousel-main ul.slick-dots {
    padding-top: 0;
  }
}

.use-cases-carousel-main ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
}

.use-cases-carousel-main ul.slick-dots li button {
  display: none;
}

.use-cases-carousel-main ul.slick-dots li.slick-active {
  background: var(--orange);
  border: 1px solid var(--orange);
}

.use-cases-carousel-main ul.slick-dots li:not(.slick-active) {
  border: 1px solid var(--deep-purple);
  background: var(--white);
}

.use-cases-carousel-main ul.slick-dots li:not(.slick-active):hover {
  background: rgba(255, 132, 38, 0.5);
  border: 1px solid var(--orange);
}

/**
 * Module: How It Works
 *
 */
/**
 * selectize.bootstrap3.css (v0.12.11) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

.selectize-dropdown .active.create {
  color: #262626;
}

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}

.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

.selectize-dropdown-content {
  padding: 5px 0;
}

.selectize-dropdown-header {
  padding: 6px 12px;
}

.selectize-input {
  min-height: 34px;
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.selectize-input.dropdown-active::before {
  display: none;
}

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.has-error .selectize-input {
  border-color: #a94442;
  -webkit-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-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.how-it-works {
  padding: 45px 0;
  /**
	 * Responsive
	 *
	 */
}

@media (max-width: 767.98px) {
  .how-it-works {
    padding: 0 0 20px;
  }
}

@media (max-width: 767.98px) {
  .how-it-works .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .how-it-works .container > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.how-it-works-tabs {
  box-shadow: 1px 3px 8px 0 var(--slate-dropshadow);
}

.how-it-works-tabs ul.nav-tabs {
  margin: 0;
  border: 0;
  padding: 0;
  flex: 1 1;
}

.how-it-works-tabs ul.nav-tabs li.nav-item {
  overflow: visible;
}

.how-it-works-tabs ul.nav-tabs li.nav-item a {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1.21;
  color: var(--deep-purple);
  font-weight: normal;
  border: none;
  padding: 30px;
  position: relative;
  background: none;
}

.how-it-works-tabs ul.nav-tabs li.nav-item a img {
  width: auto;
  height: 40px;
  margin-right: 10px;
  transition: 0.2s all;
}

.how-it-works-tabs ul.nav-tabs li.nav-item a img.hover {
  display: none;
}

.how-it-works-tabs ul.nav-tabs li.nav-item a.active:after, .how-it-works-tabs ul.nav-tabs li.nav-item a.active:before {
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transition: 0.2s all;
}

.how-it-works-tabs ul.nav-tabs li.nav-item a.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: var(--white);
  border-width: 20px;
  margin-left: -20px;
}

.how-it-works-tabs ul.nav-tabs li.nav-item a.active:before {
  border-width: 15px;
  margin-left: -15px;
  transform: rotate(45deg);
  transform-origin: 35px 7px;
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  box-shadow: 4px 4px 5px -1px var(--slate-dropshadow);
}

.how-it-works-tabs ul.nav-tabs li.nav-item a:hover, .how-it-works-tabs ul.nav-tabs li.nav-item a.active {
  background-color: transparent;
  color: var(--orange);
}

.how-it-works-tabs ul.nav-tabs li.nav-item a:hover img.default, .how-it-works-tabs ul.nav-tabs li.nav-item a.active img.default {
  display: none;
}

.how-it-works-tabs ul.nav-tabs li.nav-item a:hover img.hover, .how-it-works-tabs ul.nav-tabs li.nav-item a.active img.hover {
  display: block;
}

.how-it-works-tabs-responsive .form-row .form-group {
  width: 100%;
  margin: 0;
}

.how-it-works-tabs-responsive .form-row .form-group .selectize-control {
  font-size: 18px;
  color: var(--deep-purple);
  font-weight: normal;
  line-height: 1.56;
}

.how-it-works-tabs-responsive .form-row .form-group .selectize-control:before {
  content: '';
  background: url(../images/search.svg);
  width: 22px;
  height: 21px;
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
  z-index: 2;
}

.how-it-works-tabs-responsive .form-row .form-group .selectize-control .selectize-input {
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 40px;
}

.how-it-works-tabs-responsive .form-row .form-group .selectize-control .selectize-input:after {
  content: '';
  background: url(../images/chevron.svg);
  width: 18px;
  height: 11px;
  margin: 0;
  border: none;
  top: calc(50% - (11px / 2));
  transition: 0.2s all;
}

.how-it-works-tabs-responsive .form-row .form-group .selectize-control .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}

.how-it-works-tabs-responsive .form-row .form-group .selectize-control .selectize-dropdown .option {
  padding: 5px 15px;
}

.how-it-works-content {
  padding: 90px 0 45px;
}

@media (max-width: 767.98px) {
  .how-it-works-content {
    padding: 25px 0;
  }
  .how-it-works-content .tab-title {
    font-size: 18px;
    line-height: 1.56;
    color: var(--deep-purple);
    font-weight: normal;
  }
}

@media (max-width: 767.98px) {
  .how-it-works-content .tab-pane {
    opacity: 1;
    margin-bottom: 36px;
  }
  .how-it-works-content .tab-pane .tab-icon {
    width: 21px;
    height: 21px;
    margin-right: 8px;
  }
}

@media (min-width: 576px) {
  .how-it-works-content .tab-pane {
    display: none;
  }
  .how-it-works-content .tab-pane.active {
    display: block;
  }
}

.how-it-works-content .tab-pane h3 {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .how-it-works-content .tab-pane h3 {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 20px;
  }
}

.how-it-works-content-main-wrapper {
  display: flex;
}

@media (max-width: 767.98px) {
  .how-it-works-content-main-wrapper {
    display: block;
  }
}

.how-it-works-content-main {
  /* REVIEW - reset style instruction.
			* {
				font-size: 18px;
				font-weight: 300;
				line-height: 1.44;
			}*/
}

@media (max-width: 767.98px) {
  .how-it-works-content-main {
    padding-top: 20px;
  }
}

.how-it-works-content-main ul {
  list-style: none;
  padding: 0;
}

.how-it-works-content-main ul > li {
  display: flex;
  align-items: flex-start;
  padding: 0 0 20px;
  /* Allows to use bold/underline/italics */
}

.how-it-works-content-main ul > li p {
  margin: 0;
}

.how-it-works-content-main ul > li:before {
  content: '';
  background: url(../images/checkmark.svg);
  flex: 1 0 20px;
  max-width: 20px;
  height: 16px;
  display: inline-block;
  margin: 7px 15px 0 0;
}

.how-it-works-content-main-cta {
  padding-top: 10px;
}

.how-it-works-content-main-cta a.link-arrow {
  color: var(--orange);
  font-weight: 600;
}

.how-it-works-content-main-cta a.link-arrow:first-child {
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .how-it-works-content-main-cta a.link-arrow {
    margin: 0 0 10px;
    display: block;
  }
}

/**
 * Benefits with Image
 * 
 */
.benefits-with-image-item {
  padding: 45px 0;
}

@media (max-width: 767.98px) {
  .benefits-with-image-item {
    padding: 25px 0;
  }
  .benefits-with-image-item:nth-child(odd) .benefits-with-image-item-image img {
    box-shadow: 30px -26px 0 var(--fog-grey-karl);
  }
}

.benefits-with-image-item-no-box .benefits-with-image-item-image img {
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .benefits-with-image-item-no-box:nth-child(odd) .benefits-with-image-item-image img {
    box-shadow: none;
  }
}

@media (max-width: 767.98px) {
  .benefits-with-image-item .row {
    flex-direction: column-reverse !important;
  }
}

.benefits-with-image-item .row.image-on-left {
  flex-direction: row-reverse;
}

.benefits-with-image-item .row.image-on-left .benefits-with-image-item-image {
  padding-right: 80px;
}

@media (max-width: 767.98px) {
  .benefits-with-image-item .row.image-on-left .benefits-with-image-item-image {
    padding-right: calc(30px / 2);
  }
}

.benefits-with-image-item .row.image-on-right .benefits-with-image-item-image {
  padding-left: 80px;
}

@media (max-width: 767.98px) {
  .benefits-with-image-item .row.image-on-right .benefits-with-image-item-image {
    padding-left: calc(30px / 2);
  }
}

.benefits-with-image-item-content {
  padding-top: 26px;
}

.benefits-with-image-item-content ul {
  list-style: none;
  padding: 0;
}

.benefits-with-image-item-content ul > li {
  display: flex;
  align-items: flex-start;
  padding: 0 0 20px;
}

.benefits-with-image-item-content ul > li:before {
  content: '';
  background: url(../images/checkmark.svg);
  flex: 1 0 20px;
  max-width: 20px;
  height: 16px;
  display: inline-block;
  margin: 7px 15px 0 0;
}

@media (max-width: 767.98px) {
  .benefits-with-image-item-content ul > li:before {
    margin-top: 4px;
  }
}

.benefits-with-image-item-content a.link-arrow {
  color: var(--orange);
  font-weight: 600;
}

.benefits-with-image-item-content a.link-arrow:first-child {
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .benefits-with-image-item-content a.link-arrow:first-child {
    margin: 0 0 10px;
  }
}

@media (max-width: 767.98px) {
  .benefits-with-image-item-content a.link-arrow {
    display: block;
  }
}

.benefits-with-image-item-image img {
  width: 100%;
  box-shadow: -26px -26px 0 var(--fog-grey-karl);
  margin-top: 26px;
}

.benefits-with-image-item-image h3 {
  font-size: 26px;
  line-height: 1.15;
}

/**
 * Component: Hero - Scribble
 * 
 */
.hero-scribble {
  padding: 48px 0;
}

@media (max-width: 767.98px) {
  .hero-scribble-content {
    padding-bottom: 25px;
  }
}

.hero-scribble-content-subheader {
  display: block;
  font-family: Caveat;
  font-size: 30px;
  color: var(--butterscotch);
  line-height: 0.78;
  letter-spacing: -0.8px;
  padding: 0 0 20px;
}

@media (max-width: 767.98px) {
  .hero-scribble-content-subheader {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.3px;
  }
}

@media (max-width: 767.98px) {
  .hero-scribble-content h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.hero-scribble-content-main {
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .hero-scribble-content-main {
    padding-bottom: 0;
  }
}

.hero-scribble-content-main,
.hero-scribble-content-main * {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33;
}

@media (max-width: 767.98px) {
  .hero-scribble-content-main,
  .hero-scribble-content-main * {
    font-size: 18px;
    line-height: 1.22;
  }
}

.hero-scribble-content a.cta-button-orange, .hero-scribble-content a.cta-button-orange-bordered {
  padding: 0 33px;
}

.hero-scribble-image {
  align-self: flex-start;
  background-position: top right;
  background-repeat: no-repeat;
  /*background-size: calc(1140px / 6),		    // 2 column wide
						 calc(100% - 1140px / 12),		// 11 column wide
						 calc(1140px / 4);				// 3 column wide
						 */
  background-size: calc(100% - 1140px / 12);
  background-blend-mode: overlay;
}

.hero-scribble-image img {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .hero-scribble-image {
    background-size: 85%;
  }
}

.module-hero-with-background-video {
  background-image: radial-gradient(circle at 90% 91%, var(--turquoise), #056b95 49%, var(--night-blue) 77%);
  background-size: cover;
  color: var(--white);
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.module-hero-with-background-video-mobile-image {
  margin-top: -60vw;
}

.module-hero-with-background-video-video {
  display: none;
}

@media (min-width: 768px) {
  .module-hero-with-background-video-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
  }
  .module-hero-with-background-video-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
}

.module-hero-with-background-video-video video-js {
  padding: 0 !important;
  height: 100% !important;
  background-color: transparent;
}

.module-hero-with-background-video-video video-js .vjs-control-bar,
.module-hero-with-background-video-video video-js .vjs-dock-text {
  display: none;
}

.module-hero-with-background-video-content {
  padding: 33px 0;
}

@media (min-width: 768px) {
  .module-hero-with-background-video-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }
}

.module-hero-with-background-video-no-video {
  background-position: top right;
}

.module-hero-with-background-video-no-video .module-hero-with-background-video-content {
  padding: 45px 0;
}

@media (min-width: 768px) {
  .module-hero-with-background-video-no-video .module-hero-with-background-video-content {
    position: relative;
    top: unset;
    transform: none;
  }
}

.module-hero-with-background-video a {
  color: var(--white);
  align-self: flex-start;
}

.module-hero-with-background-video a.link-arrow-white {
  font-weight: 600;
}

@media (min-width: 768px) {
  .module-hero-with-background-video a {
    align-self: center;
  }
}

.module-hero-with-background-video h3 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .module-hero-with-background-video h3 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .module-hero-with-background-video h3 {
    font-size: 38px;
  }
}

.module-hero-with-background-video h1 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .module-hero-with-background-video h1 {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .module-hero-with-background-video h1 {
    font-size: 48px;
  }
}

.module-merchandizing .row {
  display: flex;
  flex-wrap: wrap;
}

.module-merchandizing .row > [class^="col"] .row > [class^="col"] {
  padding: 0;
}

.module-merchandizing .row > [class^="col"] .row > [class^="col"]:first-child {
  margin-right: 0 !important;
}

.module-merchandizing .row > [class^="col"] .row > [class^="col"] img {
  width: 100%;
  height: auto;
  /*
						@media (min-width: 567px) and (max-width: 767px) {
							max-width: 120px;
							max-height: 120px;
						}

						@media (min-width: 768px) and (max-width: 991px) {
							max-width: 150px;
							max-height: 150px;
						}
						*/
}

@media (max-width: 767.98px) {
  .module-merchandizing .row > [class^="col"] .row > [class^="col"] img {
    max-width: 100%;
    max-height: 100%;
  }
}

.module-merchandizing .row > [class^="col"] .row > [class^="col"] h5 {
  font-size: 18px;
  padding-bottom: 15px;
  color: var(--deep-purple);
  text-transform: none;
}

.module-merchandizing .row > [class^="col"] .row > [class^="col"] a {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 12px;
  font-size: 18px;
  color: var(--orange);
  font-weight: 600;
}

.module-merchandizing .row > [class^="col"] .row > [class^="col"] a.link-arrow {
  font-size: 16px;
}

.module-merchandizing-col > [class^="col"] {
  background: #FFFFFF;
  box-shadow: 2px 4px 8px 0 var(--dark-grey-15);
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .module-merchandizing-col {
    width: 595px;
  }
}

.module-homepage-customers .row:nth-child(2) {
  display: flex;
}

.module-homepage-customers h1 {
  color: var(--deep-purple);
}

@media (min-width: 768px) {
  .module-homepage-customers h1 {
    font-size: 48px;
  }
}

.homepage-alert {
  font-size: 12px;
}

@media (min-width: 768px) {
  .homepage-alert {
    font-size: 20px;
  }
}

.homepage-alert .alert-link {
  color: var(--white);
}

.homepage-alert-contents {
  display: none;
}

.page-alert {
  display: none;
  color: var(--white);
  background-color: #4abbe4;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

.page-alert .alert-link {
  font-weight: 600;
}

@media (max-width: 767px) {
  .page-alert {
    display: none;
  }
}

.page-alert.show {
  display: block;
}

@media (max-width: 767px) {
  .page-alert.show {
    height: 60px;
    width: 100%;
    display: table !important;
  }
}

.page-alert > div {
  padding: 12px 20px;
}

@media (max-width: 767px) {
  .page-alert > div {
    padding: 0 40px 0 20px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
  }
}

.page-alert > div .button-alert-close {
  float: right;
  height: 13px;
  width: 13px;
  position: relative;
}

@media (max-width: 767px) {
  .page-alert > div .button-alert-close {
    margin-right: -20px;
  }
}

.page-alert > div .button-alert-close:before, .page-alert > div .button-alert-close:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  height: 2px;
  width: 20px;
}

.page-alert > div .button-alert-close:before {
  transform: rotate(45deg) translateY(14px);
}

.page-alert > div .button-alert-close:after {
  transform: rotate(-45deg) translateX(-14px);
}

.page-alert > div .arrow {
  width: 40px;
  padding-bottom: 4px;
}

.module-resource-cards {
  padding-top: 70px;
  padding-bottom: 70px;
}

.module-resource-cards .card-font {
  font-weight: 900;
}

.module-resource-cards .card-shadow {
  box-shadow: 0 9px 33px 0 rgba(61, 79, 92, 0.18);
}

.module-resource-cards .card-narrow .row {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.module-resource-cards .card-narrow .row .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.module-resource-cards .card-narrow .row .col-8 {
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .module-resource-cards .card-narrow {
    padding: 1rem !important;
  }
}

.brightcove-hero {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 46px;
}

.brightcove-hero-mobile-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 75%;
  width: 100%;
  background-image: linear-gradient(to left, var(--turquoise), var(--night-blue));
}

.brightcove-hero-right-bg {
  position: absolute;
  left: 55%;
  top: 0;
  height: 100%;
  width: 45%;
  background-color: var(--fog-grey-karl);
}

.brightcove-hero-left-bg {
  position: absolute;
  left: 0;
  top: 36px;
  height: calc(100% - 77px);
  width: 80%;
  background-image: linear-gradient(to left, var(--turquoise), var(--night-blue));
}

.brightcove-hero .video-js .vjs-poster:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background-color: rgba(0, 0, 0, 0.1);
}

.brightcove-hero .video-js .vjs-big-play-button {
  border-radius: 50%;
  border: solid 10px var(--white);
  border-right-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  background-color: unset;
}

.brightcove-hero .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  color: var(--orange);
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}

.brightcove-hero .video-js:hover .vjs-big-play-button {
  background-color: unset;
  border-right-color: var(--white);
}

.brightcove-hero h2 {
  text-transform: none;
}

.brightcove-hero-none {
  background-image: linear-gradient(to left, var(--turquoise), var(--night-blue));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

@media (min-width: 1200px) {
  .brightcove-hero-none .row {
    padding: 70px 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .brightcove-hero-none .row {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .brightcove-hero-none .row {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .brightcove-hero-none {
    background-position: top;
  }
}

@media (max-width: 767px) {
  .brightcove-hero-none {
    background-position: top;
  }
}

@media (min-width: 1200px) {
  .brightcove-hero-single .video-js {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .brightcove-hero-single .video-js {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .brightcove-hero-single .video-js {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .brightcove-hero-single .video-js {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .brightcove-hero-single .row {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .brightcove-hero-single .row {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .module-stats {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.module-stats .container.wow {
  visibility: hidden;
}

.module-stats > .container > .row [class^="col"] {
  z-index: 10;
}

.module-stats-results {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 250px;
  z-index: 1;
}

.module-stats-percentage {
  z-index: 10;
  line-height: 1;
}

@media (min-width: 768px) {
  .module-stats-percentage {
    line-height: 0.4;
  }
}

.module-stats-percentage span {
  display: table;
}

.module-stats-label {
  color: var(--deep-purple);
  font-size: 14px;
  z-index: 10;
  font-weight: 600;
  line-height: 1.4;
}

.module-company-info {
  line-height: 1.4;
  margin-bottom: 20px;
}

.module-company-info-logo {
  border-bottom: solid 0.5px var(--deep-purple);
  padding-bottom: 20px;
}

.module-company-info-header {
  font-size: 14px;
  line-height: 1.29;
}

.module-company-info-title {
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .module-company-info-header {
    font-size: 20px;
    line-height: 1.4;
  }
  .module-company-info-title {
    font-size: 19px;
    line-height: 1.44;
  }
}

.module-quote {
  padding: 20px 0;
  position: relative;
  border-top: solid 0.5px var(--deep-purple);
}

.module-quote .SubheadDarkSemibold {
  font-size: 20px;
}

.module-quote img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
}

.module-single-resource-card {
  box-shadow: 0 9px 33px 0 rgba(11, 36, 80, 0.18);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .module-single-resource-card {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .module-single-resource-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}

.module-single-resource-card h4 {
  font-weight: 900;
  margin-top: 19px;
}

.module-single-resource-card a {
  margin-top: 1px;
}

.module-wide-content-cta {
  background-image: linear-gradient(274deg, #014f89 99%, #2c82b7 67%, #378ec0 48%, #2a80b5 30%, #004e88 1%);
  color: #fff;
  padding: 80px 0;
}

.module-wide-content-cta-title span {
  color: #ff8426;
}

.module-hero-form {
  background-size: auto;
  background-repeat: repeat-x;
  background-position: left;
  background-image: none;
}

@media (max-width: 767px) {
  .module-hero-form {
    padding-top: 0;
    background-image: none !important;
  }
  .module-hero-form-left {
    background-size: cover;
  }
  .module-hero-form-col {
    background-color: #F5F5F5;
  }
  .module-hero-form .form-container {
    margin-top: -60px;
  }
}

@media (min-width: 768px) {
  .module-hero-form-left {
    background: none !important;
  }
}

.module-hero-form h2,
.module-hero-form h1 {
  color: #fff;
}

.module-hero-form h2 {
  font-size: 22px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .module-hero-form h2 {
    font-size: 18px;
    line-height: 100%;
  }
}

.module-hero-form img {
  max-height: 465px;
}

.module-hero-form p.form-response-wrapper {
  margin-bottom: 20px;
}

.module-hero-form .form-container {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 40px;
}

.module-hero-form .form-container .solution-box-title {
  color: #535762;
}

.module-hero-form .form-container .form-row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

.module-content-bullets-slider {
  background-color: #F5F5F5;
}

@media (min-width: 576px) {
  .module-content-bullets-slider h2 {
    margin-bottom: 0;
  }
}

.module-content-bullets-slider ul.bullet-points {
  list-style-type: none;
}

.module-content-bullets-slider ul.bullet-points li {
  position: relative;
  margin-bottom: 20px;
}

.module-content-bullets-slider ul.bullet-points li:after {
  display: block;
  position: absolute;
  left: -17px;
  top: 3px;
  content: ' ';
  background-image: url(../images/check.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.module-content-bullets-slider .carousel {
  background-color: transparent;
}

@media (max-width: 767px) {
  .module-content-bullets-slider .carousel {
    width: 75%;
    margin: 0 auto;
  }
}

.module-content-bullets-slider .carousel .carousel-next-button,
.module-content-bullets-slider .carousel .carousel-prev-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 26px;
}

.module-content-bullets-slider .carousel .carousel-next-button:after,
.module-content-bullets-slider .carousel .carousel-prev-button:after {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12px 13px 0;
  border-color: transparent #fb8236 transparent transparent;
}

.module-content-bullets-slider .carousel .carousel-prev-button {
  left: -35px;
}

.module-content-bullets-slider .carousel .carousel-next-button {
  right: -35px;
  transform: rotate(180deg);
  transform-origin: 0 20%;
}

.module-content-bullets-slider .carousel ul.carousel-indicators {
  padding: 0;
}

.module-content-bullets-slider .carousel ul.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d8d8d8;
}

.module-content-bullets-slider .carousel ul.carousel-indicators li.active {
  background-color: #004e88;
}

.speakers-module {
  font-size: 14px;
  color: var(--slate);
  font-weight: normal;
}

.speakers-module-speaker-name {
  font-size: 30px;
  line-height: 0.79;
}

.speakers-module h6 {
  font-size: 20px;
  font-weight: 700;
}

.speakers-module p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

.speakers-module img {
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
}

@media (min-width: 576px) and (max-width: 992px) {
  .speakers-module h6 {
    font-size: 18px;
    font-weight: 700;
  }
  .speakers-module p {
    font-size: 16px;
    font-weight: 400;
  }
}

section.sponsors-module img {
  max-width: 250px;
  max-height: 50px;
}

.module-wide-content-cta-image {
  padding-top: 50px;
  padding-bottom: 150px;
}

.module-wide-content-cta-image-light {
  background-color: var(--fog-grey-karl);
}

@media (min-width: 768px) {
  .module-wide-content-cta-image-light .module-wide-content-cta-image-content:after {
    background-color: var(--fog-grey-karl);
  }
}

.module-wide-content-cta-image-dark {
  color: var(--white);
  background-image: linear-gradient(to top, var(--turquoise), var(--night-blue));
}

@media (min-width: 768px) {
  .module-wide-content-cta-image-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .module-wide-content-cta-image-dark:before {
    position: absolute;
    content: '';
    top: 0;
    width: 80%;
    left: 20%;
    height: 100%;
    background-color: var(--fog-grey-karl);
    z-index: 5;
  }
  .module-wide-content-cta-image-dark .module-wide-content-cta-image-content:after {
    background-image: linear-gradient(to top, var(--turquoise), var(--night-blue));
  }
}

.module-wide-content-cta-image-dark h1 {
  color: var(--white);
}

@media (min-width: 768px) {
  .module-wide-content-cta-image {
    background: none;
    padding-bottom: 50px;
  }
  .module-wide-content-cta-image-content:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    content: ' ';
    z-index: 5;
  }
}

.module-wide-content-cta-image-image {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

@media (min-width: 768px) {
  .module-wide-content-cta-image-image {
    width: auto;
    right: calc(10% + 50px);
    left: unset;
    transform: none;
    bottom: 50px;
  }
}

.module-wide-content-cta-image-content {
  position: relative;
}

.module-wide-content-cta-image-content > .container {
  z-index: 10;
}

@media (min-width: 768px) {
  .module-wide-content-cta-image-content {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}

.wide-brightcove-hero {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 46px;
}

.wide-brightcove-hero-mobile-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 75%;
  width: 100%;
  background-image: linear-gradient(to left, var(--turquoise), var(--night-blue));
  background-size: cover;
}

.wide-brightcove-hero-right-bg {
  position: absolute;
  left: 10%;
  top: 0;
  height: 100%;
  width: 90%;
  background-color: var(--fog-grey-karl);
}

@media (min-width: 768px) {
  .wide-brightcove-hero-right-bg {
    left: 55%;
    width: 45%;
  }
}

.wide-brightcove-hero-left-bg {
  position: absolute;
  left: 0;
  top: 36px;
  height: calc(100% - 77px);
  width: 80%;
  background-size: cover;
}

.wide-brightcove-hero .video-js .vjs-poster:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background-color: rgba(0, 0, 0, 0.1);
}

.wide-brightcove-hero .video-js .vjs-big-play-button {
  border-radius: 50%;
  border: solid 10px var(--white);
  border-right-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  background-color: unset;
}

.wide-brightcove-hero .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  color: var(--orange);
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}

.wide-brightcove-hero .video-js:hover .vjs-big-play-button {
  background-color: unset;
  border-right-color: var(--white);
}

.wide-brightcove-hero h2 {
  text-transform: none;
}

@media (min-width: 1200px) {
  .wide-brightcove-hero-single .video-js {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .wide-brightcove-hero-single .video-js {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .wide-brightcove-hero-single .video-js {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .wide-brightcove-hero-single .video-js {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wide-brightcove-hero-single .row {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wide-brightcove-hero-single .row {
    padding-bottom: 30px;
  }
}

.module-wide-content-dual-cta {
  position: relative;
  background-image: radial-gradient(circle at 96% 96%, var(--turquoise), var(--night-blue) 86%);
}

@media (min-width: 768px) {
  .module-wide-content-dual-cta {
    background-image: none;
  }
  .module-wide-content-dual-cta-content {
    z-index: 10;
    position: relative;
    background-image: radial-gradient(circle at 96% 96%, var(--turquoise), var(--night-blue) 86%);
  }
}

.module-wide-content-dual-cta-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.module-wide-content-dual-cta-image img {
  max-width: 617px;
  width: 617px;
  height: 197px;
}

@media (min-width: 768px) {
  .module-wide-content-dual-cta-with-image .module-wide-content-dual-cta-content {
    padding: 100px 0 150px;
  }
}

.module-wide-content-dual-cta-bg {
  position: absolute;
  content: ' ';
  background-color: var(--fog-grey-karl);
  top: 0;
  left: 30%;
  width: 70%;
  height: 100%;
  z-index: 5;
}

.products-optionally-stacked-heading {
  margin-top: 20px;
}

.products-optionally-stacked-heading p {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: var(--slate);
}

@media (min-width: 768px) {
  .products-optionally-stacked-heading p {
    font-size: 22px;
    line-height: 1.42;
  }
}

.products-optionally-stacked-heading p.SubheadDarkLight {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

@media (min-width: 768px) {
  .products-optionally-stacked-heading p.SubheadDarkLight {
    font-size: 22px;
    line-height: 1.42;
  }
}

.products-optionally-stacked-heading p.SubheadDarkRegular {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

@media (min-width: 768px) {
  .products-optionally-stacked-heading p.SubheadDarkRegular {
    font-size: 22px;
    line-height: 1.42;
  }
}

.products-optionally-stacked {
  position: relative;
  margin: 15px 0;
}

@media (min-width: 768px) {
  .products-optionally-stacked {
    margin: 45px 0;
  }
}

@media (min-width: 992px) {
  .products-optionally-stacked-horizontal h2 {
    font-size: 28px;
  }
}

@media (min-width: 576px) {
  .products-optionally-stacked-vertical h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .products-optionally-stacked-vertical h2 {
    font-size: 30px;
  }
  .products-optionally-stacked-vertical:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--fog-grey-karl);
    content: ' ';
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .products-optionally-stacked-vertical h2 {
    font-size: 34px;
  }
}

.products-optionally-stacked-featured {
  background-color: var(--fog-grey-karl);
}

.products-optionally-stacked-featured img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: 70px;
}

.products-optionally-stacked-featured .featured-single-block img {
  max-width: 85px;
  max-height: 85px;
  width: auto;
  height: 85px;
}

@media (min-width: 992px) {
  .products-optionally-stacked-featured .featured-single-block h2 {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .products-optionally-stacked-featured .featured-single-block h2 {
    font-size: 42px;
  }
}

.products-optionally-stacked-featured .featured-multiple-blocks {
  margin: 10px 0;
}

.products-optionally-stacked-featured .featured-multiple-blocks img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: 70px;
}

@media (min-width: 992px) {
  .products-optionally-stacked-featured h2 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .products-optionally-stacked-featured h2 {
    font-size: 34px;
  }
}

.products-optionally-stacked-blocks {
  background-color: var(--white);
}

.products-optionally-stacked-blocks a.link-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
}

.products-optionally-stacked-blocks img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: 70px;
}

.module-additional-benefits-features {
  position: relative;
  background-color: var(--fog-grey-karl);
  margin: 15px 0;
}

@media (min-width: 768px) {
  .module-additional-benefits-features {
    background: none;
    margin: 45px 0;
  }
  .module-additional-benefits-features:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background-color: var(--fog-grey-karl);
  }
}

/**
 * Module: CTA - Sales
 * 
 */
.cta-sales {
  padding: 45px 0;
}

.cta-sales-title {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .cta-sales-title {
    padding: 0 20px;
  }
}

.cta-sales-main {
  padding: 70px 95px;
  border-radius: 2px;
  box-shadow: 2px 5px 15px 0 rgba(35, 35, 37, 0.18);
}

@media (max-width: 1199.98px) {
  .cta-sales-main {
    padding: 50px;
  }
}

@media (max-width: 767.98px) {
  .cta-sales-main {
    padding: 20px;
    margin: 0 20px 20px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 40px);
  }
}

.cta-sales-main img {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .cta-sales-main img {
    max-width: 37px;
    height: auto;
  }
}

.cta-sales-main h2 {
  margin-bottom: 25px;
}

.cta-sales-main-content {
  padding-bottom: 10px;
}

.cta-sales-main-content *,
.cta-sales-main-content p {
  font-size: 24px;
  line-height: 1.42;
}

@media (max-width: 767.98px) {
  .cta-sales-main-content *,
  .cta-sales-main-content p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.cta-sales-sidebar {
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .cta-sales-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .cta-sales-sidebar h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
  }
}

.cta-sales-sidebar a.link-arrow {
  color: var(--orange);
  font-weight: 600;
  line-height: 1.44;
}

/**
 * Module: Pillars
 * 
 */
.pillars {
  position: relative;
  padding: 45px 0;
}

.pillars-intro {
  width: 100%;
  top: 45px;
  right: 0;
}

@media (max-width: 991.98px) {
  .pillars-intro {
    top: 0;
  }
}

.pillars-intro .container {
  max-width: 100%;
}

.pillars-intro-main {
  width: 65%;
  margin-left: 35%;
  background: var(--fog-grey-karl);
  padding-top: 80px;
  padding-right: calc((100vw - 1110px) / 2);
  padding-bottom: 100px;
  padding-left: 80px;
}

@media (max-width: 991.98px) {
  .pillars-intro-main {
    width: 100%;
    margin: 0 25px;
    padding: 40px 30px;
  }
}

@media (max-width: 767.98px) {
  .pillars-intro-main {
    margin: 0;
    padding: 20px 20px 0;
  }
}

.pillars-main {
  margin-top: -125px;
}

@media (max-width: 991.98px) {
  .pillars-main {
    margin-top: 0;
  }
}

.pillars-main .container {
  max-width: 100%;
}

@media screen and (min-width: 1440px) {
  .pillars-main .container {
    max-width: 1440px;
  }
}

@media (max-width: 991.98px) {
  .pillars-main .container {
    padding-top: 100px !important;
  }
}

@media (max-width: 767.98px) {
  .pillars-main .container {
    padding-top: 0px !important;
  }
}

.pillars-main-row {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  /**
			 * Squiggles
			 * 
			 */
}

@media (max-width: 991.98px) {
  .pillars-main-row {
    padding: 15px 20px;
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row {
    padding: 0 20px !important;
  }
}

.pillars-main-row-labels {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  top: 0;
}

@media (min-width: 1200px) {
  .pillars-main-row-labels {
    opacity: 0;
    transition: 0.25s all;
    transition-delay: 0.35s;
  }
  .pillars-main-row-labels.reveal {
    opacity: 1;
  }
}

.pillars-main-row-labels > div {
  display: flex;
  align-items: center;
  color: var(--deep-purple);
  font-family: Caveat;
  font-size: 24px;
  line-height: 2.33;
  letter-spacing: -0.83px;
  padding: 10px 0;
}

@media (max-width: 991.98px) {
  .pillars-main-row-labels > div {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.55px;
  }
}

.pillars-main-row-labels > div span {
  display: inline-block;
  border: 7px solid var(--butterscotch-shadow);
  border-radius: 50%;
  margin-right: 35px;
}

.pillars-main-row-labels > div span:before {
  display: block;
  content: '';
  background: var(--orange);
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.pillars-main-row-squig {
  position: absolute;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .pillars-main-row-squig {
    position: relative;
    height: 200px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .pillars-main-row-squig svg {
    visibility: hidden;
  }
  .pillars-main-row-squig svg g#squiggle-tools {
    opacity: 0;
    transition: 0.25s all;
    transition-delay: 0.85s;
  }
  .pillars-main-row-squig svg g#squiggle-tools.reveal {
    opacity: 1;
  }
  .pillars-main-row-squig svg path.squiggle-moneybag {
    opacity: 0;
    transition: 0.25s all;
    transition-delay: 0.5s;
  }
  .pillars-main-row-squig svg path.squiggle-moneybag.reveal {
    opacity: 1;
  }
}

.pillars-main-row-squig-mobile {
  height: 100%;
}

.pillars-main-row-squig-mobile svg {
  height: calc(100% + 50px);
  width: auto;
}

.pillars-main-row-1 .pillars-main-row-squig.squig-before {
  transform: translate(-25%, -85%);
}

.pillars-main-row-1 .pillars-main-row-squig.squig-before svg {
  height: calc(100% + 50px);
  width: auto;
}

@media (max-width: 991.98px) {
  .pillars-main-row-1 .pillars-main-row-squig.squig-before {
    transform: translate(-25%, -40%);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-1 .pillars-main-row-squig.squig-before {
    text-align: center;
    height: 100px;
    transform: translate(0, 0);
  }
  .pillars-main-row-1 .pillars-main-row-squig.squig-before svg {
    height: calc(100% + 100px);
  }
}

.pillars-main-row-1 .pillars-main-row-squig:not(.squig-before) {
  transform: translate(145%, 55%);
}

@media (max-width: 1199.98px) {
  .pillars-main-row-1 .pillars-main-row-squig:not(.squig-before) {
    transform: translate(100%, 55%);
  }
}

@media (max-width: 991.98px) {
  .pillars-main-row-1 .pillars-main-row-squig:not(.squig-before) {
    transform: translate(50%, 55%);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-1 .pillars-main-row-squig:not(.squig-before) {
    transform: translate(10%, 0);
  }
}

.pillars-main-row-1 .pillars-main-row-labels {
  transform: translate(320px, 0);
}

@media (max-width: 991.98px) {
  .pillars-main-row-1 .pillars-main-row-labels {
    transform: translate(300px, 0);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-1 .pillars-main-row-labels {
    transform: translate(8%, 55px);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-1 .pillars-main-row-labels > div:first-child {
    transform: translate(5%, 0);
  }
}

.pillars-main-row-1 .pillars-main-row-labels > div:last-child {
  transform: translate(24%, 0);
}

@media (max-width: 991.98px) {
  .pillars-main-row-1 .pillars-main-row-labels > div:last-child {
    transform: translate(30%, 0);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-1 .pillars-main-row-labels > div:last-child {
    transform: translate(-25px, 0);
  }
}

@media (max-width: 991.98px) {
  .pillars-main-row-2 {
    justify-content: flex-end;
  }
}

.pillars-main-row-2 .pillars-main-row-squig {
  transform: translate(35%, 20%);
}

@media (max-width: 991.98px) {
  .pillars-main-row-2 .pillars-main-row-squig {
    transform: translate(0, 30%);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-2 .pillars-main-row-squig {
    transform: translate(30%, 0);
  }
}

.pillars-main-row-2 .pillars-main-row-labels {
  transform: translate(-12px, 25px);
}

@media (max-width: 991.98px) {
  .pillars-main-row-2 .pillars-main-row-labels {
    transform: translate(0px, 25px);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-2 .pillars-main-row-labels {
    transform: translate(35%, 60%);
  }
}

.pillars-main-row-2 .pillars-main-row-labels > div:first-child {
  transform: translate(30%, 0);
}

.pillars-main-row-3 {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .pillars-main-row-3 {
    padding-top: 50px;
  }
}

.pillars-main-row-3 .pillars-main-row-squig {
  transform: translate(118%, 30%);
}

@media (min-width: 1200px) {
  .pillars-main-row-3 .pillars-main-row-squig {
    transform: translate(175%, 15%);
  }
}

@media (max-width: 991.98px) {
  .pillars-main-row-3 .pillars-main-row-squig {
    transform: translate(160%, 10%);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-3 .pillars-main-row-squig {
    transform: translate(20%, 0);
  }
}

.pillars-main-row-3 .pillars-main-row-labels {
  transform: translate(160px, -30px);
}

@media (max-width: 991.98px) {
  .pillars-main-row-3 .pillars-main-row-labels {
    transform: translate(100px, 25px);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-3 .pillars-main-row-labels {
    transform: translate(-1%, 20%);
  }
}

.pillars-main-row-3 .pillars-main-row-labels > div:nth-child(2) {
  transform: translate(72%, 0);
}

@media (max-width: 991.98px) {
  .pillars-main-row-3 .pillars-main-row-labels > div:nth-child(2) {
    transform: translate(32%, 0);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-3 .pillars-main-row-labels > div:nth-child(2) {
    transform: translate(-6%, 0);
  }
}

.pillars-main-row-3 .pillars-main-row-labels > div:last-child {
  transform: translate(99%, 0);
}

@media (max-width: 991.98px) {
  .pillars-main-row-3 .pillars-main-row-labels > div:last-child {
    transform: translate(55%, 0);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-3 .pillars-main-row-labels > div:last-child {
    transform: translate(-5%, 0);
  }
}

.pillars-main-row-4 {
  padding-top: 0;
  justify-content: flex-end;
  /**
				 * Final Squig image container
				 *
				 * This one has more specific media queries as the SVG image
				 * includes the "tools" image.
				 *
				 * Full SVG also changes dimensions based on screen width, so labels may not be EXACT at some sizes
				 * 
				 */
}

@media (max-width: 1199.98px) {
  .pillars-main-row-4 {
    padding-top: 25px;
  }
}

@media (max-width: 1199.98px) {
  .pillars-main-row-4 {
    margin-bottom: 20px;
  }
}

.pillars-main-row-4 .pillars-main-row-squig {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .pillars-main-row-4 .pillars-main-row-squig {
    transform: translate(15%, 25%);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .pillars-main-row-4 .pillars-main-row-squig {
    transform: translate(5%, 25%);
  }
}

@media (max-width: 1199.98px) {
  .pillars-main-row-4 .pillars-main-row-squig:not(.background-squiggle-style-alternate) {
    transform: translate(-10%, 25%);
    width: 70%;
  }
  .pillars-main-row-4 .pillars-main-row-squig:not(.background-squiggle-style-alternate) svg {
    width: 100%;
  }
  .pillars-main-row-4 .pillars-main-row-squig.background-squiggle-style-alternate svg {
    transform: scale(0.85) translate(0%, 30%);
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .pillars-main-row-4 .pillars-main-row-squig.background-squiggle-style-alternate svg {
    transform: scale(0.7) translate(-20%, 30%);
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .pillars-main-row-4 .pillars-main-row-squig:not(.background-squiggle-style-alternate) {
    transform: translate(-30%, 23%);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-4 .pillars-main-row-squig:not(.background-squiggle-style-alternate) {
    transform: translate(-20%, 0);
  }
  .pillars-main-row-4 .pillars-main-row-squig:not(.background-squiggle-style-alternate) svg {
    width: auto !important;
  }
  .pillars-main-row-4 .pillars-main-row-squig.background-squiggle-style-alternate .pillars-main-row-squig-mobile {
    transform: translate(25%, 0);
  }
  .pillars-main-row-4 .pillars-main-row-squig.background-squiggle-style-alternate svg {
    transform: none;
  }
}

.pillars-main-row-4 .pillars-main-row-labels {
  transform: translate(950px, 155px);
}

@media (max-width: 1199.98px) {
  .pillars-main-row-4 .pillars-main-row-labels {
    transform: translate(64vw, 155px);
  }
}

@media (max-width: 991.98px) {
  .pillars-main-row-4 .pillars-main-row-labels {
    transform: translate(66vw, 155px);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-4 .pillars-main-row-labels {
    transform: translate(20%, 50%);
  }
}

.pillars-main-row-4 .pillars-main-row-labels > div:first-child {
  transform: translate(20%, 0);
}

@media (max-width: 1199.98px) {
  .pillars-main-row-4 .pillars-main-row-labels > div:first-child {
    transform: translate(30%, 0);
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .pillars-main-row-4 .pillars-main-row-labels > div:first-child {
    transform: translate(10%, 0);
  }
}

@media (max-width: 991.98px) {
  .pillars-main-row-4 .pillars-main-row-labels > div:first-child {
    transform: translate(10%, 0);
  }
}

@media (max-width: 767.98px) {
  .pillars-main-row-4 .pillars-main-row-labels > div:first-child {
    transform: translate(13%, 0);
  }
}

.pillars-main-item {
  position: relative;
  overflow: visible;
  max-width: 483px;
  flex: 0 1 483px;
  border-radius: 2px;
  box-shadow: 2px 4px 8px 0 rgba(35, 35, 37, 0.15);
  padding: 20px 30px;
}

@media (max-width: 767.98px) {
  .pillars-main-item {
    max-width: 100%;
    flex: 1 0 100%;
    padding: 20px 20px 0;
  }
}

.pillars-main-item:not(.use-dark-background) {
  background: var(--white);
}

.pillars-main-item.use-dark-background {
  background-image: radial-gradient(circle at 100% 100%, var(--turquoise), var(--night-blue));
}

.pillars-main-item.use-dark-background .pillars-main-item-header *,
.pillars-main-item.use-dark-background .pillars-main-item-content * {
  color: var(--white);
}

.pillars-main-item-4 {
  margin-bottom: 250px;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  .pillars-main-item-4 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.pillars-main-item-header {
  padding-bottom: 15px;
}

.pillars-main-item-header img {
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  .pillars-main-item-header img {
    max-width: 28px;
    height: auto;
    margin-right: 10px;
  }
}

.pillars-main-item-header h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.17;
  margin: 0;
}

@media (max-width: 767.98px) {
  .pillars-main-item-header h3 {
    font-size: 26px;
    line-height: 0.81;
  }
}

.pillars-main-item-content,
.pillars-main-item-content * {
  font-size: 18px;
  line-height: 1.44;
}

@media (max-width: 767.98px) {
  .pillars-main-item-content,
  .pillars-main-item-content * {
    font-size: 13px;
    line-height: 1.5;
  }
  .pillars-main-item-content strong,
  .pillars-main-item-content * strong {
    font-weight: 600;
  }
}

.module-merchandizing-v2 {
  box-shadow: 2px 5px 10px 0 var(--slate-dropshadow);
  background-color: var(--white);
}

.module-merchandizing-v2 .row {
  display: flex;
  flex-wrap: wrap;
}

.module-merchandizing-v2 .row > [class^="col"] {
  cursor: pointer;
}

.module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"] {
  padding: 0;
}

.module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"]:first-child {
  margin-right: 0 !important;
}

.module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"] img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"] img {
    max-width: 100%;
    max-height: 100%;
  }
}

.module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"] h5 {
  font-size: 20px;
  color: var(--deep-purple);
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 15px;
  padding: 0;
}

.module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"] .link-arrow {
  font-size: 18px;
  font-weight: 600;
}

.module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"] a {
  font-size: 20px;
  color: var(--deep-purple);
  font-weight: 600;
  line-height: 1.3;
}

.module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"] a:hover {
  color: var(--orange);
}

@media (min-width: 768px) {
  .module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"] a {
    font-size: 20px;
    line-height: 1.3;
  }
}

.module-merchandizing-v2 .row > [class^="col"] .row > [class^="col"] a.link-arrow {
  font-size: 16px;
}

.module-merchandizing-v2-col > [class^="col"] {
  box-shadow: 2px 4px 8px 0 var(--dark-grey-15);
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .module-merchandizing-v2-col {
    width: 595px;
  }
}

.module-marketing-sales {
  position: relative;
  margin: 35px 0 15px;
}

@media (min-width: 992px) {
  .module-marketing-sales {
    margin: 45px 0;
  }
  .module-marketing-sales h1 {
    font-size: 48px;
  }
  .module-marketing-sales h3,
  .module-marketing-sales h4 {
    margin: 0;
  }
  .module-marketing-sales h4 {
    font-size: 28px;
  }
  .module-marketing-sales h4 a {
    color: var(--deep-purple);
  }
}

.module-marketing-sales-tabs-container {
  padding: 0;
}

@media (min-width: 992px) {
  .module-marketing-sales-tabs-container {
    box-shadow: 0 2px 10px 0 var(--slate-dropshadow);
    background-color: var(--white);
    position: relative;
    z-index: 20;
  }
}

.module-marketing-sales-top-right-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media (min-width: 992px) {
  .module-marketing-sales-tabs-header {
    margin: 0 100px;
  }
  .module-marketing-sales-tabs-header h1 {
    font-size: 48px;
  }
}

.module-marketing-sales-tabs-header h3,
.module-marketing-sales-tabs-header h4 {
  margin: 0;
  padding: 20px 0;
}

.module-marketing-sales-tabs-header-title h4 {
  color: var(--deep-purple);
}

.module-marketing-sales-tabs-header.fixed {
  margin-bottom: 64px;
}

.module-marketing-sales-tabs-header.fixed .module-marketing-sales-tabs-header-titles {
  position: fixed;
  top: 56px;
  left: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .module-marketing-sales-tabs-header.fixed .module-marketing-sales-tabs-header-titles {
    top: 75px;
  }
}

body.admin-bar .module-marketing-sales-tabs-header.fixed .module-marketing-sales-tabs-header-titles {
  top: 100px;
}

@media (min-width: 768px) {
  body.admin-bar .module-marketing-sales-tabs-header.fixed .module-marketing-sales-tabs-header-titles {
    top: 107px;
  }
}

.module-marketing-sales-tabs-header-titles {
  z-index: 50;
}

.module-marketing-sales-tabs-header-titles .module-marketing-sales-tabs-header-title {
  background-color: var(--white);
}

.module-marketing-sales-tabs-header-titles .module-marketing-sales-tabs-header-title h4 {
  color: var(--deep-purple);
}

.module-marketing-sales-tabs-header .active {
  background-color: var(--orange);
  color: var(--white);
}

.module-marketing-sales-tabs-header .active a,
.module-marketing-sales-tabs-header .active h4 {
  color: var(--white);
}

@media (min-width: 992px) {
  .module-marketing-sales-tabs-header .active a,
  .module-marketing-sales-tabs-header .active h4 {
    text-decoration: underline;
  }
}

.module-marketing-sales-tabs-header .active:after {
  bottom: -28px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -15px;
  transform: rotate(45deg);
  transform-origin: 35px 7px;
  border-right-color: var(--orange);
  border-bottom-color: var(--orange);
}

@media (min-width: 992px) {
  .module-marketing-sales-tabs-header .active {
    background-color: var(--white);
    text-decoration: underline;
  }
  .module-marketing-sales-tabs-header .active a,
  .module-marketing-sales-tabs-header .active h4 {
    color: var(--orange);
  }
  .module-marketing-sales-tabs-header .active:after {
    border-right-color: var(--white);
    border-bottom-color: var(--white);
  }
}

.module-marketing-sales-tab {
  display: none;
  background-color: var(--night-blue);
}

@media (min-width: 992px) {
  .module-marketing-sales-tab {
    padding: 0 75px;
    background-color: transparent;
    background-image: radial-gradient(circle at 97% 4%, var(--turquoise), var(--night-blue) 61%);
  }
}

.module-marketing-sales-tab.active {
  display: block;
}

.module-marketing-sales-tab-bottom {
  color: var(--white);
}

.module-marketing-sales-tab-item {
  background-color: var(--white);
  margin-bottom: 20px;
  /*
      &:nth-child(2) {
        .module-marketing-sales-tab-item {
          &-content {
            display: none;
          }
        }
      }
      */
}

@media (min-width: 992px) {
  .module-marketing-sales-tab-item {
    display: none;
  }
}

.module-marketing-sales-tab-item-content {
  padding-bottom: 15px;
}

@media (max-width: 991.98px) {
  .module-marketing-sales-tab-item-content {
    overflow: hidden;
  }
  .module-marketing-sales-tab-item-content.mobile-hide {
    height: 0;
  }
}

.module-marketing-sales-tab-item-content-box {
  background-color: var(--white);
  color: var(--deep-purple);
  padding: 25px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.module-marketing-sales-tab-item-content-box:first-child {
  margin-right: 15px;
}

.module-marketing-sales-tab-item-content-box:nth-child(2) {
  margin-left: 15px;
}

.module-marketing-sales-tab-item-content-box h5 {
  color: var(--deep-purple);
  font-size: 20px;
}

.module-marketing-sales-tab-item-content-box.active {
  background-color: var(--turquoise);
  color: var(--white);
}

.module-marketing-sales-tab-item-content-box.active h5 {
  color: var(--white);
}

.module-marketing-sales-tab-item-content-box.active:before {
  top: -15px;
  left: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  border-width: 15px;
  position: absolute;
  pointer-events: none;
  margin-left: -15px;
  transform: rotate(225deg);
  transform-origin: 35px 7px;
  border-right-color: var(--turquoise);
  border-bottom-color: var(--turquoise);
}

.module-marketing-sales-tab-item-content-images {
  overflow: hidden;
}

.module-marketing-sales-tab-item-content-images img {
  box-shadow: none;
}

.module-marketing-sales-tab-item-content-images.personalized img {
  padding-bottom: 25px;
}

.module-marketing-sales-tab-item:last-child {
  margin-bottom: 0;
}

.module-marketing-sales-tab-item-header a {
  position: relative;
  color: var(--deep-purple);
  display: block;
}

.module-marketing-sales-tab-item-header a span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 16px;
}

.module-marketing-sales-tab-item-header a span:before, .module-marketing-sales-tab-item-header a span:after {
  position: absolute;
  content: ' ';
  background-color: var(--orange);
  width: 16px;
  height: 2px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.module-marketing-sales-tab-item-header a span:before {
  top: 50%;
  transform: translateY(-50%);
}

.module-marketing-sales-tab-item-header a span:after {
  transform: rotate(90deg) translateX(-8px);
  top: 24px;
}

.module-marketing-sales-tab-item.active {
  color: var(--deep-purple);
}

@media (min-width: 992px) {
  .module-marketing-sales-tab-item.active {
    background-color: transparent;
    display: block;
  }
}

.module-marketing-sales-tab-item.active .module-marketing-sales-tab-item-header a span:before {
  opacity: 0;
}

.module-marketing-sales-tab-item.active .module-marketing-sales-tab-item-header a span:after {
  transform: rotate(0) translateY(-8px);
  background-color: var(--white);
}

.module-marketing-sales-tab-right-content {
  padding: 30px 0;
  color: var(--white);
  background-image: radial-gradient(circle at 100% 100%, var(--turquoise), var(--night-blue) 39%);
}

@media (min-width: 992px) {
  .module-marketing-sales-tab-right-content {
    background: none;
    padding: 0;
  }
}

.module-marketing-sales-tab-right-content h1.module-marketing-sales-tab-right-content-percentage {
  position: relative;
  font-size: 80px;
  margin: 0;
  color: var(--white);
  line-height: 1;
  letter-spacing: -1.54px;
}

.module-marketing-sales-tab-right-content h1.module-marketing-sales-tab-right-content-percentage sup {
  font-size: 40px;
  left: 5px;
  top: -26px;
}

@media (min-width: 992px) {
  .module-marketing-sales-tab-right-content h1.module-marketing-sales-tab-right-content-percentage {
    font-weight: normal;
    font-size: 110px;
  }
  .module-marketing-sales-tab-right-content h1.module-marketing-sales-tab-right-content-percentage sup {
    top: -44px;
  }
}

.module-marketing-sales-tab-right-content ul {
  list-style-type: none;
  padding: 0 25px 0 40px;
}

.module-marketing-sales-tab-right-content ul li {
  margin-bottom: 25px;
  position: relative;
}

.module-marketing-sales-tab-right-content ul li:before {
  position: absolute;
  content: '';
  top: 4px;
  left: -40px;
  width: 20px;
  height: 20px;
  background: url(../images/checkmark.svg) no-repeat;
}

/**
 * Module: Copy + Image
 * 
 */
.copy-image {
  padding: 45px 0;
}

.copy-image-intro {
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .copy-image-intro {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .copy-image-main > .row {
    flex-direction: column-reverse;
  }
}

.copy-image-main-content-body {
  padding: 0 75px 25px 0;
}

@media (max-width: 991.98px) {
  .copy-image-main-content-body {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .copy-image-main-content-body {
    padding-bottom: 10px;
  }
}

.copy-image-main-content-body ul {
  list-style: none;
  padding: 0;
}

.copy-image-main-content-body ul > li {
  display: flex;
  align-items: flex-start;
  padding: 0 0 20px;
}

.copy-image-main-content-body ul > li:before {
  content: '';
  background: url(../images/checkmark.svg);
  flex: 1 0 20px;
  max-width: 20px;
  height: 16px;
  display: inline-block;
  margin: 7px 15px 0 0;
}

.copy-image-main-image {
  position: relative;
}

.copy-image-main-image h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.copy-image-main-image-tag {
  position: absolute;
  right: 40px;
  top: -8px;
  font-family: Caveat;
  font-size: 26px;
  line-height: 1;
  color: var(--white);
  background: var(--lilac);
  border-radius: 1px;
  box-shadow: 2px 2px 4px 0 rgba(35, 35, 37, 0.3);
  padding: 10px 20px 8px 16px;
}

.copy-image-main-image-tag:after {
  content: '';
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(119, 53, 131, 0);
  border-bottom-color: #773583;
  border-width: 8px;
  margin-left: -8px;
  top: -8px;
  right: -8px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .copy-image-main-image-tag {
    font-size: 18px;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .copy-image-main-image img {
    margin-bottom: 20px;
  }
}

/**
 * Module: ABM Deep Dive (Accordion)
 * 
 */
.abm-deep-dive {
  padding: 40px 0;
}

.abm-deep-dive .container {
  padding: 0;
  max-width: 100%;
  padding: 0 15px;
}

.abm-deep-dive-main {
  padding-left: calc((100vw - 1110px) / 2);
}

@media (max-width: 1199.98px) {
  .abm-deep-dive-main {
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .abm-deep-dive-main {
    padding-bottom: 25px;
  }
}

.abm-deep-dive-main-body {
  padding-right: 25%;
}

@media (max-width: 767.98px) {
  .abm-deep-dive-main-body {
    padding-right: 0;
  }
}

.abm-deep-dive-main-content {
  padding-bottom: 35px;
}

@media (max-width: 767.98px) {
  .abm-deep-dive-main-content {
    padding-bottom: 0;
  }
}

.abm-deep-dive-main-accordion-item {
  padding: 20px 0 25px;
  border-bottom: solid 0.8px var(--slate);
}

@media (max-width: 767.98px) {
  .abm-deep-dive-main-accordion-item {
    padding: 15px 0;
  }
}

.abm-deep-dive-main-accordion-item:first-child {
  border-top: solid 0.8px var(--slate);
}

.abm-deep-dive-main-accordion-item h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
}

@media (max-width: 767.98px) {
  .abm-deep-dive-main-accordion-item h3 {
    font-size: 20px;
    font-weight: 600;
  }
}

.abm-deep-dive-main-accordion-item h3:after {
  color: var(--orange);
  font-weight: normal;
}

.abm-deep-dive-main-accordion-item h3[aria-expanded="false"]:after {
  content: "\002B";
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .abm-deep-dive-main-accordion-item h3[aria-expanded="false"]:after {
    font-size: 22px;
  }
}

.abm-deep-dive-main-accordion-item h3[aria-expanded="true"]:after {
  content: "\2014";
  font-size: 22px;
}

.abm-deep-dive-main-accordion-item-content > div {
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .abm-deep-dive-main-accordion-item-content > div {
    padding-top: 10px;
  }
}

.abm-deep-dive-main-accordion-item-content strong {
  font-weight: 600;
}

.abm-deep-dive-main-accordion-item-content-cta a.link-arrow {
  color: var(--orange);
  font-weight: 600;
  line-height: 1.44;
}

.abm-deep-dive-main-accordion-item-content-cta a.link-arrow:first-child {
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .abm-deep-dive-main-accordion-item-content-cta a.link-arrow:first-child {
    margin-right: 0;
    padding-bottom: 15px;
  }
}

.abm-deep-dive-sidebar {
  display: flex;
  flex-direction: column;
  padding-right: calc((100vw - 1410px) / 2);
}

@media (max-width: 1199.98px) {
  .abm-deep-dive-sidebar {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .abm-deep-dive-sidebar {
    padding-top: 10px;
  }
}

.abm-deep-dive-sidebar img {
  padding-left: 75px;
}

.abm-deep-dive-sidebar-box {
  flex: 0 1 480px;
  max-width: 480px;
  padding: 51px 55px 15px;
  box-shadow: 2px 5px 13px 0 rgba(35, 35, 37, 0.15);
}

@media (max-width: 991.98px) {
  .abm-deep-dive-sidebar-box {
    padding: 40px 45px 15px;
  }
}

@media (max-width: 767.98px) {
  .abm-deep-dive-sidebar-box {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 21px 20px;
  }
}

@media (max-width: 767.98px) {
  .abm-deep-dive-sidebar-box h3 {
    font-size: 20px;
    font-weight: 600;
  }
}

.abm-deep-dive-sidebar-box form label[for=email] {
  display: none;
}

.abm-deep-dive-sidebar-box form .response-no-submit {
  color: red;
  padding-top: 15px;
}

.abm-deep-dive-sidebar-box form.mktoForm .mktoButtonRow {
  width: 100%;
  margin-top: 5px;
}

.abm-deep-dive-sidebar-box form.mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  width: 100%;
  margin-left: 0 !important;
}

.abm-deep-dive-sidebar-box form.mktoForm .mktoButtonRow .mktoButtonWrap button {
  width: 100%;
}

.abm-deep-dive-sidebar-box .response-no-submit,
.abm-deep-dive-sidebar-box .response-success {
  display: none;
}

.abm-deep-dive-sidebar-box .response-success {
  font-size: 22px;
  font-weight: 600;
}

.module-featured-resource {
  position: relative;
  margin: 15px 0;
  color: var(--slate);
}

.module-featured-resource h1 {
  color: var(--deep-purple);
}

.module-featured-resource-box:before {
  position: absolute;
  content: '';
  top: 13%;
  left: 0;
  width: 100%;
  height: 87%;
  box-shadow: 1px 2px 8px 0 var(--slate-dropshadow);
}

@media (min-width: 768px) {
  .module-featured-resource {
    margin: 60px 0;
  }
  .module-featured-resource-box:before {
    top: 0;
    width: 75%;
    height: 100%;
  }
  .module-featured-resource img {
    margin-top: -100px;
  }
}

@media (max-width: 767.98px) {
  .module-featured-resource img {
    width: 60%;
  }
}

.headline-text-image a {
  color: #FF8426;
}

.headline-text-image a:hover {
  text-decoration: underline;
}

.headline-text-image p {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: var(--slate);
}

.headline-text-image p a {
  color: #FF8426;
}

.headline-text-image p a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .headline-text-image p {
    font-size: 22px;
    line-height: 1.42;
  }
}

.headline-text-image p.SubheadDarkLight {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

@media (min-width: 768px) {
  .headline-text-image p.SubheadDarkLight {
    font-size: 22px;
    line-height: 1.42;
  }
}

.headline-text-image p.SubheadDarkRegular {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

@media (min-width: 768px) {
  .headline-text-image p.SubheadDarkRegular {
    font-size: 22px;
    line-height: 1.42;
  }
}

section.module-newsletter-signup {
  background-color: #f1f1f1;
  padding: 50px 80px 55px 85px;
}

section.module-newsletter-signup .form-row {
  width: 500px;
  margin: 0 auto;
}

section.module-newsletter-signup form.mktoForm {
  width: 100% !important;
}

section.module-newsletter-signup form.mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
}

section.module-newsletter-signup form.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}

section.module-newsletter-signup h3 {
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1.11;
}

section.module-newsletter-signup .form-btn {
  margin-top: 40px;
  text-align: center;
}

section.module-newsletter-signup .form-btn::after {
  clear: both;
}

section.module-newsletter-signup .response-no-submit {
  display: none;
  color: red;
  padding-top: 15px;
}

section.module-newsletter-signup .response-success {
  display: none;
  font-size: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  section.module-newsletter-signup {
    padding: 20px;
    width: auto;
    height: auto;
  }
  section.module-newsletter-signup .form-row {
    width: auto;
  }
}

section.module-newsletter-signup .subscribe {
  height: auto;
}

section.module-newsletter-signup .subscribe .subscribe__inner {
  margin: 20px auto 10px;
  text-align: center;
}

.module-abx-hero {
  background-color: var(--night-blue);
  color: var(--white);
  position: relative;
  min-height: 425px;
  z-index: 5;
  padding-bottom: 80px;
}

.module-abx-hero:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 89px;
  background-image: url(../images/abx/green-bg-top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.module-abx-hero h1 {
  line-height: 1.1;
}

.module-abx-hero h3 {
  font-size: 28px;
  line-height: 1.18;
}

.module-abx-hero p {
  font-size: 24px;
  line-height: 1.08;
  font-weight: normal;
}

.module-abx-hero-right-top {
  position: absolute;
  top: 64px;
  right: 0;
  width: 80%;
}

@media (min-width: 768px) {
  .module-abx-hero-right-top {
    width: 55%;
  }
}

.module-abx-hero-right-bottom {
  position: absolute;
  bottom: 60px;
  right: -100px;
  width: 80%;
  z-index: 15;
}

@media (min-width: 576px) {
  .module-abx-hero-right-bottom {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .module-abx-hero-right-bottom {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .module-abx-hero-right-bottom {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .module-abx-hero-right-bottom {
    width: 40%;
  }
}

.module-abx-hero-lower {
  background-color: var(--aqua-marine);
  position: relative;
  z-index: 10;
  margin-bottom: 89px;
}

.module-abx-hero-lower:after {
  position: absolute;
  bottom: -89px;
  left: 0;
  width: 100%;
  height: 89px;
  background-image: url(../images/abx/green-bg-bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  content: '';
}

.module-abx-hero-lower h1 {
  color: var(--deep-purple);
  font-size: 48px;
  line-height: 1.1;
}

.module-abx-hero-lower p {
  color: var(--slate);
  font-size: 22px;
  line-height: 1.41;
  font-weight: 300;
}

.module-new-speakers h1 {
  font-size: 48px;
  font-weight: 600;
  color: var(--deep-purple);
  line-height: 1.1;
}

.module-new-speakers-speaker img {
  margin-bottom: 32px;
}

.module-new-speakers-speaker h3 {
  font-size: 22px;
  line-height: 1.41;
  font-weight: bold;
  margin-bottom: 5px;
}

.module-new-speakers-speaker > div {
  color: var(--slate);
  font-weight: 600;
}

/* Other styles to mimic what is used on the homepage/bootstrap 4 */
.font-weight-bold {
  font-weight: bold;
}

.card-grow {
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.card-grow:hover {
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# Blog Posts, Press Releases: content and Newsletter subscribe section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blog post: Content style rules
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container_small {
    padding: 0 100px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container_small {
    padding: 0 40px;
  }
}

.post-info a:hover {
  text-decoration: none;
}

.guest-author-wrapper {
  padding-top: 30px;
  border-top: 2px solid #ccc;
}

@media (min-width: 1200px) {
  .guest-author-wrapper .author-name h5,
  .guest-author-wrapper .author-name h6 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .guest-author-wrapper .author-name h5,
  .guest-author-wrapper .author-name h6 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .guest-author-wrapper .author-name h5,
  .guest-author-wrapper .author-name h6 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .guest-author-wrapper .author-title p {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .guest-author-wrapper .author-title p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .guest-author-wrapper .author-title p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .guest-author-wrapper .author-description p {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .guest-author-wrapper .author-description p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .guest-author-wrapper .author-description p {
    font-size: 16px;
  }
}

.post-author-wrapper {
  width: 100%;
  border-top: 2px solid #ccc;
  padding-top: 10px;
  display: inline-block;
  margin: 10px 0 20px;
}

.post-author-image {
  float: left;
  position: relative;
}

.post-author-image img {
  max-width: 110px;
  display: block;
  margin: 0;
  padding: 0;
}

.post-author-description {
  float: left;
  position: relative;
  padding: 10px 10px;
}

.post-author-description h5 {
  margin: 0;
  font-size: 22px;
}

.blog-subscribe-wrapper {
  clear: both;
}

.subscribe {
  height: auto;
  background-color: #f1f1f1;
  padding: 50px 80px 55px 85px;
}

.subscribe .subscribe__inner {
  margin: 20px auto 10px;
  text-align: center;
}

.subscribe .form-row {
  width: 500px;
  margin: 0 auto;
}

.subscribe h3 {
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1.11;
}

.subscribe .form-btn {
  margin-top: 40px;
  text-align: center;
}

.subscribe .form-btn::after {
  clear: both;
}

.subscribe .response-no-submit {
  display: none;
  color: red;
  padding-top: 15px;
}

.subscribe .response-success {
  display: none;
  font-size: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .subscribe {
    padding: 20px;
    width: auto;
    height: auto;
  }
  .subscribe .form-row {
    width: auto;
  }
}

.page-blog .link:hover {
  text-transform: none;
  text-decoration: underline;
}

.post-info a {
  color: #464b57;
}

.post-info a:hover {
  color: #464b57;
  text-decoration: underline;
}

body.single-blog_author .hero {
  background: linear-gradient(#004e88, #18719e) !important;
}

.wh-106 {
  width: 106px;
  height: 106px;
}

.no-posts-found {
  font-size: 1.5625rem;
  color: #0a0a0a;
  font-weight: 400;
}

.blog-author-hero {
  font-size: 16px;
}

.blog-author-hero-wrapper {
  max-width: 700px;
}

.blog-author-hero-title {
  font-weight: 300;
  border-bottom: 1px dotted #fff;
}

.blog-author-hero-description {
  line-height: 1.4;
}

.blog-author-hero h6 {
  font-size: 20px;
}

.blog-author-hero p {
  font-weight: 300;
}

.blog-author-hero a {
  color: #ffffff;
}

.blog-author-hero a:hover {
  text-decoration: underline;
}

body.single-blog .guest-author-wrapper .author-name a {
  color: #464b57;
}

body.single-blog .guest-author-wrapper .author-name a:hover {
  color: #464b57;
  text-decoration: underline;
}

body.single-blog .guest-author-wrapper .author-title {
  border-bottom: 1px dotted #ccc;
}

body.single-blog .guest-author-wrapper .author-description a {
  color: #464b57;
}

body.single-blog .guest-author-wrapper .author-description a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Press release: Content style rules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Resources: Content style rules
--------------------------------------------------------------*/
.page-default.resources .resource-asset-container p {
  font-size: 20px;
}

.page-default.resources .resource-asset-container a {
  font-size: 20px;
}

.page-default.resources .resource-asset-container .resource-asset-hero {
  /*
				  .description-popup {
					  display: none;
					  position: fixed;
					  top: 148px;
					  width: 100%;
					  background-color: #fff;
					  z-index: 999;
					  padding: 85px;
					  max-width: 720px;
					  @media (min-width: 1200px) {
						  max-width: 1140px;
					  }
					  @include mobile {
						  max-width: none;
						  left: 0;
						  top: 44px;
						  padding: 30px 25px 40px;
					  }
				  }
			*/
}

.page-default.resources .resource-asset-container .resource-asset-hero a {
  color: #ff8426;
}

.page-default.resources .resource-asset-container .resource-asset-hero > div {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .page-default.resources .resource-asset-container .resource-asset-hero > div {
    display: flex;
  }
  .page-default.resources .resource-asset-container .resource-asset-hero > div.resource-popup {
    display: none;
  }
}

@media (min-width: 768px) {
  .page-default.resources .resource-asset-container .resource-asset-hero > div > div:first-child {
    margin-right: 24px;
  }
}

@media (max-width: 767px) {
  .page-default.resources .resource-asset-container .resource-asset-hero > div > div:first-child {
    margin-bottom: 10px;
  }
}

.page-default.resources .resource-asset-container .resource-asset-hero > div > div img {
  width: 54px;
  height: 50px;
}

.page-default.resources .resource-asset-container .resource-asset-hero > div > div h3 {
  text-transform: uppercase;
  color: #ff8426;
  font-size: 18px;
  margin: 0;
}

@media (max-width: 767px) {
  .page-default.resources .resource-asset-container .resource-asset-hero > div > div h3 {
    margin-bottom: 5px;
  }
}

.page-default.resources .resource-asset-container .resource-asset-hero > div > div h2 {
  font-size: 26px;
  line-height: 26px;
}

.page-default.resources .resource-asset-container .resource-asset-hero a.read-more {
  text-transform: uppercase;
  color: #535762;
  font-weight: 800;
  cursor: pointer;
  display: block;
  margin-bottom: 35px;
}

.page-default.resources .resource-asset .header {
  height: 90px;
  background-color: var(--white);
  position: relative;
  font-size: 20px;
  box-shadow: 2px 5px 13px 0 var(--dark-grey-15);
  z-index: 10;
}

.page-default.resources .resource-asset.ebook {
  margin-top: -80px;
}

@media (min-width: 768px) {
  .page-default.resources .resource-asset.ebook {
    margin-top: -391px;
  }
}

.page-default.resources .resource-asset.ebook .canvas-container {
  width: 100%;
  padding: 0 110px;
  background-color: #f1f1f1;
  position: relative;
}

.page-default.resources .resource-asset.ebook .canvas-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.page-default.resources .resource-asset.ebook .canvas-container a {
  width: 17px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/resources/right-arrow-orange.svg");
  cursor: pointer;
}

.page-default.resources .resource-asset.ebook .canvas-container a.disabled {
  background-image: url("../images/resources/right-arrow-grey.svg");
}

.page-default.resources .resource-asset.ebook .canvas-container a.prev {
  left: 50px;
  transform: rotate(180deg) translateY(50%);
}

.page-default.resources .resource-asset.ebook .canvas-container a.next {
  right: 50px;
}

.page-default.resources .resource-asset.ebook .mobile-container {
  background-color: var(--white);
  padding: 20px 20px 15px;
}

.page-default.resources .resource-asset.ebook .mobile-container a {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-default.resources .resource-asset.ebook .mobile-container img {
  width: 100%;
}

.page-default.resources .resource-asset.ebook .header .page-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 34px;
}

.page-default.resources .resource-asset.ebook .header a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 41px;
}

.page-default.resources .resource-asset.ebook .header a img {
  width: 21px;
  height: 19px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .page-default.resources .resource-asset.ebook .canvas-container,
  .page-default.resources .resource-asset.ebook .header {
    display: none;
  }
}

@media (min-width: 768px) {
  .page-default.resources .resource-asset.ebook > a {
    display: none;
  }
}

.page-default.resources .resource-asset.webinar {
  position: relative;
}

.page-default.resources .resource-asset.webinar-bg {
  position: absolute;
  top: 0;
  height: 50%;
  background: var(--lime-green);
  width: 100%;
  content: ' ';
}

@media (max-width: 767px) {
  .page-default.resources .resource-asset.webinar .header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .page-default.resources .resource-asset.webinar .header a {
    display: block;
    margin-right: 45px;
    float: right;
    line-height: 90px;
  }
}

@media (max-width: 767px) {
  .page-default.resources .resource-asset.webinar .header a {
    display: flex;
    margin: 0 20px;
  }
}

.page-default.resources .resource-asset.webinar .header a.inactive {
  display: none;
}

.page-default.resources .resource-asset.webinar .header a img {
  margin-right: 7px;
}

.page-default.resources .resource-asset.webinar .header a > div {
  float: right;
  font-size: 20px;
  line-height: unset;
  position: relative;
}

.page-default.resources .resource-asset.webinar .header a > div:before {
  position: absolute;
  content: ' ';
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 25px;
  height: 30px;
  background-image: url(../images/resources/show-slides-teal.svg);
}

.page-default.resources .resource-asset.webinar .header a > div:hover {
  color: var(--orange);
}

.page-default.resources .resource-asset.webinar .header a > div:hover:before {
  background-image: url(../images/resources/show-slides-orange.svg);
}

.page-default.resources .resource-asset.webinar .header a.transcripts img {
  margin-top: -4px;
}

.page-default.resources .resource-asset.webinar .header a.slideshare img {
  margin-top: -2px;
}

.page-default.resources .resource-asset.webinar .webinar-slideshare-container {
  position: relative;
}

.page-default.resources .resource-asset.webinar .webinar-slideshare-container .slideshare-container .video-js,
.page-default.resources .resource-asset.webinar .webinar-slideshare-container .webinar-container .video-js {
  width: auto;
  height: auto;
}

.page-default.resources .resource-asset.webinar .webinar-slideshare-container .slideshare-container video,
.page-default.resources .resource-asset.webinar .webinar-slideshare-container .webinar-container video {
  position: relative !important;
}

.page-default.resources .resource-asset.webinar .webinar-slideshare-container .slideshare-container {
  display: none;
}

.page-default.resources .resource-asset.webinar .webinar-slideshare-container .slideshare-container iframe {
  width: 100%;
  height: 650px;
}

@media (max-width: 767px) {
  .page-default.resources .resource-asset.webinar .webinar-slideshare-container .slideshare-container iframe {
    height: 250px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .page-default.resources .resource-asset.webinar .webinar-slideshare-container .slideshare-container iframe {
    height: 350px;
  }
}

.page-default.resources .resource-asset.blue-box {
  background-color: #004e88;
  padding: 75px 40px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .page-default.resources .resource-asset.blue-box {
    padding: 32px 45px 42px;
  }
}

.page-default.resources .resource-asset.blue-box h3 {
  text-transform: none;
  font-size: 48px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .page-default.resources .resource-asset.blue-box h3 {
    font-size: 22px;
  }
}

.page-default.resources .resource-asset.blue-box p {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .page-default.resources .resource-asset.blue-box p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.page-default.resources .resource-asset.blue-box a {
  margin-top: 10px;
}

.resource-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 85px;
  overflow-y: scroll;
}

.resource-popup .resource-asset-hero {
  background-image: none;
  color: #464b57;
  padding: 0;
}

@media (max-width: 767px) {
  .resource-popup {
    padding: 20px;
  }
}

.resource-popup a {
  color: #ff8426;
}

.resource-popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 51;
}

.resource-popup .inner {
  background-color: #fff;
  margin: 89px auto;
  padding: 3rem;
  max-width: 800px;
  z-index: 55;
  position: relative;
}

@media (min-width: 1200px) {
  .resource-popup .inner {
    max-width: 1140px;
  }
}

@media (max-width: 767px) {
  .resource-popup .inner {
    max-width: none;
    left: 0;
    top: 44px;
    padding: 30px 25px 40px;
  }
}

/*--------------------------------------------------------------
## Resources: Request a Demo Modal
--------------------------------------------------------------*/
.popup {
  z-index: 100001;
  position: absolute;
  /*top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;*/
  max-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  cursor: default;
  display: none;
}

.popup-close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  background: url("../images/sprite_minimized.png") no-repeat -237px -461px;
  width: 34px;
  height: 34px;
  z-index: 1;
  border: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

body.popup-opened .popup-button {
  background-color: #005f88;
  border-color: #005f88;
}

.popup-overlay {
  position: fixed;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10000;
}

/********************************
* Popup Request a DEMO V1 Styles
*********************************/
.popup.popupv1 {
  z-index: 100001;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  padding: 50px 0;
  max-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  cursor: default;
  display: none;
}

.popup.popupv1 .popup-inner {
  margin: 0 auto;
  background-color: #f2f2f2;
  position: relative;
  width: 380px;
}

@media (max-width: 767px) {
  .popup.popupv1 .popup-inner {
    width: 300px;
  }
}

.popup.popupv1 .popup-inner .popup-close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  background: url("../images/sprite_minimized.png") no-repeat -237px -461px;
  width: 34px;
  height: 34px;
  z-index: 1;
  border: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

@media (max-width: 767px) {
  .popup.popupv1 .popup-inner .popup-close {
    top: 8px;
  }
}

.popup.popupv1 .popup-inner .popup-title {
  padding: 25px;
}

.popup.popupv1 .popup-inner .popup-title h3 {
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  line-height: 36px;
  text-transform: uppercase;
  color: #535762;
}

.popup.popupv1 .popup-inner .popup-title p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.2;
  color: #535762;
}

@media (max-width: 767px) {
  .popup.popupv1 .popup-inner .popup-title {
    padding: 10px;
  }
  .popup.popupv1 .popup-inner .popup-title h3 {
    font-size: 22px;
  }
}

.popup.popupv1 .popup-inner .popup-request__form {
  padding-bottom: 20px;
}

.popup.popupv1 .popup-inner .popup-request__form .popup-request__form_body {
  padding-bottom: 25px;
}

.popup.popupv1 .popup-inner .popup-request__form .popup-request__form_body .popup-request__form_line {
  padding: 0 25px;
  margin-bottom: 10px;
}

.popup.popupv1 .popup-inner .popup-request__form .popup-request__form_body .popup-request__form_line:before {
  content: " ";
  display: table;
}

.popup.popupv1 .popup-inner .popup-request__form .popup-request__form_body .popup-request__form_line:after {
  content: " ";
  display: table;
  clear: both;
}

.popup.popupv1 .popup-inner .popup-request__form .popup-request__form_body .popup-request__form_line:last-child {
  margin-bottom: 0;
}

.popup.popupv1 .popup-inner .popup-request__form .popup-request__form_body .popup-request__form_line .line-label {
  float: left;
  width: 80px;
  text-align: right;
  font-size: 12px;
  color: #004e88;
  line-height: 40px;
}

@media (max-width: 767px) {
  .popup.popupv1 .popup-inner .popup-request__form .popup-request__form_body .popup-request__form_line {
    padding: 0 10px;
  }
  .popup.popupv1 .popup-inner .popup-request__form .popup-request__form_body .popup-request__form_line .line-label {
    display: none;
  }
}

.popup.popupv1 .popup-inner .popup-request__form .popup-request__form_footer {
  background-color: transparent;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.popup.popupv1 .popup-inner .popup-request__form .popup-request__form_footer button {
  display: inline-block;
  vertical-align: top;
  border: 3px solid #fff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  background-color: #ff8426;
  border-color: #ff8426;
  padding: 0 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}

.popup.popupv1 .popup-inner .popup-request__form .popup-request__form_footer button:hover {
  border-color: #004e88;
  background-color: #004e88;
}

/********************************
* Popup Request a DEMO V2 Styles
*********************************/
/*** POPUP V2 - NEW DEMO ***/
.popup.popupv2 {
  z-index: 100001;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 695px;
  padding: 50px 0;
  max-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  cursor: default;
  display: none;
}

@media (max-width: 767px) {
  .popup.popupv2 {
    height: 100%;
    padding: 0;
    position: fixed;
  }
  body.admin-bar .popup.popupv2 {
    padding-top: 46px;
  }
}

.popup.popupv2 .popup-inner.popup-request {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  width: 380px;
}

@media (min-width: 768px) {
  .popup.popupv2 .popup-inner.popup-request {
    display: flex;
    height: 595px;
  }
}

@media (min-width: 1170px) {
  .popup.popupv2 .popup-inner.popup-request {
    width: 1130px;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .popup.popupv2 .popup-inner.popup-request {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .popup.popupv2 .popup-inner.popup-request {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .popup.popupv2 .popup-inner.popup-request.form-complete .popup-left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .popup.popupv2 .popup-inner.popup-request.form-complete .popup-left {
    max-height: 1200px;
  }
}

.popup.popupv2 .popup-inner.popup-request.form-complete .popup-left .screenshot-image .screenshot-image-inner img.play {
  display: inline;
}

.popup.popupv2 .popup-inner.popup-request.form-complete .popup-left .screenshot-image img.before {
  display: none;
}

.popup.popupv2 .popup-inner.popup-request.form-complete .popup-right {
  padding: 0;
}

@media (min-width: 768px) {
  .popup.popupv2 .popup-inner.popup-request.form-complete .popup-right {
    width: 0;
  }
}

.popup.popupv2 .popup-inner.popup-request .popup-close {
  position: absolute;
  cursor: pointer;
  top: -15px;
  right: -15px;
  background: none;
  background-color: #fff;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  border: 2px solid #ff8325;
  display: inline-block;
  cursor: pointer;
  color: #ff8426;
  font-family: Arial;
  font-size: 16px;
  padding: 3px 8px;
  text-decoration: none;
  width: 33px;
  height: 33px;
}

.popup.popupv2 .popup-inner.popup-request .popup-close:after, .popup.popupv2 .popup-inner.popup-request .popup-close:before {
  position: absolute;
  top: 5px;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 3px;
  margin-left: -2px;
  background-color: #ff8426;
}

.popup.popupv2 .popup-inner.popup-request .popup-close:before {
  transform: rotate(45deg);
}

.popup.popupv2 .popup-inner.popup-request .popup-close:after {
  transform: rotate(-45deg);
}

.popup.popupv2 .popup-inner.popup-request .popup-close:hover {
  background-color: #ff8426;
  color: #fff;
}

.popup.popupv2 .popup-inner.popup-request .popup-close:hover:after, .popup.popupv2 .popup-inner.popup-request .popup-close:hover:before {
  background-color: #fff;
}

@media (max-width: 767px) {
  .popup.popupv2 .popup-inner.popup-request .popup-close {
    top: 20px;
    right: 20px;
  }
}

.popup.popupv2 .popup-inner.popup-request .popup-left {
  background-color: #004e88;
  padding: 20px;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .popup.popupv2 .popup-inner.popup-request .popup-left {
    width: 665px;
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .popup.popupv2 .popup-inner.popup-request .popup-left {
    overflow: hidden;
    height: 100%;
    max-height: 200px;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .popup.popupv2 .popup-inner.popup-request .popup-left {
    width: 59%;
  }
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer {
  min-height: 200px;
  text-align: center;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title-after {
  display: none;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title-after h3,
.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title-after p {
  color: #fff;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title img.checkmark {
  margin-bottom: 20px;
  max-width: 48px;
}

@media (max-width: 767px) {
  .popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title img.checkmark {
    margin-top: 60px;
  }
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title .after-input-restart {
  display: none;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title .after-input-restart a {
  cursor: pointer;
  color: #ff8426;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title-before {
  text-align: left;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title img.play {
  margin-top: 15px;
  max-width: 67px;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title h3 {
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  text-transform: none;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title h3.popup-box-title {
  color: #ff8426;
}

@media (max-width: 767px) {
  .popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title h3.popup-box-title {
    font-size: 26px;
  }
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title h3.popup-box-title-2 {
  display: none;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title h3.popup-box-subtitle {
  color: #fff;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title p.popup-box-subtitle {
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 15px;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title p.popup-box-subtitle-2 {
  display: none;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title p.popup-box-description {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title {
    padding: 10px;
  }
  .popup.popupv2 .popup-inner.popup-request .popup-left .popup-title-outer .popup-title h3 {
    font-size: 22px;
  }
}

.popup.popupv2 .popup-inner.popup-request .popup-left .screenshot-image {
  position: relative;
}

@media (max-width: 767px) {
  .popup.popupv2 .popup-inner.popup-request .popup-left .screenshot-image {
    display: none;
  }
}

.popup.popupv2 .popup-inner.popup-request .popup-left .screenshot-image .screenshot-image-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.popup.popupv2 .popup-inner.popup-request .popup-left .screenshot-image .screenshot-image-inner h3 {
  color: #fff;
  font-size: 26px;
}

.popup.popupv2 .popup-inner.popup-request .popup-right {
  background-color: #fff;
  padding: 50px;
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .popup.popupv2 .popup-inner.popup-request .popup-right {
    width: 465px;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .popup.popupv2 .popup-inner.popup-request .popup-right {
    width: 41%;
    padding: 25px;
  }
}

.popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body {
  padding-bottom: 25px;
}

.popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line {
  padding: 0 25px;
  margin-bottom: 10px;
}

.popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line:before {
  content: " ";
  display: table;
}

.popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line:after {
  content: " ";
  display: table;
  clear: both;
}

.popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line:last-child {
  margin-bottom: 0;
}

.popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line .line-label {
  float: left;
  width: 80px;
  text-align: right;
  font-size: 12px;
  color: #004e88;
  line-height: 40px;
}

@media (max-width: 767px) {
  .popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line {
    padding: 0 10px;
  }
  .popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line .line-label {
    display: none;
  }
  .popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line .line-input {
    margin-left: 0;
  }
  .popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line .line-input input:-moz-placeholder, .popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line .line-input input:-ms-input-placeholder, .popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line .line-input input::-moz-placeholder, .popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_body .popup-request__form_line .line-input input::-webkit-input-placeholder {
    opacity: 1;
  }
}

.popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .form-response-wrapper {
  min-height: 23px;
  text-align: center;
  display: none;
  font-size: 16px;
}

.popup.popupv2 .popup-inner.popup-request .popup-right .popup-request__form .popup-request__form_footer {
  background-color: transparent;
  text-align: center;
}

/*--------------------------------------------------------------
## Recommended content
--------------------------------------------------------------*/
.recommended-content {
  margin-top: 60px;
}

.recommended-content h3 {
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .recommended-content h3 {
    margin-bottom: 15px;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .recommended-content h2 {
    font-weight: 300;
  }
}

.recommended-content .recommended-content-content {
  text-align: center;
  padding: 20px 0;
}

.recommended-content .recommended-content-content img.spinner {
  margin-bottom: 40px;
}

.recommended-content .recommended-content-content .powered-by-db {
  text-align: left;
  position: relative;
  color: #464b57;
  margin-top: 23px;
}

.recommended-content .recommended-content-content .powered-by-db .powered-by-popup {
  font-size: 16px;
}

@media (min-width: 768px) {
  .recommended-content .recommended-content-content .powered-by-db .powered-by-popup {
    font-size: 18px;
  }
}

.recommended-content .recommended-content-content .powered-by-db .powered-by-popup a {
  display: block;
  cursor: pointer;
  text-transform: none;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .recommended-content .recommended-content-content .powered-by-db .powered-by-popup a {
    display: inline;
    margin-left: 5px;
  }
}

.recommended-content .recommended-content-content ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.recommended-content .recommended-content-content ul li {
  text-align: left;
  margin-bottom: 20px;
}

.recommended-content .recommended-content-content ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .recommended-content .recommended-content-content ul li {
    width: 50%;
    margin-bottom: 40px;
  }
  .recommended-content .recommended-content-content ul li:nth-child(odd) {
    padding-right: 72.5px;
  }
  .recommended-content .recommended-content-content ul li:nth-child(even) {
    padding-left: 72.5px;
  }
}

.recommended-content .recommended-content-content ul li a {
  display: flex;
  align-items: center;
  color: var(--deep-purple);
  font-weight: 600;
  letter-spacing: normal;
  font-size: 16px;
}

@media (min-width: 768px) {
  .recommended-content .recommended-content-content ul li a {
    font-size: 20px;
    line-height: 1.4;
    height: 100%;
  }
}

.recommended-content .recommended-content-content ul li a .resource-asset-icon {
  margin-right: 35px;
  width: 36px;
  height: 32px;
  min-width: 41px;
  background-image: url("../images/resources/page-icon.svg");
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.recommended-content .recommended-content-content ul li a .resource-asset-icon.webinar {
  background-image: url("../images/resources/webinar-icon.svg");
}

.recommended-content .recommended-content-content ul li a .resource-asset-icon.ebook {
  background-image: url("../images/resources/ebook-icon.svg");
}

.recommended-content .recommended-content-content ul li a .resource-asset-icon.video {
  background-image: url("../images/resources/video-icon.svg");
}

.recommended-content .recommended-content-content ul li a .resource-asset-icon:hover:before {
  content: "";
  position: absolute;
  top: 105%;
  margin-top: 8px;
  left: 50%;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
  border-width: 14px 6px 0 6px;
  border-style: solid;
  border-color: rgba(74, 187, 228, 0.7) transparent transparent transparent;
  z-index: 100;
}

.recommended-content .recommended-content-content ul li a .resource-asset-icon:hover:after {
  content: attr(type);
  position: absolute;
  left: 100%;
  top: 105%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%);
  background: rgba(74, 187, 228, 0.7);
  text-align: center;
  color: #fff;
  padding: 4px 2px;
  font-size: 12px;
  min-width: 80px;
  border-radius: 5px;
  pointer-events: none;
}

.recommended-content .recommended-content-content ul li a img {
  margin-right: 20px;
  width: 40px;
  height: 38px;
}

/*--------------------------------------------------------------
# Blocks: Reusable Clone modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Brightcove Gallery Hero (Clone)
--------------------------------------------------------------*/
.brightcove-gallery-hero {
  position: relative;
  color: #464b57;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-bottom: 3rem;
  /*
	// In case two color background is implemented:
	&:before {
		position: absolute;
		width: 60%;
		left: 40%;
		top: 0;
		height: 100%;
		background-color: #f4f6f6;
		content: ' ';
	}
	*/
}

.brightcove-gallery-hero-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 100%;
}

.brightcove-gallery-hero-right-bg {
  position: absolute;
  top: 0;
  left: 43%;
  width: 57%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .brightcove-gallery-hero-right-bg {
    left: 0;
    width: 100%;
  }
}

.brightcove-gallery-hero > .container {
  padding-top: 3rem;
}

.brightcove-gallery-hero > .container h1 {
  color: #004e88;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: none;
}

.brightcove-gallery-hero > .container h2 {
  text-transform: none;
  margin-top: 26px;
}

.brightcove-gallery-hero > .container p {
  font-size: 18px;
  font-weight: 300;
}

.brightcove-gallery-hero > .container .brightcove-wrapper {
  margin-top: 32px;
}

@media (min-width: 1200px) {
  .brightcove-gallery-hero > .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

/*--------------------------------------------------------------
## Logo Garden (Clone)
--------------------------------------------------------------*/
.logo-garden h2 {
  color: #004e88;
  text-align: center;
  margin: 0 auto 25px;
}

@media (min-width: 1200px) {
  .logo-garden h2 {
    max-width: 75%;
  }
}

.logo-garden h2 + p {
  margin: 0 auto 40px;
}

.logo-garden-logos > div {
  margin-bottom: 20px;
}

.logo-garden-logos > div img {
  max-height: 60px;
}

@media screen and (min-width: 768px) {
  .logo-garden-logos > div {
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .logo-garden-logos > div {
    height: 40px;
  }
  .logo-garden-logos > div img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
## Resource Stories (Clone)
--------------------------------------------------------------*/
.resource-stories h2 {
  font-size: 48px;
}

@media (max-width: 767.98px) {
  .resource-stories h2 {
    font-size: 26px;
  }
}

.resource-stories-resource {
  margin-bottom: 30px;
  transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
  .resource-stories-resource {
    padding: 0;
  }
}

.resource-stories-resource:hover {
  transform: scale(1.05);
}

.resource-stories-resource.inactive {
  display: none;
}

.resource-stories-resource > div {
  margin: 0 0.5rem;
  padding: 1rem;
  box-shadow: 2px 5px 10px 0 rgba(35, 35, 37, 0.15);
}

.resource-stories-resource > div .resource-stories-resource-logo {
  text-align: center;
  margin-bottom: 1rem;
}

.resource-stories-resource > div .resource-stories-resource-logo img {
  max-width: 80%;
  max-height: 35px;
}

.resource-stories-resource > div .resource-stories-resource-thumbnail {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .resource-stories-resource > div .resource-stories-resource-thumbnail img {
    width: 100%;
  }
}

.resource-stories-resource > div .resource-stories-resource-title {
  margin-bottom: 3rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .resource-stories-resource > div .resource-stories-resource-title {
    font-size: 16px;
  }
}

.resource-stories-resource > div .resource-stories-resource-link {
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .resource-stories-resource > div .resource-stories-resource-link {
    position: absolute;
    bottom: 10px;
  }
}

.resource-stories-resource > div .resource-stories-resource-link a {
  color: #ff8426;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .resource-stories-resource > div .resource-stories-resource-link a {
    font-size: 16px;
  }
}

.resource-stories-resource-double > div {
  background: #3aa2da;
  background: linear-gradient(#004e88 -14%, #00a7bf 92%);
}

@media (max-width: 991px) {
  .resource-stories-resource-double > div .resource-stories-resource-link {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .resource-stories-resource-double > div .resource-stories-resource-link {
    left: 50%;
    transform: translateX(-50%);
  }
}

.resource-stories-resource-double > div .double-logo {
  margin-top: 1.5rem;
  text-align: center;
}

.resource-stories-resource-double > div .double-text {
  margin-top: 3rem;
  color: #fff;
  font-style: italic;
  font-size: 24px;
  text-align: center;
  width: auto;
  padding: 0;
}

.resource-stories-resource-double > div .double-text:before, .resource-stories-resource-double > div .double-text:after {
  content: '';
}

@media (min-width: 768px) and (max-width: 1199px) {
  .resource-stories-resource-double > div .resource-stories-resource-link {
    left: 50%;
    transform: translateX(-50%);
  }
}

.resource-stories-more {
  text-align: center;
}

.resource-stories-more a {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Recommended Resources (Clone)
--------------------------------------------------------------*/
.recommended-resources {
  padding: 80px 0 60px;
}

/*--------------------------------------------------------------
# Pages: homepage, search, 404, common
--------------------------------------------------------------*/
.page-default {
  overflow: hidden;
  margin-top: 42px;
  display: flex;
  flex-direction: column;
}

.page-default.alert-show {
  margin-top: 102px;
}

@media (min-width: 768px) {
  .page-default.alert-show {
    margin-top: 160px;
  }
}

.page-default.has-form {
  display: block;
}

@media (min-width: 768px) {
  .page-default {
    margin-top: 150px;
  }
  body.scrolling .page-default {
    margin-top: 80px;
  }
}

.page-default .link-carat {
  color: #ff8425;
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: none;
}

.page-default .link-carat:before {
  transition: none;
  content: "";
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/sprite.svg");
  -webkit-background-size: 145px 165px;
  -moz-background-size: 145px 165px;
  -o-background-size: 145px 165px;
  background-size: 145px 165px;
  width: 14px;
  height: 24px;
  background-position: -117px -118px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.page-default .link-carat:hover {
  opacity: .7;
  color: #ff8425;
  transition: none;
}

.homepage-personalization-section {
  margin-top: 85px;
  display: none;
}

@media screen and (min-width: 720px) {
  .homepage-personalization-section .container {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .homepage-personalization-section {
    width: 1180px;
    margin: 85px auto 0;
  }
}

.homepage-personalization-section .homepage-personalization-section__inner {
  width: 555px;
  float: left;
}

@media screen and (min-width: 720px) {
  .homepage-personalization-section .homepage-personalization-section__inner:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .homepage-personalization-section .homepage-personalization-section__inner {
    width: 325px;
  }
}

@media screen and (max-width: 719px) {
  .homepage-personalization-section .homepage-personalization-section__inner {
    margin: 0 auto;
    float: none;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
}

.homepage-personalization-section .homepage-personalization-section__inner .fade-slide {
  width: 100%;
}

.homepage-personalization-section .homepage-personalization-section__inner h2 {
  color: #004e88;
  line-height: 1;
}

.homepage-personalization-section .homepage-personalization-section__inner h2 span {
  color: #ff8426;
  display: block;
}

@media screen and (max-width: 719px) {
  .homepage-personalization-section .homepage-personalization-section__inner h2 {
    font-size: 22px;
  }
}

.homepage-personalization-section .homepage-personalization-section__inner p {
  color: #004e88;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 27px;
}

@media screen and (max-width: 719px) {
  .homepage-personalization-section .homepage-personalization-section__inner p {
    font-size: 21px;
  }
}

@media screen and (min-width: 720px) {
  .homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target {
    opacity: 0;
  }
}

.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target > div {
  position: relative;
}

.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target.active {
  opacity: 1;
}

.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .city-weather,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .morning,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .afternoon,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .evening {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .city-weather > div,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .morning > div,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .afternoon > div,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .evening > div {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .city-weather > div div,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .morning > div div,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .afternoon > div div,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .evening > div div {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #004e88;
}

.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .city-weather > div img,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .morning > div img,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .afternoon > div img,
.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .evening > div img {
  width: 60px;
  height: 35px;
  margin-bottom: 7px;
}

.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .default {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-personalization-section .homepage-personalization-section__inner .personalized-screenshot-div-target .default img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homepage-personalization-section .homepage-personalization-section__inner .screenshot-container {
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-triplet-section {
  margin-top: 30px;
}

.homepage-triplet-section::after {
  clear: both;
  display: block;
  content: " ";
}

@media screen and (min-width: 720px) {
  .homepage-triplet-section .container {
    height: 350px;
  }
}

.homepage-triplet-section .container .homepage-triplet-item {
  display: flex;
  width: 33%;
  float: left;
  align-items: center;
}

@media screen and (min-width: 720px) and (max-width: 1199px) {
  .homepage-triplet-section .container .homepage-triplet-item {
    height: 450px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage-triplet-section .container .homepage-triplet-item {
    height: 350px;
  }
}

@media screen and (max-width: 719px) {
  .homepage-triplet-section .container .homepage-triplet-item {
    display: block;
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
}

.homepage-triplet-section .container .homepage-triplet-item .triplet-image {
  text-align: center;
  margin-bottom: 32px;
}

.homepage-triplet-section .container .homepage-triplet-item .triplet-image img {
  max-width: 70px;
  max-height: 60px;
}

.homepage-triplet-section .container .homepage-triplet-item h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #535762;
}

@media screen and (min-width: 720px) and (max-width: 1199px) {
  .homepage-triplet-section .container .homepage-triplet-item h2 {
    padding: 0 5px;
  }
}

.homepage-triplet-section .container .homepage-triplet-item .triplet-p-a-container {
  margin: 0 30px;
  text-align: center;
}

@media screen and (min-width: 720px) and (max-width: 1199px) {
  .homepage-triplet-section .container .homepage-triplet-item .triplet-p-a-container a {
    font-size: 12px;
  }
}

@media screen and (min-width: 720px) {
  .homepage-triplet-section .container .homepage-triplet-item .triplet-p-a-container {
    max-height: 0;
    transition-property: max-height;
    transition-duration: 1s;
    overflow: hidden;
  }
  .homepage-triplet-section .container .homepage-triplet-item:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  }
  .homepage-triplet-section .container .homepage-triplet-item:hover .triplet-p-a-container {
    max-height: 300px;
  }
}

.homepage-triplet-section .container .homepage-triplet-item p {
  color: #535762;
}

/* //Chris B - section -- not working properly/alignment off.

.logo-block {
  background-color: #f1f1f1;
  padding: 50px 0;

  @media (min-width: 768px) and (max-width: 1199px) {
    padding: 25px 0;
  }

  @include mobile {
    text-align: center;
    padding: 20px 0;
  }
  &:before {
    content: " ";
    display: table;
  }
  &:after {
    content: " ";
    display: table;
    clear: both;
  }
  .text_orange {
    color: #ff8425;
  }
  h2 {
    margin: 40px 0;
    text-align: center;
    font-size: 50px;
    @media (min-width: 768px) and (max-width: 1199px) {
      font-size: 36px;
    }
    @include mobile {
      font-size: 24px;
    }
  }

  .logo-item {
    width: 255px;
    height: 255px;
    margin-right: 35px;
    margin-bottom: 35px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    @media (min-width: 1200px) {
      &:nth-child(4n+1) {
        margin-right: 0;
      }
    }
    @media (min-width: 768px) and (max-width: 1199px) {
      width: 200px;
      height: 200px;
      float: none;
      display: inline-block;
      &:nth-child(3n+4) {
        margin-right: 0;
      }
    }
    @include mobile {
      margin: 0 10px 15px 0;
    }
    &:hover {
      img {
        top: 30%;
        @include mobile {
          top: 32%;
        }
      }
      .item-btn {
        opacity: 1;
        bottom: 20%;
        @include mobile {
          bottom: 4%;
        }
      }
    }
    a {
      display: inline-block;
      width: 100%;
      height: 100%;
    }
    img {
      max-width: 90%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      @media (max-width: 1199px) {
        max-height: 50%;
      }
    }
    .item-btn {
      position: absolute;
      bottom: 10%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      opacity: 0;
      -webkit-transition: bottom 0.5s;
      -o-transition: bottom 0.5s;
      -moz-transition: bottom 0.5s;
      transition: bottom 0.5s;
    }
  }
}

*/
.logo-block {
  background-color: #f1f1f1;
  padding: 50px 0;
}

.logo-block:before {
  content: " ";
  display: table;
}

.logo-block:after {
  content: " ";
  display: table;
  clear: both;
}

.logo-block h2 {
  margin: 40px 0;
  text-align: center;
  font-size: 50px;
}

.logo-block .logo-item {
  width: 255px;
  height: 255px;
  margin-right: 35px;
  margin-bottom: 35px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.logo-block .logo-item:hover img {
  top: 30%;
}

.logo-block .logo-item:hover .item-btn {
  opacity: 1;
  bottom: 20%;
}

.logo-block .logo-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.logo-block .logo-item img {
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.logo-block .logo-item .item-btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

@media (max-width: 767px) {
  .logo-block {
    text-align: center;
    padding: 20px 0;
  }
  .logo-block h2 {
    font-size: 24px;
  }
  .logo-block .logo-item {
    margin: 0 10px 15px 0;
    width: 200px;
    height: 200px;
    float: none;
    display: inline-block;
  }
  .logo-block .logo-item:hover img {
    top: 32%;
  }
  .logo-block .logo-item:hover .item-btn {
    bottom: 4%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .logo-block {
    padding: 25px 0;
  }
  .logo-block h2 {
    font-size: 36px;
  }
  .logo-block .logo-item {
    width: 200px;
    height: 200px;
  }
  .logo-block .logo-item:nth-child(3n+4) {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .logo-block .logo-item img {
    max-height: 50%;
  }
}

@media (min-width: 1200px) {
  .logo-block .logo-item:nth-child(4n+1) {
    margin-right: 0;
  }
}

.blog-signup-section {
  background: #004e88;
}

.blog-signup-section .container {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.blog-signup-section .container .subscribe {
  background: #004e88;
}

@media (min-width: 768px) {
  .blog-signup-section .container .subscribe .form-row-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .blog-signup-section .container .subscribe .form-row-container button {
    margin-left: 25px;
    margin-bottom: 38px;
  }
}

@media (max-width: 767px) {
  .blog-signup-section .container .subscribe .form-row-container {
    margin-bottom: 20px;
  }
  .blog-signup-section .container .subscribe .form-row-container button {
    margin-top: 30px;
  }
}

.blog-signup-section .container .subscribe .form-row-container .form-row {
  margin: 0;
}

.blog-signup-section .container .subscribe .form-row-container h3 {
  text-transform: uppercase;
  margin: 0;
}

.blog-signup-section .container .subscribe .form-row-container .form-input {
  margin-right: 30px;
}

.blog-signup-section .container .subscribe .form-row-container .response-no-submit {
  margin-top: 10px;
  display: none;
  color: #ff0000;
}

.blog-signup-section .container .subscribe .form-row-container .gdpr-form-field-checkbox {
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 767px) {
  .blog-signup-section .container .subscribe .form-row-container .gdpr-form-field-checkbox {
    margin-top: 20px;
  }
}

.page-search {
  margin-top: 108px;
  margin-bottom: 80px;
}

body.admin-bar .page-search {
  margin-top: 140px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-search {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  body.admin-bar .page-search {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .page-search {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  body.admin-bar .page-search {
    margin-top: 40px;
  }
}

.page-search form.search-form,
.search-results-wrapper form.search-form {
  margin-bottom: 20px;
  margin-top: 50px;
}

.page-search form.search-form .search-field,
.search-results-wrapper form.search-form .search-field {
  height: 30px;
  border: 2px solid #cccccc;
  border-radius: 3px;
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .page-search form.search-form .search-field,
  .search-results-wrapper form.search-form .search-field {
    width: 1020px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-search form.search-form .search-field,
  .search-results-wrapper form.search-form .search-field {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .page-search form.search-form .search-field,
  .search-results-wrapper form.search-form .search-field {
    width: 69%;
    padding-left: 2px;
  }
}

.page-search form.search-form .search-submit,
.search-results-wrapper form.search-form .search-submit {
  width: 72px;
  height: 33px;
  padding: 7px 27px;
  border-color: #ff8426;
  background-color: #ff8426;
  float: right;
  border-radius: 3px;
}

.page-search form.search-form p.total-results,
.search-results-wrapper form.search-form p.total-results {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  margin-left: 10px;
}

.page-search .variation-tabs,
.search-results-wrapper .variation-tabs {
  display: flex;
  margin-top: 50px;
}

.page-search .variation-tabs h4,
.search-results-wrapper .variation-tabs h4 {
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  padding: 0 15px 10px;
}

.page-search .variation-tabs h4.active,
.search-results-wrapper .variation-tabs h4.active {
  border-bottom: solid 3px #5dbae9;
}

.page-search .variation-tabs h4:hover,
.search-results-wrapper .variation-tabs h4:hover {
  border-bottom: solid 3px #ff8426;
}

.page-search .variation-tabs h4:last-child,
.search-results-wrapper .variation-tabs h4:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .page-search .variation-tabs h4,
  .search-results-wrapper .variation-tabs h4 {
    font-size: 18px;
  }
}

.page-search .variations,
.search-results-wrapper .variations {
  margin-top: 20px;
}

.page-search .variations .variation,
.search-results-wrapper .variations .variation {
  display: none;
}

.page-search .variations .variation.active,
.search-results-wrapper .variations .variation.active {
  display: block;
}

.page-search .variations .variation .loader-overlay,
.search-results-wrapper .variations .variation .loader-overlay {
  margin-top: 40px;
  text-align: center;
}

.page-search .search-results .single-result,
.search-results-wrapper .search-results .single-result {
  margin-bottom: 20px;
}

.page-search .search-results .single-result a,
.search-results-wrapper .search-results .single-result a {
  font-size: 18px;
  color: #464b57;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
}

.page-search .search-results .single-result a:hover,
.search-results-wrapper .search-results .single-result a:hover {
  text-decoration: underline;
}

.page-search .search-results .single-result .permalink,
.search-results-wrapper .search-results .single-result .permalink {
  margin-bottom: 2px;
  font-size: 14px;
}

.page-search .search-results .single-result p.excerpt,
.search-results-wrapper .search-results .single-result p.excerpt {
  font-size: 16px;
}

.page-search .search-results .nav-links a.page-numbers,
.search-results-wrapper .search-results .nav-links a.page-numbers {
  color: #ff8426;
  margin-right: 3px;
}

.page-404 {
  margin: 120px auto 20px;
  font-size: 18px;
  /* remove this once markup/styles received */
}

.page-404 h1 {
  font-size: 40px;
  color: #000000;
}

.page-404 p {
  font-size: 18px;
}

.page-404 a {
  font-size: 18px;
  color: #FF8426;
}

.page-404 ul {
  list-style-type: disc;
  padding-left: 17px;
  margin-bottom: 20px;
  font-size: 18px;
}

.page-default.case-study-overview {
  margin-top: 44px;
}

@media (min-width: 768px) {
  .page-default.case-study-overview {
    margin-top: 90px;
  }
  .page-default.case-study-overview p {
    font-size: 16px;
  }
}

.page-default .case-study-overview-quotes {
  position: relative;
  padding: 40px 0;
  background-color: var(--fog-grey-karl);
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-default .case-study-overview-quotes {
    background: none;
  }
}

.page-default .case-study-overview-quotes:before {
  position: absolute;
  width: 76%;
  left: 24%;
  top: 0;
  height: 100%;
  background-color: #f4f6f6;
  content: ' ';
  z-index: 1;
}

@media (min-width: 768px) {
  .page-default .case-study-overview-quotes:before {
    left: 0;
  }
}

.page-default .case-study-overview-quotes > .container-fluid, .page-default .case-study-overview-quotes > .container-sm, .page-default .case-study-overview-quotes > .container-md, .page-default .case-study-overview-quotes > .container-lg, .page-default .case-study-overview-quotes > .container-xl {
  position: relative;
}

.page-default .case-study-overview-quotes-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background-image: linear-gradient(to top, var(--turquoise), var(--night-blue));
  z-index: 10;
}

.page-default .case-study-overview-quotes-underlay {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  font-size: 17.71vw;
  line-height: 0.6;
}

.page-default .case-study-overview-quotes-quote {
  color: var(--white);
  z-index: 10;
}

.page-default .case-study-overview-quotes-quote-text {
  font-size: 20px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .page-default .case-study-overview-quotes-quote-text {
    font-size: 28px;
    line-height: 1.36;
  }
}

.page-default .case-study-overview-quotes-quote-title {
  font-size: 14px;
}

@media (min-width: 768px) {
  .page-default .case-study-overview-quotes-quote {
    padding: 80px 57px;
  }
  .page-default .case-study-overview-quotes-quote:first-child {
    padding-left: 15px;
  }
  .page-default .case-study-overview-quotes-quote:nth-child(2) {
    padding-right: 17px;
  }
  .page-default .case-study-overview-quotes-quote:last-child {
    padding-left: 77px;
    padding-right: 15px;
  }
}

.page-default .case-study-overview-quotes-quote-img {
  margin-bottom: 15px;
}

.page-default .case-study-overview-quotes-quote-img img {
  width: auto;
  height: auto;
  max-height: 40px;
}

.page-default .case-study-overview-quotes-quote-name {
  margin-bottom: 10px;
}

.page-default .case-study-overview-quotes-single {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .page-default .case-study-overview-quotes-single {
    margin-top: 0;
  }
}

.page-default .case-study-overview-quotes-single:before {
  display: none;
}

@media (min-width: 768px) {
  .page-default .case-study-overview-quotes-single:before {
    display: block;
    width: 50%;
    left: unset;
    right: 0;
  }
}

.page-default .case-study-overview-quotes-single-light:before {
  display: none;
}

.page-default .case-study-overview-quotes-single-light .case-study-overview-quotes-quote {
  color: var(--deep-purple);
}

.page-default .case-study-overview-quotes-single-light .case-study-overview-quotes-gradient {
  background-color: var(--fog-grey-karl);
  background-image: none;
}

.page-default .case-study-overview-quotes-single-light .case-study-overview-quotes-underlay {
  opacity: 0.9;
}

.page-default .case-study-overview-quotes-single .case-study-overview-quotes-quote-image {
  z-index: 10;
  max-width: 140px;
  max-height: 140px;
  margin-top: -120px;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .page-default .case-study-overview-quotes-single .case-study-overview-quotes-quote-image {
    max-width: 100%;
    max-height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page-default .case-study-overview-quotes-single .case-study-overview-quotes-quote-image img {
    width: 100%;
    height: auto;
  }
}

.page-default .case-study-overview-quotes-single .case-study-overview-quotes-gradient {
  width: 100%;
}

@media (min-width: 768px) {
  .page-default .case-study-overview-quotes-single .case-study-overview-quotes-gradient {
    width: 75%;
  }
}

.page-default .case-study-overview-quotes-single .case-study-overview-quotes-underlay {
  right: unset;
  left: 0;
}

.case-study-main-quote {
  padding: 30px 0;
}

.case-study-main-quote > .container {
  box-shadow: 0 9px 33px 0 rgba(11, 36, 80, 0.18);
}

.case-study-main-quote > .container > .row {
  padding: 15px;
}

.case-study-main-quote > .container > .row div[class^="col"]:first-child {
  padding-left: 0;
}

.case-study-main-quote-logo {
  margin-top: 30px;
}

.case-study-main-quote-quote {
  margin-top: 15px;
}

.case-study-main-quote-name {
  color: #004e88;
  margin-top: 10px;
  font-weight: bold;
}

.case-study-main-quote-title-company {
  margin-top: 5px;
}

.case-study-main-quote-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ff8426;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  body.single-case_study .container {
    width: 1170px;
  }
}

body.single-case_study .case-study-content h1,
body.single-case_study .case-study-content h2,
body.single-case_study .case-study-content h3,
body.single-case_study .case-study-content h4,
body.single-case_study .case-study-content h5 {
  color: var(--deep-purple);
}

body.single-case_study .case-study-content h3 {
  line-height: 1.13;
  text-align: left;
}

body.single-case_study .case-study-content p {
  color: var(--slate);
}

body.single-case_study .case-study-content-right-column {
  background: #FFFFFF;
  box-shadow: 2px 5px 13px 0 rgba(35, 35, 37, 0.15);
  padding: 35px 27px;
}

#homepage {
  margin-top: 108px;
}

@media (min-width: 768px) {
  #homepage {
    margin-top: 148px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #homepage {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  #homepage {
    margin-top: 28px;
  }
}

#homepage a.text-orange:hover {
  opacity: .7;
}

.text-dark-blue {
  color: #004e88 !important;
}

.text-light-blue {
  color: #5dbae9 !important;
}

.text-slate-grey {
  color: #464b57 !important;
}

.text-grey {
  color: #f0f0f0 !important;
}

.text-blue {
  color: #004e88 !important;
}

.bg-light-blue {
  background-color: #dff0f7 !important;
}

/*
.alert-show {
  padding-top: 50px;

  @media (max-width: 767px) {
	padding-top: 58px;
  }
  @media (max-width: 365px) {
	padding-top: 76px;
  }
}
*/
.resource-cards-description {
  font-size: 24px;
  margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .menu-alert-show {
    top: 110px;
  }
}

@media (max-width: 767px) {
  .menu-alert-show {
    top: 116px;
  }
}

.homepage-alert .alert-link {
  color: #fff;
}

.homepage-alert-contents {
  display: none;
}

.homepage-hero {
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 1415px) {
  .homepage-hero {
    background-size: cover;
    background-position: right;
  }
}

.homepage-hero h1 {
  text-shadow: 2px 2px #00000040;
}

@media (max-width: 767.98px) {
  .homepage-hero p br {
    display: none;
  }
}

.card-grow {
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.card-grow:hover {
  transform: scale(1.05);
}

.module-resource-cards .card-font {
  font-weight: 900;
}

.module-resource-cards .card-shadow {
  box-shadow: 0 9px 33px 0 rgba(61, 79, 92, 0.18);
}

@media (max-width: 767px) {
  .module-resource-cards .card-narrow {
    padding: 1rem !important;
  }
}

.gradient-blue {
  background-image: linear-gradient(#3e97c8, #004e88);
}

.gradient-blue a:hover {
  color: #fff;
}

.module-homepage-logo-grid .image-center {
  display: inline-flex;
  height: 100%;
  vertical-align: middle;
}

.module-homepage-logo-grid .max-image-height {
  vertical-align: middle;
  max-height: 66px;
  margin: auto;
}

@media (max-width: 767px) {
  .module-homepage-logo-grid .max-image-height {
    height: 45px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0.54px;
  }
}

.homepage-subscribe {
  background: none !important;
}

.homepage-subscribe .form-group-subscribe-email {
  width: 40%;
}

.homepage-subscribe .input-subscribe-email {
  border-radius: 26px;
  border: 1px solid #fff;
  height: 44px;
}

.homepage-subscribe .gdpr-form-field-checkbox {
  display: inline-block !important;
}

.homepage-subscribe .gdpr-form-field-checkbox label {
  display: inline-block;
}

.homepage-subscribe .gdpr-form-field-checkbox input {
  display: inline-block;
}

.text-arrow {
  position: relative;
  bottom: 2px;
}

.button-container-submit {
  padding: 1rem;
}

@media (max-width: 575px) {
  .button-container-submit {
    padding-top: 0;
  }
}

.module-homepage-columns-two {
  background-color: #f0f0f0;
}

.module-homepage-columns-two .column-image-full {
  position: relative;
}

.module-homepage-columns-two .column-image-full .module-homepage-columns-two-arrow {
  position: absolute;
  left: -14px;
  top: 150px;
  z-index: 10;
}

.module-homepage-columns-two .column-image-full .module-homepage-columns-two-circle {
  position: absolute;
  top: 61px;
  right: 17px;
  width: 150px;
  z-index: 10;
}

.module-homepage-columns-two .column-image-mobile .module-homepage-columns-two-circle {
  position: absolute;
  top: 55px;
  right: 20px;
  width: 150px;
}

header .page-header__request a {
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .module-merchandizing h5 {
    font-size: 20px;
  }
  .module-merchandizing a {
    font-size: 18px;
  }
}

.module-homepage-true-end-to-end-abm h2 {
  margin-bottom: 40px;
}

.module-homepage-1-5-sections .container .row {
  margin-bottom: 105px;
}

.module-homepage-1-5-sections .container .row:last-child {
  margin-bottom: 60px;
}

.module-homepage-1-5-sections .container .row:last-child:last-child {
  margin-bottom: 0;
}

.module-homepage-intrigued .blue-light-blue-h-gradient-section {
  padding: 110px 0;
}

@media (min-width: 768px) {
  .module-homepage-recommended-content ul li:nth-child(5), .module-homepage-recommended-content ul li:nth-child(6) {
    margin-bottom: 0;
  }
}

.module-homepage-recommended-content ul li a {
  color: #464b57;
}

.column-number {
  color: #3797cd;
  opacity: 0.3;
  font-size: 105px;
}

@media (max-width: 991.98px) {
  .column-number {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .identify-image,
  .convert-image,
  .engage-personalization-image,
  .measure-graphic {
    max-width: 500px;
    height: auto;
  }
}

.identify-image,
.measure-graphic,
.convert-image,
.engage-personalization-image {
  -webkit-box-shadow: 5px 5px 14px 0px #e0e5ea;
  -moz-box-shadow: 5px 5px 14px 0px #e0e5ea;
  box-shadow: 5px 5px 14px 0px #e0e5ea;
}

.measure-graphic {
  background-color: #f0f0f0;
  text-align: left;
  border-radius: 5px;
}

.personalization-arrow {
  position: absolute;
  left: 0;
  z-index: 10;
}

@media (max-width: 1199.98px) {
  .personalization-arrow {
    display: none;
  }
}

.personalization-arrow.identify-personalization-arrow {
  top: 20px;
  width: 150px;
}

.personalization-arrow.attract-personalization-arrow {
  top: 0;
}

.personalization-arrow.engage-personalization-arrow {
  width: 150px;
  height: auto;
  top: 65px;
}

.personalization-arrow.convert-personalization-arrow {
  top: 95px;
}

.personalization-arrow.measure-personalization-arrow {
  top: 25px;
  left: -10px;
  width: 160px;
}

@media (max-width: 991.98px) {
  .mobile-no-left-right-margin {
    margin-left: 0;
    margin-right: 0;
  }
}

.attract-personalization {
  box-shadow: 0 5px 15px 0 rgba(61, 79, 92, 0.35);
  background: linear-gradient(#004e88, #2889ba);
  background-color: #5dbae9;
  width: 425px;
  min-height: 200px;
  position: relative;
  padding: 30px 30px 30px 35px;
}

@media (max-width: 991.98px) {
  .attract-personalization {
    width: auto;
  }
}

.attract-personalization-logo {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 125px;
}

@media (min-width: 768px) {
  .attract-personalization:not(.personalized) p {
    width: 225px;
  }
}

.engage-personalization {
  position: relative;
}

.blue-light-blue-h-gradient-section {
  background: linear-gradient(to right, #004e88, #2889ba, #004e88);
}

.blue-light-blue-v-gradient-section {
  background: linear-gradient(#004e88, #2889ba, #004e88);
}

#homepage .recommended-content-title span {
  font-size: 28px;
  font-weight: 900;
}

#homepage .recommended-content-title a {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
}

#homepage .recommended-content-title a:hover {
  opacity: .7;
  color: #ff8425;
}

#homepage .recommended-content-content ul li a {
  color: #464b57;
}

.module-homepage-hero {
  position: relative;
  min-height: 500px;
  background-image: linear-gradient(to right, #0D5E96, #3E97C8);
}

@media (max-width: 767px) {
  .module-homepage-hero {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .module-homepage-hero-content-container,
  .module-homepage-hero-content-container > .row {
    height: 500px;
  }
}

.module-homepage-hero-company-title {
  margin-bottom: 0;
}

.module-homepage-hero-personalized-image {
  display: none;
  position: relative;
}

.module-homepage-hero-personalized-image > img {
  max-width: 667px;
}

@media (min-width: 768px) {
  .module-homepage-hero-personalized-image-custom {
    position: absolute;
    left: 95px;
    top: 32px;
    overflow: hidden;
    width: 572px;
    height: 375px;
  }
  .module-homepage-hero-personalized-image-custom img {
    height: 100%;
    max-width: none;
  }
  .module-homepage-hero-personalized-image-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 667px;
    height: 447px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1340px) {
  .module-homepage-hero-personalized-image-container {
    right: unset;
    left: 700px;
  }
}

@media (max-width: 767px) {
  .module-homepage-hero-personalized-image-custom {
    position: absolute;
    top: 21px;
    left: 64px;
    height: 376px;
    overflow: hidden;
  }
  .module-homepage-hero-personalized-image-custom img {
    max-width: none;
    height: 253px;
  }
  .module-homepage-hero-personalized-image-container {
    max-height: 300px;
    overflow: hidden;
  }
  .module-homepage-hero-personalized-image-container .module-homepage-hero-default-image img {
    float: right;
    max-height: 300px;
  }
  .module-homepage-hero-personalized-image-container .module-homepage-hero-personalized-image {
    float: right;
    max-width: 100%;
  }
  .module-homepage-hero-personalized-image-container .module-homepage-hero-personalized-image img {
    max-height: 300px;
  }
}

/*--------------------------------------------------------------
# Velocity
--------------------------------------------------------------*/
.v-bg-dusk {
  background-color: #353944 !important;
}

.v-bg-dusk .v-bg-color-inherit {
  background-color: #353944 !important;
}

.v-bg-dusk10 {
  background-color: #EBEBEC !important;
}

.v-bg-dusk10 .v-bg-color-inherit {
  background-color: #EBEBEC !important;
}

.v-bg-dusk20 {
  background-color: #D7D7DA !important;
}

.v-bg-dusk20 .v-bg-color-inherit {
  background-color: #D7D7DA !important;
}

.v-bg-dusk70 {
  background-color: #72747C !important;
}

.v-bg-dusk70 .v-bg-color-inherit {
  background-color: #72747C !important;
}

.v-bg-dusk50 {
  background-color: #9A9CA1 !important;
}

.v-bg-dusk50 .v-bg-color-inherit {
  background-color: #9A9CA1 !important;
}

.v-bg-dusk80 {
  background-color: #5D6169 !important;
}

.v-bg-dusk80 .v-bg-color-inherit {
  background-color: #5D6169 !important;
}

.v-bg-dusk90 {
  background-color: #494D57 !important;
}

.v-bg-dusk90 .v-bg-color-inherit {
  background-color: #494D57 !important;
}

.v-bg-lime {
  background-color: #BFDA33 !important;
}

.v-bg-lime .v-bg-color-inherit {
  background-color: #BFDA33 !important;
}

.v-bg-lime10 {
  background-color: #F9FBEB !important;
}

.v-bg-lime10 .v-bg-color-inherit {
  background-color: #F9FBEB !important;
}

.v-bg-lime20 {
  background-color: #F2F8D6 !important;
}

.v-bg-lime20 .v-bg-color-inherit {
  background-color: #F2F8D6 !important;
}

.v-bg-lime50 {
  background-color: #DFEC99 !important;
}

.v-bg-lime50 .v-bg-color-inherit {
  background-color: #DFEC99 !important;
}

.v-bg-lime-hover {
  background-color: #AAC40F !important;
}

.v-bg-lime-hover .v-bg-color-inherit {
  background-color: #AAC40F !important;
}

.v-bg-lime-pressed {
  background-color: #9CB50C !important;
}

.v-bg-lime-pressed .v-bg-color-inherit {
  background-color: #9CB50C !important;
}

.v-bg-avocado {
  background-color: #889925 !important;
}

.v-bg-avocado .v-bg-color-inherit {
  background-color: #889925 !important;
}

.v-bg-midnight {
  background-color: #25282D !important;
}

.v-bg-midnight .v-bg-color-inherit {
  background-color: #25282D !important;
}

.v-bg-rice {
  background-color: #E4E0D9 !important;
}

.v-bg-rice .v-bg-color-inherit {
  background-color: #E4E0D9 !important;
}

.v-bg-rice20 {
  background-color: #FAF9F7 !important;
}

.v-bg-rice20 .v-bg-color-inherit {
  background-color: #FAF9F7 !important;
}

.v-bg-fuschia {
  background-color: #D425A3 !important;
}

.v-bg-fuschia .v-bg-color-inherit {
  background-color: #D425A3 !important;
}

.v-bg-fuschia-hover {
  background-color: #AF348E !important;
}

.v-bg-fuschia-hover .v-bg-color-inherit {
  background-color: #AF348E !important;
}

.v-bg-fuschia-pressed {
  background-color: #9F2E80 !important;
}

.v-bg-fuschia-pressed .v-bg-color-inherit {
  background-color: #9F2E80 !important;
}

.v-bg-grape {
  background-color: #5100FF !important;
}

.v-bg-grape .v-bg-color-inherit {
  background-color: #5100FF !important;
}

.v-bg-grape-hover {
  background-color: #4300D4 !important;
}

.v-bg-grape-hover .v-bg-color-inherit {
  background-color: #4300D4 !important;
}

.v-bg-grape-pressed {
  background-color: #3B00BA !important;
}

.v-bg-grape-pressed .v-bg-color-inherit {
  background-color: #3B00BA !important;
}

.v-bg-sea {
  background-color: #C2D5D7 !important;
}

.v-bg-sea .v-bg-color-inherit {
  background-color: #C2D5D7 !important;
}

.v-bg-sea20 {
  background-color: #F3F7F7 !important;
}

.v-bg-sea20 .v-bg-color-inherit {
  background-color: #F3F7F7 !important;
}

.v-bg-celery {
  background-color: #D4E0D1 !important;
}

.v-bg-celery .v-bg-color-inherit {
  background-color: #D4E0D1 !important;
}

.v-bg-lily {
  background-color: #CDC1DF !important;
}

.v-bg-lily .v-bg-color-inherit {
  background-color: #CDC1DF !important;
}

.v-bg-lily50 {
  background-color: #E6E0EF !important;
}

.v-bg-lily50 .v-bg-color-inherit {
  background-color: #E6E0EF !important;
}

.v-bg-black {
  background-color: #000000 !important;
}

.v-bg-black .v-bg-color-inherit {
  background-color: #000000 !important;
}

.v-bg-white {
  background-color: #FFFFFF !important;
}

.v-bg-white .v-bg-color-inherit {
  background-color: #FFFFFF !important;
}

.v-bg-red {
  background-color: #E40000 !important;
}

.v-bg-red .v-bg-color-inherit {
  background-color: #E40000 !important;
}

.v-bg-green {
  background-color: #219452 !important;
}

.v-bg-green .v-bg-color-inherit {
  background-color: #219452 !important;
}

.v-bg-transparent {
  background-color: transparent !important;
}

.v-bg-transparent .v-bg-color-inherit {
  background-color: transparent !important;
}

/**
 * -------------------------------------------------------------------------------------------------
 * Velocity Base: Text Colors, Utilites
 * -------------------------------------------------------------------------------------------------
 */
.v-text-dusk {
  color: #353944 !important;
  --text-color: #353944;
}

.v-heading-dusk h1, .v-heading-dusk .v-h1,
.v-heading-dusk h2, .v-heading-dusk .v-h2,
.v-heading-dusk h3, .v-heading-dusk .v-h3, .v-heading-dusk blockquote q, blockquote .v-heading-dusk q, .v-heading-dusk .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-dusk q,
.v-heading-dusk h4, .v-heading-dusk .v-h4,
.v-heading-dusk h5, .v-heading-dusk .v-h5,
.v-heading-dusk h6, .v-heading-dusk .v-h6,
.v-heading-dusk .v-type-feature,
.v-heading-dusk .v-type-feature-large,
.v-heading-dusk .v-feature {
  color: #353944 !important;
}

.v-text-dusk10 {
  color: #EBEBEC !important;
  --text-color: #EBEBEC;
}

.v-heading-dusk10 h1, .v-heading-dusk10 .v-h1,
.v-heading-dusk10 h2, .v-heading-dusk10 .v-h2,
.v-heading-dusk10 h3, .v-heading-dusk10 .v-h3, .v-heading-dusk10 blockquote q, blockquote .v-heading-dusk10 q, .v-heading-dusk10 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-dusk10 q,
.v-heading-dusk10 h4, .v-heading-dusk10 .v-h4,
.v-heading-dusk10 h5, .v-heading-dusk10 .v-h5,
.v-heading-dusk10 h6, .v-heading-dusk10 .v-h6,
.v-heading-dusk10 .v-type-feature,
.v-heading-dusk10 .v-type-feature-large,
.v-heading-dusk10 .v-feature {
  color: #EBEBEC !important;
}

.v-text-dusk20 {
  color: #D7D7DA !important;
  --text-color: #D7D7DA;
}

.v-heading-dusk20 h1, .v-heading-dusk20 .v-h1,
.v-heading-dusk20 h2, .v-heading-dusk20 .v-h2,
.v-heading-dusk20 h3, .v-heading-dusk20 .v-h3, .v-heading-dusk20 blockquote q, blockquote .v-heading-dusk20 q, .v-heading-dusk20 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-dusk20 q,
.v-heading-dusk20 h4, .v-heading-dusk20 .v-h4,
.v-heading-dusk20 h5, .v-heading-dusk20 .v-h5,
.v-heading-dusk20 h6, .v-heading-dusk20 .v-h6,
.v-heading-dusk20 .v-type-feature,
.v-heading-dusk20 .v-type-feature-large,
.v-heading-dusk20 .v-feature {
  color: #D7D7DA !important;
}

.v-text-dusk70 {
  color: #72747C !important;
  --text-color: #72747C;
}

.v-heading-dusk70 h1, .v-heading-dusk70 .v-h1,
.v-heading-dusk70 h2, .v-heading-dusk70 .v-h2,
.v-heading-dusk70 h3, .v-heading-dusk70 .v-h3, .v-heading-dusk70 blockquote q, blockquote .v-heading-dusk70 q, .v-heading-dusk70 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-dusk70 q,
.v-heading-dusk70 h4, .v-heading-dusk70 .v-h4,
.v-heading-dusk70 h5, .v-heading-dusk70 .v-h5,
.v-heading-dusk70 h6, .v-heading-dusk70 .v-h6,
.v-heading-dusk70 .v-type-feature,
.v-heading-dusk70 .v-type-feature-large,
.v-heading-dusk70 .v-feature {
  color: #72747C !important;
}

.v-text-dusk50 {
  color: #9A9CA1 !important;
  --text-color: #9A9CA1;
}

.v-heading-dusk50 h1, .v-heading-dusk50 .v-h1,
.v-heading-dusk50 h2, .v-heading-dusk50 .v-h2,
.v-heading-dusk50 h3, .v-heading-dusk50 .v-h3, .v-heading-dusk50 blockquote q, blockquote .v-heading-dusk50 q, .v-heading-dusk50 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-dusk50 q,
.v-heading-dusk50 h4, .v-heading-dusk50 .v-h4,
.v-heading-dusk50 h5, .v-heading-dusk50 .v-h5,
.v-heading-dusk50 h6, .v-heading-dusk50 .v-h6,
.v-heading-dusk50 .v-type-feature,
.v-heading-dusk50 .v-type-feature-large,
.v-heading-dusk50 .v-feature {
  color: #9A9CA1 !important;
}

.v-text-dusk80 {
  color: #5D6169 !important;
  --text-color: #5D6169;
}

.v-heading-dusk80 h1, .v-heading-dusk80 .v-h1,
.v-heading-dusk80 h2, .v-heading-dusk80 .v-h2,
.v-heading-dusk80 h3, .v-heading-dusk80 .v-h3, .v-heading-dusk80 blockquote q, blockquote .v-heading-dusk80 q, .v-heading-dusk80 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-dusk80 q,
.v-heading-dusk80 h4, .v-heading-dusk80 .v-h4,
.v-heading-dusk80 h5, .v-heading-dusk80 .v-h5,
.v-heading-dusk80 h6, .v-heading-dusk80 .v-h6,
.v-heading-dusk80 .v-type-feature,
.v-heading-dusk80 .v-type-feature-large,
.v-heading-dusk80 .v-feature {
  color: #5D6169 !important;
}

.v-text-dusk90 {
  color: #494D57 !important;
  --text-color: #494D57;
}

.v-heading-dusk90 h1, .v-heading-dusk90 .v-h1,
.v-heading-dusk90 h2, .v-heading-dusk90 .v-h2,
.v-heading-dusk90 h3, .v-heading-dusk90 .v-h3, .v-heading-dusk90 blockquote q, blockquote .v-heading-dusk90 q, .v-heading-dusk90 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-dusk90 q,
.v-heading-dusk90 h4, .v-heading-dusk90 .v-h4,
.v-heading-dusk90 h5, .v-heading-dusk90 .v-h5,
.v-heading-dusk90 h6, .v-heading-dusk90 .v-h6,
.v-heading-dusk90 .v-type-feature,
.v-heading-dusk90 .v-type-feature-large,
.v-heading-dusk90 .v-feature {
  color: #494D57 !important;
}

.v-text-lime {
  color: #BFDA33 !important;
  --text-color: #BFDA33;
}

.v-heading-lime h1, .v-heading-lime .v-h1,
.v-heading-lime h2, .v-heading-lime .v-h2,
.v-heading-lime h3, .v-heading-lime .v-h3, .v-heading-lime blockquote q, blockquote .v-heading-lime q, .v-heading-lime .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-lime q,
.v-heading-lime h4, .v-heading-lime .v-h4,
.v-heading-lime h5, .v-heading-lime .v-h5,
.v-heading-lime h6, .v-heading-lime .v-h6,
.v-heading-lime .v-type-feature,
.v-heading-lime .v-type-feature-large,
.v-heading-lime .v-feature {
  color: #BFDA33 !important;
}

.v-text-lime10 {
  color: #F9FBEB !important;
  --text-color: #F9FBEB;
}

.v-heading-lime10 h1, .v-heading-lime10 .v-h1,
.v-heading-lime10 h2, .v-heading-lime10 .v-h2,
.v-heading-lime10 h3, .v-heading-lime10 .v-h3, .v-heading-lime10 blockquote q, blockquote .v-heading-lime10 q, .v-heading-lime10 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-lime10 q,
.v-heading-lime10 h4, .v-heading-lime10 .v-h4,
.v-heading-lime10 h5, .v-heading-lime10 .v-h5,
.v-heading-lime10 h6, .v-heading-lime10 .v-h6,
.v-heading-lime10 .v-type-feature,
.v-heading-lime10 .v-type-feature-large,
.v-heading-lime10 .v-feature {
  color: #F9FBEB !important;
}

.v-text-lime20 {
  color: #F2F8D6 !important;
  --text-color: #F2F8D6;
}

.v-heading-lime20 h1, .v-heading-lime20 .v-h1,
.v-heading-lime20 h2, .v-heading-lime20 .v-h2,
.v-heading-lime20 h3, .v-heading-lime20 .v-h3, .v-heading-lime20 blockquote q, blockquote .v-heading-lime20 q, .v-heading-lime20 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-lime20 q,
.v-heading-lime20 h4, .v-heading-lime20 .v-h4,
.v-heading-lime20 h5, .v-heading-lime20 .v-h5,
.v-heading-lime20 h6, .v-heading-lime20 .v-h6,
.v-heading-lime20 .v-type-feature,
.v-heading-lime20 .v-type-feature-large,
.v-heading-lime20 .v-feature {
  color: #F2F8D6 !important;
}

.v-text-lime50 {
  color: #DFEC99 !important;
  --text-color: #DFEC99;
}

.v-heading-lime50 h1, .v-heading-lime50 .v-h1,
.v-heading-lime50 h2, .v-heading-lime50 .v-h2,
.v-heading-lime50 h3, .v-heading-lime50 .v-h3, .v-heading-lime50 blockquote q, blockquote .v-heading-lime50 q, .v-heading-lime50 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-lime50 q,
.v-heading-lime50 h4, .v-heading-lime50 .v-h4,
.v-heading-lime50 h5, .v-heading-lime50 .v-h5,
.v-heading-lime50 h6, .v-heading-lime50 .v-h6,
.v-heading-lime50 .v-type-feature,
.v-heading-lime50 .v-type-feature-large,
.v-heading-lime50 .v-feature {
  color: #DFEC99 !important;
}

.v-text-lime-hover {
  color: #AAC40F !important;
  --text-color: #AAC40F;
}

.v-heading-lime-hover h1, .v-heading-lime-hover .v-h1,
.v-heading-lime-hover h2, .v-heading-lime-hover .v-h2,
.v-heading-lime-hover h3, .v-heading-lime-hover .v-h3, .v-heading-lime-hover blockquote q, blockquote .v-heading-lime-hover q, .v-heading-lime-hover .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-lime-hover q,
.v-heading-lime-hover h4, .v-heading-lime-hover .v-h4,
.v-heading-lime-hover h5, .v-heading-lime-hover .v-h5,
.v-heading-lime-hover h6, .v-heading-lime-hover .v-h6,
.v-heading-lime-hover .v-type-feature,
.v-heading-lime-hover .v-type-feature-large,
.v-heading-lime-hover .v-feature {
  color: #AAC40F !important;
}

.v-text-lime-pressed {
  color: #9CB50C !important;
  --text-color: #9CB50C;
}

.v-heading-lime-pressed h1, .v-heading-lime-pressed .v-h1,
.v-heading-lime-pressed h2, .v-heading-lime-pressed .v-h2,
.v-heading-lime-pressed h3, .v-heading-lime-pressed .v-h3, .v-heading-lime-pressed blockquote q, blockquote .v-heading-lime-pressed q, .v-heading-lime-pressed .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-lime-pressed q,
.v-heading-lime-pressed h4, .v-heading-lime-pressed .v-h4,
.v-heading-lime-pressed h5, .v-heading-lime-pressed .v-h5,
.v-heading-lime-pressed h6, .v-heading-lime-pressed .v-h6,
.v-heading-lime-pressed .v-type-feature,
.v-heading-lime-pressed .v-type-feature-large,
.v-heading-lime-pressed .v-feature {
  color: #9CB50C !important;
}

.v-text-avocado {
  color: #889925 !important;
  --text-color: #889925;
}

.v-heading-avocado h1, .v-heading-avocado .v-h1,
.v-heading-avocado h2, .v-heading-avocado .v-h2,
.v-heading-avocado h3, .v-heading-avocado .v-h3, .v-heading-avocado blockquote q, blockquote .v-heading-avocado q, .v-heading-avocado .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-avocado q,
.v-heading-avocado h4, .v-heading-avocado .v-h4,
.v-heading-avocado h5, .v-heading-avocado .v-h5,
.v-heading-avocado h6, .v-heading-avocado .v-h6,
.v-heading-avocado .v-type-feature,
.v-heading-avocado .v-type-feature-large,
.v-heading-avocado .v-feature {
  color: #889925 !important;
}

.v-text-midnight {
  color: #25282D !important;
  --text-color: #25282D;
}

.v-heading-midnight h1, .v-heading-midnight .v-h1,
.v-heading-midnight h2, .v-heading-midnight .v-h2,
.v-heading-midnight h3, .v-heading-midnight .v-h3, .v-heading-midnight blockquote q, blockquote .v-heading-midnight q, .v-heading-midnight .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-midnight q,
.v-heading-midnight h4, .v-heading-midnight .v-h4,
.v-heading-midnight h5, .v-heading-midnight .v-h5,
.v-heading-midnight h6, .v-heading-midnight .v-h6,
.v-heading-midnight .v-type-feature,
.v-heading-midnight .v-type-feature-large,
.v-heading-midnight .v-feature {
  color: #25282D !important;
}

.v-text-rice {
  color: #E4E0D9 !important;
  --text-color: #E4E0D9;
}

.v-heading-rice h1, .v-heading-rice .v-h1,
.v-heading-rice h2, .v-heading-rice .v-h2,
.v-heading-rice h3, .v-heading-rice .v-h3, .v-heading-rice blockquote q, blockquote .v-heading-rice q, .v-heading-rice .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-rice q,
.v-heading-rice h4, .v-heading-rice .v-h4,
.v-heading-rice h5, .v-heading-rice .v-h5,
.v-heading-rice h6, .v-heading-rice .v-h6,
.v-heading-rice .v-type-feature,
.v-heading-rice .v-type-feature-large,
.v-heading-rice .v-feature {
  color: #E4E0D9 !important;
}

.v-text-rice20 {
  color: #FAF9F7 !important;
  --text-color: #FAF9F7;
}

.v-heading-rice20 h1, .v-heading-rice20 .v-h1,
.v-heading-rice20 h2, .v-heading-rice20 .v-h2,
.v-heading-rice20 h3, .v-heading-rice20 .v-h3, .v-heading-rice20 blockquote q, blockquote .v-heading-rice20 q, .v-heading-rice20 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-rice20 q,
.v-heading-rice20 h4, .v-heading-rice20 .v-h4,
.v-heading-rice20 h5, .v-heading-rice20 .v-h5,
.v-heading-rice20 h6, .v-heading-rice20 .v-h6,
.v-heading-rice20 .v-type-feature,
.v-heading-rice20 .v-type-feature-large,
.v-heading-rice20 .v-feature {
  color: #FAF9F7 !important;
}

.v-text-fuschia {
  color: #D425A3 !important;
  --text-color: #D425A3;
}

.v-heading-fuschia h1, .v-heading-fuschia .v-h1,
.v-heading-fuschia h2, .v-heading-fuschia .v-h2,
.v-heading-fuschia h3, .v-heading-fuschia .v-h3, .v-heading-fuschia blockquote q, blockquote .v-heading-fuschia q, .v-heading-fuschia .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-fuschia q,
.v-heading-fuschia h4, .v-heading-fuschia .v-h4,
.v-heading-fuschia h5, .v-heading-fuschia .v-h5,
.v-heading-fuschia h6, .v-heading-fuschia .v-h6,
.v-heading-fuschia .v-type-feature,
.v-heading-fuschia .v-type-feature-large,
.v-heading-fuschia .v-feature {
  color: #D425A3 !important;
}

.v-text-fuschia-hover {
  color: #AF348E !important;
  --text-color: #AF348E;
}

.v-heading-fuschia-hover h1, .v-heading-fuschia-hover .v-h1,
.v-heading-fuschia-hover h2, .v-heading-fuschia-hover .v-h2,
.v-heading-fuschia-hover h3, .v-heading-fuschia-hover .v-h3, .v-heading-fuschia-hover blockquote q, blockquote .v-heading-fuschia-hover q, .v-heading-fuschia-hover .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-fuschia-hover q,
.v-heading-fuschia-hover h4, .v-heading-fuschia-hover .v-h4,
.v-heading-fuschia-hover h5, .v-heading-fuschia-hover .v-h5,
.v-heading-fuschia-hover h6, .v-heading-fuschia-hover .v-h6,
.v-heading-fuschia-hover .v-type-feature,
.v-heading-fuschia-hover .v-type-feature-large,
.v-heading-fuschia-hover .v-feature {
  color: #AF348E !important;
}

.v-text-fuschia-pressed {
  color: #9F2E80 !important;
  --text-color: #9F2E80;
}

.v-heading-fuschia-pressed h1, .v-heading-fuschia-pressed .v-h1,
.v-heading-fuschia-pressed h2, .v-heading-fuschia-pressed .v-h2,
.v-heading-fuschia-pressed h3, .v-heading-fuschia-pressed .v-h3, .v-heading-fuschia-pressed blockquote q, blockquote .v-heading-fuschia-pressed q, .v-heading-fuschia-pressed .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-fuschia-pressed q,
.v-heading-fuschia-pressed h4, .v-heading-fuschia-pressed .v-h4,
.v-heading-fuschia-pressed h5, .v-heading-fuschia-pressed .v-h5,
.v-heading-fuschia-pressed h6, .v-heading-fuschia-pressed .v-h6,
.v-heading-fuschia-pressed .v-type-feature,
.v-heading-fuschia-pressed .v-type-feature-large,
.v-heading-fuschia-pressed .v-feature {
  color: #9F2E80 !important;
}

.v-text-grape {
  color: #5100FF !important;
  --text-color: #5100FF;
}

.v-heading-grape h1, .v-heading-grape .v-h1,
.v-heading-grape h2, .v-heading-grape .v-h2,
.v-heading-grape h3, .v-heading-grape .v-h3, .v-heading-grape blockquote q, blockquote .v-heading-grape q, .v-heading-grape .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-grape q,
.v-heading-grape h4, .v-heading-grape .v-h4,
.v-heading-grape h5, .v-heading-grape .v-h5,
.v-heading-grape h6, .v-heading-grape .v-h6,
.v-heading-grape .v-type-feature,
.v-heading-grape .v-type-feature-large,
.v-heading-grape .v-feature {
  color: #5100FF !important;
}

.v-text-grape-hover {
  color: #4300D4 !important;
  --text-color: #4300D4;
}

.v-heading-grape-hover h1, .v-heading-grape-hover .v-h1,
.v-heading-grape-hover h2, .v-heading-grape-hover .v-h2,
.v-heading-grape-hover h3, .v-heading-grape-hover .v-h3, .v-heading-grape-hover blockquote q, blockquote .v-heading-grape-hover q, .v-heading-grape-hover .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-grape-hover q,
.v-heading-grape-hover h4, .v-heading-grape-hover .v-h4,
.v-heading-grape-hover h5, .v-heading-grape-hover .v-h5,
.v-heading-grape-hover h6, .v-heading-grape-hover .v-h6,
.v-heading-grape-hover .v-type-feature,
.v-heading-grape-hover .v-type-feature-large,
.v-heading-grape-hover .v-feature {
  color: #4300D4 !important;
}

.v-text-grape-pressed {
  color: #3B00BA !important;
  --text-color: #3B00BA;
}

.v-heading-grape-pressed h1, .v-heading-grape-pressed .v-h1,
.v-heading-grape-pressed h2, .v-heading-grape-pressed .v-h2,
.v-heading-grape-pressed h3, .v-heading-grape-pressed .v-h3, .v-heading-grape-pressed blockquote q, blockquote .v-heading-grape-pressed q, .v-heading-grape-pressed .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-grape-pressed q,
.v-heading-grape-pressed h4, .v-heading-grape-pressed .v-h4,
.v-heading-grape-pressed h5, .v-heading-grape-pressed .v-h5,
.v-heading-grape-pressed h6, .v-heading-grape-pressed .v-h6,
.v-heading-grape-pressed .v-type-feature,
.v-heading-grape-pressed .v-type-feature-large,
.v-heading-grape-pressed .v-feature {
  color: #3B00BA !important;
}

.v-text-sea {
  color: #C2D5D7 !important;
  --text-color: #C2D5D7;
}

.v-heading-sea h1, .v-heading-sea .v-h1,
.v-heading-sea h2, .v-heading-sea .v-h2,
.v-heading-sea h3, .v-heading-sea .v-h3, .v-heading-sea blockquote q, blockquote .v-heading-sea q, .v-heading-sea .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-sea q,
.v-heading-sea h4, .v-heading-sea .v-h4,
.v-heading-sea h5, .v-heading-sea .v-h5,
.v-heading-sea h6, .v-heading-sea .v-h6,
.v-heading-sea .v-type-feature,
.v-heading-sea .v-type-feature-large,
.v-heading-sea .v-feature {
  color: #C2D5D7 !important;
}

.v-text-sea20 {
  color: #F3F7F7 !important;
  --text-color: #F3F7F7;
}

.v-heading-sea20 h1, .v-heading-sea20 .v-h1,
.v-heading-sea20 h2, .v-heading-sea20 .v-h2,
.v-heading-sea20 h3, .v-heading-sea20 .v-h3, .v-heading-sea20 blockquote q, blockquote .v-heading-sea20 q, .v-heading-sea20 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-sea20 q,
.v-heading-sea20 h4, .v-heading-sea20 .v-h4,
.v-heading-sea20 h5, .v-heading-sea20 .v-h5,
.v-heading-sea20 h6, .v-heading-sea20 .v-h6,
.v-heading-sea20 .v-type-feature,
.v-heading-sea20 .v-type-feature-large,
.v-heading-sea20 .v-feature {
  color: #F3F7F7 !important;
}

.v-text-celery {
  color: #D4E0D1 !important;
  --text-color: #D4E0D1;
}

.v-heading-celery h1, .v-heading-celery .v-h1,
.v-heading-celery h2, .v-heading-celery .v-h2,
.v-heading-celery h3, .v-heading-celery .v-h3, .v-heading-celery blockquote q, blockquote .v-heading-celery q, .v-heading-celery .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-celery q,
.v-heading-celery h4, .v-heading-celery .v-h4,
.v-heading-celery h5, .v-heading-celery .v-h5,
.v-heading-celery h6, .v-heading-celery .v-h6,
.v-heading-celery .v-type-feature,
.v-heading-celery .v-type-feature-large,
.v-heading-celery .v-feature {
  color: #D4E0D1 !important;
}

.v-text-lily {
  color: #CDC1DF !important;
  --text-color: #CDC1DF;
}

.v-heading-lily h1, .v-heading-lily .v-h1,
.v-heading-lily h2, .v-heading-lily .v-h2,
.v-heading-lily h3, .v-heading-lily .v-h3, .v-heading-lily blockquote q, blockquote .v-heading-lily q, .v-heading-lily .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-lily q,
.v-heading-lily h4, .v-heading-lily .v-h4,
.v-heading-lily h5, .v-heading-lily .v-h5,
.v-heading-lily h6, .v-heading-lily .v-h6,
.v-heading-lily .v-type-feature,
.v-heading-lily .v-type-feature-large,
.v-heading-lily .v-feature {
  color: #CDC1DF !important;
}

.v-text-lily50 {
  color: #E6E0EF !important;
  --text-color: #E6E0EF;
}

.v-heading-lily50 h1, .v-heading-lily50 .v-h1,
.v-heading-lily50 h2, .v-heading-lily50 .v-h2,
.v-heading-lily50 h3, .v-heading-lily50 .v-h3, .v-heading-lily50 blockquote q, blockquote .v-heading-lily50 q, .v-heading-lily50 .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-lily50 q,
.v-heading-lily50 h4, .v-heading-lily50 .v-h4,
.v-heading-lily50 h5, .v-heading-lily50 .v-h5,
.v-heading-lily50 h6, .v-heading-lily50 .v-h6,
.v-heading-lily50 .v-type-feature,
.v-heading-lily50 .v-type-feature-large,
.v-heading-lily50 .v-feature {
  color: #E6E0EF !important;
}

.v-text-black {
  color: #000000 !important;
  --text-color: #000000;
}

.v-heading-black h1, .v-heading-black .v-h1,
.v-heading-black h2, .v-heading-black .v-h2,
.v-heading-black h3, .v-heading-black .v-h3, .v-heading-black blockquote q, blockquote .v-heading-black q, .v-heading-black .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-black q,
.v-heading-black h4, .v-heading-black .v-h4,
.v-heading-black h5, .v-heading-black .v-h5,
.v-heading-black h6, .v-heading-black .v-h6,
.v-heading-black .v-type-feature,
.v-heading-black .v-type-feature-large,
.v-heading-black .v-feature {
  color: #000000 !important;
}

.v-text-white {
  color: #FFFFFF !important;
  --text-color: #FFFFFF;
}

.v-heading-white h1, .v-heading-white .v-h1,
.v-heading-white h2, .v-heading-white .v-h2,
.v-heading-white h3, .v-heading-white .v-h3, .v-heading-white blockquote q, blockquote .v-heading-white q, .v-heading-white .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-white q,
.v-heading-white h4, .v-heading-white .v-h4,
.v-heading-white h5, .v-heading-white .v-h5,
.v-heading-white h6, .v-heading-white .v-h6,
.v-heading-white .v-type-feature,
.v-heading-white .v-type-feature-large,
.v-heading-white .v-feature {
  color: #FFFFFF !important;
}

.v-text-red {
  color: #E40000 !important;
  --text-color: #E40000;
}

.v-heading-red h1, .v-heading-red .v-h1,
.v-heading-red h2, .v-heading-red .v-h2,
.v-heading-red h3, .v-heading-red .v-h3, .v-heading-red blockquote q, blockquote .v-heading-red q, .v-heading-red .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-red q,
.v-heading-red h4, .v-heading-red .v-h4,
.v-heading-red h5, .v-heading-red .v-h5,
.v-heading-red h6, .v-heading-red .v-h6,
.v-heading-red .v-type-feature,
.v-heading-red .v-type-feature-large,
.v-heading-red .v-feature {
  color: #E40000 !important;
}

.v-text-green {
  color: #219452 !important;
  --text-color: #219452;
}

.v-heading-green h1, .v-heading-green .v-h1,
.v-heading-green h2, .v-heading-green .v-h2,
.v-heading-green h3, .v-heading-green .v-h3, .v-heading-green blockquote q, blockquote .v-heading-green q, .v-heading-green .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-green q,
.v-heading-green h4, .v-heading-green .v-h4,
.v-heading-green h5, .v-heading-green .v-h5,
.v-heading-green h6, .v-heading-green .v-h6,
.v-heading-green .v-type-feature,
.v-heading-green .v-type-feature-large,
.v-heading-green .v-feature {
  color: #219452 !important;
}

.v-text-transparent {
  color: transparent !important;
  --text-color: transparent;
}

.v-heading-transparent h1, .v-heading-transparent .v-h1,
.v-heading-transparent h2, .v-heading-transparent .v-h2,
.v-heading-transparent h3, .v-heading-transparent .v-h3, .v-heading-transparent blockquote q, blockquote .v-heading-transparent q, .v-heading-transparent .v-is-mobile blockquote q, .v-is-mobile blockquote .v-heading-transparent q,
.v-heading-transparent h4, .v-heading-transparent .v-h4,
.v-heading-transparent h5, .v-heading-transparent .v-h5,
.v-heading-transparent h6, .v-heading-transparent .v-h6,
.v-heading-transparent .v-type-feature,
.v-heading-transparent .v-type-feature-large,
.v-heading-transparent .v-feature {
  color: transparent !important;
}

h1.v-type-highlight, h2.v-type-highlight, h3.v-type-highlight, h4.v-type-highlight, h5.v-type-highlight, h6.v-type-highlight, p.v-type-highlight, strong.v-type-highlight, label.v-type-highlight, small.v-type-highlight, span.v-type-highlight {
  color: #25282D !important;
  background: #BFDA33;
  padding: 0 8px;
}

.v-highlight-lime h1.v-type-highlight, .v-highlight-lime h2.v-type-highlight, .v-highlight-lime h3.v-type-highlight, .v-highlight-lime h4.v-type-highlight, .v-highlight-lime h5.v-type-highlight, .v-highlight-lime h6.v-type-highlight, .v-highlight-lime p.v-type-highlight, .v-highlight-lime strong.v-type-highlight, .v-highlight-lime label.v-type-highlight, .v-highlight-lime small.v-type-highlight, .v-highlight-lime span.v-type-highlight {
  color: #25282D !important;
  background: #BFDA33;
}

.v-highlight-white h1.v-type-highlight, .v-highlight-white h2.v-type-highlight, .v-highlight-white h3.v-type-highlight, .v-highlight-white h4.v-type-highlight, .v-highlight-white h5.v-type-highlight, .v-highlight-white h6.v-type-highlight, .v-highlight-white p.v-type-highlight, .v-highlight-white strong.v-type-highlight, .v-highlight-white label.v-type-highlight, .v-highlight-white small.v-type-highlight, .v-highlight-white span.v-type-highlight {
  color: #25282D !important;
  background: #FFFFFF;
}

.v-highlight-midnight h1.v-type-highlight, .v-highlight-midnight h2.v-type-highlight, .v-highlight-midnight h3.v-type-highlight, .v-highlight-midnight h4.v-type-highlight, .v-highlight-midnight h5.v-type-highlight, .v-highlight-midnight h6.v-type-highlight, .v-highlight-midnight p.v-type-highlight, .v-highlight-midnight strong.v-type-highlight, .v-highlight-midnight label.v-type-highlight, .v-highlight-midnight small.v-type-highlight, .v-highlight-midnight span.v-type-highlight {
  color: #FFFFFF !important;
  background: #25282D;
}

.v-p-xs {
  padding: 8px !important;
}

.v-pt-xs {
  padding-top: 8px !important;
}

.v-pb-xs {
  padding-bottom: 8px !important;
}

.v-pl-xs {
  padding-left: 8px !important;
}

.v-pr-xs {
  padding-right: 8px !important;
}

.v-m-xs {
  margin: 8px !important;
}

.v-mt-xs {
  margin-top: 8px !important;
}

.v-mb-xs {
  margin-bottom: 8px !important;
}

.v-ml-xs {
  margin-left: 8px !important;
}

.v-mr-xs {
  margin-right: 8px !important;
}

.v-p-sm {
  padding: 16px !important;
}

.v-pt-sm {
  padding-top: 16px !important;
}

.v-pb-sm {
  padding-bottom: 16px !important;
}

.v-pl-sm {
  padding-left: 16px !important;
}

.v-pr-sm {
  padding-right: 16px !important;
}

.v-m-sm {
  margin: 16px !important;
}

.v-mt-sm {
  margin-top: 16px !important;
}

.v-mb-sm {
  margin-bottom: 16px !important;
}

.v-ml-sm {
  margin-left: 16px !important;
}

.v-mr-sm {
  margin-right: 16px !important;
}

.v-p-md {
  padding: 24px !important;
}

.v-pt-md {
  padding-top: 24px !important;
}

.v-pb-md {
  padding-bottom: 24px !important;
}

.v-pl-md {
  padding-left: 24px !important;
}

.v-pr-md {
  padding-right: 24px !important;
}

.v-m-md {
  margin: 24px !important;
}

.v-mt-md {
  margin-top: 24px !important;
}

.v-mb-md {
  margin-bottom: 24px !important;
}

.v-ml-md {
  margin-left: 24px !important;
}

.v-mr-md {
  margin-right: 24px !important;
}

.v-p-lg {
  padding: 32px !important;
}

.v-pt-lg {
  padding-top: 32px !important;
}

.v-pb-lg {
  padding-bottom: 32px !important;
}

.v-pl-lg {
  padding-left: 32px !important;
}

.v-pr-lg {
  padding-right: 32px !important;
}

.v-m-lg {
  margin: 32px !important;
}

.v-mt-lg {
  margin-top: 32px !important;
}

.v-mb-lg {
  margin-bottom: 32px !important;
}

.v-ml-lg {
  margin-left: 32px !important;
}

.v-mr-lg {
  margin-right: 32px !important;
}

.v-p-xl {
  padding: 40px !important;
}

.v-pt-xl {
  padding-top: 40px !important;
}

.v-pb-xl {
  padding-bottom: 40px !important;
}

.v-pl-xl {
  padding-left: 40px !important;
}

.v-pr-xl {
  padding-right: 40px !important;
}

.v-m-xl {
  margin: 40px !important;
}

.v-mt-xl {
  margin-top: 40px !important;
}

.v-mb-xl {
  margin-bottom: 40px !important;
}

.v-ml-xl {
  margin-left: 40px !important;
}

.v-mr-xl {
  margin-right: 40px !important;
}

.v-p-2x {
  padding: 80px !important;
}

.v-pt-2x {
  padding-top: 80px !important;
}

.v-pb-2x {
  padding-bottom: 80px !important;
}

.v-pl-2x {
  padding-left: 80px !important;
}

.v-pr-2x {
  padding-right: 80px !important;
}

.v-m-2x {
  margin: 80px !important;
}

.v-mt-2x {
  margin-top: 80px !important;
}

.v-mb-2x {
  margin-bottom: 80px !important;
}

.v-ml-2x {
  margin-left: 80px !important;
}

.v-mr-2x {
  margin-right: 80px !important;
}

.v-pt-0 {
  padding-top: 0px !important;
}

.v-pb-0 {
  padding-bottom: 0px !important;
}

.v-mt-0 {
  margin-top: 0px !important;
}

.v-mb-0 {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .v-p-xs, .v-p-md-xs {
    padding: 8px !important;
  }
  .v-pt-xs, .v-pt-md-xs {
    padding-top: 8px !important;
  }
  .v-pb-xs, .v-pb-md-xs {
    padding-bottom: 8px !important;
  }
  .v-pl-xs, .v-pl-md-xs {
    padding-left: 8px !important;
  }
  .v-pr-xs, .v-pr-md-xs {
    padding-right: 8px !important;
  }
  .v-m-xs, .v-m-md-xs {
    margin: 8px !important;
  }
  .v-mt-xs, .v-mt-xs {
    margin-top: 8px !important;
  }
  .v-mb-xs, .v-mb-md-xs {
    margin-bottom: 8px !important;
  }
  .v-ml-xs, .v-ml-md-xs {
    margin-left: 8px !important;
  }
  .v-mr-xs, .v-mr-md-xs {
    margin-right: 8px !important;
  }
  .v-mt-md-0 {
    margin-top: 0 !important;
  }
  .v-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-md-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-md-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .v-p-sm, .v-p-md-sm {
    padding: 16px !important;
  }
  .v-pt-sm, .v-pt-md-sm {
    padding-top: 16px !important;
  }
  .v-pb-sm, .v-pb-md-sm {
    padding-bottom: 16px !important;
  }
  .v-pl-sm, .v-pl-md-sm {
    padding-left: 16px !important;
  }
  .v-pr-sm, .v-pr-md-sm {
    padding-right: 16px !important;
  }
  .v-m-sm, .v-m-md-sm {
    margin: 16px !important;
  }
  .v-mt-sm, .v-mt-sm {
    margin-top: 16px !important;
  }
  .v-mb-sm, .v-mb-md-sm {
    margin-bottom: 16px !important;
  }
  .v-ml-sm, .v-ml-md-sm {
    margin-left: 16px !important;
  }
  .v-mr-sm, .v-mr-md-sm {
    margin-right: 16px !important;
  }
  .v-mt-md-0 {
    margin-top: 0 !important;
  }
  .v-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-md-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-md-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .v-p-md, .v-p-md-md {
    padding: 24px !important;
  }
  .v-pt-md, .v-pt-md-md {
    padding-top: 24px !important;
  }
  .v-pb-md, .v-pb-md-md {
    padding-bottom: 24px !important;
  }
  .v-pl-md, .v-pl-md-md {
    padding-left: 24px !important;
  }
  .v-pr-md, .v-pr-md-md {
    padding-right: 24px !important;
  }
  .v-m-md, .v-m-md-md {
    margin: 24px !important;
  }
  .v-mt-md, .v-mt-md {
    margin-top: 24px !important;
  }
  .v-mb-md, .v-mb-md-md {
    margin-bottom: 24px !important;
  }
  .v-ml-md, .v-ml-md-md {
    margin-left: 24px !important;
  }
  .v-mr-md, .v-mr-md-md {
    margin-right: 24px !important;
  }
  .v-mt-md-0 {
    margin-top: 0 !important;
  }
  .v-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-md-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-md-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .v-p-lg, .v-p-md-lg {
    padding: 40px !important;
  }
  .v-pt-lg, .v-pt-md-lg {
    padding-top: 40px !important;
  }
  .v-pb-lg, .v-pb-md-lg {
    padding-bottom: 40px !important;
  }
  .v-pl-lg, .v-pl-md-lg {
    padding-left: 40px !important;
  }
  .v-pr-lg, .v-pr-md-lg {
    padding-right: 40px !important;
  }
  .v-m-lg, .v-m-md-lg {
    margin: 40px !important;
  }
  .v-mt-lg, .v-mt-lg {
    margin-top: 40px !important;
  }
  .v-mb-lg, .v-mb-md-lg {
    margin-bottom: 40px !important;
  }
  .v-ml-lg, .v-ml-md-lg {
    margin-left: 40px !important;
  }
  .v-mr-lg, .v-mr-md-lg {
    margin-right: 40px !important;
  }
  .v-mt-md-0 {
    margin-top: 0 !important;
  }
  .v-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-md-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-md-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .v-p-xl, .v-p-md-xl {
    padding: 56px !important;
  }
  .v-pt-xl, .v-pt-md-xl {
    padding-top: 56px !important;
  }
  .v-pb-xl, .v-pb-md-xl {
    padding-bottom: 56px !important;
  }
  .v-pl-xl, .v-pl-md-xl {
    padding-left: 56px !important;
  }
  .v-pr-xl, .v-pr-md-xl {
    padding-right: 56px !important;
  }
  .v-m-xl, .v-m-md-xl {
    margin: 56px !important;
  }
  .v-mt-xl, .v-mt-xl {
    margin-top: 56px !important;
  }
  .v-mb-xl, .v-mb-md-xl {
    margin-bottom: 56px !important;
  }
  .v-ml-xl, .v-ml-md-xl {
    margin-left: 56px !important;
  }
  .v-mr-xl, .v-mr-md-xl {
    margin-right: 56px !important;
  }
  .v-mt-md-0 {
    margin-top: 0 !important;
  }
  .v-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-md-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-md-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .v-p-2x, .v-p-md-2x {
    padding: 112px !important;
  }
  .v-pt-2x, .v-pt-md-2x {
    padding-top: 112px !important;
  }
  .v-pb-2x, .v-pb-md-2x {
    padding-bottom: 112px !important;
  }
  .v-pl-2x, .v-pl-md-2x {
    padding-left: 112px !important;
  }
  .v-pr-2x, .v-pr-md-2x {
    padding-right: 112px !important;
  }
  .v-m-2x, .v-m-md-2x {
    margin: 112px !important;
  }
  .v-mt-2x, .v-mt-2x {
    margin-top: 112px !important;
  }
  .v-mb-2x, .v-mb-md-2x {
    margin-bottom: 112px !important;
  }
  .v-ml-2x, .v-ml-md-2x {
    margin-left: 112px !important;
  }
  .v-mr-2x, .v-mr-md-2x {
    margin-right: 112px !important;
  }
  .v-mt-md-0 {
    margin-top: 0 !important;
  }
  .v-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-md-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-md-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-md-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .v-p-lg-xs {
    padding: 8px !important;
  }
  .v-pt-lg-xs {
    padding-top: 8px !important;
  }
  .v-pb-lg-xs {
    padding-bottom: 8px !important;
  }
  .v-pl-lg-xs {
    padding-left: 8px !important;
  }
  .v-pr-lg-xs {
    padding-right: 8px !important;
  }
  .v-m-lg-xs {
    margin: 8px !important;
  }
  .v-mt-lg-xs {
    margin-top: 8px !important;
  }
  .v-mb-lg-xs {
    margin-bottom: 8px !important;
  }
  .v-ml-lg-xs {
    margin-left: 8px !important;
  }
  .v-mr-lg-xs {
    margin-right: 8px !important;
  }
  .v-mt-lg-0 {
    margin-top: 0 !important;
  }
  .v-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-lg-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-lg-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .v-p-lg-sm {
    padding: 16px !important;
  }
  .v-pt-lg-sm {
    padding-top: 16px !important;
  }
  .v-pb-lg-sm {
    padding-bottom: 16px !important;
  }
  .v-pl-lg-sm {
    padding-left: 16px !important;
  }
  .v-pr-lg-sm {
    padding-right: 16px !important;
  }
  .v-m-lg-sm {
    margin: 16px !important;
  }
  .v-mt-lg-sm {
    margin-top: 16px !important;
  }
  .v-mb-lg-sm {
    margin-bottom: 16px !important;
  }
  .v-ml-lg-sm {
    margin-left: 16px !important;
  }
  .v-mr-lg-sm {
    margin-right: 16px !important;
  }
  .v-mt-lg-0 {
    margin-top: 0 !important;
  }
  .v-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-lg-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-lg-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .v-p-lg-md {
    padding: 24px !important;
  }
  .v-pt-lg-md {
    padding-top: 24px !important;
  }
  .v-pb-lg-md {
    padding-bottom: 24px !important;
  }
  .v-pl-lg-md {
    padding-left: 24px !important;
  }
  .v-pr-lg-md {
    padding-right: 24px !important;
  }
  .v-m-lg-md {
    margin: 24px !important;
  }
  .v-mt-lg-md {
    margin-top: 24px !important;
  }
  .v-mb-lg-md {
    margin-bottom: 24px !important;
  }
  .v-ml-lg-md {
    margin-left: 24px !important;
  }
  .v-mr-lg-md {
    margin-right: 24px !important;
  }
  .v-mt-lg-0 {
    margin-top: 0 !important;
  }
  .v-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-lg-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-lg-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .v-p-lg-lg {
    padding: 40px !important;
  }
  .v-pt-lg-lg {
    padding-top: 40px !important;
  }
  .v-pb-lg-lg {
    padding-bottom: 40px !important;
  }
  .v-pl-lg-lg {
    padding-left: 40px !important;
  }
  .v-pr-lg-lg {
    padding-right: 40px !important;
  }
  .v-m-lg-lg {
    margin: 40px !important;
  }
  .v-mt-lg-lg {
    margin-top: 40px !important;
  }
  .v-mb-lg-lg {
    margin-bottom: 40px !important;
  }
  .v-ml-lg-lg {
    margin-left: 40px !important;
  }
  .v-mr-lg-lg {
    margin-right: 40px !important;
  }
  .v-mt-lg-0 {
    margin-top: 0 !important;
  }
  .v-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-lg-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-lg-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .v-p-lg-xl {
    padding: 56px !important;
  }
  .v-pt-lg-xl {
    padding-top: 56px !important;
  }
  .v-pb-lg-xl {
    padding-bottom: 56px !important;
  }
  .v-pl-lg-xl {
    padding-left: 56px !important;
  }
  .v-pr-lg-xl {
    padding-right: 56px !important;
  }
  .v-m-lg-xl {
    margin: 56px !important;
  }
  .v-mt-lg-xl {
    margin-top: 56px !important;
  }
  .v-mb-lg-xl {
    margin-bottom: 56px !important;
  }
  .v-ml-lg-xl {
    margin-left: 56px !important;
  }
  .v-mr-lg-xl {
    margin-right: 56px !important;
  }
  .v-mt-lg-0 {
    margin-top: 0 !important;
  }
  .v-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-lg-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-lg-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .v-p-lg-2x {
    padding: 112px !important;
  }
  .v-pt-lg-2x {
    padding-top: 112px !important;
  }
  .v-pb-lg-2x {
    padding-bottom: 112px !important;
  }
  .v-pl-lg-2x {
    padding-left: 112px !important;
  }
  .v-pr-lg-2x {
    padding-right: 112px !important;
  }
  .v-m-lg-2x {
    margin: 112px !important;
  }
  .v-mt-lg-2x {
    margin-top: 112px !important;
  }
  .v-mb-lg-2x {
    margin-bottom: 112px !important;
  }
  .v-ml-lg-2x {
    margin-left: 112px !important;
  }
  .v-mr-lg-2x {
    margin-right: 112px !important;
  }
  .v-mt-lg-0 {
    margin-top: 0 !important;
  }
  .v-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .v-pt-0,
  .v-pt-lg-0 {
    padding-top: 0px !important;
  }
  .v-pb-0,
  .v-pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .v-mt-0,
  .v-mt-lg-0 {
    margin-top: 0px !important;
  }
  .v-mb-0,
  .v-mb-lg-0 {
    margin-bottom: 0px !important;
  }
}

/**
 * =============================================================================
 * Component - Image
 * =============================================================================
 */
.v-cmp-image > img {
  width: 100%;
}

.v-cmp-image > img.v-object-fit-cover {
  object-fit: cover;
}

.v-cmp-image > img.v-object-fit-contain {
  object-fit: contain;
}

.v-cmp-image.aspect-ratio-fixed, .v-cmp-image.aspect-ratio-square {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.v-cmp-image.aspect-ratio-fixed:before, .v-cmp-image.aspect-ratio-square:before {
  content: '';
  display: block;
  height: 0;
  position: relative;
}

.v-cmp-image.aspect-ratio-fixed > img, .v-cmp-image.aspect-ratio-square > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  top: 50%;
  transform: translateY(-50%);
}

.v-cmp-image.aspect-ratio-fixed:before {
  padding-bottom: 66.8%;
}

.v-cmp-image.aspect-ratio-square:before {
  padding-bottom: 100%;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .aos-active.aos-ready [data-aos='fade-up'] {
    opacity: 0;
    position: relative;
    transition-property: opacity, transform;
    transform: translate(0, 90px);
    transition-duration: 650ms;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 10;
  }
  .aos-active.aos-ready [data-aos='fade-up'].aos-animate {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.v-box-shadow-base {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.v-border-radius-base {
  border-radius: 6px;
}

.v-borer-radius-small {
  border-radius: 3px;
}

.container {
  max-width: 1152px;
  padding-right: 16px;
  padding-left: 16px;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

[class*="col-"] {
  padding-right: 16px;
  padding-left: 16px;
}

/**
 * -------------------------------------------------------------------------------------------------
 * Velocity Base: Typography, Components
 * -------------------------------------------------------------------------------------------------
 */
/**
 * Body
 * ----
 * Contains body font styles.
 */
body {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #25282D;
  --text-color: map-get($colors, midnight);
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

/**
 * Headings
 * --------
 * Contains all heading font styles defined under "type_headings" within v-style-type.json.
 */
h1, .v-h1 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 24px;
  margin-top: 0px;
}

h1:first-child, .v-h1:first-child {
  margin-top: 0;
}

h1:last-child, .v-h1:last-child {
  margin-bottom: 0;
}

.v-font-size-h1 {
  font-size: 26px;
  line-height: 1.15;
}

h2, .v-h2 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 8px;
  margin-top: 8px;
}

h2:first-child, .v-h2:first-child {
  margin-top: 0;
}

h2:last-child, .v-h2:last-child {
  margin-bottom: 0;
}

.v-font-size-h2 {
  font-size: 22px;
  line-height: 1.25;
}

h3, .v-h3, blockquote q, .v-is-mobile blockquote q {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0px;
}

h3:first-child, .v-h3:first-child, blockquote q:first-child {
  margin-top: 0;
}

h3:last-child, .v-h3:last-child, blockquote q:last-child {
  margin-bottom: 0;
}

.v-font-size-h3 {
  font-size: 19px;
  line-height: 1.25;
}

h4, .v-h4 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0px;
}

h4:first-child, .v-h4:first-child {
  margin-top: 0;
}

h4:last-child, .v-h4:last-child {
  margin-bottom: 0;
}

.v-font-size-h4 {
  font-size: 17px;
  line-height: 1.25;
}

h5, .v-h5 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0px;
}

h5:first-child, .v-h5:first-child {
  margin-top: 0;
}

h5:last-child, .v-h5:last-child {
  margin-bottom: 0;
}

.v-font-size-h5 {
  font-size: 17px;
  line-height: 1.25;
}

h6, .v-h6 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0px;
}

h6:first-child, .v-h6:first-child {
  margin-top: 0;
}

h6:last-child, .v-h6:last-child {
  margin-bottom: 0;
}

.v-font-size-h6 {
  font-size: 17px;
  line-height: 1.25;
}

.v-is-mobile h1, .v-is-mobile .v-h1 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 24px;
  margin-top: 0px;
}

.v-is-mobile h1:first-child, .v-is-mobile .v-h1:first-child {
  margin-top: 0;
}

.v-is-mobile h1:last-child, .v-is-mobile .v-h1:last-child {
  margin-bottom: 0;
}

.v-is-mobile .v-font-size-h1 {
  font-size: 26px;
  line-height: 1.15;
}

.v-is-mobile h2, .v-is-mobile .v-h2 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 8px;
  margin-top: 8px;
}

.v-is-mobile h2:first-child, .v-is-mobile .v-h2:first-child {
  margin-top: 0;
}

.v-is-mobile h2:last-child, .v-is-mobile .v-h2:last-child {
  margin-bottom: 0;
}

.v-is-mobile .v-font-size-h2 {
  font-size: 22px;
  line-height: 1.25;
}

.v-is-mobile h3, .v-is-mobile .v-h3, .v-is-mobile blockquote q, blockquote .v-is-mobile q {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0px;
}

.v-is-mobile h3:first-child, .v-is-mobile .v-h3:first-child, .v-is-mobile blockquote q:first-child, blockquote .v-is-mobile q:first-child {
  margin-top: 0;
}

.v-is-mobile h3:last-child, .v-is-mobile .v-h3:last-child, .v-is-mobile blockquote q:last-child, blockquote .v-is-mobile q:last-child {
  margin-bottom: 0;
}

.v-is-mobile .v-font-size-h3 {
  font-size: 19px;
  line-height: 1.25;
}

.v-is-mobile h4, .v-is-mobile .v-h4 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0px;
}

.v-is-mobile h4:first-child, .v-is-mobile .v-h4:first-child {
  margin-top: 0;
}

.v-is-mobile h4:last-child, .v-is-mobile .v-h4:last-child {
  margin-bottom: 0;
}

.v-is-mobile .v-font-size-h4 {
  font-size: 17px;
  line-height: 1.25;
}

.v-is-mobile h5, .v-is-mobile .v-h5 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0px;
}

.v-is-mobile h5:first-child, .v-is-mobile .v-h5:first-child {
  margin-top: 0;
}

.v-is-mobile h5:last-child, .v-is-mobile .v-h5:last-child {
  margin-bottom: 0;
}

.v-is-mobile .v-font-size-h5 {
  font-size: 17px;
  line-height: 1.25;
}

.v-is-mobile h6, .v-is-mobile .v-h6 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0px;
}

.v-is-mobile h6:first-child, .v-is-mobile .v-h6:first-child {
  margin-top: 0;
}

.v-is-mobile h6:last-child, .v-is-mobile .v-h6:last-child {
  margin-bottom: 0;
}

.v-is-mobile .v-font-size-h6 {
  font-size: 17px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h1, .v-h1 {
    font-size: 50px;
    line-height: 1.15;
    margin-bottom: 24px;
    margin-top: 0px;
  }
  .v-font-size-h1 {
    font-size: 50px;
    line-height: 1.15;
  }
  h2, .v-h2 {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 0px;
  }
  .v-font-size-h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  h3, .v-h3, blockquote q, .v-is-mobile blockquote q {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 0px;
  }
  .v-font-size-h3 {
    font-size: 36px;
    line-height: 1.25;
  }
  h4, .v-h4 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 0px;
  }
  .v-font-size-h4 {
    font-size: 30px;
    line-height: 1.25;
  }
  h5, .v-h5 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 0px;
  }
  .v-font-size-h5 {
    font-size: 26px;
    line-height: 1.25;
  }
  h6, .v-h6 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 0px;
  }
  .v-font-size-h6 {
    font-size: 22px;
    line-height: 1.25;
  }
}

/**
 * Lists
 * -----
 * All list styles
 */
ol, ul {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  ol, ul {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}

ol:first-child, ul:first-child {
  margin-top: 0;
}

ol:last-child, ul:last-child {
  margin-bottom: 0;
}

ol li, ul li {
  margin: 0 0 8px 0;
}

ul.v-ticked-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.v-ticked-list li {
  margin: 0 0 24px 0;
  padding: 0 0 0 24px;
  position: relative;
}

ul.v-ticked-list li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%235100FF' fill-rule='evenodd' d='M9 0C4.032 0 0 4.032 0 9s4.032 9 9 9 9-4.032 9-9-4.032-9-9-9Zm0 16.2c-3.969 0-7.2-3.231-7.2-7.2 0-3.969 3.231-7.2 7.2-7.2 3.969 0 7.2 3.231 7.2 7.2 0 3.969-3.231 7.2-7.2 7.2Zm-1.8-5.247 5.931-5.931 1.27 1.278-7.2 7.2-3.6-3.6 1.268-1.269L7.2 10.953Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
}

ul.v-ticked-list:last-child {
  margin: 0 0 16px 0;
}

.v-bg-lime ul.v-ticked-list li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%2325282D' fill-rule='evenodd' d='M9 0C4.032 0 0 4.032 0 9s4.032 9 9 9 9-4.032 9-9-4.032-9-9-9Zm0 16.2c-3.969 0-7.2-3.231-7.2-7.2 0-3.969 3.231-7.2 7.2-7.2 3.969 0 7.2 3.231 7.2 7.2 0 3.969-3.231 7.2-7.2 7.2Zm-1.8-5.247 5.931-5.931 1.27 1.278-7.2 7.2-3.6-3.6 1.268-1.269L7.2 10.953Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.v-bg-dusk ul.v-ticked-list li:before,
.v-bg-midnight ul.v-ticked-list li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23BFDA33' fill-rule='evenodd' d='M9 0C4.032 0 0 4.032 0 9s4.032 9 9 9 9-4.032 9-9-4.032-9-9-9Zm0 16.2c-3.969 0-7.2-3.231-7.2-7.2 0-3.969 3.231-7.2 7.2-7.2 3.969 0 7.2 3.231 7.2 7.2 0 3.969-3.231 7.2-7.2 7.2Zm-1.8-5.247 5.931-5.931 1.27 1.278-7.2 7.2-3.6-3.6 1.268-1.269L7.2 10.953Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

ol.v-styled-ordered-list {
  list-style: none;
  counter-reset: li;
  margin: 0;
  padding: 0;
}

ol.v-styled-ordered-list li {
  counter-increment: li;
}

ol.v-styled-ordered-list li:before {
  content: counter(li, decimal-leading-zero) ".";
  color: #5100FF;
  display: inline-block;
  margin-right: 8px;
}

/**
 * Paragraph
 * ---------
 * Styles for main body copy.
 */
p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-top: 0px;
  letter-spacing: 0.01em;
}

p:empty {
  display: none;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.v-p-small {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
  margin-top: 0px;
}

.v-p-small:first-child {
  margin-top: 0;
}

.v-p-small:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-top: 0px;
    letter-spacing: 0.01em;
  }
  .v-p-small {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
    margin-top: 0px;
  }
  .v-p-small:first-child {
    margin-top: 0;
  }
  .v-p-small:last-child {
    margin-bottom: 0;
  }
}

blockquote q {
  display: block;
  quotes: "“" "”";
}

blockquote cite {
  position: relative;
  display: block;
  text-align: right;
}

blockquote cite .v-cmp-image.v-cmp-image-icon {
  height: 24px;
  width: 24px;
}

.v-is-mobile blockquote q {
  display: block;
  quotes: "“" "”";
}

.v-is-mobile blockquote cite {
  position: relative;
  display: block;
  text-align: right;
}

.v-is-mobile blockquote cite .v-cmp-image.v-cmp-image-icon {
  height: 24px;
  width: 24px;
}

/**
 * Horizontal Rule
 * ---------------
 * Styles for ruler elements.
 */
hr {
  height: 1px;
  border: 0;
  border-top: 1px solid currentColor;
}

hr.v-hr-medium {
  height: 2px;
  border-top-width: 2px;
}

hr.v-hr-thick {
  height: 4px;
  border-top-width: 4px;
}

/**
 * Font Styles
 * -----------
 * Contains all font families as font styles for preview on the baseplate.
 */
.v-font-style-lexend-deca-light-300 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
}

.v-font-weight-300 {
  font-weight: 300;
}

.v-font-style-lexend-deca-medium-400 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

.v-font-weight-400 {
  font-weight: 400;
}

.v-font-style-lexend-deca-bold-700 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
}

.v-font-weight-700 {
  font-weight: 700;
}

.v-font-style-lexend-deca-regular-400 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.v-font-weight-400 {
  font-weight: 400;
}

.v-font-style-lexend-deca-regular-italic-400 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.v-font-weight-400 {
  font-weight: 400;
}

.v-type-label {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 8px;
  margin-top: 0px;
}

.v-type-label:first-child {
  margin-top: 0;
}

.v-type-label:last-child {
  margin-bottom: 0;
}

.v-type-label-small {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 24px;
  margin-top: 0px;
}

.v-type-label-small:first-child {
  margin-top: 0;
}

.v-type-label-small:last-child {
  margin-bottom: 0;
}

.v-type-feature {
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 24px;
  margin-top: 0px;
}

.v-type-feature:first-child {
  margin-top: 0;
}

.v-type-feature:last-child {
  margin-bottom: 0;
}

.v-type-feature-bold {
  font-family: Lexend Deca, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 24px;
  margin-top: 0px;
}

.v-type-feature-bold:first-child {
  margin-top: 0;
}

.v-type-feature-bold:last-child {
  margin-bottom: 0;
}

.v-type-feature-large {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.25em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.v-type-feature-large:first-child {
  margin-top: 0;
}

.v-type-feature-large:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .v-type-label {
    font-family: Lexend Deca, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 8px;
    margin-top: 0px;
  }
  .v-type-label:first-child {
    margin-top: 0;
  }
  .v-type-label:last-child {
    margin-bottom: 0;
  }
  .v-type-label-small {
    font-family: Lexend Deca, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 24px;
    margin-top: 0px;
  }
  .v-type-label-small:first-child {
    margin-top: 0;
  }
  .v-type-label-small:last-child {
    margin-bottom: 0;
  }
  .v-type-feature {
    font-family: Lexend Deca, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 24px;
    margin-top: 0px;
  }
  .v-type-feature:first-child {
    margin-top: 0;
  }
  .v-type-feature:last-child {
    margin-bottom: 0;
  }
  .v-type-feature-bold {
    font-family: Lexend Deca, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 24px;
    margin-top: 0px;
  }
  .v-type-feature-bold:first-child {
    margin-top: 0;
  }
  .v-type-feature-bold:last-child {
    margin-bottom: 0;
  }
  .v-type-feature-large {
    font-family: Lexend Deca, sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 1.25em;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .v-type-feature-large:first-child {
    margin-top: 0;
  }
  .v-type-feature-large:last-child {
    margin-bottom: 0;
  }
}

.v-type-feature,
.v-type-feature-large {
  letter-spacing: 0.03em;
}

.v-type-feature strong,
.v-type-feature-large strong {
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .v-type-feature,
  .v-type-feature-large {
    letter-spacing: 0.03em;
  }
}

/**
 * Type Elements
 * --------
 * Contains all heading font styles defined under "type_elements" within v-style-type.json.
 */
.v-button {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.v-label {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 8px;
  margin-top: 8px;
}

.v-input {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.v-figcaption {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .v-button {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .v-label {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .v-input {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .v-figcaption {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}

::selection {
  background-color: rgba(212, 37, 163, 0.99);
  color: #FFFFFF;
}

::-moz-selection {
  background-color: rgba(212, 37, 163, 0.99);
  color: #FFFFFF;
}

img::selection {
  background-color: rgba(212, 37, 163, 0.5);
}

img::-moz-selection {
  background-color: rgba(212, 37, 163, 0.5);
}

.v-bg-lime img::selection {
  background-color: rgba(255, 255, 255, 0.5);
}

.v-bg-lime img::-moz-selection {
  background-color: rgba(255, 255, 255, 0.5);
}

.v-search-modal:before {
  background-color: #353944;
  opacity: 0.95;
}

.v-search-modal-header {
  position: absolute;
  top: 40px;
  right: 40px;
}

.v-search-modal-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 736px;
  margin: 0;
  padding: 0 16px;
}

.v-search-modal-form form .search-block-container {
  border: none;
}

.v-search-modal-form form input {
  margin: 0;
}

.modal {
  height: 100vh;
  height: --webkit-fill-available;
  width: 100vw;
}

ul.slick-dots {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-top: 40px;
}

@media (max-width: 767.98px) {
  ul.slick-dots {
    padding-top: 25px;
  }
}

ul.slick-dots li {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
}

ul.slick-dots li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100px;
  transform: scale(0.6);
  transition: transform 0.1s ease, background-color 0.1s ease;
  background-color: #9A9CA1;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active:before {
  transform: scale(1);
  background-color: #5100FF;
}

ul.slick-dots li:not(.slick-active):hover:before {
  background-color: #494D57;
}

.v-btn-set-2 ul.slick-dots li.slick-active:before {
  transform: scale(1);
  background-color: #BFDA33;
}

.v-mdu-feed ul.slick-dots {
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: -26px;
}

.v-mdu-feed ul.slick-dots li:before {
  width: 20px;
  height: 20px;
}

.v-mdu-feed ul.slick-dots li.slick-active:before {
  width: 20px;
  height: 20px;
}

.v-mdu-feed .slick-list {
  overflow: visible;
}

.demandbase-tweet,
.v-from-wysiwyg .demandbase-tweet {
  color: #25282D !important;
  background-color: #BFDA33;
  position: relative;
  border: none;
  padding: 40px 0;
  margin: 40px 0;
  z-index: 1;
}

.demandbase-tweet:before,
.v-from-wysiwyg .demandbase-tweet:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  height: 100%;
  width: 200vw;
  left: 0;
  transform: translateX(-100vw);
  z-index: -1;
}

.demandbase-tweet p,
.demandbase-tweet a,
.v-from-wysiwyg .demandbase-tweet p,
.v-from-wysiwyg .demandbase-tweet a {
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
}

.demandbase-tweet a,
.demandbase-tweet a:not(.v-btn),
.v-from-wysiwyg .demandbase-tweet a,
.v-from-wysiwyg .demandbase-tweet a:not(.v-btn) {
  color: #25282D;
}

.demandbase-tweet a.demandbase-tweet-link,
.v-from-wysiwyg .demandbase-tweet a.demandbase-tweet-link {
  color: #353944;
  position: relative;
  margin: 0;
  right: auto;
  bottom: auto;
  padding-left: 26px;
  background-size: 0% 100%;
  background-position: 0% 0%;
}

.demandbase-tweet a.demandbase-tweet-link:after,
.v-from-wysiwyg .demandbase-tweet a.demandbase-tweet-link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.1425 10.866C31.0931 11.3304 29.9714 11.644 28.7894 11.7887C29.9955 11.0651 30.9243 9.91922 31.3585 8.55628C30.2307 9.22569 28.9824 9.71418 27.6496 9.9735C26.5822 8.83369 25.0624 8.12207 23.3859 8.12207C20.1595 8.12207 17.5482 10.7394 17.5482 13.9658C17.5482 14.4242 17.5964 14.8704 17.6989 15.2986C12.8442 15.0574 8.53831 12.7295 5.66166 9.1895C5.16112 10.0519 4.87164 11.059 4.87164 12.1265C4.87164 14.1528 5.90892 15.9439 7.47691 16.9932C6.51199 16.9691 5.60739 16.7038 4.8234 16.2635C4.8234 16.2876 4.8234 16.3118 4.8234 16.3359C4.8234 19.1703 6.83765 21.5283 9.50925 22.0651C9.02076 22.1977 8.50212 22.2701 7.97142 22.2701C7.59752 22.2701 7.22965 22.2339 6.87383 22.1615C7.61561 24.4834 9.7746 26.172 12.3316 26.2202C10.3355 27.7882 7.81462 28.7229 5.07669 28.7229C4.60629 28.7229 4.14193 28.6928 3.68359 28.6385C6.2587 30.3151 9.32833 31.28 12.6211 31.28C23.3738 31.28 29.2477 22.3726 29.2477 14.6473C29.2477 14.394 29.2417 14.1407 29.2296 13.8935C30.3694 13.0672 31.3585 12.042 32.1425 10.866Z' fill='%23353944'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  left: 0;
}

.demandbase-tweet a.demandbase-tweet-link:hover,
.v-from-wysiwyg .demandbase-tweet a.demandbase-tweet-link:hover {
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .demandbase-tweet,
  .v-from-wysiwyg .demandbase-tweet {
    padding: 56px 0;
    margin: 56px 0;
  }
  .demandbase-tweet p,
  .demandbase-tweet a,
  .v-from-wysiwyg .demandbase-tweet p,
  .v-from-wysiwyg .demandbase-tweet a {
    font-size: 20px;
    line-height: 1.5em;
  }
}

embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

/**
 * =============================================================================
 * Global - Links
 * =============================================================================
 */
.v-link, .v-from-wysiwyg a:not(.v-btn),
.v-mdu-footer-nav nav a {
  text-decoration: none;
  transition: background-size 112.5ms linear, color 112.5ms linear;
  color: #5100FF;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% 100%;
  background-position: 100%;
  background-repeat: no-repeat;
}

.v-link:focus, .v-from-wysiwyg a:focus:not(.v-btn), .v-link:hover, .v-from-wysiwyg a:hover:not(.v-btn), .v-link:active, .v-link.nice-select.open, .v-from-wysiwyg a.nice-select.open:not(.v-btn), .v-from-wysiwyg a:active:not(.v-btn), .v-link.v-link-hover, .v-from-wysiwyg a.v-link-hover:not(.v-btn), .v-link.v-link-click, .v-from-wysiwyg a.v-link-click:not(.v-btn),
.v-mdu-footer-nav nav a:focus,
.v-mdu-footer-nav nav a:hover,
.v-mdu-footer-nav nav a:active,
.v-mdu-footer-nav nav a.nice-select.open,
.v-mdu-footer-nav nav a.v-link-hover,
.v-mdu-footer-nav nav a.v-link-click {
  background-size: 0 100%;
}

.v-bg-dusk .v-link, .v-bg-dusk .v-from-wysiwyg a:not(.v-btn), .v-from-wysiwyg .v-bg-dusk a:not(.v-btn), .v-bg-dusk
.v-mdu-footer-nav nav a {
  color: #BFDA33;
}

.v-bg-lime .v-link, .v-bg-lime .v-from-wysiwyg a:not(.v-btn), .v-from-wysiwyg .v-bg-lime a:not(.v-btn), .v-bg-lime
.v-mdu-footer-nav nav a {
  color: #25282D;
}

/**
 * -----------------------------------------------------------------------------
 * Velocity Base: Buttons, CTA
 * -----------------------------------------------------------------------------
 */
/*! purgecss start ignore */
input[type="submit"], .v-btn, form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  --button-background-color: transparent;
  --button-border-color: var( --color-fuschia );
  --button-color: inherit;
  --button-hover-background-color: transparent;
  --button-hover-border-color: var( --button-border-color );
  --button-hover-color: inherit;
  --button-focus-background-color: transparent;
  --button-focus-border-color: var( --button-border-color );
  --button-focus-color: inherit;
  background: var(--button-background-color);
  color: var(--button-color);
  border: 1px solid var(--button-border-color);
  height: auto;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14.5px 24px;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: background 112.5ms linear, background-color 112.5ms linear, border 112.5ms linear, border-color 112.5ms linear, color 112.5ms linear;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
}

input[type="submit"]:hover,
.v-btn:hover,
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  transition: none;
}

input[type="submit"].v-btn-small,
.v-btn.v-btn-small,
form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-small.mktoButton {
  padding: 10px 16px 11px;
}

input[type="submit"].hover,
a:hover input[type="submit"], input[type="submit"]:hover,
.v-btn.hover,
form.mktoForm .mktoButtonWrap.mktoSimple .hover.mktoButton,
a:hover .v-btn,
a:hover form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
form.mktoForm .mktoButtonWrap.mktoSimple a:hover .mktoButton,
.v-btn:hover,
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  text-decoration: none;
  border-color: var(--button-hover-border-color);
  background-color: var(--button-hover-background-color);
  color: var(--button-hover-color);
}

input[type="submit"]:focus, input[type="submit"]:active, input.nice-select.open[type="submit"],
.v-btn:focus,
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.v-btn:active,
.v-btn.nice-select.open,
form.mktoForm .mktoButtonWrap.mktoSimple .nice-select.open.mktoButton,
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
  text-decoration: none;
  border-color: var(--button-focus-border-color);
  background-color: var(--button-focus-background-color);
  color: var(--button-focus-color);
}

input[type="submit"].v-btn-disabled, input[type="submit"]:disabled, input[type="submit"][disabled],
.v-btn.v-btn-disabled,
form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-disabled.mktoButton,
.v-btn:disabled,
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:disabled,
.v-btn[disabled],
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[disabled] {
  background: var(--button-background-color);
  border-color: var(--button-border-color);
  color: var(--button-color);
  opacity: 0.65;
}

.v-from-wysiwyg button:not(.components-button),
.v-from-wysiwyg input[type='submit'],
.v-from-wysiwyg .v-btn,
.v-from-wysiwyg form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
form.mktoForm .mktoButtonWrap.mktoSimple .v-from-wysiwyg .mktoButton {
  margin-top: 16px;
}

.v-from-wysiwyg .v-btn:not(:last-child), .v-from-wysiwyg form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:not(:last-child), form.mktoForm .mktoButtonWrap.mktoSimple .v-from-wysiwyg .mktoButton:not(:last-child) {
  margin-right: 28px;
}

button:disabled,
button[disabled],
.v-btn:disabled,
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:disabled,
.v-btn[disabled],
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton[disabled] {
  cursor: not-allowed;
}

@media (min-width: 768px) {
  input[type="submit"], .v-btn, form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    min-width: 26px;
  }
  input[type="submit"].v-btn-fab,
  .v-btn.v-btn-fab,
  form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-fab.mktoButton {
    width: 26px;
  }
}

/*! purgecss end ignore */
/**
 * -----------------------------------------------------------------------------
 * Velocity Base: Primary Buttons, CTA
 * -----------------------------------------------------------------------------
 */
.v-btn-set-1 .v-btn-primary, .v-btn-set-1 input[type="submit"] {
  --button-background-color: var( --color-fuschia );
  --button-border-color: var( --color-fuschia );
  --button-color: var( --color-white );
  --button-hover-background-color: var( --color-fuschia-hover );
  --button-hover-color: var( --color-white );
  --button-hover-border-color: var( --color-fuschia-hover );
  --button-focus-background-color: var( --color-fuschia-pressed );
  --button-focus-border-color: var( --color-fuschia-pressed );
  --button-focus-color: var( --color-white);
}

.v-btn-set-2 .v-btn-primary, .v-btn-set-2 input[type="submit"] {
  --button-background-color: var( --color-lime );
  --button-border-color: var( --color-lime );
  --button-color: var( --color-midnight );
  --button-hover-background-color: var( --color-lime-hover );
  --button-hover-color: var( --color-midnight );
  --button-hover-border-color: var( --color-lime-hover );
  --button-focus-background-color: var( --color-lime-pressed );
  --button-focus-border-color: var( --color-lime-pressed );
  --button-focus-color: var( --color-midnight);
}

.v-btn-set-3 .v-btn-primary, .v-btn-set-3 input[type="submit"] {
  --button-background-color: var( --color-dusk );
  --button-border-color: var( --color-dusk );
  --button-color: var( --color-white );
  --button-hover-background-color: var( --color-dusk70 );
  --button-hover-color: var( --color-white );
  --button-hover-border-color: var( --color-dusk70 );
  --button-focus-background-color: var( --color-dusk90 );
  --button-focus-border-color: var( --color-dusk90 );
  --button-focus-color: var( --color-white);
}

/**
 * -----------------------------------------------------------------------------
 * Velocity Base: Secondary Buttons
 * -----------------------------------------------------------------------------
 */
.v-btn-set-1 .v-btn-secondary {
  --button-background-color: var( --color-transparent);
  --button-border-color: var( --color-fuschia);
  --button-color: var( --color-midnight);
  --button-hover-background-color: var( --color-fuschia-hover);
  --button-hover-border-color: var( --color-fuschia-hover);
  --button-hover-color: var( --color-white);
  --button-focus-background-color: transparent;
  --button-focus-border-color: var( --color-fuschia-pressed );
  --button-focus-color: var( --color-midnight);
}

.v-btn-set-2 .v-btn-secondary {
  --button-background-color: var( --color-transparent);
  --button-border-color: var( --color-lime);
  --button-color: var( --color-white);
  --button-hover-background-color: var( --color-lime-hover);
  --button-hover-color: var( --color-black);
  --button-hover-border-color: var( --color-lime-hover);
  --button-focus-background-color: transparent;
  --button-focus-border-color: var( --color-lime-pressed );
  --button-focus-color: var( --color-white);
}

.v-btn-set-3 .v-btn-secondary {
  --button-background-color: var( --color-transparent);
  --button-border-color: var( --color-midnight);
  --button-color: var( --color-midnight);
  --button-hover-background-color: var( --color-midnight);
  --button-hover-color: var( --color-white);
  --button-hover-border-color: var( --color-midnight);
  --button-focus-background-color: transparent;
  --button-focus-border-color: var( --color-dusk80 );
  --button-focus-color: var( --color-dusk80 );
}

.v-btn.v-btn-icon-only, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-icon-only.mktoButton {
  color: transparent;
  padding: 0;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.v-btn.v-btn-icon-only.v-btn-small, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-icon-only.v-btn-small.mktoButton {
  padding: 0;
  height: 40px;
  width: 40px;
}

.v-btn.v-btn-icon-only.v-btn-chevron:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-icon-only.v-btn-chevron.mktoButton:after {
  left: calc(50% + 1px);
  right: auto;
  transform: translateY(-50%) translateX(-50%);
}

/**
 * -----------------------------------------------------------------------------
 * Velocity Base: Text Buttons
 * -----------------------------------------------------------------------------
 */
.v-btn-text {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 17px;
  line-height: 1;
  text-align: left;
}

.v-btn-text.v-btn-small {
  font-size: 15px;
  padding: 0;
}

.v-from-wysiwyg .v-btn-text {
  margin-top: 0;
}

.v-from-wysiwyg .v-btn-text + .v-btn-text {
  margin-top: 15px;
}

.v-btn-set-1 .v-btn-text {
  color: var(--color-grape);
}

.v-btn-set-2 .v-btn-text {
  color: var(--color-lime);
}

.v-btn-set-3 .v-btn-text {
  color: var(--color-midnight);
}

/**
 * -----------------------------------------------------------------------------
 * Velocity Base: Button Arrows
 * -----------------------------------------------------------------------------
 */
.v-btn.v-btn-chevron, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-chevron.mktoButton, .v-btn.v-btn-arrow, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.mktoButton {
  padding-right: 24px;
  position: relative;
}

.v-btn.v-btn-chevron:not(:last-child), form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-chevron.mktoButton:not(:last-child), .v-btn.v-btn-arrow:not(:last-child), form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.mktoButton:not(:last-child) {
  margin-right: 48px;
}

.v-btn.v-btn-chevron:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-chevron.mktoButton:after, .v-btn.v-btn-arrow:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.mktoButton:after {
  content: '';
  height: 18px;
  position: absolute;
  width: 16px;
  right: 0;
  line-height: 1;
  top: 9px;
  transition: transform 112.5ms linear;
  transform: translateY(-50%) translateX(0);
}

.v-btn.v-btn-chevron.v-btn-secondary:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-chevron.v-btn-secondary.mktoButton:hover:after, .v-btn.v-btn-arrow.v-btn-secondary:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-secondary.mktoButton:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%23FFFFFF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn.v-btn-chevron.v-btn-text:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-chevron.v-btn-text.mktoButton:after, .v-btn.v-btn-arrow.v-btn-text:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-text.mktoButton:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%235100FF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn.v-btn-chevron:focus:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-chevron.mktoButton:focus:after, .v-btn.v-btn-chevron:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-chevron.mktoButton:hover:after, .v-btn.v-btn-arrow:focus:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.mktoButton:focus:after, .v-btn.v-btn-arrow:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.mktoButton:hover:after {
  transform: translateY(-50%) translateX(8.5px);
}

.v-btn.v-btn-arrow:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.mktoButton:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%23FFFFFF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn.v-btn-arrow.v-btn-secondary:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-secondary.mktoButton:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%23FFFFFF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn.v-btn-arrow.v-btn-text:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-text.mktoButton:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%235100FF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn.v-btn-arrow.v-btn-small, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-small.mktoButton {
  padding-right: 20px;
}

.v-btn.v-btn-arrow.v-btn-small.v-btn-text:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-small.v-btn-text.mktoButton:after {
  height: 12px;
  width: 13px;
  top: 8px;
}

.v-btn.v-btn-arrow:focus:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.mktoButton:focus:after, .v-btn.v-btn-arrow:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.mktoButton:hover:after {
  transform: translateY(-50%) translateX(8.5px);
}

.v-btn.v-btn-chevron:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-chevron.mktoButton:after {
  height: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 31.4L24 18.2L12 5' stroke='%23FFFFFF' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.v-btn.v-btn-arrow-left, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow-left.mktoButton {
  padding-left: 24px;
  position: relative;
}

.v-btn.v-btn-arrow-left:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow-left.mktoButton:after {
  position: absolute;
  left: 0;
  right: auto;
  transform: translateY(-50%) translateX(0px) rotate(180deg);
}

.v-btn.v-btn-arrow-left:focus:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow-left.mktoButton:focus:after, .v-btn.v-btn-arrow-left:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow-left.mktoButton:hover:after {
  transform: translateY(-50%) translateX(-8.5px) rotate(180deg);
}

.v-cmp-card:hover .v-btn-arrow:after {
  transform: translateY(-50%) translateX(8.5px);
}

.v-btn-set-1 .v-btn.v-btn-arrow.v-btn-secondary:after, .v-btn-set-1 form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-secondary.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-set-1 .v-btn-arrow.v-btn-secondary.mktoButton:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%2325282D' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn-set-1 .v-btn.v-btn-arrow.v-btn-secondary:hover:after, .v-btn-set-1 form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-secondary.mktoButton:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-set-1 .v-btn-arrow.v-btn-secondary.mktoButton:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%23FFFFFF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn-set-2 .v-btn.v-btn-arrow.v-btn-primary:after, .v-btn-set-2 form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-primary.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-set-2 .v-btn-arrow.v-btn-primary.mktoButton:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%2325282D' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn-set-2 .v-btn.v-btn-arrow.v-btn-secondary:hover:after, .v-btn-set-2 form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-secondary.mktoButton:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-set-2 .v-btn-arrow.v-btn-secondary.mktoButton:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%2325282D' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn-set-2 .v-btn.v-btn-arrow.v-btn-text:after, .v-btn-set-2 form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-text.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-set-2 .v-btn-arrow.v-btn-text.mktoButton:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%23BFDA33' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn-set-2 .v-btn.v-btn-chevron:after, .v-btn-set-2 form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-chevron.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-set-2 .v-btn-chevron.mktoButton:after {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 31.4L24 18.2L12 5' stroke='%23353944' stroke-width='4'/%3E%3C/svg%3E%0A");
}

.v-btn-set-3 .v-btn.v-btn-arrow.v-btn-primary:after, .v-btn-set-3 form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-primary.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-set-3 .v-btn-arrow.v-btn-primary.mktoButton:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%23FFFFFF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn-set-3 .v-btn.v-btn-arrow.v-btn-secondary:hover:after, .v-btn-set-3 form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-secondary.mktoButton:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-set-3 .v-btn-arrow.v-btn-secondary.mktoButton:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%2325282D' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-btn-set-3 .v-btn.v-btn-arrow.v-btn-text:after, .v-btn-set-3 form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.v-btn-text.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-set-3 .v-btn-arrow.v-btn-text.mktoButton:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%2325282D' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type="password"],
input[type="search"],
textarea,
select {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #9A9CA1;
  border-radius: 3px;
  padding: 8px 12px;
  color: #25282D;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

input[type=text]::placeholder,
input[type=url]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #9A9CA1;
}

input[type=text]:hover,
input[type=url]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover,
select:hover {
  border: 1px solid #494D57;
}

input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #5100FF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L5.5 5L1 1' stroke='%23353944' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 16px) 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-right: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

select option {
  text-overflow: ellipsis;
  overflow: hidden;
}

label {
  display: block;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  label {
    font-size: 15px;
    line-height: 1.5em;
  }
}

/**
 * -----------------------------------------------------------------------------
 * Velocity Base: Checkbox, Input
 * -----------------------------------------------------------------------------
 */
input[type='checkbox'] {
  opacity: 0;
  visibility: hidden;
  display: none;
}

input[type='checkbox'] + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  min-height: 20px;
  margin-right: 24px;
  margin-left: 0;
  margin-bottom: 19px;
  padding: 1px 0 0 28px;
  color: var(--text-color);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
  top: 0;
  transform: none;
}

input[type='checkbox'] + label:after, input[type='checkbox'] + label:before {
  border-radius: 3px;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  display: block;
}

input[type='checkbox'] + label:after {
  background: #FFFFFF;
  border: 1px solid #9A9CA1;
  z-index: 30;
}

input[type='checkbox'] + label:before {
  opacity: 0;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2215%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.143%2014.886L0%207.743l2.014-2.014%205.129%205.114L17.986%200%2020%202.029%207.143%2014.886z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity 112.5ms linear;
  background-size: 14px 12px;
}

input[type='checkbox'] + label:hover:after {
  border-color: #5100FF;
}

input[type='checkbox']:checked + label:after {
  background-color: #5100FF;
  border: 1px solid #5100FF;
}

input[type='checkbox']:checked + label:before {
  opacity: 1;
}

input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  display: none;
}

input[type="radio"] + label {
  cursor: pointer;
  position: relative;
  display: block;
  min-height: 20px;
  margin-right: 24px;
  margin-left: 0;
  margin-bottom: 19px;
  padding: 1px 0 0 28px;
  color: var(--text-color);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  transition: all 0.2s linear;
}

input[type="radio"] + label:after, input[type="radio"] + label:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  transition: all 0.2s linear;
}

input[type="radio"] + label:after {
  background: #FFFFFF;
  border: 1px solid #9A9CA1;
  z-index: 30;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}

input[type="radio"] + label:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: '';
  z-index: 50;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  background: #FFFFFF;
}

input[type="radio"] + label:hover:after, input[type="radio"] + label:focus:after {
  border-color: #5100FF;
}

input[type="radio"]:checked + label:after {
  border-color: #5100FF;
  background: #5100FF;
}

input[type="radio"]:checked + label:before {
  visibility: visible;
  opacity: 1;
}

/*! purgecss start ignore */
form.mktoForm {
  width: auto !important;
}

form.mktoForm .mktoFormCol {
  width: 100%;
  margin-bottom: 0px !important;
}

form.mktoForm .mktoFormCol .mktoFieldWrap {
  width: 100%;
  margin-bottom: 16px;
}

form.mktoForm .mktoFormCol .mktoAsterix,
form.mktoForm .mktoFormCol .mktoGutter,
form.mktoForm .mktoFormCol .mktoOffset {
  display: none;
}

form.mktoForm .mktoFormCol .mktoRequiredField .mktoAsterix {
  display: block;
  color: #D425A3;
}

form.mktoForm .mktoFormCol .mktoLabel.mktoHasWidth {
  width: auto !important;
}

form.mktoForm .mktoFormCol .mktoCheckboxList,
form.mktoForm .mktoFormCol .mktoRadioList {
  width: 100% !important;
}

form.mktoForm .mktoFormCol select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L5.5 5L1 1' stroke='%23353944' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 16px) 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-right: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

form.mktoForm .mktoFormCol select option {
  text-overflow: ellipsis;
  overflow: hidden;
}

form.mktoForm .mktoFormCol select option {
  font-size: 16px;
  line-height: 1.5em;
}

form.mktoForm .mktoFormCol input[type="checkbox"] {
  width: 100% !important;
  opacity: 0;
  visibility: hidden;
  display: none;
}

form.mktoForm .mktoFormCol input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  min-height: 20px;
  margin-right: 24px;
  margin-left: 0;
  margin-bottom: 19px;
  padding: 1px 0 0 28px;
  color: var(--text-color);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: middle;
  top: 0;
  transform: none;
}

form.mktoForm .mktoFormCol input[type="checkbox"] + label:after, form.mktoForm .mktoFormCol input[type="checkbox"] + label:before {
  border-radius: 3px;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  display: block;
}

form.mktoForm .mktoFormCol input[type="checkbox"] + label:after {
  background: #FFFFFF;
  border: 1px solid #9A9CA1;
  z-index: 30;
}

form.mktoForm .mktoFormCol input[type="checkbox"] + label:before {
  opacity: 0;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2215%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.143%2014.886L0%207.743l2.014-2.014%205.129%205.114L17.986%200%2020%202.029%207.143%2014.886z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity 112.5ms linear;
  background-size: 14px 12px;
}

form.mktoForm .mktoFormCol input[type="checkbox"] + label:hover:after {
  border-color: #5100FF;
}

form.mktoForm .mktoFormCol input[type="checkbox"]:checked + label:after {
  background-color: #5100FF;
  border: 1px solid #5100FF;
}

form.mktoForm .mktoFormCol input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

form.mktoForm .mktoFormCol input[type="checkbox"] + label {
  max-width: 360px;
  margin-bottom: 0px !important;
}

form.mktoForm .mktoFormCol input[type=text],
form.mktoForm .mktoFormCol input[type=url],
form.mktoForm .mktoFormCol input[type=email],
form.mktoForm .mktoFormCol input[type=tel],
form.mktoForm .mktoFormCol input[type=number],
form.mktoForm .mktoFormCol input[type=date],
form.mktoForm .mktoFormCol textarea.mktoField,
form.mktoForm .mktoFormCol select.mktoField {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #9A9CA1;
  border-radius: 3px;
  padding: 8px 12px;
  color: #25282D;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  width: 100% !important;
  margin-bottom: 0;
}

form.mktoForm .mktoFormCol input[type=text]::placeholder,
form.mktoForm .mktoFormCol input[type=url]::placeholder,
form.mktoForm .mktoFormCol input[type=email]::placeholder,
form.mktoForm .mktoFormCol input[type=tel]::placeholder,
form.mktoForm .mktoFormCol input[type=number]::placeholder,
form.mktoForm .mktoFormCol input[type=date]::placeholder,
form.mktoForm .mktoFormCol textarea.mktoField::placeholder,
form.mktoForm .mktoFormCol select.mktoField::placeholder {
  color: #9A9CA1;
}

form.mktoForm .mktoFormCol input[type=text]:hover,
form.mktoForm .mktoFormCol input[type=url]:hover,
form.mktoForm .mktoFormCol input[type=email]:hover,
form.mktoForm .mktoFormCol input[type=tel]:hover,
form.mktoForm .mktoFormCol input[type=number]:hover,
form.mktoForm .mktoFormCol input[type=date]:hover,
form.mktoForm .mktoFormCol textarea.mktoField:hover,
form.mktoForm .mktoFormCol select.mktoField:hover {
  border: 1px solid #494D57;
}

form.mktoForm .mktoFormCol input[type=text]:focus,
form.mktoForm .mktoFormCol input[type=url]:focus,
form.mktoForm .mktoFormCol input[type=email]:focus,
form.mktoForm .mktoFormCol input[type=tel]:focus,
form.mktoForm .mktoFormCol input[type=number]:focus,
form.mktoForm .mktoFormCol input[type=date]:focus,
form.mktoForm .mktoFormCol textarea.mktoField:focus,
form.mktoForm .mktoFormCol select.mktoField:focus {
  border: 1px solid #5100FF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

form.mktoForm .mktoFormCol .mktoField.mktoInvalid {
  border: 1px solid #E40000;
}

form.mktoForm .mktoButtonRow {
  margin-top: 0;
  display: block;
  text-align: center;
}

form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}

form.mktoForm .mktoError {
  position: relative;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
  color: inherit;
}

form.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}

form.mktoForm .mktoError .mktoErrorMsg {
  max-width: none;
  background: transparent;
  background-color: transparent;
  color: #E40000;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}

form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  --button-background-color: var( --color-fuschia );
  --button-border-color: var( --color-fuschia );
  --button-color: var( --color-white );
  --button-hover-background-color: var( --color-fuschia-hover );
  --button-hover-color: var( --color-white );
  --button-hover-border-color: var( --color-fuschia-hover );
  --button-focus-background-color: var( --color-fuschia-pressed );
  --button-focus-border-color: var( --color-fuschia-pressed );
  --button-focus-color: var( --color-white);
}

/*! purgecss end ignore */
input[type="search"] {
  padding-left: 20px;
  padding-left: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.625 8.5L9.0325 8.5L8.8225 8.2975C9.5575 7.4425 10 6.3325 10 5.125C10 2.4325 7.8175 0.249999 5.125 0.25C2.4325 0.25 0.25 2.4325 0.25 5.125C0.250001 7.8175 2.4325 10 5.125 10C6.3325 10 7.4425 9.5575 8.2975 8.8225L8.5 9.0325L8.5 9.625L12.25 13.3675L13.3675 12.25L9.625 8.5ZM5.125 8.5C3.2575 8.5 1.75 6.9925 1.75 5.125C1.75 3.2575 3.2575 1.75 5.125 1.75C6.9925 1.75 8.5 3.2575 8.5 5.125C8.5 6.9925 6.9925 8.5 5.125 8.5Z' fill='%23494D57'/%3E%3C/svg%3E%0A");
  background-size: 15px 15px;
  background-position: 20px center;
  background-repeat: no-repeat;
}

.v-header {
  position: fixed;
  min-height: 64px;
  top: 0;
  left: 0;
  z-index: 999;
  font-family: Lexend Deca, sans-serif;
  background-color: #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

@media (min-width: 992px) {
  .v-header {
    padding: 24px 0;
    border-bottom: none;
  }
}

.v-header a {
  position: relative;
  z-index: 12;
}

.v-header-inner {
  position: relative;
  width: 100%;
}

.v-header-utility-menu {
  display: flex;
  justify-content: flex-end;
}

.v-header-utility-menu .icon-search {
  padding-left: 16px;
}

.v-header-utility-menu .icon-search:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.625 8.5L9.0325 8.5L8.8225 8.2975C9.5575 7.4425 10 6.3325 10 5.125C10 2.4325 7.8175 0.249999 5.125 0.25C2.4325 0.25 0.25 2.4325 0.25 5.125C0.250001 7.8175 2.4325 10 5.125 10C6.3325 10 7.4425 9.5575 8.2975 8.8225L8.5 9.0325L8.5 9.625L12.25 13.3675L13.3675 12.25L9.625 8.5ZM5.125 8.5C3.2575 8.5 1.75 6.9925 1.75 5.125C1.75 3.2575 3.2575 1.75 5.125 1.75C6.9925 1.75 8.5 3.2575 8.5 5.125C8.5 6.9925 6.9925 8.5 5.125 8.5Z' fill='%23494D57'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.v-header-utility-menu .icon-search:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.625 8.5L9.0325 8.5L8.8225 8.2975C9.5575 7.4425 10 6.3325 10 5.125C10 2.4325 7.8175 0.249999 5.125 0.25C2.4325 0.25 0.25 2.4325 0.25 5.125C0.250001 7.8175 2.4325 10 5.125 10C6.3325 10 7.4425 9.5575 8.2975 8.8225L8.5 9.0325L8.5 9.625L12.25 13.3675L13.3675 12.25L9.625 8.5ZM5.125 8.5C3.2575 8.5 1.75 6.9925 1.75 5.125C1.75 3.2575 3.2575 1.75 5.125 1.75C6.9925 1.75 8.5 3.2575 8.5 5.125C8.5 6.9925 6.9925 8.5 5.125 8.5Z' fill='%235100FF'/%3E%3C/svg%3E%0A");
}

.v-header-utility-menu .v-btn, .v-header-utility-menu form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .v-header-utility-menu .mktoButton {
  margin-top: 0;
}

.v-header-utility-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: right;
  font-size: 11px;
  line-height: 1.25em;
}

.v-header-utility-menu ul > li {
  margin: 0 8px;
  display: flex;
  align-items: center;
}

.v-header-utility-menu ul > li a {
  padding: 20px 0;
}

.v-header-utility-menu ul > li a:hover {
  color: #5100FF;
}

.v-header-utility-menu ul > li ul {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 800;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
  background: #fff;
  font-size: 13px;
}

.v-header-utility-menu ul > li ul a {
  padding: 16px;
}

.v-header-utility-menu ul > li ul a:after {
  display: none;
}

.v-header-utility-menu ul > li:hover ul {
  display: block;
}

.v-header-utility-menu ul > li.drop-submenu a {
  padding-right: 16px;
}

.v-header-utility-menu ul > li.drop-submenu a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L5.5 5L1 1' stroke='%23494D57' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}

.v-header-utility-menu ul > li.drop-submenu a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L5.5 5L1 1' stroke='%235100FF' stroke-width='2'/%3E%3C/svg%3E%0A");
  transform: rotate(-180deg);
}

.v-header-utility-menu ul a {
  color: #353944;
  opacity: 0.9;
}

.v-header-main {
  display: flex;
}

@media (min-width: 992px) {
  .v-header-main {
    margin-top: 8px;
  }
}

.v-header-main .v-btn, .v-header-main form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .v-header-main .mktoButton {
  margin-top: 0;
}

.v-header-logo {
  width: 170px;
}

@media (min-width: 992px) {
  .v-header-logo {
    width: 200px;
  }
}

.above-nav-mask,
.nav-item-above-nav-mask .nav-link-wrap {
  z-index: 700;
}

.v-mega-menu {
  display: flex;
  justify-content: right;
  height: 100%;
}

.v-mega-menu ul, .v-mega-menu li {
  padding: 0;
  margin: 0;
  position: inherit;
}

.v-mega-menu:before {
  content: '';
  background: #fff;
  position: absolute;
  top: -200%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

.v-mega-menu .nav-inner {
  justify-content: right;
  display: flex;
  padding-bottom: 0;
}

.v-mega-menu .nav-inner > li {
  font-size: 15px;
  line-height: 1.75em;
  margin-left: 0px;
}

.v-mega-menu .nav-inner > li:first-child {
  margin-left: 0;
}

.v-mega-menu .nav-inner > li:hover > a:after, .v-mega-menu .nav-inner > li:focus > a:after {
  transform: rotate(-180deg);
}

.v-mega-menu .nav-inner > li:hover > a {
  background-color: #F2F8D6;
}

.v-mega-menu .nav-inner > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  vertical-align: middle;
  padding: 8px 32px 8px 16px;
  border-radius: 3px;
  background-color: transparent;
  color: #25282D;
  transition: background-color 0.2s ease;
}

.v-mega-menu .nav-inner > li > a:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L5.5 5L1 1' stroke='%2325282D' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.v-mega-menu .nav-inner > li > a:focus {
  background-color: #DFEC99 !important;
}

.v-mega-menu .nav-inner > li:hover .v-sub-menu-wrapper, .v-mega-menu .nav-inner > li:focus .v-sub-menu-wrapper {
  pointer-events: auto;
  transform: translateY(0%);
  padding: 24px 0;
}

.v-mega-menu .v-sub-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-150%);
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
  z-index: 10;
}

.v-mega-menu .v-sub-menu-inner {
  padding: 24px;
  border-top: solid 4px #BFDA33;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}

.v-mega-menu .v-sub-menu-title {
  margin-bottom: 24px;
  color: #5100FF;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}

.v-mega-menu .v-sub-menu-title a {
  font-size: inherit;
  font-weight: 600;
}

.v-mega-menu .v-sub-menu-title-depth-1 {
  display: block;
  text-transform: uppercase;
  color: #353944;
  opacity: 0.7;
  font-size: 12px;
  line-height: 1.25em;
}

.v-mega-menu .v-sub-menu-title-depth-1-inner, .v-mega-menu .v-sub-menu-title-depth-1 a {
  padding-bottom: 12px;
  border-bottom: 1px solid #D7D7DA;
}

.v-mega-menu .v-sub-menu-title-depth-1-inner {
  display: block;
}

.v-mega-menu .v-sub-menu-title-depth-1 a {
  font-weight: 600;
  text-transform: none;
  opacity: 1;
  color: #5100FF;
}

.v-mega-menu .v-sub-menu-title-depth-1 a:after {
  width: 16px;
  right: 0;
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%235100FF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A");
}

.v-mega-menu .v-sub-menu-title-depth-1 a:hover {
  color: #4300D4;
  border-bottom: 1px solid #4300D4;
}

.v-mega-menu .v-sub-menu-title-depth-1 a:focus {
  color: #3B00BA;
  border-bottom: 1px solid #3B00BA;
}

.v-mega-menu .v-sub-menu-item-title {
  display: block;
  color: #353944;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25em;
}

.v-mega-menu .v-sub-menu-item-title:last-child {
  margin-bottom: 0;
}

.v-mega-menu .v-sub-menu-item-description {
  display: block;
  color: #353944;
  opacity: 0.8;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.25em;
}

.v-mega-menu .v-sub-menu-item-description:last-child {
  margin-bottom: 0;
}

.v-mega-menu .sub-menu.depth-0 {
  display: flex;
  width: auto;
  position: relative;
  padding: 0;
  margin: 0 -15px;
}

.v-mega-menu .sub-menu.depth-0 > li {
  position: relative;
  flex-basis: 25%;
  padding: 0 15px;
}

.v-mega-menu .sub-menu.depth-0 > li .v-nav-link {
  position: relative;
  z-index: 4;
  display: block;
}

.v-mega-menu .sub-menu.depth-1 {
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
}

.v-mega-menu .sub-menu.depth-1 > li .v-nav-link {
  padding: 16px 0;
  border-bottom: 1px solid #D7D7DA;
}

.v-mega-menu .sub-menu.depth-1 > li .v-nav-link:hover .v-sub-menu-item-title {
  color: #4300D4;
}

.v-mega-menu .sub-menu.depth-1 > li .v-nav-link:focus .v-sub-menu-item-title {
  color: #3B00BA;
}

.v-mega-menu .sub-menu.depth-1 > li:last-child .v-nav-link {
  border-bottom: none;
}

.v-mega-menu .sub-menu.depth-1 > li.menu-item-has-children > .v-nav-link {
  border-bottom: none;
}

.v-mega-menu .sub-menu.depth-1 > li.menu-item-has-children > .v-nav-link > span.v-sub-menu-item-title {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}

.v-mega-menu .sub-menu.depth-1 > li.menu-item-has-children > .v-nav-link > span.v-sub-menu-item-title:after {
  content: '';
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0;
  line-height: 1;
  top: 7px;
  transition: transform 112.5ms linear, opacity 112.5ms linear;
  transform: translateY(-50%) translateX(0);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%235100FF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
  opacity: 0;
}

.v-mega-menu .sub-menu.depth-1 > li.menu-item-has-children:hover > .v-nav-link > span.v-sub-menu-item-title {
  color: #5100FF;
}

.v-mega-menu .sub-menu.depth-1 > li.menu-item-has-children:hover > .v-nav-link > span.v-sub-menu-item-title:after {
  transform: translateY(-50%) translateX(8.5px);
  opacity: 1;
}

.v-mega-menu .sub-menu.depth-2 {
  border-bottom: 1px solid #D7D7DA;
  padding-bottom: 8px;
}

.v-mega-menu .sub-menu.depth-2 > li {
  display: inline-block;
}

.v-mega-menu .sub-menu.depth-2 > li .v-nav-link {
  border-bottom: none;
  font-size: 11px;
  line-height: 1.25em;
  padding: 0;
  margin: 0 16px 10px 0;
  text-decoration: underline;
  color: #353944;
}

.v-mega-menu .sub-menu.depth-2 > li .v-nav-link:hover {
  color: #5100FF;
}

.v-mega-menu .v-btn.v-btn-arrow:after, .v-mega-menu form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-arrow.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-mega-menu .v-btn-arrow.mktoButton:after {
  top: 9px;
}

ul.v-menu-mobile .v-sub-menu-item-description {
  display: none;
}

ul.v-menu-mobile a {
  width: 100%;
  justify-content: start;
}

ul.v-menu-mobile span {
  display: block;
  width: 100%;
}

ul.v-menu-mobile li {
  margin-bottom: 0;
}

ul.v-menu-mobile li .v-sub-menu-title {
  padding-right: 8px;
  border-bottom: 1px solid #D7D7DA;
}

ul.v-menu-mobile li .v-sub-menu-title a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 1em;
}

ul.v-menu-mobile li .v-sub-menu-title a:after {
  position: relative;
  top: unset;
  right: unset;
  transform: none;
}

ul.v-menu-mobile li .v-sub-menu-title a:hover:after {
  transform: translateX(8px);
}

ul.v-menu-mobile > li.menu-item {
  border-bottom: 1px solid #D7D7DA;
  font-size: 13px;
  line-height: 1em;
  font-family: Lexend Deca, sans-serif;
}

ul.v-menu-mobile > li.menu-item > .nav-link-wrap {
  min-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

ul.v-menu-mobile > li.menu-item > .nav-link-wrap a:not(.v-btn) {
  color: #494D57;
}

ul.v-menu-mobile > li.menu-item > .v-sub-menu-wrapper > ul > li > .nav-link-wrap a {
  font-weight: normal;
  text-transform: uppercase;
  color: #5100FF;
  font-size: 13px;
  line-height: 1em;
}

ul.v-menu-mobile > li.menu-item > .v-sub-menu-wrapper > ul > li ul {
  font-weight: normal;
  font-size: 12px;
  color: #494D57;
}

ul.v-menu-mobile > li.menu-item > .v-sub-menu-wrapper ul a.v-nav-link {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #5100FF;
}

ul.v-menu-mobile .sub-menu {
  margin-left: 16px;
}

ul.v-menu-mobile .v-sub-menu-title-depth-1 {
  text-transform: uppercase;
  color: #72747C;
  font-size: 13px;
  padding-top: 16px;
  padding-bottom: 16px;
}

ul.v-menu-mobile .menu-item-has-children {
  overflow: hidden;
}

ul.v-menu-mobile .menu-item-has-children > .v-sub-menu-wrapper {
  max-height: 0;
  transition: max-height 0.6s ease;
}

ul.v-menu-mobile .menu-item-has-children > .nav-link-wrap {
  transition: border 0.6s ease;
}

ul.v-menu-mobile .menu-item-has-children.v-sub-menu-open > .v-sub-menu-wrapper {
  max-height: 1800px;
}

ul.v-menu-mobile .menu-item-has-children.v-sub-menu-open .v-chevron {
  transform: rotate(90deg);
}

ul.v-menu-mobile .menu-item-has-children.v-sub-menu-open .v-chevron:after {
  opacity: 0;
}

ul.v-menu-mobile .menu-item-has-children.v-sub-menu-open > .nav-link-wrap {
  border-color: #353944;
}

ul.v-menu-mobile .menu-item-has-children.v-sub-menu-open > .nav-link-wrap > a.v-nav-link {
  color: #25282D;
  font-weight: 600;
}

ul.v-menu-mobile .nav-link-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.v-menu-mobile .v-chevron {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  transition: 0.2s ease;
}

ul.v-menu-mobile .v-chevron:before, ul.v-menu-mobile .v-chevron:after {
  content: '';
  position: absolute;
  background-color: #353944;
}

ul.v-menu-mobile .v-chevron:before {
  width: 2px;
  height: 18px;
  left: 18px;
  top: 10px;
  transition: 0.2s ease;
}

ul.v-menu-mobile .v-chevron:after {
  height: 2px;
  width: 18px;
  top: 18px;
  left: 10px;
}

ul.v-menu-mobile ul li .nav-link-wrap span.v-sub-menu-title-depth-1,
ul.v-menu-mobile .menu-item-has-children .menu-item-has-children .depth-1 li {
  border-bottom: 1px solid #D7D7DA;
}

ul.v-menu-mobile .menu-item-has-children .menu-item-has-children:last-child .depth-1 li:last-child {
  border-bottom: 0;
}

ul.v-menu-mobile li ul li .nav-link-wrap .v-sub-menu-title-depth-1 a.v-nav-link {
  padding: 0;
}

ul.v-menu-mobile .menu-item-has-children .menu-item-has-children .depth-2 li {
  border-bottom: 1px solid transparent;
  display: inline-block;
}

ul.v-menu-mobile .menu-item-has-children .menu-item-has-children .depth-2 li a.v-nav-link {
  color: #353944;
  text-decoration: underline;
  padding: 0;
  margin: 0 8px 26px 0;
  text-decoration: underline;
}

ul.v-menu-mobile > .menu-item-has-children > .nav-link-wrap {
  border-bottom: 1px solid transparent;
}

ul.v-menu-mobile .v-sub-menu-item-mdu {
  margin-bottom: 8px;
  margin-right: 8px;
  width: 100%;
}

ul.v-menu-mobile .v-sub-menu-item-mdu div.v-sub-menu-item-description {
  display: block;
  margin-bottom: 16px;
  margin-top: 8px;
  color: #494D57;
}

ul.v-menu-mobile .v-sub-menu-item-mdu .v-sub-menu-item-mdu-inner img {
  max-height: 142px;
}

ul.v-menu-mobile .v-sub-menu-item-mdu .v-sub-menu-item-title {
  color: #25282D;
  font-weight: 600;
}

ul.v-menu-mobile .v-sub-menu-item-mdu .v-sub-menu-item-mdu-cta.v-btn, ul.v-menu-mobile .v-sub-menu-item-mdu form.mktoForm .mktoButtonWrap.mktoSimple .v-sub-menu-item-mdu-cta.mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple ul.v-menu-mobile .v-sub-menu-item-mdu .v-sub-menu-item-mdu-cta.mktoButton {
  width: auto;
  font-size: 15px;
}

.page-header-mobile-menu {
  height: 40px;
  width: 40px;
  background: none;
  padding-top: 4px;
  padding-left: 10px;
}

.v-nav-mobile-login-container .v-btn, .v-nav-mobile-login-container form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .v-nav-mobile-login-container .mktoButton {
  font-size: 12px;
}

.v-nav-mobile-login-container .v-btn:after, .v-nav-mobile-login-container form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-nav-mobile-login-container .mktoButton:after {
  position: relative;
  top: unset;
  right: unset;
  transform: none;
  margin-left: 8px;
}

.v-nav-mobile-login-container .v-btn:hover:after, .v-nav-mobile-login-container form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-nav-mobile-login-container .mktoButton:hover:after {
  transform: translateX(8px);
}

.page-header-mobile-search a {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.625 8.5L9.0325 8.5L8.8225 8.2975C9.5575 7.4425 10 6.3325 10 5.125C10 2.4325 7.8175 0.249999 5.125 0.25C2.4325 0.25 0.25 2.4325 0.25 5.125C0.250001 7.8175 2.4325 10 5.125 10C6.3325 10 7.4425 9.5575 8.2975 8.8225L8.5 9.0325L8.5 9.625L12.25 13.3675L13.3675 12.25L9.625 8.5ZM5.125 8.5C3.2575 8.5 1.75 6.9925 1.75 5.125C1.75 3.2575 3.2575 1.75 5.125 1.75C6.9925 1.75 8.5 3.2575 8.5 5.125C8.5 6.9925 6.9925 8.5 5.125 8.5Z' fill='%23494D57'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.menu-opened .v-header {
  border-color: #BFDA33;
}

@media (min-width: 992px) {
  .menu-opened .v-header {
    border-color: #FFFFFF;
  }
}

body.admin-bar .v-header {
  top: 46px;
}

@media screen and (min-width: 768px) {
  body.admin-bar .v-header {
    top: 32px;
  }
}

body.admin-bar .menu {
  top: 110px;
}

@media screen and (min-width: 768px) {
  body.admin-bar .menu {
    top: 96px;
  }
}

.v-nav-common ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v-sub-menu-item-mdu {
  background: none;
  padding: 0;
  padding-top: 16px;
}

.v-sub-menu-item-mdu a:hover .v-btn:after, .v-sub-menu-item-mdu a:hover form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-sub-menu-item-mdu a:hover .mktoButton:after {
  transform: translateY(-50%) translateX(8.5px);
}

.v-sub-menu-item-mdu-inner {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 16px;
}

.v-sub-menu-item-mdu-inner img {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: cover;
  margin-bottom: 10px;
  display: block;
}

.v-sub-menu-item-mdu-inner .v-btn, .v-sub-menu-item-mdu-inner form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .v-sub-menu-item-mdu-inner .mktoButton {
  font-size: 12px;
  line-height: 1.25em;
  color: #5100FF;
}

.v-footer {
  font-family: Lexend Deca, sans-serif;
  background-color: #FAF9F7;
}

.v-footer ul, .v-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v-footer-logo img {
  max-width: 186px;
  display: block;
  margin-bottom: 24px;
}

.v-footer-menu > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  margin-right: -16px;
}

.v-footer-menu > ul > li {
  padding: 0 16px;
  flex: 0 0 50%;
  flex-direction: column;
  margin-bottom: 24px;
}

.v-footer-menu > ul > li:last-child {
  margin-bottom: 0;
}

.v-footer-menu > ul > li > a:not(.v-btn) {
  font-size: 15px;
  line-height: 1.5em;
  color: #25282D;
}

.v-footer-menu > ul > li ul {
  margin-top: 16px;
}

.v-footer-menu > ul > li ul li {
  font-size: 11px;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.v-footer-menu > ul > li ul li:last-child {
  margin-bottom: 0;
}

.v-footer-menu > ul > li ul li a {
  color: #353944;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .v-footer-menu > ul > li {
    flex: 0 0 20%;
    margin-bottom: 0;
  }
}

.v-footer-divider {
  height: 1px;
  display: block;
  background-color: #D7D7DA;
}

.v-footer-w3c {
  font-size: 11px;
  line-height: 1.5em;
  color: #353944;
  height: auto;
  display: block;
  padding: 12px 0;
  border-top: 1px solid #D7D7DA;
  border-bottom: 1px solid #D7D7DA;
  line-height: 16px;
}

.v-footer-w3c img {
  height: 16px;
  line-height: 16px;
  width: auto;
}

.v-footer-socials {
  display: block;
  text-align: center;
  height: 20px;
  color: #FAF9F7;
}

.v-footer-socials li {
  display: inline-block;
  height: 100%;
  margin: 0 16px;
}

.v-footer-socials li:first-child {
  margin-left: 0;
}

.v-footer-socials li:last-child {
  margin-right: 0;
}

.v-footer-socials li a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 1px;
  text-indent: 9999px;
  text-align: unset;
  overflow: hidden;
}

.v-footer-socials li .v-social-icon-fb {
  width: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.72707 5.65186L5.72707 4.04556C5.72707 3.32041 5.89374 2.95362 7.06479 2.95362L8.53409 2.95362L8.53409 0.25537L6.08234 0.255371C3.07795 0.255371 2.08672 1.5792 2.08672 3.85163L2.08672 5.65186L0.113038 5.65186L0.113038 8.35011L2.08672 8.35011L2.08672 16.4448L5.72707 16.4448L5.72707 8.35011L8.20076 8.35011L8.53409 5.65186L5.72707 5.65186Z' fill='%2325282D'/%3E%3C/svg%3E%0A");
}

.v-footer-socials li .v-social-icon-tw {
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8393 2.54115C17.1835 2.83138 16.4824 3.02738 15.7436 3.11784C16.4975 2.66553 17.0779 1.94939 17.3493 1.09755C16.6445 1.51593 15.8642 1.82124 15.0312 1.98331C14.3641 1.27093 13.4143 0.826171 12.3664 0.826171C10.3499 0.826171 8.71785 2.462 8.71785 4.47852C8.71785 4.76497 8.74801 5.04389 8.81208 5.31151C5.77789 5.16074 3.08669 3.70583 1.28878 1.49332C0.975941 2.03231 0.79502 2.66177 0.795021 3.32891C0.795021 4.59536 1.44332 5.71481 2.42331 6.37065C1.82024 6.35557 1.25486 6.18973 0.764867 5.91458C0.764867 5.92965 0.764867 5.94473 0.764867 5.95981C0.764867 7.73133 2.02378 9.20508 3.69353 9.54054C3.38822 9.62346 3.06407 9.66869 2.73238 9.66869C2.49869 9.66869 2.26877 9.64607 2.04639 9.60084C2.51 11.052 3.85937 12.1074 5.45751 12.1375C4.20991 13.1175 2.63439 13.7017 0.923174 13.7017C0.629177 13.7017 0.33895 13.6829 0.0524914 13.649C1.66193 14.6968 3.58045 15.2999 5.63843 15.2999C12.3589 15.2999 16.0301 9.73276 16.0301 4.90443C16.0301 4.74613 16.0263 4.58782 16.0188 4.43328C16.7311 3.91691 17.3493 3.27614 17.8393 2.54115Z' fill='%2325282D'/%3E%3C/svg%3E%0A");
}

.v-footer-socials li .v-social-icon-li {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.54095 19.9757L0.25397 19.9757L0.253969 7.06012L4.53968 7.06012L4.54095 19.9757ZM2.3981 5.29726L2.36952 5.29726C0.932064 5.29726 3.03503e-07 4.30517 1.95034e-07 3.06442C8.42849e-08 1.7976 0.959365 0.833496 2.42603 0.833496C3.8927 0.833496 4.79492 1.7976 4.8254 3.06506C4.8254 4.30517 3.89333 5.29726 2.3981 5.29726ZM20 19.9757L15.713 19.9757L15.713 13.0661C15.713 11.3299 15.0933 10.1458 13.5416 10.1458C12.3568 10.1458 11.6527 10.9433 11.3422 11.7159C11.2292 11.9919 11.2 12.3754 11.2 12.7627L11.2 19.9757L6.91175 19.9757C6.91175 19.9757 6.96953 8.27416 6.91175 7.06012L11.2 7.06012L11.2 8.8904C11.7714 8.01214 12.7873 6.75677 15.0641 6.75677C17.8851 6.75677 20 8.60104 20 12.5694L20 19.9757Z' fill='%2325282D'/%3E%3C/svg%3E%0A");
}

.v-footer-socials li .v-social-icon-gd {
  width: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.001 0.833498C11.708 0.833498 12.386 1.10944 12.8859 1.60062C13.3857 2.09181 13.6666 2.75799 13.6666 3.45263L3.00185 3.45263L3.00185 14.2102C3.00169 14.2354 2.99138 14.2596 2.97318 14.2773C2.95498 14.2951 2.93035 14.3051 2.90469 14.3051L0.430414 14.3051C0.404749 14.3051 0.380127 14.2951 0.361924 14.2773C0.34372 14.2596 0.333413 14.2354 0.333253 14.2102L0.333252 3.45263C0.333173 3.10841 0.402165 2.76755 0.536284 2.44955C0.670402 2.13156 0.867014 1.84266 1.11487 1.5994C1.36273 1.35614 1.65697 1.16328 1.98076 1.03186C2.30454 0.900435 2.65152 0.833031 3.00185 0.833498L11.001 0.833498ZM11.001 16.5471L0.338685 16.5471C0.338364 17.2415 0.618748 17.9076 1.11817 18.3988C1.61759 18.8901 2.29516 19.1664 3.00185 19.1668L11.001 19.1668C11.708 19.1668 12.386 18.8909 12.8859 18.3997C13.3857 17.9085 13.6666 17.2423 13.6666 16.5477L13.6666 5.7901C13.6664 5.76489 13.6561 5.74075 13.6379 5.72298C13.6197 5.7052 13.5951 5.69523 13.5694 5.69523L11.0982 5.69523C11.0725 5.69523 11.0479 5.7052 11.0297 5.72298C11.0115 5.74075 11.0012 5.76489 11.001 5.7901L11.001 16.5471Z' fill='%2325282D'/%3E%3C/svg%3E%0A");
}

.v-footer-socials li .v-social-icon-ig {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.80156C12.6703 1.80156 12.9867 1.81172 14.0406 1.86015C15.0156 1.90469 15.5453 2.06719 15.8977 2.20469C16.332 2.36486 16.725 2.62034 17.0477 2.95234C17.3797 3.275 17.6351 3.66797 17.7953 4.10234C17.9328 4.45469 18.0953 4.98437 18.1398 5.95937C18.1883 7.01328 18.1984 7.32969 18.1984 10C18.1984 12.6703 18.1883 12.9867 18.1398 14.0406C18.0953 15.0156 17.9328 15.5453 17.7953 15.8977C17.6292 16.329 17.3745 16.7208 17.0476 17.0476C16.7208 17.3745 16.329 17.6292 15.8977 17.7953C15.5453 17.9328 15.0156 18.0953 14.0406 18.1398C12.9867 18.1883 12.6703 18.1984 10 18.1984C7.32969 18.1984 7.01328 18.1883 5.95938 18.1398C4.98438 18.0953 4.45469 17.9328 4.10235 17.7953C3.66787 17.6353 3.27487 17.3798 2.95235 17.0477C2.62018 16.7251 2.36467 16.3321 2.20469 15.8977C2.06719 15.5453 1.90469 15.0156 1.86016 14.0406C1.81172 12.9867 1.80156 12.6703 1.80156 10C1.80156 7.32969 1.81172 7.01328 1.86016 5.95937C1.90469 4.98437 2.06719 4.45312 2.20469 4.10234C2.36486 3.66797 2.62034 3.27501 2.95234 2.95234C3.27487 2.62017 3.66787 2.36467 4.10234 2.20469C4.45313 2.06719 4.98438 1.90469 5.95938 1.86016C7.01328 1.81172 7.32969 1.80156 10 1.80156ZM10 -8.74228e-07C7.28438 -6.3682e-07 6.94375 0.0117181 5.87734 0.0601557C4.81094 0.108593 4.08594 0.278125 3.44922 0.525C2.78219 0.776328 2.17784 1.16981 1.67813 1.67812C1.16962 2.17798 0.776116 2.78263 0.525 3.45C0.278125 4.08594 0.108594 4.8125 0.0601568 5.87734C0.0117194 6.94219 6.3682e-07 7.28438 8.74228e-07 10C1.11164e-06 12.7156 0.0117199 13.0563 0.0601575 14.1227C0.108595 15.1891 0.278126 15.9141 0.525001 16.5508C0.77633 17.2178 1.16981 17.8222 1.67813 18.3219C2.17784 18.8302 2.78219 19.2237 3.44922 19.475C4.08594 19.7219 4.8125 19.8914 5.87735 19.9398C6.94219 19.9883 7.2836 20 10 20C12.7164 20 13.0563 19.9883 14.1227 19.9398C15.1891 19.8914 15.9141 19.7219 16.55 19.475C17.2144 19.2184 17.8179 18.8257 18.3216 18.3221C18.8253 17.8185 19.2182 17.2152 19.475 16.5508C19.7219 15.9141 19.8914 15.1875 19.9398 14.1227C19.9883 13.0578 20 12.7164 20 10C20 7.28359 19.9883 6.94375 19.9398 5.87734C19.8914 4.81094 19.7219 4.08594 19.475 3.45C19.2239 2.78263 18.8304 2.17798 18.3219 1.67812C17.822 1.16961 17.2174 0.776115 16.55 0.524999C15.9141 0.278124 15.1875 0.108592 14.1227 0.060155C13.0578 0.0117176 12.7156 -1.11164e-06 10 -8.74228e-07ZM10 4.86484C8.98436 4.86484 7.99153 5.16601 7.14706 5.73027C6.30259 6.29453 5.6444 7.09653 5.25574 8.03486C4.86707 8.97319 4.76537 10.0057 4.96352 11.0018C5.16166 11.9979 5.65073 12.9129 6.3689 13.6311C7.08706 14.3493 8.00206 14.8383 8.99818 15.0365C9.99431 15.2346 11.0268 15.1329 11.9651 14.7443C12.9035 14.3556 13.7055 13.6974 14.2697 12.8529C14.834 12.0085 15.1352 11.0156 15.1352 10C15.1352 8.63807 14.5941 7.33192 13.6311 6.3689C12.6681 5.40587 11.3619 4.86484 10 4.86484ZM10 13.3336C9.34068 13.3336 8.69616 13.1381 8.14796 12.7718C7.59975 12.4055 7.17247 11.8848 6.92016 11.2757C6.66785 10.6666 6.60183 9.9963 6.73046 9.34965C6.85909 8.70299 7.17658 8.109 7.64279 7.64279C8.10901 7.17658 8.70299 6.85909 9.34965 6.73046C9.9963 6.60183 10.6666 6.66785 11.2757 6.92016C11.8848 7.17247 12.4055 7.59975 12.7718 8.14795C13.1381 8.69616 13.3336 9.34068 13.3336 10C13.3334 10.8841 12.9821 11.7319 12.357 12.357C11.7319 12.9821 10.8841 13.3334 10 13.3336ZM16.5383 4.66172C16.5383 4.89905 16.4679 5.13106 16.336 5.3284C16.2042 5.52574 16.0168 5.67955 15.7975 5.77037C15.5782 5.8612 15.337 5.88496 15.1042 5.83866C14.8714 5.79236 14.6576 5.67807 14.4898 5.51025C14.3219 5.34242 14.2076 5.1286 14.1613 4.89583C14.115 4.66305 14.1388 4.42177 14.2296 4.2025C14.3205 3.98323 14.4743 3.79581 14.6716 3.66395C14.8689 3.5321 15.1009 3.46172 15.3383 3.46172C15.4959 3.46172 15.6519 3.49276 15.7975 3.55306C15.9431 3.61337 16.0754 3.70176 16.1868 3.81319C16.2982 3.92462 16.3866 4.05691 16.4469 4.2025C16.5072 4.34809 16.5383 4.50413 16.5383 4.66172Z' fill='%2325282D'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
  .v-footer-socials {
    text-align: right;
  }
}

.v-footer-copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
}

@media (min-width: 768px) {
  .v-footer-copyright {
    text-align: left;
  }
}

.v-footer-legal {
  text-align: center;
  font-size: 11px;
  line-height: 1.5em;
}

.v-footer-legal:last-child {
  margin-bottom: 32px;
}

.v-footer-legal li {
  display: inline-block;
  margin: 0px !important;
  text-align: left;
  width: 48%;
}

.v-footer-legal li a {
  padding: 8px;
  display: block;
}

@media (min-width: 768px) {
  .v-footer-legal:last-child {
    margin-bottom: 0;
  }
  .v-footer-legal li {
    text-align: center;
    width: auto;
    margin: 0 16px;
  }
  .v-footer-legal li a {
    padding: none;
  }
}

.v-modules {
  margin-top: 64px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .v-modules {
    margin-top: 154px;
  }
}

.v-mdu-accordion-item-wrap {
  border-bottom: 1px solid #9A9CA1;
  transition: border-bottom 0.5s ease;
}

.v-mdu-accordion-item-label {
  position: relative;
  padding: 24px 0;
  color: #25282D;
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  transition: font-weight 0.5s ease, color 0.5s ease;
}

.v-mdu-accordion-item-content {
  height: 0;
  display: block;
  overflow: hidden;
  transition: height 0.5s ease;
}

.v-mdu-accordion-item-content-inner {
  padding: 0 0 32px;
}

.v-mdu-accordion-item-expanded .v-mdu-accordion-item-label, .v-mdu-accordion-item-transitioning .v-mdu-accordion-item-label {
  font-weight: 700;
}

.v-mdu-accordion-item-expanded .v-mdu-accordion-item-content, .v-mdu-accordion-item-transitioning .v-mdu-accordion-item-content {
  height: auto;
}

.v-mdu-accordion-item-expanded .v-mdu-accordion-plus-v, .v-mdu-accordion-item-transitioning .v-mdu-accordion-plus-v {
  transform: rotate(0deg);
}

.v-mdu-accordion-item-expanded .v-mdu-accordion-item-wrap, .v-mdu-accordion-item-transitioning .v-mdu-accordion-item-wrap {
  border-bottom: 1px solid #5100FF;
}

.v-mdu-accordion-item:hover .v-mdu-accordion-item-wrap {
  border-bottom: 1px solid #5100FF;
}

.v-mdu-accordion-item:hover .v-mdu-accordion-item-label {
  color: #5100FF;
}

.v-mdu-accordion-item:hover .v-mdu-accordion-plus span {
  background: #5100FF;
}

.v-mdu-accordion-plus {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.v-mdu-accordion-plus span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #353944;
  top: 50%;
  position: absolute;
  transition: transform 0.5s ease, background-color 0.5s ease;
}

.v-mdu-accordion-plus-v {
  transform: rotate(-90deg);
  transform-origin: center;
}

.v-mdu-card-accordion .leadership-list {
  position: relative;
}

.v-mdu-card-accordion .team-item {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 260px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  transition: margin-bottom 0.3s;
}

.v-mdu-card-accordion .team-item .team-item-card {
  cursor: pointer;
}

.v-mdu-card-accordion .team-item .item-content {
  opacity: 0;
  visibility: hidden;
  width: calc(100vw);
  position: absolute;
  left: 0;
  margin-top: 20px;
  transition: opacity 0.3s;
}

.v-mdu-card-accordion .team-item .content-toggle,
.v-mdu-card-accordion .team-item .content-close {
  position: absolute;
  height: 10px;
  width: 10px;
  display: block;
  right: 16px;
  transform-origin: 50% 50%;
  transition: transform 0.3s;
  top: calc(50% - 5px);
  cursor: pointer;
}

.v-mdu-card-accordion .team-item .content-toggle:before, .v-mdu-card-accordion .team-item .content-toggle:after,
.v-mdu-card-accordion .team-item .content-close:before,
.v-mdu-card-accordion .team-item .content-close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 3px;
  background-color: #353944;
  transform-origin: 50% 50%;
  transition: transform 0.3s;
}

.v-mdu-card-accordion .team-item .content-toggle:after,
.v-mdu-card-accordion .team-item .content-close:after {
  transform: rotate(90deg);
}

.v-mdu-card-accordion .team-item.active .item-content {
  opacity: 1;
  visibility: visible;
}

.v-mdu-card-accordion .team-item.active .content-toggle {
  transform: rotate(-90deg);
}

.v-mdu-card-accordion .team-item.active .content-toggle:before {
  transform: scaleX(0);
}

.v-mdu-card-accordion .team-item .content-close {
  top: 32px;
  right: 32px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.v-mdu-card-accordion .team-item .content-close:before, .v-mdu-card-accordion .team-item .content-close:after {
  top: 4px;
}

@media (min-width: 768px) {
  .v-mdu-card-accordion .team-item {
    width: 50%;
  }
  .v-mdu-card-accordion .team-item .content-close {
    top: 56px;
    right: 112px;
  }
}

@media (min-width: 992px) {
  .v-mdu-card-accordion .team-item {
    width: 25%;
  }
}

.v-mdu-cta {
  position: relative;
}

.v-mdu-cta-tulips-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

.v-mdu-cta-inner {
  min-height: 520px;
  position: relative;
  align-items: center;
}

.v-mdu-cta-tlir .v-mdu-cta-tulips, .v-mdu-cta-tril .v-mdu-cta-tulips {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media (min-width: 768px) {
  .v-mdu-cta-tlir .v-mdu-cta-tulips, .v-mdu-cta-tril .v-mdu-cta-tulips {
    background-size: cover;
    background-position: center left;
    width: 60%;
  }
}

.v-mdu-cta-tlir .v-mdu-cta-text-inner, .v-mdu-cta-tril .v-mdu-cta-text-inner {
  text-align: center;
}

.v-mdu-cta-tlir .v-mdu-cta-tulips {
  right: 0;
}

.v-mdu-cta-tril .v-mdu-cta-tulips {
  left: 0;
  transform: scaleX(-100%);
}

.v-mdu-cta-tc2, .v-mdu-cta-tc3 {
  background: #FFFFFF;
}

.v-mdu-cta-tc2 .v-mdu-cta-tulips, .v-mdu-cta-tc3 .v-mdu-cta-tulips {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 0;
  padding-top: 85%;
  min-width: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("data:image/svg+xml,%3Csvg width='452' height='378' viewBox='0 0 452 378' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-292 6.10352e-05C-292.005 96.8644 -255.956 190.293 -190.818 262.236C-125.681 334.18 -36.0769 379.532 60.682 389.531C-36.0717 399.515 -125.675 444.854 -190.814 516.788C-255.952 588.721 -292.003 682.142 -292 779L58.7838 779C162.354 779.006 261.744 738.323 335.368 665.789C408.992 593.255 450.903 494.727 452 391.603L452 387.457C450.904 284.328 408.994 185.793 335.372 113.25C261.75 40.7056 162.359 0.0103204 58.7839 6.52182e-05L-292 6.10352e-05Z' fill='%23BFDA33'/%3E%3C/svg%3E%0A");
}

.v-mdu-cta-tc2 .v-mdu-cta-text-left .v-mdu-cta-text-inner, .v-mdu-cta-tc3 .v-mdu-cta-text-left .v-mdu-cta-text-inner {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.v-mdu-cta-tc2 {
  background-color: #FFFFFF;
}

.v-mdu-cta-tc2 .v-mdu-cta-tulips {
  background-image: url("data:image/svg+xml,%3Csvg width='452' height='378' viewBox='0 0 452 378' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-292 6.10352e-05C-292.005 96.8644 -255.956 190.293 -190.818 262.236C-125.681 334.18 -36.0769 379.532 60.682 389.531C-36.0717 399.515 -125.675 444.854 -190.814 516.788C-255.952 588.721 -292.003 682.142 -292 779L58.7838 779C162.354 779.006 261.744 738.323 335.368 665.789C408.992 593.255 450.903 494.727 452 391.603L452 387.457C450.904 284.328 408.994 185.793 335.372 113.25C261.75 40.7056 162.359 0.0103204 58.7839 6.52182e-05L-292 6.10352e-05Z' fill='%23BFDA33'/%3E%3C/svg%3E%0A");
}

.v-mdu-cta-tc3 {
  background-color: #BFDA33;
}

.v-mdu-cta-tc3 .v-mdu-cta-tulips {
  background-image: url("data:image/svg+xml,%3Csvg width='452' height='378' viewBox='0 0 452 378' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-292 6.10352e-05C-292.005 96.8644 -255.956 190.293 -190.818 262.236C-125.681 334.18 -36.0769 379.532 60.682 389.531C-36.0717 399.515 -125.675 444.854 -190.814 516.788C-255.952 588.721 -292.003 682.142 -292 779L58.7838 779C162.354 779.006 261.744 738.323 335.368 665.789C408.992 593.255 450.903 494.727 452 391.603L452 387.457C450.904 284.328 408.994 185.793 335.372 113.25C261.75 40.7056 162.359 0.0103204 58.7839 6.52182e-05L-292 6.10352e-05Z' fill='%23E4E0D9'/%3E%3C/svg%3E%0A");
}

.v-mdu-cta-lime {
  background: #BFDA33;
}

.v-mdu-cta-lime.v-mdu-cta-tlir .v-mdu-cta-tulips, .v-mdu-cta-lime.v-mdu-cta-tril .v-mdu-cta-tulips {
  background-image: url("data:image/svg+xml,%3Csvg width='876' height='519' viewBox='0 0 876 519' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-3.05176e-05 783C57.6959 783.003 113.345 761.635 156.197 723.025C199.049 684.415 226.063 631.304 232.018 573.951C237.965 631.301 264.971 684.412 307.817 723.023C350.663 761.633 406.308 783.002 464 783L464 575.076C464.003 513.685 439.772 454.773 396.568 411.133C353.364 367.493 294.677 342.65 233.253 342L230.783 342C169.356 342.65 110.665 367.492 67.4554 411.13C24.2457 454.769 0.00612706 513.682 -1.23403e-05 575.076L-3.05176e-05 783Z' fill='%23E4E0D9'/%3E%3Cpath d='M679.691 -8.58096e-06C622.486 -1.10815e-05 567.624 22.7042 527.174 63.1183C486.725 103.532 464 158.346 464 215.5C464 272.654 486.725 327.467 527.174 367.881C567.624 408.295 622.486 431 679.691 431L876 431L876 0L679.691 -8.58096e-06Z' fill='%23353944'/%3E%3C/svg%3E%0A");
}

.v-mdu-cta-dusk {
  background: #353944;
}

.v-mdu-cta-dusk.v-mdu-cta-tlir .v-mdu-cta-tulips, .v-mdu-cta-dusk.v-mdu-cta-tril .v-mdu-cta-tulips {
  background-image: url("data:image/svg+xml,%3Csvg width='876' height='519' viewBox='0 0 876 519' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-3.05176e-05 783C57.6959 783.003 113.345 761.635 156.197 723.025C199.049 684.415 226.063 631.304 232.018 573.951C237.965 631.301 264.971 684.412 307.817 723.023C350.663 761.633 406.308 783.002 464 783L464 575.076C464.003 513.685 439.772 454.773 396.568 411.133C353.364 367.493 294.677 342.65 233.253 342L230.783 342C169.356 342.65 110.665 367.492 67.4554 411.13C24.2457 454.769 0.00612706 513.682 -1.23403e-05 575.076L-3.05176e-05 783Z' fill='%23E4E0D9'/%3E%3Cpath d='M679.691 -8.58096e-06C622.486 -1.10815e-05 567.624 22.7042 527.174 63.1183C486.725 103.532 464 158.346 464 215.5C464 272.654 486.725 327.467 527.174 367.881C567.624 408.295 622.486 431 679.691 431L876 431L876 0L679.691 -8.58096e-06Z' fill='%23353944'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767.98px) {
  .v-mdu-cta .v-btn.v-btn-text, .v-mdu-cta form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-text.mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .v-mdu-cta .v-btn-text.mktoButton {
    color: #353944 !important;
  }
  .v-mdu-cta .v-btn.v-btn-text:after, .v-mdu-cta form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-text.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-mdu-cta .v-btn-text.mktoButton:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%23353944' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center !important;
  }
}

@media (min-width: 768px) {
  .v-mdu-cta-tlir .v-mdu-cta-text-inner, .v-mdu-cta-tril .v-mdu-cta-text-inner {
    text-align: left;
  }
}

.v-mdu-dividers {
  height: 200px;
}

.v-mdu-dividers-container {
  height: 100%;
  position: relative;
}

.v-mdu-dividers-lime {
  background: #BFDA33;
}

.v-mdu-dividers-white {
  background: #FFFFFF;
}

.v-mdu-dividers-rice20 {
  background: #FAF9F7;
}

.v-mdu-dividers-lime20 {
  background: #F2F8D6;
}

.v-mdu-dividers-top .v-mdu-dividers-arrows-left {
  left: 16px;
  bottom: 10px;
}

.v-mdu-dividers-top .v-mdu-dividers-arrows-right {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.v-mdu-dividers-bottom .v-mdu-dividers-arrows-left {
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.v-mdu-dividers-bottom .v-mdu-dividers-arrows-right {
  top: 10px;
  right: 8%;
}

.v-mdu-dividers-arrows {
  width: 210px;
  height: 90px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

.v-mdu-dividers-arrows-lime {
  background-image: url("data:image/svg+xml,%3Csvg width='202' height='85' viewBox='0 0 202 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M191.109 81.893C196.969 84.4101 199.969 84.858 201.109 84.9297L201.109 72.4245C200.009 72.4962 197.009 72.9441 191.109 75.4613C187.503 77.091 183.615 78.163 179.609 78.6323L179.609 78.713C183.614 79.1911 187.501 80.2659 191.109 81.893ZM168.66 81.893C174.52 84.4101 177.53 84.858 178.66 84.9297L178.66 72.4245C177.56 72.4962 174.55 72.9441 168.66 75.4613C165.053 77.0887 161.165 78.1607 157.16 78.6323L157.16 78.713C161.164 79.1935 165.051 80.2682 168.66 81.893ZM156.219 84.9297C155.079 84.858 152.079 84.4102 146.219 81.893C142.609 80.2682 138.723 79.1935 134.719 78.713L134.719 78.6323C138.724 78.1607 142.611 77.0887 146.219 75.4613C152.119 72.9441 155.119 72.4962 156.219 72.4245L156.219 84.9297ZM123.77 81.893C129.63 84.4102 132.63 84.858 133.77 84.9297L133.77 72.4245C132.66 72.4962 129.66 72.9441 123.77 75.4613C120.159 77.0897 116.268 78.1617 112.26 78.6323L112.26 78.713C116.267 79.1919 120.157 80.2667 123.77 81.893ZM111.289 84.9297C110.159 84.858 107.149 84.4102 101.289 81.893C97.6795 80.2682 93.7929 79.1935 89.7891 78.713L89.7891 78.6323C93.7938 78.1607 97.6815 77.0887 101.289 75.4613C107.179 72.9441 110.189 72.4962 111.289 72.4245L111.289 84.9297ZM78.8789 81.893C84.7389 84.4102 87.7389 84.858 88.8789 84.9297L88.8789 72.4245C87.7789 72.4962 84.7789 72.9441 78.8789 75.4613C75.2713 77.0887 71.3837 78.1607 67.3789 78.6323L67.3789 78.713C71.3828 79.1935 75.2693 80.2682 78.8789 81.893ZM66.4297 84.9297C65.2897 84.858 62.2897 84.4102 56.4297 81.893C52.8173 80.2667 48.9272 79.1919 44.9197 78.713L44.9197 78.6323C48.9279 78.1617 52.819 77.0897 56.4297 75.4613C62.3197 72.9441 65.3197 72.4962 66.4297 72.4245L66.4297 84.9297ZM33.9785 81.893C39.8485 84.4102 42.8485 84.858 43.9785 84.9297L43.9785 72.4245C42.8785 72.4962 39.8785 72.9441 33.9785 75.4613C30.3709 77.0887 26.4833 78.1607 22.4785 78.6323L22.4785 78.713C26.4824 79.1935 30.3689 80.2682 33.9785 81.893ZM21.5391 84.9297C20.3991 84.858 17.3991 84.4102 11.5391 81.893C7.92949 80.2682 4.04295 79.1935 0.039062 78.713L0.039062 78.6323C4.04385 78.1607 7.93147 77.0887 11.5391 75.4613C17.4391 72.9441 20.4391 72.4962 21.5391 72.4245L21.5391 84.9297ZM191.109 33.9344C196.969 36.4516 199.969 36.8995 201.109 36.9711L201.109 24.466C200.009 24.5377 197.009 24.9856 191.109 27.5027C187.501 29.1298 183.614 30.2046 179.609 30.6827L179.609 30.7544C183.614 31.2325 187.501 32.3073 191.109 33.9344ZM178.66 36.9711C177.53 36.8995 174.52 36.4516 168.66 33.9344C165.051 32.3097 161.164 31.235 157.16 30.7544L157.16 30.6827C161.164 30.2022 165.051 29.1275 168.66 27.5027C174.55 24.9856 177.56 24.5376 178.66 24.466L178.66 36.9711ZM146.219 33.9344C152.079 36.4516 155.079 36.8995 156.219 36.9711L156.219 24.466C155.119 24.5376 152.119 24.9856 146.219 27.5027C142.609 29.1275 138.723 30.2022 134.719 30.6827L134.719 30.7544C138.723 31.235 142.609 32.3097 146.219 33.9344ZM133.77 36.9711C132.63 36.8995 129.63 36.4516 123.77 33.9344C120.157 32.3081 116.267 31.2333 112.26 30.7544L112.26 30.6827C116.267 30.2038 120.157 29.129 123.77 27.5027C129.66 24.9856 132.66 24.5376 133.77 24.466L133.77 36.9711ZM101.289 33.9344C107.149 36.4516 110.159 36.8995 111.289 36.9711L111.289 24.466C110.189 24.5376 107.179 24.9856 101.289 27.5027C97.6795 29.1275 93.7929 30.2022 89.7891 30.6827L89.7891 30.7544C93.7929 31.235 97.6795 32.3097 101.289 33.9344ZM88.8789 36.9711C87.7389 36.8995 84.7389 36.4516 78.8789 33.9344C75.2693 32.3097 71.3828 31.235 67.3789 30.7544L67.3789 30.6827C71.3828 30.2022 75.2693 29.1275 78.8789 27.5027C84.7789 24.9856 87.7789 24.5376 88.8789 24.466L88.8789 36.9711ZM56.4297 33.9344C62.2897 36.4516 65.2897 36.8995 66.4297 36.9711L66.4297 24.466C65.3197 24.5376 62.3197 24.9856 56.4297 27.5027C52.8173 29.129 48.9271 30.2038 44.9197 30.6827L44.9197 30.7544C48.9271 31.2333 52.8173 32.3081 56.4297 33.9344ZM43.9785 36.9711C42.8485 36.8995 39.8485 36.4516 33.9785 33.9344C30.3689 32.3097 26.4824 31.235 22.4785 30.7544L22.4785 30.6827C26.4824 30.2022 30.3689 29.1275 33.9785 27.5027C39.8785 24.9856 42.8785 24.5376 43.9785 24.466L43.9785 36.9711ZM11.5391 33.9344C17.3991 36.4516 20.3991 36.8995 21.5391 36.9711L21.5391 24.466C20.4391 24.5376 17.4391 24.9856 11.5391 27.5027C7.92948 29.1275 4.04295 30.2022 0.0390578 30.6827L0.0390578 30.7544C4.04295 31.235 7.92948 32.3097 11.5391 33.9344ZM-2.08585e-06 60.9504C1.14 60.8787 4.14 60.4309 10 57.9137C13.6091 56.2879 17.4958 55.2131 21.5 54.7337L21.5 54.662C17.4958 54.1826 13.6091 53.1078 10 51.482C4.1 48.9648 1.1 48.5169 -3.17362e-06 48.4453L-2.08585e-06 60.9504ZM32.4492 57.9137C26.5892 60.4309 23.5792 60.8787 22.4492 60.9504L22.4492 48.4453C23.5492 48.5169 26.5592 48.9648 32.4492 51.482C36.0588 53.1067 39.9453 54.1815 43.9492 54.662L43.9492 54.7337C39.9453 55.2142 36.0588 56.289 32.4492 57.9137ZM44.8887 60.9504C46.0287 60.8787 49.0287 60.4309 54.8887 57.9137C58.4982 56.289 62.3848 55.2142 66.3887 54.7337L66.3887 54.662C62.3848 54.1815 58.4982 53.1067 54.8887 51.482C48.9887 48.9648 45.9887 48.5169 44.8887 48.4453L44.8887 60.9504ZM77.2891 57.9137C71.4291 60.4309 68.4291 60.8787 67.2891 60.9504L67.2891 48.4453C68.3891 48.5169 71.3891 48.9648 77.2891 51.482C80.8976 53.1091 84.7846 54.1839 88.7891 54.662L88.7891 54.7337C84.7846 55.2118 80.8976 56.2866 77.2891 57.9137ZM89.7891 60.9504C90.9191 60.8787 93.9291 60.4309 99.7891 57.9137C103.399 56.289 107.285 55.2142 111.289 54.7337L111.289 54.662C107.285 54.1815 103.399 53.1067 99.7891 51.482C93.8991 48.9648 90.8891 48.5169 89.7891 48.4453L89.7891 60.9504ZM122.229 57.9137C116.369 60.4309 113.369 60.8787 112.229 60.9504L112.289 48.4274C113.389 48.499 116.389 48.9469 122.289 51.4641C125.878 53.0894 129.744 54.17 133.729 54.662L133.729 54.7337C129.725 55.2142 125.838 56.289 122.229 57.9137ZM134.68 60.9504C135.82 60.8787 138.82 60.4309 144.68 57.9137C148.288 56.2866 152.175 55.2118 156.18 54.7337L156.18 54.662C152.175 54.1839 148.288 53.1091 144.68 51.482C138.78 48.9648 135.78 48.5169 134.68 48.4453L134.68 60.9504ZM167.129 57.9137C161.269 60.4309 158.259 60.8787 157.129 60.9504L157.129 48.4453C158.229 48.5169 161.239 48.9648 167.129 51.482C170.738 53.1067 174.625 54.1815 178.629 54.662L178.629 54.7337C174.625 55.2142 170.738 56.289 167.129 57.9137ZM179.57 60.9504C180.71 60.8787 183.71 60.4309 189.57 57.9137C193.18 56.289 197.066 55.2142 201.07 54.7337L201.07 54.662C197.066 54.1815 193.18 53.1067 189.57 51.482C183.67 48.9648 180.67 48.5169 179.57 48.4453L179.57 60.9504ZM9.99999 9.90804C4.13999 12.4252 1.13999 12.8731 -6.26166e-06 12.9448L-7.34787e-06 0.457522C1.1 0.529185 4.1 0.977091 9.99999 3.49424C13.6091 5.12009 17.4958 6.19486 21.5 6.67426L21.5 6.72801C17.4958 7.20742 13.6091 8.28219 9.99999 9.90804ZM22.4492 12.9448C23.5792 12.8731 26.5892 12.4252 32.4492 9.90803C36.0588 8.28328 39.9453 7.20856 43.9492 6.72801L43.9492 6.67426C39.9453 6.19371 36.0588 5.119 32.4492 3.49424C26.5592 0.977089 23.5492 0.529183 22.4492 0.45752L22.4492 12.9448ZM54.8887 9.90803C49.0287 12.4252 46.0287 12.8731 44.8887 12.9448L44.8887 0.457518C45.9887 0.529181 48.9887 0.977087 54.8887 3.49424C58.4982 5.119 62.3848 6.19371 66.3887 6.67426L66.3887 6.72801C62.3848 7.20856 58.4982 8.28328 54.8887 9.90803ZM67.2891 12.9448C68.4291 12.8731 71.4291 12.4252 77.2891 9.90804C80.8976 8.28094 84.7846 7.2061 88.7891 6.72801L88.7891 6.67427C84.7846 6.19618 80.8976 5.12134 77.2891 3.49424C71.3891 0.977085 68.3891 0.529179 67.2891 0.457516L67.2891 12.9448ZM99.7891 9.90804C93.9291 12.4252 90.9191 12.8731 89.7891 12.9448L89.7891 0.457522C90.8891 0.529184 93.8991 0.977091 99.7891 3.49424C103.399 5.119 107.285 6.19371 111.289 6.67426L111.289 6.72801C107.285 7.20857 103.399 8.28328 99.7891 9.90804ZM112.229 12.9448C113.369 12.8731 116.369 12.4252 122.229 9.90803C125.838 8.28328 129.725 7.20856 133.729 6.72801L133.729 6.67426C129.725 6.19371 125.838 5.119 122.229 3.49424C116.329 0.977089 113.329 0.529183 112.229 0.45752L112.229 12.9448ZM144.68 9.90803C138.82 12.4252 135.82 12.8731 134.68 12.9448L134.68 0.457518C135.78 0.529181 138.78 0.977087 144.68 3.49424C148.288 5.12133 152.175 6.19617 156.18 6.67426L156.18 6.72801C152.175 7.2061 148.288 8.28093 144.68 9.90803ZM157.129 12.9448C158.259 12.8731 161.269 12.4252 167.129 9.90804C170.738 8.28328 174.625 7.20857 178.629 6.72801L178.629 6.67426C174.625 6.19371 170.738 5.119 167.129 3.49424C161.239 0.977085 158.229 0.529179 157.129 0.457516L157.129 12.9448ZM189.57 9.90804C183.71 12.4252 180.71 12.8731 179.57 12.9448L179.57 0.457521C180.67 0.529184 183.67 0.97709 189.57 3.49424C193.18 5.119 197.066 6.19371 201.07 6.67426L201.07 6.72801C197.066 7.20857 193.18 8.28328 189.57 9.90804Z' fill='%23BFDA33'/%3E%3C/svg%3E%0A");
}

.v-mdu-dividers-arrows-light {
  background-image: url("data:image/svg+xml,%3Csvg width='202' height='85' viewBox='0 0 202 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M191.109 81.893C196.969 84.4101 199.969 84.858 201.109 84.9297L201.109 72.4245C200.009 72.4962 197.009 72.9441 191.109 75.4613C187.503 77.091 183.615 78.163 179.609 78.6323L179.609 78.713C183.614 79.1911 187.501 80.2659 191.109 81.893ZM168.66 81.893C174.52 84.4101 177.53 84.858 178.66 84.9297L178.66 72.4245C177.56 72.4962 174.55 72.9441 168.66 75.4613C165.053 77.0887 161.165 78.1607 157.16 78.6323L157.16 78.713C161.164 79.1935 165.051 80.2682 168.66 81.893ZM156.219 84.9297C155.079 84.858 152.079 84.4102 146.219 81.893C142.609 80.2682 138.723 79.1935 134.719 78.713L134.719 78.6323C138.724 78.1607 142.611 77.0887 146.219 75.4613C152.119 72.9441 155.119 72.4962 156.219 72.4245L156.219 84.9297ZM123.77 81.893C129.63 84.4102 132.63 84.858 133.77 84.9297L133.77 72.4245C132.66 72.4962 129.66 72.9441 123.77 75.4613C120.159 77.0897 116.268 78.1617 112.26 78.6323L112.26 78.713C116.267 79.1919 120.157 80.2667 123.77 81.893ZM111.289 84.9297C110.159 84.858 107.149 84.4102 101.289 81.893C97.6795 80.2682 93.7929 79.1935 89.7891 78.713L89.7891 78.6323C93.7938 78.1607 97.6815 77.0887 101.289 75.4613C107.179 72.9441 110.189 72.4962 111.289 72.4245L111.289 84.9297ZM78.8789 81.893C84.7389 84.4102 87.7389 84.858 88.8789 84.9297L88.8789 72.4245C87.7789 72.4962 84.7789 72.9441 78.8789 75.4613C75.2713 77.0887 71.3837 78.1607 67.3789 78.6323L67.3789 78.713C71.3828 79.1935 75.2693 80.2682 78.8789 81.893ZM66.4297 84.9297C65.2897 84.858 62.2897 84.4102 56.4297 81.893C52.8173 80.2667 48.9272 79.1919 44.9197 78.713L44.9197 78.6323C48.9279 78.1617 52.819 77.0897 56.4297 75.4613C62.3197 72.9441 65.3197 72.4962 66.4297 72.4245L66.4297 84.9297ZM33.9785 81.893C39.8485 84.4102 42.8485 84.858 43.9785 84.9297L43.9785 72.4245C42.8785 72.4962 39.8785 72.9441 33.9785 75.4613C30.3709 77.0887 26.4833 78.1607 22.4785 78.6323L22.4785 78.713C26.4824 79.1935 30.3689 80.2682 33.9785 81.893ZM21.5391 84.9297C20.3991 84.858 17.3991 84.4102 11.5391 81.893C7.92949 80.2682 4.04295 79.1935 0.039062 78.713L0.039062 78.6323C4.04385 78.1607 7.93147 77.0887 11.5391 75.4613C17.4391 72.9441 20.4391 72.4962 21.5391 72.4245L21.5391 84.9297ZM191.109 33.9344C196.969 36.4516 199.969 36.8995 201.109 36.9711L201.109 24.466C200.009 24.5377 197.009 24.9856 191.109 27.5027C187.501 29.1298 183.614 30.2046 179.609 30.6827L179.609 30.7544C183.614 31.2325 187.501 32.3073 191.109 33.9344ZM178.66 36.9711C177.53 36.8995 174.52 36.4516 168.66 33.9344C165.051 32.3097 161.164 31.235 157.16 30.7544L157.16 30.6827C161.164 30.2022 165.051 29.1275 168.66 27.5027C174.55 24.9856 177.56 24.5376 178.66 24.466L178.66 36.9711ZM146.219 33.9344C152.079 36.4516 155.079 36.8995 156.219 36.9711L156.219 24.466C155.119 24.5376 152.119 24.9856 146.219 27.5027C142.609 29.1275 138.723 30.2022 134.719 30.6827L134.719 30.7544C138.723 31.235 142.609 32.3097 146.219 33.9344ZM133.77 36.9711C132.63 36.8995 129.63 36.4516 123.77 33.9344C120.157 32.3081 116.267 31.2333 112.26 30.7544L112.26 30.6827C116.267 30.2038 120.157 29.129 123.77 27.5027C129.66 24.9856 132.66 24.5376 133.77 24.466L133.77 36.9711ZM101.289 33.9344C107.149 36.4516 110.159 36.8995 111.289 36.9711L111.289 24.466C110.189 24.5376 107.179 24.9856 101.289 27.5027C97.6795 29.1275 93.7929 30.2022 89.7891 30.6827L89.7891 30.7544C93.7929 31.235 97.6795 32.3097 101.289 33.9344ZM88.8789 36.9711C87.7389 36.8995 84.7389 36.4516 78.8789 33.9344C75.2693 32.3097 71.3828 31.235 67.3789 30.7544L67.3789 30.6827C71.3828 30.2022 75.2693 29.1275 78.8789 27.5027C84.7789 24.9856 87.7789 24.5376 88.8789 24.466L88.8789 36.9711ZM56.4297 33.9344C62.2897 36.4516 65.2897 36.8995 66.4297 36.9711L66.4297 24.466C65.3197 24.5376 62.3197 24.9856 56.4297 27.5027C52.8173 29.129 48.9271 30.2038 44.9197 30.6827L44.9197 30.7544C48.9271 31.2333 52.8173 32.3081 56.4297 33.9344ZM43.9785 36.9711C42.8485 36.8995 39.8485 36.4516 33.9785 33.9344C30.3689 32.3097 26.4824 31.235 22.4785 30.7544L22.4785 30.6827C26.4824 30.2022 30.3689 29.1275 33.9785 27.5027C39.8785 24.9856 42.8785 24.5376 43.9785 24.466L43.9785 36.9711ZM11.5391 33.9344C17.3991 36.4516 20.3991 36.8995 21.5391 36.9711L21.5391 24.466C20.4391 24.5376 17.4391 24.9856 11.5391 27.5027C7.92948 29.1275 4.04295 30.2022 0.0390578 30.6827L0.0390578 30.7544C4.04295 31.235 7.92948 32.3097 11.5391 33.9344ZM-2.08585e-06 60.9504C1.14 60.8787 4.14 60.4309 10 57.9137C13.6091 56.2879 17.4958 55.2131 21.5 54.7337L21.5 54.662C17.4958 54.1826 13.6091 53.1078 10 51.482C4.1 48.9648 1.1 48.5169 -3.17362e-06 48.4453L-2.08585e-06 60.9504ZM32.4492 57.9137C26.5892 60.4309 23.5792 60.8787 22.4492 60.9504L22.4492 48.4453C23.5492 48.5169 26.5592 48.9648 32.4492 51.482C36.0588 53.1067 39.9453 54.1815 43.9492 54.662L43.9492 54.7337C39.9453 55.2142 36.0588 56.289 32.4492 57.9137ZM44.8887 60.9504C46.0287 60.8787 49.0287 60.4309 54.8887 57.9137C58.4982 56.289 62.3848 55.2142 66.3887 54.7337L66.3887 54.662C62.3848 54.1815 58.4982 53.1067 54.8887 51.482C48.9887 48.9648 45.9887 48.5169 44.8887 48.4453L44.8887 60.9504ZM77.2891 57.9137C71.4291 60.4309 68.4291 60.8787 67.2891 60.9504L67.2891 48.4453C68.3891 48.5169 71.3891 48.9648 77.2891 51.482C80.8976 53.1091 84.7846 54.1839 88.7891 54.662L88.7891 54.7337C84.7846 55.2118 80.8976 56.2866 77.2891 57.9137ZM89.7891 60.9504C90.9191 60.8787 93.9291 60.4309 99.7891 57.9137C103.399 56.289 107.285 55.2142 111.289 54.7337L111.289 54.662C107.285 54.1815 103.399 53.1067 99.7891 51.482C93.8991 48.9648 90.8891 48.5169 89.7891 48.4453L89.7891 60.9504ZM122.229 57.9137C116.369 60.4309 113.369 60.8787 112.229 60.9504L112.289 48.4274C113.389 48.499 116.389 48.9469 122.289 51.4641C125.878 53.0894 129.744 54.17 133.729 54.662L133.729 54.7337C129.725 55.2142 125.838 56.289 122.229 57.9137ZM134.68 60.9504C135.82 60.8787 138.82 60.4309 144.68 57.9137C148.288 56.2866 152.175 55.2118 156.18 54.7337L156.18 54.662C152.175 54.1839 148.288 53.1091 144.68 51.482C138.78 48.9648 135.78 48.5169 134.68 48.4453L134.68 60.9504ZM167.129 57.9137C161.269 60.4309 158.259 60.8787 157.129 60.9504L157.129 48.4453C158.229 48.5169 161.239 48.9648 167.129 51.482C170.738 53.1067 174.625 54.1815 178.629 54.662L178.629 54.7337C174.625 55.2142 170.738 56.289 167.129 57.9137ZM179.57 60.9504C180.71 60.8787 183.71 60.4309 189.57 57.9137C193.18 56.289 197.066 55.2142 201.07 54.7337L201.07 54.662C197.066 54.1815 193.18 53.1067 189.57 51.482C183.67 48.9648 180.67 48.5169 179.57 48.4453L179.57 60.9504ZM9.99999 9.90804C4.13999 12.4252 1.13999 12.8731 -6.26166e-06 12.9448L-7.34787e-06 0.457522C1.1 0.529185 4.1 0.977091 9.99999 3.49424C13.6091 5.12009 17.4958 6.19486 21.5 6.67426L21.5 6.72801C17.4958 7.20742 13.6091 8.28219 9.99999 9.90804ZM22.4492 12.9448C23.5792 12.8731 26.5892 12.4252 32.4492 9.90803C36.0588 8.28328 39.9453 7.20856 43.9492 6.72801L43.9492 6.67426C39.9453 6.19371 36.0588 5.119 32.4492 3.49424C26.5592 0.977089 23.5492 0.529183 22.4492 0.45752L22.4492 12.9448ZM54.8887 9.90803C49.0287 12.4252 46.0287 12.8731 44.8887 12.9448L44.8887 0.457518C45.9887 0.529181 48.9887 0.977087 54.8887 3.49424C58.4982 5.119 62.3848 6.19371 66.3887 6.67426L66.3887 6.72801C62.3848 7.20856 58.4982 8.28328 54.8887 9.90803ZM67.2891 12.9448C68.4291 12.8731 71.4291 12.4252 77.2891 9.90804C80.8976 8.28094 84.7846 7.2061 88.7891 6.72801L88.7891 6.67427C84.7846 6.19618 80.8976 5.12134 77.2891 3.49424C71.3891 0.977085 68.3891 0.529179 67.2891 0.457516L67.2891 12.9448ZM99.7891 9.90804C93.9291 12.4252 90.9191 12.8731 89.7891 12.9448L89.7891 0.457522C90.8891 0.529184 93.8991 0.977091 99.7891 3.49424C103.399 5.119 107.285 6.19371 111.289 6.67426L111.289 6.72801C107.285 7.20857 103.399 8.28328 99.7891 9.90804ZM112.229 12.9448C113.369 12.8731 116.369 12.4252 122.229 9.90803C125.838 8.28328 129.725 7.20856 133.729 6.72801L133.729 6.67426C129.725 6.19371 125.838 5.119 122.229 3.49424C116.329 0.977089 113.329 0.529183 112.229 0.45752L112.229 12.9448ZM144.68 9.90803C138.82 12.4252 135.82 12.8731 134.68 12.9448L134.68 0.457518C135.78 0.529181 138.78 0.977087 144.68 3.49424C148.288 5.12133 152.175 6.19617 156.18 6.67426L156.18 6.72801C152.175 7.2061 148.288 8.28093 144.68 9.90803ZM157.129 12.9448C158.259 12.8731 161.269 12.4252 167.129 9.90804C170.738 8.28328 174.625 7.20857 178.629 6.72801L178.629 6.67426C174.625 6.19371 170.738 5.119 167.129 3.49424C161.239 0.977085 158.229 0.529179 157.129 0.457516L157.129 12.9448ZM189.57 9.90804C183.71 12.4252 180.71 12.8731 179.57 12.9448L179.57 0.457521C180.67 0.529184 183.67 0.97709 189.57 3.49424C193.18 5.119 197.066 6.19371 201.07 6.67426L201.07 6.72801C197.066 7.20857 193.18 8.28328 189.57 9.90804Z' fill='%23ECF4C2'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767.98px) {
  .v-mdu-dividers {
    height: 100px;
  }
  .v-mdu-dividers-arrows {
    width: 120px;
    height: 50px;
  }
}

.v-cmp-card {
  border-radius: 6px;
  transition: box-shadow 0.2s ease;
}

.v-cmp-card.v-cmp-card-small:hover, .v-cmp-card.v-cmp-card-medium:hover, .v-cmp-card.v-cmp-card-minimal:hover {
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
}

.v-cmp-card.v-cmp-card-small .v-btn.v-btn-text, .v-cmp-card.v-cmp-card-small form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-text.mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .v-cmp-card.v-cmp-card-small .v-btn-text.mktoButton, .v-cmp-card.v-cmp-card-medium .v-btn.v-btn-text, .v-cmp-card.v-cmp-card-medium form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-text.mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .v-cmp-card.v-cmp-card-medium .v-btn-text.mktoButton, .v-cmp-card.v-cmp-card-minimal .v-btn.v-btn-text, .v-cmp-card.v-cmp-card-minimal form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-text.mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .v-cmp-card.v-cmp-card-minimal .v-btn-text.mktoButton {
  color: var(--color-grape);
}

.v-cmp-card.v-cmp-card-small .v-btn.v-btn-text.v-btn-arrow:after, .v-cmp-card.v-cmp-card-small form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-text.v-btn-arrow.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-cmp-card.v-cmp-card-small .v-btn-text.v-btn-arrow.mktoButton:after, .v-cmp-card.v-cmp-card-medium .v-btn.v-btn-text.v-btn-arrow:after, .v-cmp-card.v-cmp-card-medium form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-text.v-btn-arrow.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-cmp-card.v-cmp-card-medium .v-btn-text.v-btn-arrow.mktoButton:after, .v-cmp-card.v-cmp-card-minimal .v-btn.v-btn-text.v-btn-arrow:after, .v-cmp-card.v-cmp-card-minimal form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-text.v-btn-arrow.mktoButton:after, form.mktoForm .mktoButtonWrap.mktoSimple .v-cmp-card.v-cmp-card-minimal .v-btn-text.v-btn-arrow.mktoButton:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%235100FF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat 100% center;
}

.v-cmp-card.v-cmp-card-unboxed a {
  background-size: 0 100%;
  background-position: 0 100%;
}

.v-cmp-card.v-cmp-card-unboxed a:hover {
  background-size: 100% 100%;
}

.v-cmp-card.v-cmp-card-unboxed:hover .v-btn.v-btn-primary, .v-cmp-card.v-cmp-card-unboxed:hover form.mktoForm .mktoButtonWrap.mktoSimple .v-btn-primary.mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .v-cmp-card.v-cmp-card-unboxed:hover .v-btn-primary.mktoButton {
  color: --color-fuschia-hover;
}

.v-cmp-card .v-card-small-img {
  max-width: 100px;
}

.v-cmp-card .v-card-medium-img, .v-cmp-card .v-card-unboxed-img {
  height: 227px;
}

.v-cmp-card:hover .v-card-unboxed-img {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.v-cmp-card .v-card-resource-icon {
  width: 20px;
}

.v-btn-set-1 .v-cmp-card.v-cmp-card-unboxed a {
  color: #5100FF;
}

.v-btn-set-1 .v-cmp-card.v-cmp-card-unboxed a:hover {
  border-color: #25282D;
  color: #25282D;
}

.v-btn-set-2 .v-cmp-card.v-cmp-card-unboxed a {
  color: #FFFFFF;
}

.v-btn-set-2 .v-cmp-card.v-cmp-card-unboxed a:hover {
  border-color: #AAC40F;
  color: #AAC40F;
}

.v-btn-set-3 .v-cmp-card.v-cmp-card-unboxed a {
  color: #FFFFFF;
}

.v-btn-set-3 .v-cmp-card.v-cmp-card-unboxed a:hover {
  border-color: #25282D;
  color: #25282D;
}

.v-carousel-dots {
  list-style: none;
}

.v-mdu-feed .slick-list {
  overflow: hidden;
  padding: 20px 0;
}

.v-mdu-feed .slick-track {
  width: auto !important;
  display: flex;
}

.v-mdu-feed .v-feed-js {
  position: relative;
  overflow-x: hidden;
}

.v-mdu-feed .v-feed-js.slick-initialized {
  overflow-x: visible;
}

@media only screen and (max-width: 1260px) {
  .v-mdu-feed .v-feed-js {
    width: calc( 100% - 100px);
    margin: auto;
  }
}

.v-mdu-feed .v-feed-js-prev, .v-mdu-feed .v-feed-js-next {
  position: absolute;
  margin-right: 0 !important;
  margin-top: -50px;
}

.v-mdu-feed .v-feed-js-prev:hover:after, .v-mdu-feed .v-feed-js-prev:focus:after, .v-mdu-feed .v-feed-js-next:hover:after, .v-mdu-feed .v-feed-js-next:focus:after {
  transform: translateY(-50%);
  left: auto;
}

.v-mdu-feed .v-feed-js-prev {
  left: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}

.v-mdu-feed .v-feed-js-next {
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.doing-ajax {
  opacity: 0.5;
}

.v-btn-filter-reset {
  display: none;
}

.filters-active .v-btn-filter-reset {
  display: block;
}

.v-filter-feedback {
  display: flex;
  gap: 16px;
  align-items: center;
}

.v-filter-feedback li {
  margin: 0;
}

.v-form .popup-close {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.46863 2.46863C3.09347 1.84379 4.10653 1.84379 4.73137 2.46863L18 15.7373L31.2686 2.46863C31.8935 1.84379 32.9065 1.84379 33.5314 2.46863C34.1562 3.09347 34.1562 4.10653 33.5314 4.73137L20.2627 18L33.5314 31.2686C34.1562 31.8935 34.1562 32.9065 33.5314 33.5314C32.9065 34.1562 31.8935 34.1562 31.2686 33.5314L18 20.2627L4.73137 33.5314C4.10653 34.1562 3.09347 34.1562 2.46863 33.5314C1.84379 32.9065 1.84379 31.8935 2.46863 31.2686L15.7373 18L2.46863 4.73137C1.84379 4.10653 1.84379 3.09347 2.46863 2.46863Z' fill='%235D6169' /%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 34px;
  height: 34px;
  z-index: 1;
  border: 0;
  transform: none;
}

.v-mdu-gartner-widget .col-background {
  padding-top: 45px;
  display: flex;
  justify-content: center;
  position: relative;
}

.v-mdu-gartner-widget .col-background:before {
  background-color: inherit;
  background-image: url("../images/v/gartner-widget-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  height: 100%;
  width: 100vw;
  right: 0;
  top: 0;
}

.v-mdu-gartner-widget .col-background .widget-wrapper {
  position: relative;
  width: 100%;
  max-width: 250px;
  min-height: 240px;
  margin-bottom: -56px;
  z-index: 1;
  background-image: url("../images/v/svg/gartner-logo.svg");
  background-size: 160px;
  background-position: 50% calc(50% - 40px);
  background-repeat: no-repeat;
}

.v-mdu-gartner-widget .col-background .widget-wrapper .widget-container {
  position: relative;
}

.v-mdu-gartner-widget .col-wysiwyg .wysiwyg-wrapper {
  margin: 56px 0;
  text-align: center;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] {
  width: 100%;
  border: none;
  color: #25282D;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-link {
  padding: 32px 16px;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-card .gartner-pi-stats .gartner-pi-alignLeft {
  width: 100%;
  display: block;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-card .gartner-pi-stats .gartner-pi-alignRight {
  display: none;
  visibility: hidden;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-card .gartner-pi-as-of-date {
  transform: none;
  font-size: 8px;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-header {
  border-bottom: 1px solid #D7D7DA;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-h1 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-h2 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #5D6169 !important;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-score {
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 700;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-reviews-link span {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  color: #5100FF;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-reviews-link span .gartner-pi-chevron {
  transition: transform 112.5ms linear;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 10'%3E%3Cpath fill='%235100FF' d='m10.5 0-.9.9 3.5 3.5H.5v1.2h12.6L9.6 9.1l.9.9 5-5-5-5Z'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  width: 11;
  background-position: 50% 50%;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-star-rating {
  background: none;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-star-rating-score {
  background: url("../images/v/gartner-review-stars.png") repeat-x 0 -22px;
  background-size: 20px;
  background-position: 0 -20px;
}

.v-mdu-gartner-widget [id^=gartner-pi-widget]:hover .gartner-pi-reviews-link span .gartner-pi-chevron {
  transform: translateX(4px);
}

.gartner-loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #494D57;
  background: linear-gradient(to right, #494D57 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  top: calc(50% - 48px);
  left: 50%;
  animation: gartner-loader-rotate 1.4s infinite linear;
  transform: translateX(-50%) translateZ(0);
}

.gartner-loader:before {
  width: 50%;
  height: 50%;
  background: #494D57;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.gartner-loader:after {
  background: #FFFFFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes gartner-loader-rotate {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@media (min-width: 768px) {
  .v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-h1 {
    font-size: 30px;
    line-height: 1.25;
  }
  .v-mdu-gartner-widget [id^=gartner-pi-widget] .gartner-pi-score {
    font-size: 20px;
    line-height: 1.5em;
  }
}

@media (min-width: 992px) {
  .v-mdu-gartner-widget .col-background {
    justify-content: flex-end;
    padding-bottom: 45px;
  }
  .v-mdu-gartner-widget .col-background:before {
    background-color: inherit;
    background-size: auto 100%;
    background-position: 100% 50%;
  }
  .v-mdu-gartner-widget .col-background .widget-wrapper {
    margin-bottom: auto;
    margin-right: -48px;
  }
  .v-mdu-gartner-widget .col-wysiwyg {
    display: flex;
    flex-direction: column;
  }
  .v-mdu-gartner-widget .col-wysiwyg .wysiwyg-wrapper {
    margin: auto 0;
    text-align: left;
  }
}

.v-mdu-hero {
  position: relative;
}

.v-mdu-hero h1.v-type-feature {
  color: #5D6169 !important;
  margin-bottom: 8px;
}

.v-mdu-hero-inner {
  position: relative;
  align-items: center;
}

.v-mdu-hero-primary, .v-mdu-hero-secondary {
  background-color: #FAF9F7;
}

.v-mdu-hero-primary .v-mdu-hero-tulips, .v-mdu-hero-secondary .v-mdu-hero-tulips {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media (min-width: 768px) {
  .v-mdu-hero-primary .v-mdu-hero-tulips, .v-mdu-hero-secondary .v-mdu-hero-tulips {
    background-size: cover;
    background-position: center left;
    width: 56%;
  }
}

.v-mdu-hero-form {
  background-image: url("../images/v/svg/v-mdu-hero-form-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.v-mdu-hero-form .v-mdu-hero-tulips {
  display: none;
}

.v-mdu-hero-primary .v-mdu-hero-tulips {
  background-image: url("../images/v/svg/v-mdu-hero-primary-bg.svg");
}

.v-mdu-hero-secondary .v-mdu-hero-tulips {
  background-image: url("../images/v/svg/v-mdu-hero-secondary-bg.svg");
}

.v-mdu-hero-tertiary {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.v-mdu-hero-tertiary.v-mdu-hero-lime {
  background-image: url("../images/v/svg/v-mdu-hero-tertiary-lime-bg-mob.svg");
}

.v-mdu-hero-tertiary.v-mdu-hero-white {
  background-image: url("../images/v/svg/v-mdu-hero-tertiary-white-bg.svg");
}

@media (min-width: 768px) {
  .v-mdu-hero-tertiary.v-mdu-hero-lime {
    background-image: url("../images/v/svg/v-mdu-hero-tertiary-lime-bg.svg");
  }
}

.v-mdu-hero-icon {
  display: block;
  height: 100px;
}

.v-mdu-hero-icon .v-cmp-image {
  height: 100%;
}

.v-mdu-hero-icon .v-cmp-image img {
  height: 100%;
  width: auto;
}

.v-mdu-hero-video-border {
  border: 8px solid #25282D;
}

.v-mdu-hero-media-container-video-embed .video-js .vjs-tech {
  position: relative;
}

.v-mdu-hero-media-container-video-embed .bc-player-default_default {
  width: 100% !important;
  height: auto !important;
}

.v-mdu-hero-media-col {
  align-self: stretch;
  display: flex;
}

@media (max-width: 767.98px) {
  .v-mdu-hero-media-col {
    height: 0;
    padding-top: 80%;
  }
}

.v-mdu-hero-media-container {
  width: 100%;
  height: 100%;
  display: table;
}

.v-mdu-hero-media-container-video {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.v-mdu-hero-media-container-image {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.v-mdu-hero-media-container video {
  width: 100%;
}

@media (max-width: 767.98px) {
  .v-mdu-hero-media-container {
    width: auto;
    position: absolute;
    top: 0;
    right: 16px;
    left: 16px;
    display: block;
  }
  .v-mdu-hero-media-container-video {
    display: block;
    position: absolute;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .v-mdu-hero-media-container-image {
    display: block;
  }
  .v-mdu-hero-media-container-image .v-cmp-image > img {
    height: 100%;
    width: auto;
  }
}

.v-mdu-image .v-cmp-image img {
  position: relative !important;
}

.v-mdu-logo-parade {
  text-align: center;
}

.v-mdu-logo-parade-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
}

.v-mdu-logo-parade-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  flex: 0 0 33.33%;
}

.v-mdu-logo-parade-items-6 .v-mdu-logo-parade-inner {
  margin-left: -24px;
  margin-right: -24px;
}

.v-mdu-logo-parade-items-6 .v-mdu-logo-parade-item {
  padding: 0 24px;
}

@media (min-width: 768px) {
  .v-mdu-logo-parade-items-6 .v-mdu-logo-parade-item {
    flex: 0 0 16.66%;
  }
}

.v-mdu-logo-parade-items-8 .v-mdu-logo-parade-item {
  flex: 0 0 25%;
}

@media (min-width: 768px) {
  .v-mdu-logo-parade-items-8 .v-mdu-logo-parade-item {
    flex: 0 0 12.5%;
  }
}

.v-mdu-logo-parade-height-40 .v-mdu-logo-parade-item {
  height: 40px;
}

.v-mdu-logo-parade-height-100 .v-mdu-logo-parade-item {
  height: 100px;
}

.v-mdu-logo-parade .v-mdu-logo-parade-item img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.v-cmp-pagination a.v-pagination-link, .v-cmp-pagination .v-pagination-ellipsis {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.v-cmp-pagination ul.v-cmp-pagination-pages {
  list-style: none;
}

.v-cmp-pagination ul.v-cmp-pagination-pages li {
  padding: 0;
  margin: 0;
}

.v-cmp-pagination .v-cmp-pagination-prev a, .v-cmp-pagination .v-cmp-pagination-next a {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}

.v-cmp-pagination .v-pagination-ellipsis {
  cursor: default;
}

.v-btn-set-1 .v-cmp-pagination a.v-pagination-link {
  color: #353944;
}

.v-btn-set-1 .v-cmp-pagination a.v-pagination-link.v-active {
  background-color: #5100FF;
  color: #FFFFFF;
}

.v-btn-set-1 .v-cmp-pagination a.v-pagination-link:hover:not(.v-active), .v-btn-set-1 .v-cmp-pagination a.v-pagination-link:focus:not(.v-active) {
  background-color: #E6E0EF;
  color: #5100FF;
}

.v-btn-set-1 .v-cmp-pagination .v-cmp-pagination-prev a {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24,31.4,12,18.2,24,5' stroke='%235D6169' fill='none' stroke-width='4px' /%3E%3C/svg%3E");
}

.v-btn-set-1 .v-cmp-pagination .v-cmp-pagination-prev a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24,31.4,12,18.2,24,5' stroke='%235100FF' fill='none' stroke-width='4px' /%3E%3C/svg%3E");
}

.v-btn-set-1 .v-cmp-pagination .v-cmp-pagination-next a {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 31.4L24 18.2L12 5' stroke='%235D6169' stroke-width='4'/%3E%3C/svg%3E%0A");
}

.v-btn-set-1 .v-cmp-pagination .v-cmp-pagination-next a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 31.4L24 18.2L12 5' stroke='%235100FF' stroke-width='4'/%3E%3C/svg%3E%0A");
}

.v-btn-set-2 .v-cmp-pagination a.v-pagination-link {
  color: #D7D7DA;
}

.v-btn-set-2 .v-cmp-pagination a.v-pagination-link.v-active {
  background-color: #BFDA33;
  color: #353944;
}

.v-btn-set-2 .v-cmp-pagination a.v-pagination-link:hover:not(.v-active), .v-btn-set-2 .v-cmp-pagination a.v-pagination-link:focus:not(.v-active) {
  background-color: #DFEC99;
  color: #353944;
}

.v-btn-set-2 .v-cmp-pagination .v-cmp-pagination-prev a {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24,31.4,12,18.2,24,5' stroke='%23D7D7DA' fill='none' stroke-width='4px' /%3E%3C/svg%3E");
}

.v-btn-set-2 .v-cmp-pagination .v-cmp-pagination-prev a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24,31.4,12,18.2,24,5' stroke='%23353944' fill='none' stroke-width='4px' /%3E%3C/svg%3E");
}

.v-btn-set-2 .v-cmp-pagination .v-cmp-pagination-next a {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 31.4L24 18.2L12 5' stroke='%23D7D7DA' stroke-width='4'/%3E%3C/svg%3E%0A");
}

.v-btn-set-2 .v-cmp-pagination .v-cmp-pagination-next a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 31.4L24 18.2L12 5' stroke='%23353944' stroke-width='4'/%3E%3C/svg%3E%0A");
}

.v-mdu-promo-card {
  background: #BFDA33;
  background-image: url("../images/v/v-mdu-promo-card-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.v-mdu-promo-card-inner {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.v-mdu-promo-card-text {
  display: table;
  height: 100%;
}

.v-mdu-promo-card-text-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
}

@media (min-width: 768px) {
  .v-mdu-promo-card-text {
    padding: 40px 0;
  }
}

.v-mdu-promo-card-resource-type {
  padding-left: 8px;
  position: relative;
  width: auto;
  display: inline-block;
}

.v-mdu-table-wrap {
  width: 100%;
  overflow: auto;
}

.v-mdu-table-wrap::-webkit-scrollbar {
  width: 10px;
}

.v-mdu-table-wrap:-webkit-scrollbar-track {
  background: #FFFFFF;
}

.v-mdu-table-wrap::-webkit-scrollbar-thumb {
  background-color: #5100FF;
  border-radius: 20px;
}

.v-mdu-table-row, .v-mdu-table-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
}

.v-mdu-table-row span {
  font-size: 13px;
  line-height: 1.5;
}

.v-mdu-table-col {
  min-width: 150px;
  display: flex;
  align-items: center;
  flex: 2 1;
  padding: 24px 16px;
}

.v-mdu-table-checkbox {
  height: 20px;
  padding-left: 25px;
  display: block;
  margin-right: 64px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='0.5' fill='white' stroke='%239A9CA1'/%3E%3C/svg%3E%0A");
}

.v-mdu-table-checkbox-checked {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='19' height='19' rx='0.5' fill='%235100FF' stroke='%235100FF'/%3E%3Cpath d='M5.8335 10.9167L8.3335 13.4167L13.3335 8' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.v-mdu-table-type-one .v-mdu-table-header span {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  color: var(--color-midnight);
}

@media (min-width: 768px) {
  .v-mdu-table-type-one .v-mdu-table-header span {
    font-size: 17px;
    line-height: 1.5em;
  }
}

.v-mdu-table-type-one .v-mdu-table-header .v-mdu-table-col {
  border-bottom: 2px solid #5100FF;
}

.v-mdu-table-type-one .v-mdu-table-row .v-mdu-table-col {
  border-bottom: 1px solid #D7D7DA;
}

.v-mdu-table-type-one .v-mdu-table-col {
  padding: 24px 16px;
}

.v-mdu-table-type-two {
  background-color: #FAF9F7;
  padding: 24px 0;
  border-radius: 6px 0px 0px 6px;
}

.v-mdu-table-type-two .v-mdu-table-wrap {
  padding: 4px;
}

.v-mdu-table-type-two .v-mdu-table-header span {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .v-mdu-table-type-two .v-mdu-table-header span {
    font-size: 15px;
    line-height: 1.5em;
  }
}

.v-mdu-table-type-two .v-mdu-table-row-title {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .v-mdu-table-type-two .v-mdu-table-row-title {
    font-size: 15px;
    line-height: 1.5em;
  }
}

.v-mdu-table-type-two .v-mdu-table-row, .v-mdu-table-type-two .v-mdu-table-header {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15));
}

.v-mdu-table-type-two .v-mdu-table-row .v-mdu-table-col, .v-mdu-table-type-two .v-mdu-table-header .v-mdu-table-col {
  background-color: #FFFFFF;
  margin-bottom: 12px;
}

.v-mdu-table-type-two .v-mdu-table-row .v-mdu-table-col:first-child, .v-mdu-table-type-two .v-mdu-table-header .v-mdu-table-col:first-child {
  border-radius: 6px 0px 0px 6px;
}

.v-mdu-table-type-two .v-mdu-table-row .v-mdu-table-col:last-child, .v-mdu-table-type-two .v-mdu-table-header .v-mdu-table-col:last-child {
  border-radius: 0px 6px 6px 0px;
}

.v-mdu-table-type-two .v-mdu-table-row .v-mdu-table-col:first-child:last-child, .v-mdu-table-type-two .v-mdu-table-header .v-mdu-table-col:first-child:last-child {
  border-radius: 6px;
}

.v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-header {
  display: none;
  visibility: hidden;
}

.v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-row {
  flex-direction: column;
}

.v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-col {
  padding: 16px 8px;
}

.v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-col .v-mdu-table-row-title {
  font-size: 14px;
  line-height: 1.5;
}

.v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-col:last-child {
  margin-bottom: 24px;
}

.v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-body .v-mdu-table-col:first-child {
  color: var(--color-midnight);
}

@media (min-width: 768px) {
  .v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-header {
    display: flex;
    visibility: visible;
  }
  .v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-row {
    flex-direction: row;
  }
  .v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-col {
    padding: 24px 16px;
  }
  .v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-col .v-mdu-table-row-title {
    font-size: 13px;
    line-height: 1.5;
  }
  .v-mdu-job-filter .v-mdu-table-type-one .v-mdu-table-col:last-child {
    margin-bottom: 0;
  }
  .v-mdu-table-row span {
    font-size: 13px;
    line-height: 1.5;
  }
}

.v-mdu-testimonial-inner {
  background-color: #BFDA33;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 32px;
}

@media (min-width: 768px) {
  .v-mdu-testimonial-inner {
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='462' height='453' viewBox='0 0 462 453' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M425.554 407.756C393.642 375.841 351.027 356.894 305.941 354.576C260.855 352.257 216.498 366.731 181.439 395.201C209.912 360.149 224.39 315.796 222.075 270.713C219.76 225.63 200.817 183.016 168.905 151.107L53.7477 266.264C19.7454 300.262 0.520182 346.294 0.247642 394.361C-0.0248735 442.427 18.6773 488.647 52.2922 522.982L53.6582 524.348C87.995 557.965 134.217 576.67 182.286 576.401C230.355 576.132 276.391 556.911 310.397 522.913L425.554 407.756Z' fill='%23E4E0D9'/%3E%3Cpath d='M280.428 33.7849C246.397 67.816 227.279 113.973 227.281 162.102C227.283 210.231 246.404 256.39 280.437 290.424C314.471 324.458 360.63 343.579 408.759 343.58C456.888 343.582 503.045 324.465 537.077 290.434L653.861 173.649L397.213 -83L280.428 33.7849Z' fill='%23353944'/%3E%3C/svg%3E%0A");
  }
}

.v-mdu-testimonial quote {
  display: block;
}

.v-mdu-testimonial quote:before {
  content: '';
  height: 50px;
  width: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='38' viewBox='0 0 50 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 38H12.5561V27.7778C12.5561 19.5556 16.5919 12.4444 21.3004 5.77778L14.1256 0C5.15695 7.11111 0 18.8889 0 28V38ZM28.6996 38H41.2556V27.7778C41.2556 19.5556 45.2915 12.4444 50 5.77778L42.8251 0C33.8565 7.11111 28.6996 18.8889 28.6996 28V38Z' fill='%23353944'/%3E%3C/svg%3E");
  display: block;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.v-mdu-testimonial-credits {
  height: 80px;
  display: table;
}

.v-mdu-testimonial-image {
  display: table-cell;
}

.v-mdu-testimonial-image .v-cmp-image {
  margin-right: 16px;
}

.v-mdu-testimonial-image img {
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
  border-radius: 500px;
}

.v-mdu-testimonial-author {
  display: table-cell;
  vertical-align: middle;
  color: var(--color-midnight);
}

.v-mdu-testimonial-author-name, .v-mdu-testimonial-author-creds {
  margin: 0;
  display: block;
}

/**
 * Module: Testimonial Carousel
 *
 */
.modal-open.aos-active.aos-ready .testimonial-carousel[data-aos='fade-up'].aos-animate {
  transform: unset;
  z-index: unset;
  transition: unset;
}

.testimonial-carousel-main .slick-list {
  overflow: visible;
}

.testimonial-carousel-main .slick-track {
  display: flex;
}

.testimonial-carousel-main .slick-track .slick-slide {
  height: inherit !important;
}

.testimonial-carousel-main-item {
  height: inherit;
  transition: 0.25s all;
  margin: 0 5vw;
  width: calc(90vw);
  z-index: 0;
}

@media (min-width: 992px) {
  .testimonial-carousel-main-item {
    justify-content: flex-end;
    min-height: 600px;
    max-width: 600px;
    width: calc(35vw);
  }
}

.testimonial-carousel-main-item:not(.slick-center) {
  opacity: 0.1;
  transform: scale(0.95);
  transform-origin: top;
}

.testimonial-carousel-main-item:not(.slick-center) .testimonial-carousel-main-item-boxes {
  opacity: 0;
}

.testimonial-carousel-main-item .testimonial-carousel-intro {
  padding-bottom: 45px;
  text-align: center;
  position: relative;
}

@media (min-width: 992px) {
  .testimonial-carousel-main-item .testimonial-carousel-intro {
    opacity: 0;
    width: calc(90vw);
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.testimonial-carousel-main-item.slick-current {
  z-index: 1;
}

@media (min-width: 992px) {
  .testimonial-carousel-main-item.slick-current .testimonial-carousel-intro {
    opacity: 1;
  }
}

.testimonial-carousel-main-item.slick-center {
  padding: 0;
  transition: 1s all;
}

.testimonial-carousel-main-item.slick-center > div:not(.testimonial-carousel-intro) {
  transition: 0.5s all;
}

.testimonial-carousel-main-item img {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .testimonial-carousel-main-item img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 600px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-carousel-main-item img {
    max-height: 400px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-carousel-main-item img {
    max-height: 270px;
  }
}

.testimonial-carousel-main-item-boxes {
  transition: 0.1s all;
  opacity: 1;
  position: relative;
  width: 100%;
  right: 0;
  bottom: 0;
  margin-top: 32px;
}

@media (min-width: 992px) {
  .testimonial-carousel-main-item-boxes {
    position: absolute;
    right: -200px;
    width: 380px;
  }
}

.testimonial-carousel-main-item-boxes-box {
  border-radius: 4px;
  min-height: 80px;
  padding: 24px 72px 24px 24px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .testimonial-carousel-main-item-boxes-box {
    font-size: 20px;
    line-height: 1.5em;
  }
}

.testimonial-carousel-main-item-boxes-box span {
  position: absolute;
  bottom: 23px;
  right: 23px;
}

@media (max-width: 767.98px) {
  .testimonial-carousel-main-item-boxes-box span {
    position: relative;
    display: block;
    bottom: 0;
    right: 0;
    margin-top: 10px;
  }
}

.testimonial-carousel-main-item-boxes-box:not(:first-child) {
  margin-top: 16px;
}

.testimonial-carousel-main-item-boxes-box:not(.link-arrow) {
  cursor: default;
}

.testimonial-carousel-main-arrows-prev, .testimonial-carousel-main-arrows-next {
  position: absolute;
  top: 272px;
  cursor: pointer;
  background: #D425A3;
  border-radius: 100px;
  height: 46px;
  width: 46px;
  padding-left: 18px;
  padding-top: 10px;
}

.testimonial-carousel-main-arrows-prev svg, .testimonial-carousel-main-arrows-next svg {
  width: 10px;
}

.testimonial-carousel-main-arrows-prev {
  left: 16px;
}

.testimonial-carousel-main-arrows-prev svg {
  transform: rotate(180deg);
}

.testimonial-carousel-main-arrows-next {
  right: 16px;
}

/**
  * Modal
  *
  */
.modal-backdrop {
  background-color: #353944;
}

@media (max-width: 767.98px) {
  .modal-backdrop {
    opacity: 1;
  }
}

.modal-backdrop.show {
  opacity: 0.95;
}

@media (max-width: 767.98px) {
  .testimonial-carousel-modal .modal-dialog,
  .testimonial-carousel-modal .modal-content {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .testimonial-carousel-modal .modal-dialog {
    align-items: flex-start;
    width: 100%;
    padding-top: 42px;
  }
}

.testimonial-carousel-modal .modal-content {
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.testimonial-carousel-modal .modal-content button.close {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #5100FF;
  opacity: 1;
  z-index: 1;
}

.testimonial-carousel-modal-body {
  margin: 0;
  padding: 24px;
}

@media (min-width: 768px) {
  .testimonial-carousel-modal-body {
    padding: 56px;
  }
}

.testimonial-carousel-modal-body-subheader {
  display: block;
  padding-bottom: 16px;
}

.testimonial-carousel-modal-body a.link-arrow {
  color: #5100FF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.testimonial-carousel-modal-footer {
  margin: 0;
  padding: 35px 55px;
  background-image: radial-gradient(circle at 3% 13%, var(--sky-blue), var(--night-blue) 55%);
}

@media (max-width: 767.98px) {
  .testimonial-carousel-modal-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 5px;
  }
}

.testimonial-carousel-modal-footer * {
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .testimonial-carousel-modal-footer * {
    margin: 0;
  }
}

.testimonial-carousel-modal-footer-content {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
}

.testimonial-carousel-modal-footer-content,
.testimonial-carousel-modal-footer-content * {
  color: var(--white);
}

@media (max-width: 767.98px) {
  .testimonial-carousel-modal-footer-content {
    padding-bottom: 20px;
  }
}

.testimonial-carousel-modal-footer-content a.link-arrow {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}

.testimonial-carousel-modal-footer-content a.link-arrow:hover {
  color: var(--white);
}

@media (max-width: 767.98px) {
  .testimonial-carousel-modal-footer-content a.link-arrow {
    margin-top: 15px;
  }
}

.testimonial-carousel-modal-footer-sidebar img.customer_image {
  margin: 0;
  max-width: 75px;
  height: auto;
}

@media (max-width: 991.98px) {
  .testimonial-carousel-modal-footer-sidebar img.customer_image {
    margin-right: 15px;
  }
}

.testimonial-carousel-modal-footer-sidebar img.customer_logo {
  margin-bottom: 5px;
  max-width: 111px;
  height: auto;
}

.testimonial-carousel-modal-footer-sidebar-name {
  display: block;
  font-size: 16px;
  color: var(--butterscotch);
  padding-bottom: 5px;
}

@media (max-width: 767.98px) {
  .testimonial-carousel-modal-footer-sidebar-name {
    font-size: 18px;
  }
}

.testimonial-carousel-modal-footer-sidebar > div {
  font-size: 16px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .testimonial-carousel-main-arrows-prev, .testimonial-carousel-main-arrows-next {
    top: 400px;
  }
  .testimonial-carousel-main-arrows-prev {
    left: 50px;
  }
  .testimonial-carousel-main-arrows-next {
    right: 50px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel-main-arrows-prev, .testimonial-carousel-main-arrows-next {
    top: calc(50% - 50px);
  }
  .testimonial-carousel-main-arrows-prev {
    left: 5%;
  }
  .testimonial-carousel-main-arrows-next {
    right: 5%;
  }
}

.v-line-indent {
  border-left: 4px solid #BFDA33;
}

.v-line-indent.v-line-indent-fuschia {
  border-color: #D425A3;
}

.v-bg-lime .v-line-indent {
  border-left-color: #FFFFFF;
}

.v-bg-hemisphere {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.v-bg-hemisphere-left {
  background-image: url(../images/v/svg/v-hemisphere-left.svg);
}

.v-bg-hemisphere-right {
  background-image: url(../images/v/svg/v-hemisphere-right.svg);
}

body#tinymce {
  padding: 16px;
}

.v-standard-page {
  background: #FAF9F7;
}

.v-standard-page-header {
  display: table;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/v/svg/v-mdu-hero-tertiary-lime-bg.svg");
}

.v-standard-page-header-container {
  display: table-cell;
  vertical-align: middle;
}

.v-standard-page-header h1 {
  display: block;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.resource-article-container .row {
  display: flex;
}

.error404 .search-submit {
  display: none !important;
}

.navigation.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

.navigation.pagination .nav-links .page-numbers.current {
  color: #FFFFFF;
  background-color: #5100FF;
  border-radius: 4px;
}

.v-paginator-list {
  margin: 0;
  padding: 0;
  text-align: left;
}

.v-paginator-item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

.v-paginator-item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 0px;
  border: none;
}

.v-paginator-item a:hover {
  background: none;
}

.v-paginator-item a.active {
  color: #FFFFFF;
  background-color: #5100FF;
}

body .page-search, body.admin-bar .page-search {
  margin-top: 150px;
}

.v-page-search form.search-form .search-field {
  height: auto;
  width: 100%;
  border: 1px solid #9A9CA1;
  border-radius: 3px;
  padding-left: 50px;
}

.v-page-search form.search-form .search-submit {
  display: none;
}

.v-page-search .variation-tabs h4 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.5em !important;
  text-transform: none;
}

@media (min-width: 768px) {
  .v-page-search .variation-tabs h4 {
    font-size: 20px !important;
  }
}

.v-page-search .variation-tabs .variation-tab {
  width: 50%;
  padding: 16px;
  background-color: #EBEBEC !important;
  color: #5D6169 !important;
  text-align: center;
  border: 1px solid #D7D7DA !important;
}

.v-page-search .variation-tabs .variation-tab.active {
  background-color: #FFFFFF !important;
  color: #494D57 !important;
  border-top: 2px solid #BFDA33 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.v-case-study-header {
  min-height: 282px;
  display: table;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/v/svg/v-mdu-hero-tertiary-lime-bg.svg");
}

.v-case-study-header-container {
  display: table-cell;
  vertical-align: middle;
}

.v-case-study-header h1 {
  display: inline-block;
  max-width: 740px;
}

.v-case-study .module-stats-stat {
  width: 100%;
  display: block;
  text-align: center;
}

.v-case-study .module-stats-percentage span {
  display: inline-block;
}

.v-case-study .case-study-content .case-study-content-right-column .module-company-info-header, .v-case-study .case-study-content .case-study-content-right-column .module-quote .SubheadDarkSemibold {
  font-family: Inter, sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #494D57 !important;
}

.v-case-study .case-study-content .case-study-content-right-column .module-company-info-header.mb-1, .v-case-study .case-study-content .case-study-content-right-column .module-quote .SubheadDarkSemibold.mb-1 {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .v-case-study .case-study-content .case-study-content-right-column .module-company-info-header, .v-case-study .case-study-content .case-study-content-right-column .module-quote .SubheadDarkSemibold {
    font-size: 16px !important;
  }
}

.v-case-study .case-study-content .case-study-content-right-column .module-company-info-title {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1.5em !important;
  color: #25282D !important;
}

@media (min-width: 768px) {
  .v-case-study .case-study-content .case-study-content-right-column .module-company-info-title {
    font-size: 17px !important;
  }
}

.v-case-study .case-study-content .case-study-content-right-column .module-quote .BodyDarkLight {
  font-family: Lexend Deca, sans-serif;
  font-weight: 300 !important;
  font-size: 15px !important;
  line-height: 1.5em !important;
  color: #353944 !important;
}

@media (min-width: 768px) {
  .v-case-study .case-study-content .case-study-content-right-column .module-quote .BodyDarkLight {
    font-size: 20px !important;
  }
}

.v-case-study .case-study-content .case-study-content-right-column .module-quote .HandwrittenSmallOrangeRegular {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1.5em !important;
  color: #25282D !important;
}

.v-case-study .case-study-content .case-study-content-right-column .module-quote .HandwrittenSmallOrangeRegular.mb-2 {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .v-case-study .case-study-content .case-study-content-right-column .module-quote .HandwrittenSmallOrangeRegular {
    font-size: 17px !important;
  }
}

.v-case-study .case-study-content .case-study-content-right-column .module-quote .BodyDarkRegular {
  font-family: Inter, sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #25282D !important;
}

@media (min-width: 768px) {
  .v-case-study .case-study-content .case-study-content-right-column .module-quote .BodyDarkRegular {
    font-size: 16px !important;
  }
}

.v-case-study .case-study-content .case-study-content-right-column .module-quote img.engage-personalization {
  border-radius: 100px;
}

.v-case-study .case-study-content p {
  color: #25282D !important;
}

.v-case-study .case-study-content h3 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.5em !important;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #25282D !important;
}

@media (min-width: 768px) {
  .v-case-study .case-study-content h3 {
    font-size: 20px !important;
  }
}

.v-resources .module-hero-form, .v-resources .resource-asset-hero, .v-resources .hero-ebook {
  background-image: url("../images/v/svg/v-mdu-hero-form-bg.svg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.v-resources .module-hero-form .form-container, .v-resources .resource-asset-hero .form-container, .v-resources .hero-ebook .form-container {
  padding: 24px !important;
}

.v-resources .module-hero-form-left, .v-resources .module-hero-form h1, .v-resources .module-hero-form h2, .v-resources .module-hero-form p, .v-resources .resource-asset-hero-left, .v-resources .resource-asset-hero h1, .v-resources .resource-asset-hero h2, .v-resources .resource-asset-hero p, .v-resources .hero-ebook-left, .v-resources .hero-ebook h1, .v-resources .hero-ebook h2, .v-resources .hero-ebook p {
  color: #25282D !important;
}

.v-resources .module-hero-form .v-type-feature-bold p, .v-resources .resource-asset-hero .v-type-feature-bold p, .v-resources .hero-ebook .v-type-feature-bold p {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.v-resources .text-blue {
  color: #25282D !important;
}

.v-resources .bullet-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v-resources .bullet-points li {
  margin: 16px 0 24px 0;
  padding: 0 0 0 24px !important;
  position: relative;
}

.v-resources .bullet-points li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23D425A3' fill-rule='evenodd' d='M9 0C4.032 0 0 4.032 0 9s4.032 9 9 9 9-4.032 9-9-4.032-9-9-9Zm0 16.2c-3.969 0-7.2-3.231-7.2-7.2 0-3.969 3.231-7.2 7.2-7.2 3.969 0 7.2 3.231 7.2 7.2 0 3.969-3.231 7.2-7.2 7.2Zm-1.8-5.247 5.931-5.931 1.27 1.278-7.2 7.2-3.6-3.6 1.268-1.269L7.2 10.953Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
}

.v-resources .bullet-points li:after {
  display: none !important;
}

.v-resources .bullet-points:last-child {
  margin: 0 0 16px 0;
}

.v-resources .resource-asset.ebook .canvas-container a {
  background-image: url("../images/resources/right-arrow-fuschia.svg") !important;
}

.v-resources .resource-asset.ebook .canvas-container a.disabled {
  background-image: url("../images/resources/right-arrow-grey.svg") !important;
}

.v-resources .recommended-content h2 {
  font-weight: 600;
}

.v-resources .recommended-content .recommended-content-content ul li a {
  color: #353944;
}

.v-resources .recommended-content .recommended-content-content ul li a:hover {
  color: #5D6169;
}

.v-resources .recommended-content .recommended-content-content ul li a .resource-asset-icon:hover:before {
  border-color: #D425A3 transparent transparent transparent;
}

.v-resources .recommended-content .recommended-content-content ul li a .resource-asset-icon:hover:after {
  background: #D425A3;
}

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