/* @override 
	https://sautec.fr/wp-content/themes/sautec/assets/css/sautec.css
	https://sautec.co/wp-content/themes/sautec/assets/css/sautec.css
	https://sautec.fr/wp-content/themes/sautec/assets/css/sautec.css?*
	https://sautec.fr/wp-content/themes/sautec/assets/css/sautec-admin.css
	https://dev.sautec.fr/wp-content/themes/sautec/assets/css/sautec.css */
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
  display: flex;
  align-items: center;
}
.clearfix {
  clear: both;
}
.z-depth-0 {
  box-shadow: none !important;
}
/* 2dp elevation modified*/
.z-depth-1,
.sidenav,
.collapsible,
.dropdown-content,
.btn-floating,
.btn,
.btn-small,
.btn-large,
.toast,
nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-1-half,
.btn-floating:hover,
.btn:hover,
.btn-small:hover,
.btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
/* 24dp elevation */
.z-depth-5,
.modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.hoverable {
  transition: box-shadow 0.25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #ee6e73;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
  display: none;
}
.breadcrumb:last-child {
  color: #fff;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
.pin-top,
.pin-bottom {
  position: relative;
}
.pinned {
  position: fixed !important;
}
/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
table,
th,
td {
  border: none;
}
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.secondary-content {
  float: right;
  color: #26a69a;
}
.collapsible .collection {
  margin: 0;
  border: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select,
input[type=range],
input[type=range] + .thumb {
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
  padding: 0 !important;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}
.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.33333%;
}
.row .col.pull-s1 {
  right: 8.33333%;
}
.row .col.push-s1 {
  left: 8.33333%;
}
.row .col.offset-s2 {
  margin-left: 16.66667%;
}
.row .col.pull-s2 {
  right: 16.66667%;
}
.row .col.push-s2 {
  left: 16.66667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.33333%;
}
.row .col.pull-s4 {
  right: 33.33333%;
}
.row .col.push-s4 {
  left: 33.33333%;
}
.row .col.offset-s5 {
  margin-left: 41.66667%;
}
.row .col.pull-s5 {
  right: 41.66667%;
}
.row .col.push-s5 {
  left: 41.66667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.33333%;
}
.row .col.pull-s7 {
  right: 58.33333%;
}
.row .col.push-s7 {
  left: 58.33333%;
}
.row .col.offset-s8 {
  margin-left: 66.66667%;
}
.row .col.pull-s8 {
  right: 66.66667%;
}
.row .col.push-s8 {
  left: 66.66667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.33333%;
}
.row .col.pull-s10 {
  right: 83.33333%;
}
.row .col.push-s10 {
  left: 83.33333%;
}
.row .col.offset-s11 {
  margin-left: 91.66667%;
}
.row .col.pull-s11 {
  right: 91.66667%;
}
.row .col.push-s11 {
  left: 91.66667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  .row .col.push-m1 {
    left: 8.33333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  .row .col.push-m2 {
    left: 16.66667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  .row .col.push-m4 {
    left: 33.33333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  .row .col.push-m5 {
    left: 41.66667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  .row .col.push-m7 {
    left: 58.33333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  .row .col.push-m8 {
    left: 66.66667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  .row .col.push-m10 {
    left: 83.33333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  .row .col.push-m11 {
    left: 91.66667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  .row .col.push-l1 {
    left: 8.33333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  .row .col.push-l2 {
    left: 16.66667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  .row .col.push-l4 {
    left: 33.33333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  .row .col.push-l5 {
    left: 41.66667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  .row .col.push-l7 {
    left: 58.33333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  .row .col.push-l8 {
    left: 66.66667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  .row .col.push-l10 {
    left: 83.33333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  .row .col.push-l11 {
    left: 91.66667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-xl1 {
    right: 8.33333%;
  }
  .row .col.push-xl1 {
    left: 8.33333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-xl2 {
    right: 16.66667%;
  }
  .row .col.push-xl2 {
    left: 16.66667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-xl4 {
    right: 33.33333%;
  }
  .row .col.push-xl4 {
    left: 33.33333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-xl5 {
    right: 41.66667%;
  }
  .row .col.push-xl5 {
    left: 41.66667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-xl7 {
    right: 58.33333%;
  }
  .row .col.push-xl7 {
    left: 58.33333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-xl8 {
    right: 66.66667%;
  }
  .row .col.push-xl8 {
    left: 66.66667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-xl10 {
    right: 83.33333%;
  }
  .row .col.push-xl10 {
    left: 83.33333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-xl11 {
    right: 91.66667%;
  }
  .row .col.push-xl11 {
    left: 91.66667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
nav.nav-extended {
  height: auto;
}
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
nav a {
  color: #fff;
}
nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}
nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}
nav ul {
  margin: 0;
}
nav ul li {
  transition: background-color 0.3s;
  float: left;
  padding: 0;
}
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul a {
  transition: background-color 0.3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
nav ul a.btn,
nav ul a.btn-small,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
nav ul a.btn > .material-icons,
nav ul a.btn-small > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul.left {
  float: left;
}
nav form {
  height: 100%;
}
nav .input-field {
  margin: 0;
  height: 100%;
}
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field label {
  top: 0;
  left: 0;
}
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}
nav .input-field label.active i {
  color: #fff;
}
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}
.navbar-fixed nav {
  position: fixed;
}
@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}
a {
  text-decoration: none;
}
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0;
}
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0;
}
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0;
}
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
small {
  font-size: 75%;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}
.tabs.tabs-transparent {
  background-color: transparent;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}
.tabs.tabs-fixed-width {
  display: flex;
}
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.tabs .tab a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease, background-color 0.28s ease;
}
.tabs .tab a:focus,
.tabs .tab a.active:focus {
  outline: none;
}
.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  will-change: left, right;
}
@media only screen and (max-width: 992px) {
  .tabs {
    display: flex;
  }
  .tabs .tab {
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}
.btn,
.btn-small,
.btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn,
.btn-small,
.btn-large {
  text-decoration: none;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}
.dropdown-content:focus {
  outline: 0;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}
.dropdown-content li:focus {
  outline: none;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}
.dropdown-trigger {
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
.modal:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(44%);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header:focus {
  outline: 0;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}
.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
select:focus {
  outline: 1px solid #c9f3ef;
}
button:focus {
  outline: none;
  background-color: #2ab7a9;
}
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}
/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #d1d1d1;
}
/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s;
}
input:not([type]):disabled,
input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label,
input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}
input.valid:not([type]):focus ~ label,
input.valid[type=text]:not(.browser-default):focus ~ label,
input.valid[type=password]:not(.browser-default):focus ~ label,
input.valid[type=email]:not(.browser-default):focus ~ label,
input.valid[type=url]:not(.browser-default):focus ~ label,
input.valid[type=time]:not(.browser-default):focus ~ label,
input.valid[type=date]:not(.browser-default):focus ~ label,
input.valid[type=datetime]:not(.browser-default):focus ~ label,
input.valid[type=datetime-local]:not(.browser-default):focus ~ label,
input.valid[type=tel]:not(.browser-default):focus ~ label,
input.valid[type=number]:not(.browser-default):focus ~ label,
input.valid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.valid:focus ~ label {
  color: #4CAF50;
}
input.invalid:not([type]):focus ~ label,
input.invalid[type=text]:not(.browser-default):focus ~ label,
input.invalid[type=password]:not(.browser-default):focus ~ label,
input.invalid[type=email]:not(.browser-default):focus ~ label,
input.invalid[type=url]:not(.browser-default):focus ~ label,
input.invalid[type=time]:not(.browser-default):focus ~ label,
input.invalid[type=date]:not(.browser-default):focus ~ label,
input.invalid[type=datetime]:not(.browser-default):focus ~ label,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ label,
input.invalid[type=tel]:not(.browser-default):focus ~ label,
input.invalid[type=number]:not(.browser-default):focus ~ label,
input.invalid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.invalid:focus ~ label {
  color: #F44336;
}
input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
/* Validation Sass Placeholders */
.select-wrapper.valid > input.select-dropdown,
input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus,
input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error],
input.valid:not([type]) ~ .helper-text[data-success],
input.valid:not([type]):focus ~ .helper-text[data-success],
input.invalid:not([type]) ~ .helper-text[data-error],
input.invalid:not([type]):focus ~ .helper-text[data-error],
input.valid[type=text]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=text]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=password]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=password]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=email]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=email]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=url]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=url]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=time]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=time]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=date]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=date]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=tel]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=tel]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=number]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=number]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=search]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=search]:not(.browser-default) ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid:focus ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid:focus ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}
.select-wrapper.valid ~ .helper-text:after,
input.valid:not([type]) ~ .helper-text:after,
input.valid:not([type]):focus ~ .helper-text:after,
input.valid[type=text]:not(.browser-default) ~ .helper-text:after,
input.valid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=password]:not(.browser-default) ~ .helper-text:after,
input.valid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=email]:not(.browser-default) ~ .helper-text:after,
input.valid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=url]:not(.browser-default) ~ .helper-text:after,
input.valid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=time]:not(.browser-default) ~ .helper-text:after,
input.valid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=date]:not(.browser-default) ~ .helper-text:after,
input.valid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=number]:not(.browser-default) ~ .helper-text:after,
input.valid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=search]:not(.browser-default) ~ .helper-text:after,
input.valid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea.valid:focus ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}
.select-wrapper.invalid ~ .helper-text:after,
input.invalid:not([type]) ~ .helper-text:after,
input.invalid:not([type]):focus ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid:focus ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}
.select-wrapper + label:after,
input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(95.5%);
}
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}
.input-field > label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
  top: 0.5rem;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(97%);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(97%);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(97%);
  }
}
/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(96%);
  border: 0;
  box-shadow: none;
}
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}
/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}
/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
/* Character Counter */
.character-counter {
  min-height: 18px;
}
/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  user-select: none;
}
[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}
/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}
/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border: 2px solid #26a69a;
}
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:after {
  background-color: #26a69a;
}
[type="radio"]:checked + span:after {
  transform: scale(1.02);
}
/* Radio With gap */
.with-gap[type="radio"]:checked + span:after {
  transform: scale(0.5);
}
/* Focused styles */
.tabbed[type="radio"]:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Disabled Radio With gap */
.with-gap[type="radio"]:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}
.with-gap[type="radio"]:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}
/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="checkbox"] {
  /* checkbox aspect */
}
[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}
.filled-in[type="checkbox"] + span:not(.lever):after {
  border-radius: 2px;
}
.filled-in[type="checkbox"] + span:not(.lever):before,
.filled-in[type="checkbox"] + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
.filled-in[type="checkbox"]:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.filled-in[type="checkbox"]:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
.filled-in.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
.filled-in.tabbed[type="checkbox"]:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}
/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}
/* Select Field
   ========================================================================== */
select {
  display: none;
}
select.browser-default {
  display: block;
}
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
}
.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  user-select: none;
  z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  user-select: none;
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(97%);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}
/* Range
   ========================================================================== */
.range-field {
  position: relative;
}
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-moz-focus-inner {
  border: 0;
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
}
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(160%);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
.sidenav .collapsible {
  margin: 0;
}
.sidenav li {
  float: none;
  line-height: 48px;
}
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a.btn,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating {
  margin: 10px 15px;
}
.sidenav li > a.btn,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-floating {
  color: #fff;
}
.sidenav li > a.btn-flat {
  color: #343434;
}
.sidenav li > a.btn:hover,
.sidenav li > a.btn-small:hover,
.sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}
.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"],
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.sidenav .subheader:hover {
  background-color: transparent;
}
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}
.sidenav .user-view > a:hover {
  background-color: transparent;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.drag-target.right-aligned {
  right: 0;
}
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
.sidenav .collapsible-body {
  padding: 0;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
button {
  cursor: pointer;
}
input,
textarea,
select {
  font-family: 'Montserrat';
}
.btn {
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  background: #BED62F;
}
.btn:hover {
  background: #cbde5a;
  box-shadow: none;
}
.toast {
  background: #EF4E22;
}
#modal-login {
  background: #f7f6f3;
  max-width: 480px;
}
#modal-login .modal-close {
  position: absolute;
  right: 25px;
  top: 25px;
}
#modal-login .error {
  text-align: center;
  color: #EF4E22;
}
#modal-login .title {
  font-family: 'Oswald';
  text-align: center;
  font-size: 1.2em;
  color: #3B5764;
}
#modal-login .title:after {
  content: "";
  display: block;
  width: 70px;
  border-bottom: 1px solid #EF4E22;
  margin: 15px auto;
}
#modal-login input[type="text"],
#modal-login input[type="email"],
#modal-login input[type="password"] {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  width: calc( 100% - 20px );
}
#modal-login button,
#modal-login input#wp-submit {
  background: #BED62F;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
}
#modal-login #sautec-lost-pswd {
  border-top: 1px solid #e3dfd4;
  margin-top: 30px;
  padding-top: 30px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
#modal-login #sautec-lost-pswd.visible {
  max-height: 50vh;
  opacity: 1;
}
#get-resources,
#contact-form {
  margin-bottom: 40px;
  position: relative;
}
#get-resources #form-overlay,
#contact-form #form-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4) url('../img/ajax-loader.gif') no-repeat center center;
  z-index: 99;
  display: none;
}
#get-resources #form-overlay.process,
#contact-form #form-overlay.process {
  display: block;
}
#get-resources h2,
#contact-form h2 {
  font-size: 1.25em;
  margin: 20px 0 0;
}
#get-resources input[type="checkbox"] + span,
#contact-form input[type="checkbox"] + span {
  color: #3B5764;
}
#get-resources input[type="checkbox"]:checked + span:before,
#contact-form input[type="checkbox"]:checked + span:before {
  border-bottom-color: #EF4E22;
  border-right-color: #EF4E22;
}
#get-resources .inline-radio label,
#contact-form .inline-radio label {
  margin-left: 20px;
}
#get-resources input[type="radio"]:checked + span:after,
#contact-form input[type="radio"]:checked + span:after {
  background-color: #BED62F;
}
#get-resources [type="radio"]:checked + span,
#contact-form [type="radio"]:checked + span {
  font-weight: 600;
  color: #000;
}
#get-resources [type="radio"]:checked + span:after,
#contact-form [type="radio"]:checked + span:after,
#get-resources [type="radio"].with-gap:checked + span:after,
#contact-form [type="radio"].with-gap:checked + span:after {
  border-color: #BED62F;
}
#get-resources input[type="tel"],
#contact-form input[type="tel"],
#get-resources input[type="text"],
#contact-form input[type="text"],
#get-resources input[type="email"],
#contact-form input[type="email"] {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  width: calc( 100% - 20px );
}
#get-resources input[type="tel"] + label,
#contact-form input[type="tel"] + label,
#get-resources input[type="text"] + label,
#contact-form input[type="text"] + label,
#get-resources input[type="email"] + label,
#contact-form input[type="email"] + label {
  margin-left: 10px;
}
#get-resources input[type="tel"] + label.active,
#contact-form input[type="tel"] + label.active,
#get-resources input[type="text"] + label.active,
#contact-form input[type="text"] + label.active,
#get-resources input[type="email"] + label.active,
#contact-form input[type="email"] + label.active {
  top: -6px;
  margin-left: 0;
  color: #3B5764;
}
#get-resources .prefix,
#contact-form .prefix {
  color: #3B5764;
}
#get-resources textarea,
#contact-form textarea {
  padding: 10px;
  background: #fff;
  min-height: 8em;
  border: none;
  box-shadow: none;
  line-height: 140%;
}
#get-resources textarea + label,
#contact-form textarea + label {
  margin-left: 10px;
}
#get-resources textarea + label.label.active,
#contact-form textarea + label.label.active {
  transform: translateY(-20px) scale(0.8);
  margin-left: 0;
  color: #3B5764;
}
#get-resources textarea:focus,
#contact-form textarea:focus {
  border-bottom-color: #BED62F;
  box-shadow: none;
}
#get-resources textarea:focus + label,
#contact-form textarea:focus + label {
  transform: translateY(-20px) scale(0.8);
  margin-left: 0;
  color: #3B5764;
}
#get-resources #contact-files,
#contact-form #contact-files {
  background: #fff;
}
#get-resources .filepond--root,
#contact-form .filepond--root,
#get-resources .filepond--panel-root,
#contact-form .filepond--panel-root {
  background: #fff;
}
#get-resources .filepond--root .filepond--drop-label,
#contact-form .filepond--root .filepond--drop-label {
  background: #fff;
  min-height: 6em;
}
#get-resources .filepond--root .filepond--drop-label label,
#contact-form .filepond--root .filepond--drop-label label {
  font-size: 14px;
}
#get-resources .filepond--root .filepond--drop-label label:before,
#contact-form .filepond--root .filepond--drop-label label:before {
  font-family: 'fontawesome';
  content: "\f03e";
  display: block;
  margin: 0 auto;
  font-size: 36px;
}
#get-resources button[type="submit"],
#contact-form button[type="submit"] {
  background: #BED62F;
  border: none;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #fff;
  margin: 20px 0;
}
#get-resources button[type="submit"]:hover,
#contact-form button[type="submit"]:hover {
  background-color: #c7dc4d;
}
#get-resources .select-wrapper .caret,
#contact-form .select-wrapper .caret {
  z-index: 2;
}
#get-resources .dropdown-content li:hover,
#contact-form .dropdown-content li:hover {
  background: #e3dfd4;
}
#get-resources .dropdown-content li a,
#contact-form .dropdown-content li a,
#get-resources .dropdown-content li span,
#contact-form .dropdown-content li span {
  color: #3B5764;
}
#get-resources .dropdown-content li.selected a,
#contact-form .dropdown-content li.selected a,
#get-resources .dropdown-content li.selected span,
#contact-form .dropdown-content li.selected span {
  background: #BED62F;
  color: #fff;
}
#get-resources .required,
#contact-form .required {
  color: #EF4E22;
}
#get-resources select:focus,
#contact-form select:focus {
  outline: none;
}
#get-resources:after {
  display: table;
  content: "";
  clear: both;
}
#get-resources button.btn {
  height: auto;
  margin-top: 30px;
  border-radius: 60px;
}
#get-resources label input[type=checkbox] + span {
  color: #3B5764;
  font-weight: 500;
}
#get-resources label input[type=checkbox] + span small,
#get-resources label input[type=checkbox] + span strong {
  display: block;
  line-height: 1.4em;
}
#get-resources label input[type=checkbox] + span strong {
  font-weight: 600;
}
#get-resources label input[type=checkbox] + span img {
  display: block;
  background: #fff;
  margin-bottom: 4px;
}
#get-resources label input[type=checkbox]:checked + span:not(.lever):after {
  border: 2px solid #BED62F;
  background-color: #BED62F;
}
#get-resources label input[type=checkbox]:checked + span:before {
  border-bottom-color: #fff !important;
  border-right-color: #fff !important;
}
.sautec-select-wrapper {
  background: #fff;
  position: relative;
}
.sautec-select-wrapper select {
  padding: 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: small;
}
.sautec-select-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #444 transparent transparent transparent;
}
.main-content #contact-form,
.single-content #contact-form {
  margin: 30px 0;
  padding: 30px;
  background: #f3f1ed;
}
html,
body {
  overflow-x: hidden;
}
header {
  background: #fff;
  position: relative;
  z-index: 9;
}
header .row {
  margin: 0;
}
header .site-title {
  margin: 0;
  position: relative;
}
header .site-title a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  content: "";
  background: url('../img/sautec.svg') no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 1;
}
header .site-title:after {
  display: block;
  width: 130%;
  height: 130%;
  border-radius: 100%;
  content: "";
  background: #fff;
  position: absolute;
  top: -15%;
  left: -15%;
  z-index: 0;
}
header .top-menu {
  margin-top: 40px;
  margin-bottom: 0;
}
header .top-menu .sautec-africa {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  font-family: 'Oswald';
  margin: 0 2em;
  color: #3B5764;
}
header .top-menu .sautec-africa:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  margin-right: .5em;
  background: url('../img/africa.svg') no-repeat center center;
  background-size: contain;
}
header .top-menu .sautec-africa:hover {
  color: #2e434e;
}
header .top-menu .videos,
header .top-menu .ressources {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  font-family: 'Oswald';
  margin: 0 2em 0 0;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 16px;
  border: 1px solid #BED62F;
  background: #BED62F;
  color: #fff;
  transition: background 0.3s ease-in-out 0s;
}
header .top-menu .videos .fa,
header .top-menu .ressources .fa {
  margin-right: 7px;
}
header .top-menu .videos:hover,
header .top-menu .ressources:hover {
  background: #fff;
  color: #3B5764;
}
header .top-menu .logged-in-user {
  font-family: 'Oswald';
  font-weight: 300;
  font-size: 1.1em;
}
header .top-menu .logged-in-user a {
  display: inline-block;
  margin-right: 20px;
}
header .top-menu .logged-in-user a:before {
  font-family: 'FontAwesome';
  margin-right: .2em;
}
header .top-menu .logged-in-user a.logout {
  color: #BED62F;
}
header .top-menu .logged-in-user a.logout:before {
  content: "\f08b";
}
header .top-menu .logged-in-user a.mysautec:before {
  content: "\f2be";
}
header .social-menu {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin: 0;
}
header .social-menu li {
  display: inline-block;
  margin: 0 .5vw;
}
header .social-menu li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #3B5764;
}
header .social-menu li a:hover {
  background: #25363F;
}
header .my-sautec-login-btn {
  font-family: 'Oswald';
  font-size: 1.2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  line-height: 34px;
  background: #BED62F;
  padding: 0 32px;
  border-radius: 17px;
  color: #fff;
}
header .my-sautec-login-btn:before {
  font-family: 'FontAwesome';
  content: "\f2bd";
  margin-right: .5em;
}
header .my-sautec-login-btn:hover {
  background: #c7dc4d;
}
/* MENUBAR */
@media only screen and (min-width: 602px) {
  #main-nav .menubar {
    margin-bottom: 0;
  }
  #main-nav .menubar > li {
    display: inline-block;
  }
  #main-nav .menubar > li a {
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Oswald';
    display: block;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 1vw;
    color: #3B5764;
  }
  #main-nav .menubar > li a:hover {
    color: #BED62F;
  }
  #main-nav .menubar > li a .fa {
    line-height: 1em;
    display: inline-block;
    height: 1em;
  }
  #main-nav .menubar > li.megamenu > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: .4em;
    color: #BED62F;
  }
  #main-nav .menubar > li.lang-item a {
    padding: 0 .3em;
    margin: -10px 0 0;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  #main-nav .menubar > li.lang-item a img {
    display: inline-block;
    vertical-align: middle;
  }
  #main-nav .menubar > li.contact a:before {
    font-family: "FontAwesome";
    content: "\f05a";
    margin-right: .3em;
  }
  #main-nav .menubar li.current-menu-item > a,
  #main-nav .menubar li.current-page-parent > a,
  #main-nav .menubar li.current_page_parent > a,
  #main-nav .menubar li.current-page-ancestor > a {
    font-weight: 500;
  }
  #main-nav .menubar li#menu-item-72.current-page-parent > a {
    font-weight: 300;
  }
  html.active-megamenu header.clone.down {
    box-shadow: none !important;
  }
  html.active-megamenu #mega-menu-wrapper {
    background: #fff;
    transform: scaleY(1);
    top: 0;
    opacity: 1;
    z-index: 9;
  }
  #main-nav .menubar {
    width: auto;
    display: inline-block;
  }
  #main-nav .menubar.secondary {
    font-size: .85em;
    margin-left: 30px;
  }
  #main-nav .megamenu:hover > a {
    color: #BED62F;
  }
  #main-nav .megamenu .mega-menu-container {
    position: absolute;
    left: 0;
    top: -50vh;
    width: 100vw;
    text-align: left;
    z-index: -2;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-in;
  }
  #main-nav .megamenu .mega-menu-container .container {
    transform: translateY(-30px);
    transition: all 0.4s ease-in;
  }
  #main-nav .megamenu .mega-menu-container .mega-item {
    display: inline-block;
    width: 33%;
    margin: 20px 0 40px;
  }
  #main-nav .megamenu .mega-menu-container .mega-item a {
    font-size: 1rem;
    line-height: 1.2em;
  }
  #main-nav .megamenu .mega-menu-container .mega-item a:hover {
    color: inherit;
  }
  #main-nav .megamenu .mega-menu-container .mega-item a:hover .title {
    color: #EF4E22;
  }
  #main-nav .megamenu .mega-menu-container .mega-item .thumbnail {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
  }
  #main-nav .megamenu .mega-menu-container .mega-item .thumbnail img {
    display: block;
    border: 1px solid #ddd;
  }
  #main-nav .megamenu .mega-menu-container .mega-item .thumbnail img.icon {
    width: 80%;
    display: block;
    border: none;
  }
  #main-nav .megamenu .mega-menu-container .mega-item .description {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: calc( 78% - 10px );
  }
  #main-nav .megamenu .mega-menu-container .mega-item .description .title {
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 8px;
  }
  #main-nav .megamenu .mega-menu-container .mega-item .description .desc {
    font-family: 'Montserrat';
    text-transform: none;
    font-size: .8em;
  }
  #main-nav .megamenu .mega-menu-container.visible {
    opacity: 1;
    z-index: 9999;
    top: auto;
    height: auto;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  #main-nav .megamenu .mega-menu-container.visible > .container {
    padding-top: 30px;
  }
  #main-nav .megamenu .mega-menu-container.visible .container {
    transform: translateY(0);
  }
  #main-nav .secondary li.lang-item:not(:last-child) {
    border-right: 1px solid #bbb;
  }
  #main-nav .megamenu #mega-usages {
    /*
		.mega-item {
			width: 24%;
		}
		*/
  }
  #main-nav .megamenu #mega-usages .secteurs {
    background: #fbfbf9;
    padding: 30px 0;
  }
  #main-nav .megamenu #mega-usages .secteurs .secteurs-list {
    font-size: 0;
    text-align: center;
  }
  #main-nav .megamenu #mega-usages .secteurs .secteurs-list li {
    width: 20%;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.3em;
    vertical-align: middle;
  }
  #main-nav .megamenu #mega-usages .secteurs .secteurs-list li .icon {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto 8px;
  }
  #main-nav .megamenu #mega-usages .secteurs .secteurs-list li .secteur-title {
    line-height: 1.3em;
    font-size: .9em;
    min-height: 3em;
  }
}
footer.page-footer {
  padding: 40px 0;
  background: #25363F;
}
footer.page-footer .signature {
  margin: 60px 0 0;
}
footer.page-footer .legal {
  font-size: .8em;
  color: rgba(255, 255, 255, 0.6);
}
footer.page-footer .legal a {
  color: inherit;
}
footer.page-footer .legal a:hover {
  color: #fff;
}
footer.page-footer .legal .copy {
  display: inline-block;
  margin-right: .5em;
}
footer.page-footer .legal .footer-menu {
  display: inline-block;
  margin: 0;
}
footer.page-footer .legal .footer-menu li {
  display: inline-block;
  margin-right: .5em;
}
footer.page-footer .legal .footer-menu li:before {
  content: "-";
  margin-right: .5em;
}
footer.page-footer .author {
  text-align: right;
  font-size: .7em;
  color: rgba(255, 255, 255, 0.6);
}
footer.page-footer .author a {
  color: inherit;
}
footer.page-footer .author a:hover {
  color: #fff;
}
footer.page-footer .footer-widget a {
  color: inherit;
  display: block;
  transition: color 0.3s ease-in-out 0s;
}
footer.page-footer .footer-widget a:hover {
  color: #BED62F;
}
footer.page-footer .footer-widget .footer-widget-title {
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}
footer.page-footer .footer-widget .menu {
  margin-right: .5em;
}
footer.page-footer .footer-widget .menu li {
  margin-bottom: 1em;
  font-size: .85em;
  line-height: 1.3em;
}
footer.page-footer .footer-widget .menu li a {
  color: rgba(255, 255, 255, 0.75);
}
footer.page-footer .footer-widget .menu li a:hover {
  color: #fff;
}
footer.page-footer .logo {
  display: inline-block;
  width: 30%;
}
footer.page-footer .address {
  font-size: .9em;
  display: inline-block;
  vertical-align: top;
  width: calc( 68% - 10px );
  margin-left: 10px;
}
footer.page-footer .address span {
  margin: 0;
  width: auto;
}
footer.page-footer .address span.address {
  font-size: 1em;
  display: block;
}
footer.page-footer .address a {
  color: inherit;
}
footer.page-footer .address a:hover {
  color: #EF4E22;
}
footer.page-footer .networks {
  text-align: center;
  margin: 30px 0;
}
footer.page-footer .networks a {
  color: inherit;
}
footer.page-footer .networks a:hover {
  color: rgba(255, 255, 255, 0.75);
}
footer.page-footer .networks .label {
  text-transform: uppercase;
  font-size: .75em;
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer .networks .social-menu {
  margin-top: 5px;
}
footer.page-footer .networks .social-menu li {
  display: inline-block;
  font-size: 28px;
  margin: 0 10px;
}
footer.page-footer .newsletter .title {
  text-transform: uppercase;
  font-size: .75em;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 5px;
}
footer.page-footer .newsletter form {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}
footer.page-footer .newsletter form input[type="email"] {
  margin: 0;
  line-height: 40px;
  height: 40px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  padding: 0 15px;
  width: calc( 100% - 30px );
}
footer.page-footer .newsletter form input[type="email"]:focus {
  border: none;
  box-shadow: none;
}
footer.page-footer .newsletter form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #BED62F;
}
.sidenav-trigger,
.my-sautec-mobile {
  position: absolute;
  color: #BED62F;
  z-index: 10;
}
.sidenav-trigger {
  left: 20px;
  top: 25px;
}
.my-sautec-mobile {
  right: 20px;
  top: 25px;
  font-size: 20px;
}
/* TOP ARROW */
.arrow-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  background: #EF4E22;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9;
}
.arrow-top.is-visible,
.arrow-top.fade-out {
  transition: opacity .3s 0s, visibility 0s 0s;
}
.arrow-top.is-visible {
  visibility: visible;
  opacity: 1;
}
.arrow-top.fade-out {
  opacity: .5;
}
header.clone {
  position: fixed;
  width: 100%;
  left: 0;
  top: -200px;
  transition: all 0.3s ease-in-out 0s;
}
header.clone .top-menu {
  display: none;
}
header.clone .site-title {
  max-width: 80px;
}
body.down header.clone {
  top: 0;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07) !important;
}
body.up header.clone {
  opacity: 0;
}
.sidenav {
  background: #f3f1ed;
}
.sidenav li {
  height: auto;
  line-height: 1.2em;
}
.sidenav li a {
  padding: 15px 20px;
  display: block;
  line-height: 1.3em;
  font-size: .9em;
  height: auto;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.sidenav li a img {
  vertical-align: middle;
  margin: -0.2em 0.5em 0 0;
}
.sidenav li.contact-form a {
  position: relative;
  padding-left: 40px;
}
.sidenav li.contact-form a:before {
  font-family: 'FontAwesome';
  content: "\f003";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -0.6em;
  color: #EF4E22;
}
.sidenav li.menu-item-has-children > a {
  border-bottom: 1px solid #fff;
}
.sidenav li.menu-item-has-children > a:after {
  content: "+";
  font-weight: 300;
  float: right;
}
.sidenav li.menu-item-has-children .sub-menu {
  transform-origin: 50% 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in 0;
}
.sidenav li.menu-item-has-children .sub-menu a {
  font-size: .8em;
  font-weight: 300;
  border-bottom: 1px solid #f3f1ed;
}
.sidenav li.menu-item-has-children.visible,
.sidenav li.menu-item-has-children.current-menu-parent {
  background: #fff;
}
.sidenav li.menu-item-has-children.visible > a,
.sidenav li.menu-item-has-children.current-menu-parent > a {
  border-bottom: 1px solid #f3f1ed;
}
.sidenav li.menu-item-has-children.visible > a:after,
.sidenav li.menu-item-has-children.current-menu-parent > a:after {
  content: "—";
}
.sidenav li.menu-item-has-children.visible a:hover,
.sidenav li.menu-item-has-children.current-menu-parent a:hover {
  background: #e3dfd4;
}
.sidenav li.menu-item-has-children.visible .sub-menu,
.sidenav li.menu-item-has-children.current-menu-parent .sub-menu {
  max-height: 100vh;
}
.sidenav li.menu-item-has-children.visible .sub-menu .current-menu-item a,
.sidenav li.menu-item-has-children.current-menu-parent .sub-menu .current-menu-item a {
  color: #EF4E22;
}
.sidenav li.menu-item-has-children.current-menu-parent {
  background: #e3dfd4;
}
.sidenav li.current-menu-item > a,
.sidenav li.current-menu-parent > a {
  background: #BED62F;
  color: #fff !important;
}
.sidenav li.current-menu-item > a.menu-item-has-children .sub-menu,
.sidenav li.current-menu-parent > a.menu-item-has-children .sub-menu {
  max-height: 100vh;
}
@media only screen and (max-width: 1290px) {
  header .top-menu {
    margin-top: 25px;
  }
  #main-nav .menubar > li > a {
    font-size: 1.05em;
  }
}
@media only screen and (max-width: 1140px) {
  #main-nav .menubar > li > a {
    font-size: .95em;
  }
}
@media only screen and (max-width: 1060px) {
  #main-nav .menubar > li > a {
    font-size: .9em;
  }
}
@media only screen and (max-width: 990px) {
  header .site-title {
    max-width: 120px;
    display: block;
    margin: 0 auto;
  }
  header.clone {
    display: none;
  }
  footer.page-footer .logo,
  footer.page-footer .address {
    width: 100%;
    margin: 0;
  }
  footer.page-footer .networks {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  footer.page-footer .logo,
  footer.page-footer .address {
    text-align: center;
  }
  footer.page-footer .networks {
    margin-top: 30px;
  }
  footer.page-footer .legal .copy {
    display: block;
    text-align: center;
  }
  footer.page-footer .legal .footer-menu {
    display: block;
  }
  footer.page-footer .legal .footer-menu li {
    display: block;
    text-align: center;
    margin-top: 8px;
  }
  footer.page-footer .legal .footer-menu li:before {
    display: none;
  }
  footer.page-footer .author {
    margin-top: 40px;
    text-align: center;
  }
}
#winsize {
  position: fixed;
  right: 0;
  top: 0;
  font-family: monospace;
  padding: 10px;
  z-index: 99;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
main button,
main .btn {
  background: #BED62F;
  color: #fff;
}
main button:hover,
main .btn:hover {
  background: #EF4E22;
}
html {
  background: #f3f1ed;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #25363F;
}
a {
  color: #EF4E22;
}
*:focus {
  outline: none;
}
@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
    max-width: 1240px;
  }
}
/* cancel flex for IE10 & IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
    min-height: 0;
  }
  main {
    flex: none;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald';
  font-weight: 600;
  line-height: 1.3em;
}
/* HOMEPAGE */
#homepage .home-applications-slider .app-slide {
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: width .2s linear 0s;
  border-right: 2px solid #fff;
}
#homepage .home-applications-slider .app-slide:last-child {
  border: none;
}
#homepage .home-applications-slider .app-slide a {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  font-family: 'Oswald';
  color: #fff;
  transition: background 0.3s ease-in-out 0s;
}
#homepage .home-applications-slider .app-slide a:hover .application {
  background: #fff;
  color: #3B5764;
}
#homepage .home-applications-slider .app-slide a .application {
  position: absolute;
  left: 20px;
  bottom: 30px;
  max-width: 60%;
  min-height: 40%;
  background: transparent;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
#homepage .home-applications-slider .app-slide a .application .title {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 1.3em;
}
#homepage .home-applications-slider .app-slide a .application .desc {
  font-family: 'Montserrat', sans-serif;
  font-size: .85em;
}
#homepage .home-applications-slider .slick-dots {
  position: relative;
  bottom: auto;
  margin: 20px 0;
}
#homepage .intro-home {
  clear: both;
  padding: 50px 0;
  position: relative;
}
#homepage .intro-home:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 400px 100vw;
  border-color: transparent transparent rgba(0, 0, 0, 0.03) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#homepage .intro-home .secteur-item {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 20px;
}
#homepage .intro-home .secteur-item .icon {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}
#homepage .intro-home .secteur-item a {
  display: block;
  color: #3B5764;
}
#homepage .intro-home .secteur-item a:hover {
  color: #EF4E22;
}
#homepage .intro-home .secteur-item .title,
#homepage .intro-home .secteur-item p {
  margin: 15px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
  font-family: 'Montserrat';
}
#homepage .intro-home .secteur-item p {
  color: #3B5764;
}
#homepage .intro-home .secteur-item .contact-btn {
  font-size: .8em;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: auto;
  color: #fff;
}
#homepage .intro-home .secteur-item .contact-btn:hover {
  background: #EF4E22;
  color: #fff;
}
#homepage .intro-home .intro-text {
  margin: 30px 0;
  font-size: 1.1em;
}
#homepage .intro-home .intro-text *:nth-child(1) {
  margin-top: 0;
}
#homepage .intro-home .intro-text h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #EF4E22;
}
#homepage .intro-home .request-btn {
  margin: 20px 0;
  color: #fff;
}
#homepage .intro-home .request-btn:before {
  font-family: 'FontAwesome';
  content: "\f05a";
  margin-right: .5em;
}
#homepage .home-hero {
  position: relative;
}
#homepage .home-hero .slide-menu-wrapper {
  position: absolute;
  left: 0;
  top: 3vw;
  width: 300px;
  z-index: 0;
}
#homepage .home-hero .slide-menu-wrapper .slide-menu {
  position: relative;
}
#homepage .home-hero .slide-menu-wrapper .slide-menu li a {
  display: block;
  background: #3B5764;
  padding: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
#homepage .home-hero .slide-menu-wrapper .slide-menu li a:hover {
  background: #2e434e;
}
#homepage .home-hero .slide-menu-wrapper .slide-menu li a.active {
  background: #EF4E22;
}
#homepage .home-hero .slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#homepage .home-hero .slide .container {
  position: relative;
  height: 30vw;
}
#homepage .home-hero .slide .container .know-more {
  position: absolute;
  right: .75rem;
  bottom: -50vh;
  display: inline-block;
  background: #EF4E22;
  border-radius: 25px;
  padding: 0 50px;
  text-transform: uppercase;
  transition: all 1s ease-in-out 0s;
}
#homepage .home-hero .slide .container .know-more:after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: .5em;
}
#homepage .home-hero .slide.slick-active .container .know-more {
  bottom: 30%;
}
#homepage .approche {
  padding: 50px 0;
}
#homepage .approche h2 {
  margin: 0;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #BED62F;
}
#homepage .approche h2:after {
  display: block;
  content: "";
  width: 50px;
  border: 1px solid #EF4E22;
  margin: 8px auto;
}
#homepage .approche .argument {
  background: #f7f6f3;
  padding: 20px 20px 30px;
  border-radius: 12px;
  margin: 30px 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
#homepage .approche .argument h3 {
  color: #EF4E22;
  margin: 10px 0;
  font-size: 1.4em;
}
#homepage .approche .argument a {
  color: #3B5764;
  text-decoration: underline;
}
#homepage .approche .argument a:hover {
  color: #EF4E22;
}
#homepage .approche .argument .icon {
  height: 90px;
  width: 90px;
  display: block;
  margin: 0 auto;
}
#homepage .approche .argument ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: .5em;
}
#homepage .approche .argument ul li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: 'FontAwesome';
  content: "\f105";
  color: #BED62F;
}
#homepage .parallax-container {
  height: auto;
}
.underline-title {
  margin: 0;
  font-weight: 200;
  font-size: 2em;
  text-transform: uppercase;
}
.underline-title:after {
  display: block;
  content: "";
  width: 120px;
  margin: 15px auto;
  border-bottom: 1px solid #EF4E22;
}
.underline-title a {
  color: inherit;
}
.news-slider-wrapper {
  padding: 50px 0;
  background: #3B5764;
  color: #fff;
}
.news-slider-wrapper .subtitle {
  margin: 0 0 20px;
  font-size: 1.3em;
  text-transform: uppercase;
}
.inner-news {
  background: #fff;
  margin-bottom: 30px;
}
.inner-news .thumbnail {
  position: relative;
}
.inner-news .thumbnail img {
  display: block;
}
.inner-news .thumbnail a {
  display: block;
  transition: background 0.3s ease-in-out 0s;
}
.inner-news .thumbnail a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.inner-news .thumbnail a:hover:after {
  opacity: 1;
}
.inner-news .thumbnail .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: .8em;
  padding: 5px 15px;
}
.inner-news .description {
  padding: 15px;
}
.inner-news .description .title {
  margin: 0 0 20px;
  font-size: 1.3em;
}
.inner-news .description .title a {
  color: #3B5764;
}
.inner-news .description .category a {
  display: block;
  margin-bottom: 10px;
}
.inner-news .description .category a .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.inner-news .description .category a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: calc( 100% - 36px );
  font-size: .8em;
  line-height: 1.2em;
}
main.page #breadcrumbs,
main.archive #breadcrumbs {
  font-size: .85em;
  margin: 50px 0 0;
  color: #a79a77;
}
main.page #breadcrumbs a,
main.archive #breadcrumbs a {
  color: #514934;
}
.breadcrumbs-row {
  margin-bottom: 15px;
  margin-top: 15px;
}
.breadcrumbs-row #breadcrumbs {
  font-size: .85em;
  margin: 0 !important;
  color: #a79a77;
}
.breadcrumbs-row #breadcrumbs a {
  color: #514934;
}
main.archive .main-title {
  font-weight: 200;
  font-size: 2em;
  text-transform: uppercase;
}
main.archive .main-title small {
  font-weight: 600;
}
main.archive .main-title:after {
  display: block;
  content: "";
  width: 120px;
  margin: 15px auto;
  border-bottom: 1px solid #EF4E22;
}
main.archive .main-title a {
  color: inherit;
}
.bg-image,
.bg-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero {
  position: relative;
}
.page-hero .icon-wrapper {
  min-height: 500px;
  position: relative;
}
.page-hero .icon {
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -40px;
}
.page-hero .icon:after {
  display: block;
  content: "";
  border: 4px solid rgba(255, 255, 255, 0.5);
  width: 120px;
  height: 120px;
  border-radius: 60px;
  position: absolute;
  left: -20px;
  top: -20px;
}
.page-title {
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 20px 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  /*
	&:after {
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 150px 100vw;
		border-color: transparent transparent rgba(0,0,0,.15) transparent;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	*/
}
.page-title .row {
  margin: 0;
}
.page-title .banner-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2em;
  position: relative;
  z-index: 1;
}
.page-title .request-btn {
  margin: 0;
  position: relative;
  z-index: 1;
}
.page-title .icon {
  display: inline-block;
  height: 2.5rem;
  width: 6rem;
  vertical-align: middle;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.request-link {
  margin: 0;
  padding: 30px 0;
  background: #fff;
}
.request-btn {
  background: #EF4E22;
  padding: 0 40px;
  margin: 20px 0;
}
.request-btn:before {
  font-family: 'FontAwesome';
  content: "\f05a";
  margin-right: .5em;
}
.request-btn:hover {
  background: #d93b10;
}
.request-btn.rental {
  background: #3B5764;
}
.request-btn.rental:hover {
  background: #a3b824;
}
.main-content-wrapper {
  padding: 30px 0;
  background: #fff;
}
.main-content-wrapper .main-content:nth-child(1) * {
  margin-top: 0;
}
.main-content-wrapper .main-content h2 {
  font-size: 1.6em;
  color: #EF4E22;
}
.main-content-wrapper .main-content h3 {
  font-size: 1.4em;
  font-weight: 400;
}
.main-content-wrapper .main-content strong {
  font-weight: 600;
}
.main-content-wrapper .main-content p {
  font-size: .9em;
  line-height: 1.8em;
}
.arguments-wrapper {
  padding: 30px 0;
}
.arguments-wrapper .arguments-icons {
  margin: 0;
}
.arguments-wrapper .arguments-icons .term {
  font-size: 1.6em;
  font-family: 'Oswald';
}
.arguments-wrapper .arguments-icons .term .label {
  display: inline-block;
  margin-left: 10px;
  line-height: 1em;
  color: #BED62F;
}
.arguments-wrapper .arguments-icons .term .label strong {
  display: block;
  color: #3B5764;
}
.arguments-wrapper .arguments-icons .term .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.arguments-wrapper .arguments-icons .term.experience .icon {
  background-image: url('../img/experience.svg');
}
.arguments-wrapper .arguments-icons .term.worldwide .icon {
  background-image: url('../img/world.svg');
}
.arguments-wrapper .arguments-icons .term.assistance .icon {
  background-image: url('../img/assistance.svg');
}
main.single-product {
  background: #fff;
}
main.single-product .page-hero {
  margin-bottom: 30px;
}
main.single-product .page-hero .icon {
  top: 30%;
  min-height: 500px;
}
main.single-product .page-hero .quote-and-rental {
  margin: 30px 0;
}
main.single-product .page-hero .quote-and-rental .btn {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
main.single-product .product-subtitle {
  color: #EF4E22;
  font-size: 2em;
  margin: 40px 0;
}
main.single-product .product-subtitle:before {
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  background: #EF4E22;
  margin-bottom: 30px;
}
main.single-product a.btn.download:before {
  content: "\f0ab";
}
main.single-product .gallery-slider {
  position: relative;
  margin: 30px 0;
}
main.single-product .gallery-slider:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20px;
  top: -20px;
  background: #e3dfd4;
}
main.single-product .gallery-slider a.video,
main.single-product .gallery-slider span.image {
  display: block;
  width: 100%;
  aspect-ratio: 1.77777778;
  /*
			padding-bottom: 56.25%;
			position: relative;
			*/
  background-color: #000;
  background-size: contain;
}
main.single-product .gallery-slider .video {
  position: relative;
}
main.single-product .gallery-slider .video:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: url('../img/play.svg') no-repeat center center;
  background-size: contain;
  margin-left: -40px;
  margin-top: -40px;
}
main.single-product .collapsible {
  box-shadow: none;
  border: none;
}
main.single-product .collapsible > li {
  padding: 0 !important;
}
main.single-product .collapsible > li:before {
  display: none;
}
main.single-product .collapsible > li a {
  color: inherit;
  text-decoration: underline;
}
main.single-product .collapsible > li .collapsible-header {
  padding: 8px 0;
  font-weight: 600;
  text-transform: uppercase;
}
main.single-product .collapsible > li.active .collapsible-header {
  color: #BED62F;
}
main.single-product .collapsible > li .collapsible-body {
  padding: 20px 0;
}
main.single-product .post-content > *:nth-child(1) {
  margin-top: 0;
}
main.single-product .post-content h2 {
  font-size: 1.6em;
  color: #EF4E22;
}
main.single-product .post-content h3 {
  font-size: 1.4em;
  font-weight: 400;
}
main.single-product .post-content ul:not(.collapsible):not(.slick-dots) li {
  position: relative;
  margin-bottom: .75em;
  padding-left: 1.2em;
  font-size: .9em;
}
main.single-product .post-content ul:not(.collapsible):not(.slick-dots) li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: 'FontAwesome';
  content: "\f105";
  color: #EF4E22;
}
main.single-product .quote-and-rental .btn {
  height: auto;
  line-height: 1.3em;
  padding: 12px 16px;
  display: block;
}
main.single-product .arguments-wrapper {
  background: #f1efea;
}
main.single-product .product-anchors {
  background: #fff;
  padding: 0 0 50px;
}
main.single-product .product-anchors .row {
  margin-bottom: 0;
}
main.single-product .product-anchors .row .col.m8 > *:nth-child(1) {
  margin-top: 0;
}
main.single-product .product-anchors .anchor-wrapper {
  padding: 0 0 40px;
}
main.single-product .product-anchors .anchor-wrapper h2 {
  font-size: 1.6em;
  color: #EF4E22;
}
main.single-product .product-anchors .anchor-wrapper h3 {
  font-size: 1.4em;
  font-weight: 400;
}
main.single-product .product-anchors .anchor-wrapper h3.anchor-title {
  color: #3B5764;
  font-size: 2em;
  display: inline-block;
  text-transform: uppercase;
}
main.single-product .product-anchors .anchor-wrapper h3.anchor-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #EF4E22;
  margin-top: 10px;
}
main.single-product .product-anchors .anchor-wrapper ul:not(.collapsible):not(.slick-dots) li {
  position: relative;
  margin-bottom: .75em;
  padding-left: 1.2em;
  font-size: .9em;
}
main.single-product .product-anchors .anchor-wrapper ul:not(.collapsible):not(.slick-dots) li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: 'FontAwesome';
  content: "\f105";
  color: #EF4E22;
}
#product-options-gallery a.swipebox {
  display: block;
  position: relative;
}
#product-options-gallery a.swipebox .legend {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc( 100% - 40px );
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(66, 86, 99, 0.85);
  color: #fff;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
}
body {
  overflow: visible;
}
body .anchors-nav-wrapper {
  padding: 30px 0;
  margin: 60px 0 20px;
  background: #e3dfd4;
  transition: all 0.2s ease-in-out 0s;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
}
body .anchors-nav-wrapper .anchors-nav {
  margin: 0 .75rem;
  display: flex;
  gap: 30px;
  justify-content: center;
}
body .anchors-nav-wrapper .anchors-nav li {
  text-transform: uppercase;
  font-weight: 500;
}
body .anchors-nav-wrapper .anchors-nav li a {
  color: #3B5764;
  display: inline-block;
}
body .anchors-nav-wrapper .anchors-nav li a:hover {
  color: #EF4E22;
}
body .anchors-nav-wrapper .anchors-nav li a:after {
  display: block;
  content: "";
  height: 2px;
  background: #EF4E22;
  opacity: 0;
}
body .anchors-nav-wrapper .anchors-nav li a.visible:after {
  opacity: 1;
}
body .anchors-nav-wrapper.clone {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  z-index: -99;
}
body .anchors-nav-wrapper.clone.sticky {
  z-index: 999;
}
body.down .anchors-nav-wrapper.clone.sticky {
  top: 0px;
}
#faq .collapsible .collapsible-body,
#faq .collapsible .collapsible-header {
  border: none;
  padding: 20px 0;
}
#faq .collapsible .collapsible-body {
  padding-top: 0;
}
#faq .collapsible li {
  border-bottom: 1px solid #ddd;
}
main.area .page-hero .icon-wrapper {
  padding-bottom: 200px;
}
main.area .page-hero .icon {
  width: 50px;
  height: 50px;
  left: 15px;
  top: 100px;
}
main.area .page-hero .icon:after {
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 75px;
  height: 75px;
  border-radius: 38x;
  left: -12px;
  top: -12px;
}
main.area #gallery .slick-dotted {
  padding-bottom: 60px;
}
main.area #gallery .slick-dotted .slick-dots {
  bottom: 20px;
}
main.area .request-estimate {
  margin-top: 20px;
}
.product-solutions-wrapper {
  padding: 40px 0 0;
}
#products-slider {
  margin-bottom: 40px;
}
#products-slider .inner-product {
  background: #fff;
  position: relative;
  padding-bottom: 4em;
}
#products-slider .inner-product .thumbnail {
  padding-bottom: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#products-slider .inner-product .thumbnail a {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#products-slider .inner-product .know-more {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #BED62F;
}
#products-slider .inner-product .know-more:after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: .5em;
}
#products-slider .inner-product .know-more:hover {
  color: #3B5764;
}
#products-slider .inner-product .description {
  padding: 20px;
}
#products-slider .inner-product .description .title {
  margin: 0;
  font-size: 1.3em;
  text-transform: uppercase;
}
#products-slider .inner-product .description .excerpt {
  margin: 10px 0;
  font-size: .9em;
}
/* slick slides margins */
#news-slider,
#products-slider {
  width: calc( 100% + 30px );
  margin: 30px -15px;
}
#news-slider .slick-slide,
#products-slider .slick-slide {
  margin: 0 15px;
}
.single-page-hero-title {
  background: #3B5764;
  color: #fff;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-page-hero-title:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 160px 100vw;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.single-page-hero-title h1 {
  margin: 0 .75rem;
  font-weight: 300;
  font-size: 2.6em;
  text-align: center;
  position: relative;
  z-index: 1;
}
main#about-sautec h2 {
  font-size: 1.6em;
  margin: 0;
}
main#about-sautec h3 {
  font-size: 1.4em;
  margin: 0;
}
main#about-sautec .presentation {
  padding: 50px 0;
  background: #3B5764;
  color: #fff;
  position: relative;
}
main#about-sautec .presentation .row {
  margin: 0;
}
main#about-sautec .presentation .row.breadcrumbs-row {
  margin-bottom: 20px;
}
main#about-sautec .presentation .row.breadcrumbs-row #breadcrumbs {
  color: rgba(255, 255, 255, 0.75);
}
main#about-sautec .presentation .row.breadcrumbs-row #breadcrumbs a {
  color: #fff;
}
main#about-sautec .presentation .manager {
  text-align: center;
}
main#about-sautec .presentation .manager img {
  margin: 20px 0 10px;
}
main#about-sautec .presentation .manager h4 {
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
}
main#about-sautec .presentation .container {
  position: relative;
  z-index: 1;
}
main#about-sautec .presentation:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50vw 100vw;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
main#about-sautec .introduction {
  padding: 50px 0;
  background: #fff;
  position: relative;
}
main#about-sautec .introduction .row {
  margin: 0;
}
main#about-sautec .introduction h3 {
  color: #EF4E22;
}
main#about-sautec .introduction .bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
main#about-sautec .introduction .logo {
  display: block;
  margin: 20px auto;
  max-width: 200px;
}
main#about-sautec .identite {
  padding: 40px 0;
}
main#about-sautec .identite .row {
  margin: 0;
}
main#about-sautec .identite h3 {
  color: #3B5764;
}
main#about-sautec .identite img {
  margin-bottom: 15px;
}
main#about-sautec .offre {
  padding: 50px 0;
  background: #fff;
}
main#about-sautec .offre .underline-title {
  text-transform: uppercase;
  font-weight: 300;
  color: #EF4E22;
}
main#about-sautec .offre .underline-title:after {
  border-bottom-color: #BED62F;
}
main#about-sautec .offre h3 a {
  color: #3B5764;
}
main#about-sautec .offre .thumbnail {
  display: block;
  padding-bottom: 66%;
  margin: 20px 0;
  position: relative;
}
main#about-sautec .offre .read-more {
  display: inline-block;
  padding: 0 24px;
  line-height: 32px;
  border-radius: 16px;
  background: #BED62F;
  color: #fff;
  font-family: 'Oswald';
}
main#about-sautec .offre .read-more:hover {
  background: #c7dc4d;
}
main#about-sautec .partners {
  padding: 50px 0;
}
main#about-sautec .partners .inner-partner {
  padding: 20px;
  background: #fff;
  margin: 30px 0;
}
main#about-sautec .partners .inner-partner .row {
  margin: 0;
}
main#about-sautec .partners .inner-partner p {
  font-size: .9em;
  margin: 0 0 .5em;
}
main.single-post {
  background: #fff;
  background: linear-gradient(#f9f8f6, #fff);
}
main.single-post .single-post-breadcrumb-wrapper {
  margin: 50px 0 30px;
}
main.single-post .single-post-breadcrumb-wrapper #breadcrumbs {
  margin: 0 1.5rem;
  font-size: .8em;
  color: #b1a687;
}
main.single-post .single-post-breadcrumb-wrapper #breadcrumbs a {
  color: inherit;
}
main.single-post .single-post-breadcrumb-wrapper #breadcrumbs a:hover {
  color: #000;
}
main.single-post .post-title-wrapper .category .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .6em;
}
main.single-post .post-title-wrapper .post-title {
  font-size: 2.2em;
  margin: .5em 0;
  margin-right: 20px;
}
main.single-post .post-title-wrapper .date {
  color: #BED62F;
  font-size: .85em;
}
main.single-post .share-buttons {
  text-align: center;
}
main.single-post .share-buttons li a {
  display: inline-block;
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
  border: 1px solid #f69a81;
  margin-bottom: 15px;
}
main.single-post .bottom-share-post .share-buttons li {
  display: inline-block;
  margin: 0 10px;
}
main.single-post.video-post {
  background: #3B5764;
  color: #fff;
  padding-bottom: 50px;
}
main.single-post.video-post #breadcrumbs a,
main.single-post.video-post #breadcrumbs span {
  color: rgba(255, 255, 255, 0.5);
}
main.single-post.video-post #breadcrumbs a:hover {
  color: #fff;
}
.main-content,
.single-content {
  margin-bottom: 50px;
}
.main-content h1,
.single-content h1 {
  color: #3B5764;
}
.main-content h2,
.single-content h2 {
  font-size: 1.6em;
}
.main-content h3,
.single-content h3 {
  font-size: 1.4em;
}
.main-content h4,
.single-content h4 {
  font-size: 1.2em;
}
.main-content h5,
.single-content h5 {
  font-size: 1.1em;
}
.main-content p,
.single-content p,
.main-content h6,
.single-content h6 {
  font-size: .9em;
  margin: .5em 0;
}
.main-content table,
.single-content table {
  font-size: .9em;
  background: #fff;
  margin: 1em 0;
}
.main-content table tr,
.single-content table tr {
  border-bottom: 2px solid #e3dfd4;
}
.main-content blockquote,
.single-content blockquote {
  border-color: #BED62F;
  font-style: italic;
  font-weight: 600;
  color: #3B5764;
}
.main-content ul,
.single-content ul,
.main-content ol,
.single-content ol {
  margin: 1em 0;
}
.main-content ul li,
.single-content ul li,
.main-content ol li,
.single-content ol li {
  margin-bottom: .5em;
  font-size: .9em;
}
.main-content ul li ul,
.single-content ul li ul,
.main-content ol li ul,
.single-content ol li ul {
  margin-top: .5em;
}
.main-content ul li,
.single-content ul li {
  position: relative;
  padding-left: 16px;
}
.main-content ul li:before,
.single-content ul li:before {
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: auto;
  color: #EF4E22;
}
.main-content strong,
.single-content strong {
  font-weight: 600;
}
.main-content .wp-block-gallery,
.single-content .wp-block-gallery {
  margin: 30px 0;
}
.main-content .wp-block-gallery li,
.single-content .wp-block-gallery li {
  padding: 0;
}
.main-content .wp-block-gallery li:before,
.single-content .wp-block-gallery li:before {
  content: "";
  display: none;
}
.main-content figure,
.single-content figure {
  margin: 0;
}
.main-content .video-container,
.single-content .video-container {
  margin: 30px 0;
}
.single-content .post-meta {
  padding: 15px 0;
  border-top: 2px solid #e3dfd4;
  border-bottom: 2px solid #e3dfd4;
}
.single-content .post-meta .date {
  font-size: .8em;
  margin-bottom: 10px;
  color: #3B5764;
}
.single-content .post-meta .category {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
}
.single-content .post-meta .category img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .5em;
}
.single-content .share-post {
  text-align: center;
  margin: 30px 0;
}
.single-content .share-post li {
  padding: 0;
  display: inline;
  margin: 0 .75em;
}
.single-content .share-post li:before {
  content: "";
  display: none;
}
.single-content .share-post li .fa {
  font-size: 20px;
}
.single-content .share-post li a {
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 1.5em;
  line-height: 3em;
  border: 1px #e3dfd4 solid;
}
.single-content .share-post li a:hover {
  background: #BED62F;
  color: #fff !important;
}
.single-content .share-post li.twitter a {
  color: #1da1f2;
}
.single-content .share-post li.facebook a {
  color: #3b5998;
}
.single-content .share-post li.linkedin a {
  color: #0077b5;
}
.single-content .share-post li.mail a {
  color: #3B5764;
}
.single-related-posts {
  padding: 50px 0;
  background: #efede7;
}
.single-related-posts .inner-news {
  margin: 30px 0 0;
}
#sticky-share {
  transition: opacity 0.5s ease-in-out 0s;
}
#sticky-share.is_stuck {
  position: fixed !important;
  top: 80px !important;
  height: 240px !important;
}
#sticky-share.fadeout {
  opacity: 0;
}
#rental-page .header {
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 220px 0 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#rental-page .header .container {
  position: relative;
  z-index: 1;
}
#rental-page .header .title {
  font-size: 2.6em;
  margin: 0;
}
#rental-page .header .btn {
  background: #BED62F;
}
#rental-page .rental-block {
  padding: 50px 0;
}
#rental-page .rental-block.odd {
  background: #fff;
}
#rental-page .rental-block h2 {
  font-size: 1.6em;
}
#rental-page .rental-block .block-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#rental-page .testimonials {
  padding: 50px 0;
  background: #BED62F;
}
#rental-page .testimonials h4 {
  margin: 0;
  color: #fff;
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
}
#rental-page .testimonials .testimonial-wrapper {
  margin: 30px 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #3B5764;
  font-size: .9em;
  padding: 20px;
  border-radius: 12px;
}
#rental-page .testimonials .testimonial-wrapper .author {
  margin-top: 10px;
  font-weight: 500;
}
#rental-page .testimonials .testimonial-wrapper .author em {
  font-weight: 600;
}
#rental-page .testimonials .slick-dots button {
  background: #fff;
}
#sautec-afrique .page-hero {
  position: relative;
  min-height: 500px;
}
#sautec-afrique .page-hero .page-title {
  bottom: 10%;
  background: no-repeat;
}
#sautec-afrique .page-hero .banner-title {
  font-size: 3em;
  margin: 0;
}
#sautec-afrique .page-hero .banner-title .highlight {
  background: #3e2723;
}
#sautec-afrique .page-hero .banner-title .highlight--wrapping {
  box-shadow: 0.5rem 0 0 #3e2723, -0.5rem 0 0 #3e2723;
}
#sautec-afrique .page-hero .subtitle {
  font-size: 2em;
  line-height: 2em;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
#sautec-afrique .page-hero .subtitle .highlight {
  background: #EF4E22;
}
#sautec-afrique .page-hero .subtitle .highlight--wrapping {
  box-shadow: 0.5rem 0 0 #EF4E22, -0.5rem 0 0 #EF4E22;
}
#sautec-afrique .request-estimate-wrapper {
  margin: 30px 0;
}
#sautec-afrique .intro-content strong {
  font-weight: 800;
}
#sautec-afrique .local-representative .title {
  margin-top: 2em;
  font-size: 1.6em;
  color: #3e2723;
}
#sautec-afrique .local-representative .representative {
  padding: 20px;
  margin: 20px 0;
  background: #efede7;
}
#sautec-afrique .local-representative .representative .zone {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  color: #3e2723;
}
#sautec-afrique .local-representative .representative .email {
  margin: .5em 0;
  font-size: 1.3em;
}
#sautec-afrique .local-representative .representative .phone {
  font-size: .8em;
}
#sautec-afrique .local-representative .representative .phone a {
  color: #3e2723;
}
#sautec-afrique .news-slider-wrapper {
  background: #3e2723;
}
#sautec-afrique .introduction {
  padding: 50px 0;
}
#sautec-afrique .introduction h3 {
  margin: 0;
  font-size: 2em;
  color: #3e2723;
  font-weight: 400;
}
#sautec-afrique .introduction h3:before {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background: #EF4E22;
  margin-bottom: 30px;
}
#sautec-afrique .introduction h4 {
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Montserrat';
}
#sautec-afrique .blocks {
  padding: 50px 0;
}
#sautec-afrique .blocks h2 {
  margin: 0;
  font-size: 1.6em;
  font-weight: 400;
  text-transform: uppercase;
  color: #BED62F;
}
#sautec-afrique .blocks h2:after {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background: #EF4E22;
  margin: 10px auto 30px;
}
#sautec-afrique .blocks .block-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}
#sautec-afrique .blocks .block-wrapper h3 {
  font-size: 1.4em;
  text-align: center;
  color: #3B5764;
}
#sautec-afrique .blocks .block-wrapper .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#sautec-afrique .gallery {
  padding: 50px 0 75px;
}
#sautec-afrique .gallery .gallery-slider {
  position: relative;
}
#sautec-afrique .gallery .gallery-slider:before {
  display: block;
  content: "";
  width: 100%;
  height: 90%;
  background: #EF4E22;
  position: absolute;
  left: -20px;
  top: -20px;
}
#news-cat {
  text-align: center;
  /*
	font-size: 0;
	width: ~"calc( 100% + 20px)";
	margin-left: -10px;
	*/
  margin-bottom: 30px;
}
#news-cat li {
  margin: 10px;
  background: #fff;
  /*
		width: ~"calc( 20% - 20px)";
		display: inline-block;
		vertical-align: top;
		*/
  font-size: .85rem;
  line-height: 1.3em;
  padding: 10px 8px;
  text-align: left;
}
#news-cat li span {
  display: inline-block;
  vertical-align: middle;
}
#news-cat li span.icon {
  width: 40px;
  height: 40px;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#news-cat li span.label {
  width: calc( 100% - 50px );
  margin-left: 8px;
}
#news-cat li a:hover {
  color: #3B5764;
}
#news-cat li.current-menu-item {
  border-bottom: 6px solid #EF4E22;
}
#news-cat li.current-menu-item a {
  color: #3B5764;
}
.no-content-found h2 {
  font-weight: 200;
  font-size: 2em;
  margin: 60px 0;
}
.navigation.pagination {
  background: transparent;
  box-shadow: none;
}
.navigation.pagination .material-icons {
  line-height: 36px;
  height: auto;
}
.navigation.pagination a,
.navigation.pagination span {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: #BED62F;
  margin: 0 10px;
}
.navigation.pagination .current {
  background: #3B5764;
}
main.resources-archive .resource-filter {
  text-align: center;
  margin: 0 0 50px;
}
main.resources-archive .resource-filter li {
  display: inline-block;
  margin: 0 10px 20px;
}
main.resources-archive .resource-filter li label {
  display: inline-block;
  cursor: pointer;
}
main.resources-archive .resource-filter li label input + em {
  display: block;
  background: #fff;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 20px;
  font-style: normal;
  color: #000;
  font-size: 1rem;
}
main.resources-archive .resource-filter li label input:checked + em {
  background: #3B5764;
  color: #fff;
}
main.resources-archive .resource-list {
  margin-bottom: 40px;
}
main.resources-archive .resource-list p {
  margin: 15px 0 0;
}
main.resources-archive span.count {
  --size: 20px;
  display: inline-block;
  vertical-align: middle;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: var(--size);
  text-align: center;
  background: #EF4E22;
  color: #fff;
  font-size: 12px;
}
#modal-confirm {
  width: 480px;
}
main.single-ressource h2.ressource-description {
  margin-top: 0;
  font-weight: 400;
  color: #3B5764;
}
main.single-ressource #get-resources {
  margin-top: 50px;
}
main.single-ressource #get-resources h3.form-info {
  margin-top: 0;
  font-weight: 400;
  color: #EF4E22;
}
.slick-slider {
  padding-bottom: 60px;
}
.slick-slider button.slick-arrow {
  --size: 40px;
  position: absolute;
  bottom: 0;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  line-height: "~calc( var(--size) - 2px )";
  background: #EF4E22;
  color: #fff;
  font-size: 0;
  border: 1px solid #EF4E22;
  z-index: 20;
  opacity: .5;
}
.slick-slider button.slick-arrow:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 24px;
}
.slick-slider button.slick-arrow.slick-prev {
  left: 25px;
}
.slick-slider button.slick-arrow.slick-next {
  right: 25px;
}
.slick-slider button.slick-arrow.slick-next:before {
  content: "\f105";
}
.slick-slider button.slick-arrow.slick-disabled {
  opacity: 0;
}
.slick-slider button.slick-arrow:hover {
  opacity: 1;
}
.slick-slider#news-slider button.slick-arrow {
  bottom: auto;
  top: 20%;
}
#sautec-video-modal {
  background: #000;
}
#sautec-video-modal .modal-content {
  padding: 0;
}
#sautec-video-modal .modal-content .video-container .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#sautec-video-modal .modal-close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #BED62F;
  display: block;
  border-radius: 18px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 20px;
  bottom: 80px;
}
ul.video-categories {
  text-align: center;
  margin: 0 0 30px;
}
ul.video-categories li {
  display: inline-block;
  margin: 0 15px;
}
ul.video-categories li:first-child {
  margin-left: 0;
}
ul.video-categories li:last-child {
  margin-right: 0;
}
ul.video-categories li a {
  color: inherit;
}
ul.video-categories li a:hover {
  text-decoration: underline;
}
ul.video-categories li a.current {
  font-weight: 600;
  color: #EF4E22;
}
main.pswd-protected-content .container {
  width: 640px;
  margin: 120px auto;
}
main.pswd-protected-content h2 {
  font-weight: 300;
  font-size: 2em;
}
main.pswd-protected-content .paswd-error {
  margin-top: 30px;
  color: #EF4E22;
}
main.pswd-protected-content form .input-field input[type="text"] {
  border-bottom: .5px solid #333;
}
main.pswd-protected-content form .input-field input[type="text"]:focus {
  border-bottom-color: #000;
  box-shadow: none !important;
}
main.pswd-protected-content form .input-field input[type="text"]:focus + label {
  color: #000;
}
@media only screen and (min-width: 991px) {
  #homepage .usages-home .slide a .title {
    max-width: calc( 20vw - 40px );
  }
  #homepage .usages-home .slide a:hover {
    background: rgba(0, 0, 0, 0.25);
  }
  #homepage .usages-home .slide a:hover .know-more {
    opacity: 1;
  }
  #homepage .usages-home .slide.enlarged {
    width: 40% !important;
  }
  #homepage .usages-home .slide.reduced {
    width: 20% !important;
  }
  main#about-sautec .introduction .bg-image {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: calc( ( ( 100vw - 1240px ) / 2 ) + ( 1240px / 3.3 ) );
  }
  main.resources-archive .resource-list {
    --gap: 40px;
    --columns: 2;
    display: flex;
    flex-wrap: wrap;
  }
  main.resources-archive .resource-list p {
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  #news-cat {
    display: flex;
    --gap: 10px;
    gap: var(--gap);
  }
  #news-cat > li {
    margin: 0;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  #news-cat > li .icon {
    display: block;
    margin: 0 auto 8px;
  }
  #news-cat > li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .slick-slider {
    padding-bottom: 0;
  }
  .slick-slider button.slick-arrow {
    bottom: 50%;
    margin-bottom: -20px;
  }
  .home-applications-slider button.slick-arrow {
    background: #EF4E22;
    border-color: #EF4E22;
  }
}
@media only screen and (max-width: 990px) {
  #homepage .usages-home .slide {
    height: 220px;
    width: calc( 50% - 4px );
  }
  #homepage .usages-home .slide a .title {
    top: 80px;
  }
  #homepage .usages-home .slide:first-child {
    margin-left: 0;
    width: calc( 50% - 2px );
  }
  #homepage .usages-home .slide:last-child {
    margin-right: 0;
    width: calc( 50% - 2px );
  }
  main#about-sautec .introduction {
    padding-top: 0;
  }
  main#about-sautec .introduction .bg-image {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 50%;
    margin-bottom: 40px;
  }
  main.area .page-hero .icon-wrapper {
    padding-bottom: 320px;
  }
  main.area .page-hero .icon {
    left: 50%;
    margin-left: -30px;
  }
  #news-cat {
    margin: 0 0 30px;
  }
  #news-cat li {
    display: block;
    width: 100%;
    margin: 10px 0;
    background: #fff;
    font-size: .85rem;
    line-height: 1.3em;
    padding: 10px 8px;
    text-align: left;
    border-left: 10px solid #fff;
  }
  #news-cat li span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  #news-cat li span.icon {
    width: 40px;
    height: 40px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #news-cat li span.label {
    width: calc( 100% - 50px );
    margin-left: 8px;
  }
  #news-cat li a:hover {
    color: #3B5764;
  }
  #news-cat li.current-menu-item {
    border-left: 10px solid #EF4E22;
    border-bottom: none;
  }
  #news-cat li.current-menu-item a {
    color: #3B5764;
  }
  .slick-slider {
    margin-bottom: 40px;
  }
  .slick-slider button.slick-arrow {
    --size: 30px !important;
    border-color: #000;
    color: #000;
  }
  .slick-slider button.slick-arrow:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  #homepage .usages-home .slide {
    width: 100%;
    margin: 0 0 2px;
    height: 200px;
  }
  #homepage .usages-home .slide:first-child,
  #homepage .usages-home .slide:last-child {
    width: 100%;
    margin: 0 0 2px;
  }
  #homepage .usages-home .slide a .title {
    top: auto;
    bottom: 30px;
  }
  #homepage .approche {
    background: #3B5764;
  }
  .page-hero {
    min-height: 25vh;
  }
  .page-hero .icon {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -25px;
  }
  .page-hero .icon:after {
    width: 70px;
    height: 70px;
    border-radius: 60px;
    left: -15px;
    top: -15px;
  }
  .page-title .banner-title {
    font-size: 1.8rem;
  }
  .arguments-wrapper {
    padding: 30px 0;
  }
  .arguments-wrapper .arguments-icons {
    margin: 0;
    text-align: center;
  }
  .arguments-wrapper .arguments-icons .term {
    font-size: 1.6em;
    font-family: 'Oswald';
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
  }
  .arguments-wrapper .arguments-icons .term.assistance {
    border: none;
  }
  .arguments-wrapper .arguments-icons .term .label {
    display: inline-block;
    margin-left: 10px;
    line-height: 1em;
    color: #BED62F;
  }
  .arguments-wrapper .arguments-icons .term .label strong {
    display: block;
    color: #3B5764;
  }
  .arguments-wrapper .arguments-icons .term .icon {
    display: block;
    margin: 0 auto 6px;
  }
  main#about-sautec .offre .read-more {
    margin-bottom: 30px;
  }
  main.single-product .page-hero .quote-and-rental {
    margin-bottom: 0;
  }
  main.single-product .page-hero .quote-and-rental .btn {
    font-size: .75em;
    display: block;
    margin-bottom: 15px;
  }
  main.single-product .product-subtitle {
    font-size: 1.5em;
  }
  main.single-product .post-content {
    margin-top: 0;
  }
  body .anchors-nav-wrapper {
    background: #fff;
  }
  body .anchors-nav-wrapper .anchors-nav {
    gap: 15px;
    align-items: center;
  }
  body .anchors-nav-wrapper .anchors-nav li {
    /*
				a {
					display: inline-block;
					width: 100%;
					text-align: center;
					padding: 0 8px;
					font-family: 'Oswald';
					font-size: .85em;
					line-height: 36px;
					background: @green;
					color: #fff;
					border-bottom: 1px solid @green;
					border-radius: 8px 8px 0 0;
					margin-right: 2px;
				}
				*/
  }
  body .anchors-nav-wrapper .anchors-nav li a {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }
  main.single-post .post-title-wrapper {
    margin-top: 50px;
  }
  main.single-post .post-title-wrapper .date {
    margin-bottom: 15px;
  }
  #sautec-afrique .page-hero .page-title .banner-title {
    font-size: 1.6em;
    margin-bottom: .2em;
  }
  #sautec-afrique .page-hero .page-title .subtitle {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.stc-block strong {
  font-weight: 600;
}
.stc-block .slick-dots {
  margin: 20px 0;
  text-align: center;
}
.stc-block .slick-dots li {
  margin: 0 8px;
  display: inline-block;
}
.stc-block .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0;
  background: #BED62F;
  color: #BED62F;
  border: none;
  opacity: .35;
}
.stc-block .slick-dots li button:hover {
  opacity: 1;
}
.stc-block .slick-dots li.slick-active button {
  opacity: 1;
}
.stc-block .btn {
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0 24px;
  font-weight: 600;
  background: #BED62F;
}
.stc-block .valign-wrapper > div {
  width: 100%;
}
.stc-blocks-page > .wp-block-columns,
.stc-blocks-page > .wp-block-heading,
.stc-blocks-page > p,
.stc-blocks-page .yoast-breadcrumbs {
  width: 90%;
  max-width: 1240px;
  margin: 20px auto;
  padding: 0 .75rem;
}
.stc-blocks-page figure {
  margin: 0 auto;
}
.stc-blocks-page .yoast-breadcrumbs {
  font-size: .85em;
}
.stc-blocks-page .yoast-breadcrumbs a {
  color: inherit;
}
.stc-blocks-page .yoast-breadcrumbs a:hover {
  color: #EF4E22;
}
.stc-blocks-page h2 {
  font-size: 2em;
}
.stc-blocks-page h3 {
  font-size: 1.8em;
}
.stc-blocks-page > .wp-block-columns {
  margin-top: 50px;
  margin-bottom: 50px;
}
.stc-blocks-page h2:after,
.stc-blocks-page h3:after {
  display: block;
  width: 120px;
  height: 3px;
  content: "";
  background: #EF4E22;
  margin: .5em 0;
}
.stc-blocks-page h2.center-align:after,
.stc-blocks-page h3.center-align:after,
.stc-blocks-page h2.has-text-align-center:after,
.stc-blocks-page h3.has-text-align-center:after {
  margin: .5em auto;
}
.stc-blocks-page .shrink {
  width: 800px;
  max-width: 80%;
  margin: 0 auto;
}
.stc-blocks-page .wp-block-media-text__content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-editor-block .container {
  padding: 40px .75rem;
}
.page-header-block {
  --height: 500px;
  position: relative;
}
.page-header-block .wrapper {
  height: var(--height);
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.page-header-block .valign-wrapper {
  width: 1240px;
  margin: 0 auto;
  max-width: 90%;
  height: var(--height);
}
.page-header-block .valign-wrapper > div {
  flex: 1;
  width: 100%;
}
.page-header-block .valign-wrapper .title {
  line-height: 1.4em;
  color: #fff !important;
  text-transform: uppercase;
  margin: 0;
}
.page-header-block .valign-wrapper .title small {
  font-size: .6em;
  display: block;
  font-weight: 400;
  line-height: 1.3em;
  background-color: var(--color);
}
.page-header-block .valign-wrapper .title .highlight {
  background: var(--color);
}
.page-header-block .valign-wrapper .title .highlight--wrapping {
  box-shadow: 0.5rem 0 0 var(--color), -0.5rem 0 0 var(--color);
}
.page-header-block .valign-wrapper .btn {
  margin-top: 30px;
}
.page-header-block .valign-wrapper.center-align {
  width: 720px;
}
.vertical-title-section-block {
  padding: 50px 0;
}
.vertical-title-section-block .flex-columns {
  --columns: 2;
}
.vertical-title-section-block .flex-columns.row-reverse {
  flex-direction: row-reverse;
}
.vertical-title-section-block .flex-columns > div {
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
}
.vertical-title-section-block .leftcol h2,
.vertical-title-section-block .leftcol h3 {
  color: #3B5764;
  font-size: 1.4em;
  margin: 0;
}
.vertical-title-section-block .leftcol h2:after,
.vertical-title-section-block .leftcol h3:after {
  display: none;
}
.vertical-title-section-block .leftcol h2 + *,
.vertical-title-section-block .leftcol h3 + * {
  margin-top: 5px;
}
.vertical-title-section-block .leftcol p {
  margin-bottom: 0;
}
.vertical-title-section-block .vertical-title-column .content-wrapper {
  display: block;
  background: #fff;
  padding: 40px 40px 80px;
  border-radius: 12px;
  position: relative;
  margin-left: 80px;
}
.vertical-title-section-block .vertical-title-column .content-wrapper h2:not(.v-title),
.vertical-title-section-block .vertical-title-column .content-wrapper h3:first-child,
.vertical-title-section-block .vertical-title-column .content-wrapper h4:first-child {
  margin-top: 0;
}
.vertical-title-section-block .vertical-title-column .v-title {
  color: #EF4E22;
  font-weight: 400;
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  left: -1em;
  top: 1em;
}
.vertical-title-section-block .vertical-title-column .v-title:after {
  display: none;
}
.vertical-title-section-block .closing {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  background: #e3dfd4;
  padding: 15px;
  border-radius: 0 0 8px 8px;
  margin: -70px 40px 0 120px;
  position: relative;
  z-index: 2;
}
.applications-slider-block {
  padding: 50px 0;
  background: #3B5764;
  color: #fff;
}
.applications-slider-block h2 {
  margin-top: 0;
}
.applications-slider-block .bloc-appli-slider {
  margin: 40px 0;
  width: calc( 100% + 20px );
  margin-left: -10px;
}
.applications-slider-block .bloc-appli-slider .item {
  position: relative;
  aspect-ratio: 1.33333333;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px;
}
.applications-slider-block .bloc-appli-slider .item a {
  position: relative;
  display: flex;
  align-items: end;
  aspect-ratio: 1.33333333;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.25);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.applications-slider-block .bloc-appli-slider .item a h4 {
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 10px;
}
.portrait-block {
  position: relative;
  margin-bottom: 50px;
}
.portrait-block:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  background: #fff;
  border-radius: 12px;
}
.portrait-block .wrapper {
  background: #3B5764;
  color: #fff;
  position: relative;
  padding: 50px 30px;
  border-radius: 12px;
  margin: 40px 20px 10px;
}
.portrait-block .wrapper:after {
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  left: 30px;
  top: 10px;
  background: url('../img/quote.svg') no-repeat center center;
  background-size: contain;
}
.portrait-block .wrapper img.circle {
  width: 75px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  margin-left: -37.5px;
  top: -37.5px;
}
.portrait-block .person {
  text-align: right;
  position: relative;
  margin-top: 10px;
  font-size: .9em;
}
.portrait-block .person .name strong {
  padding-left: 6px;
  position: relative;
  display: inline-block;
  background: #3B5764;
}
.portrait-block .person .name:before {
  position: absolute;
  left: 0;
  top: .75em;
  display: block;
  content: "";
  width: 100%;
  height: .5px;
  background: #fff;
}
.portrait-block .person .function {
  font-style: italic;
}
.portrait-block .cta {
  position: relative;
  margin: 0 20px;
}
.portrait-block .cta a {
  display: block;
  border-radius: 12px;
  padding: 15px 30px;
  background: #BED62F;
  color: #fff;
  position: relative;
}
.portrait-block .cta a .fa {
  display: inline-block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  height: 2em;
  background: #fff;
  border-radius: 1em;
  color: #EF4E22;
  position: absolute;
  right: 30px;
  top: 11px;
  transition: transform 0.3s ease-in-out 0s;
}
.portrait-block .cta a:hover .fa {
  transform: translateX(6px);
}
.world-map-block {
  padding: 50px 0;
}
.world-map-block .block-title {
  width: 1240px;
  margin: 0 auto;
  max-width: 90%;
}
.world-map-block .block-title h2 {
  margin: 0;
}
.world-map-block .block-title .description {
  font-size: 1.2em;
}
.world-map-block .map-wrapper {
  position: relative;
  aspect-ratio: 2.5;
}
.world-map-block .city-marker {
  position: absolute;
  left: 50%;
  bottom: 70px;
  margin-left: -120px;
  background: #fff;
  padding: 20px;
  width: 240px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.world-map-block .city-marker h4 {
  margin: 0;
  font-size: 1.2em;
}
.world-map-block .city-marker p {
  margin: 0;
}
.world-map-block .city-marker.active {
  opacity: 1;
  transform: translateY(30px);
}
.world-map-block svg {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-width: 2px;
  left: 0;
  top: 0;
}
.world-map-block svg path {
  fill: white;
  opacity: .5;
}
.world-map-block svg g.city {
  stroke-width: 0;
  cursor: pointer;
}
.world-map-block svg g.city circle {
  fill: var(--cities);
}
.world-map-block svg g.city path.hover {
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.world-map-block svg g.city:hover path.hover {
  opacity: 1;
}
.world-map-block svg g.city.active path.hover {
  opacity: .5;
  fill: var(--cities);
}
.world-map-block.has-bgcolor {
  background: var(--bgcolor);
}
.world-map-block.has-bgcolor svg {
  stroke: var(--bgcolor);
}
.world-map-block.mapcolor svg path {
  fill: var(--mapcolor);
}
.world-map-block.cities circle.city,
.world-map-block.cities g.marker path {
  fill: var(--cities);
}
.key-figures-block {
  padding: 60px 0;
  background: var(--background);
  color: #fff;
}
.key-figures-block h2 {
  margin-top: 0;
  color: var(--title);
  margin-bottom: 40px;
}
.key-figures-block h2:after {
  background: var(--underline);
}
.key-figures-block .flex-columns > div {
  flex: 1;
  margin-bottom: 40px;
  color: var(--text);
}
.key-figures-block .flex-columns > div strong {
  font-size: 3.5em;
  font-weight: 800;
  display: block;
  line-height: 1.2em;
}
.key-figures-block .flex-columns > div span {
  font-size: 1.2em;
  display: block;
  margin-right: 40px;
}
.customers-logos-block {
  padding: 50px;
  background: #fff;
}
.customers-logos-block .customers-gallery {
  margin: 0;
  --gap: 50px;
  --columns: 6;
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.customers-logos-block .customers-gallery .logo {
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
}
.customers-logos-block .customers-gallery .logo img {
  display: block;
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  margin: auto;
}
.customers-logos-block * + .customers-gallery {
  margin-top: 50px;
}
.alt-text-image-block {
  padding: 50px 0;
}
.alt-text-image-block .image {
  position: relative;
}
.alt-text-image-block .content {
  padding: 40px 0;
}
.alt-text-image-block .content > *:nth-child(1) {
  margin-top: 0;
}
.alt-text-image-block .content .btn {
  margin-top: 30px;
}
.selected-products-block {
  padding: 50px 0;
}
.selected-products-block .flex-products {
  margin-top: 40px;
}
.selected-products-block .flex-products > div {
  margin-bottom: 30px;
}
.icons-cards-block {
  padding: 50px 0;
}
.icons-cards-block .intro {
  width: 600px;
  max-width: 80%;
  margin: 30px auto;
}
.icons-cards-block .flex-cards {
  margin: 40px 0;
}
.icons-cards-block .flex-cards > div {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-top: 50px;
  border-radius: 12px;
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
}
.icons-cards-block .flex-cards > div h3 {
  font-size: 1.2em;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.icons-cards-block .flex-cards > div h3:after {
  width: 50px;
  background: #BED62F;
}
.icons-cards-block .flex-cards > div .icon {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  display: block;
  text-align: center;
  line-height: 90px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: -45px;
}
.icons-cards-block .flex-cards > div .icon img {
  display: inline-block;
  margin-top: 15px;
  height: 50px;
  width: auto;
}
.icons-cards-block .flex-cards > div .btn {
  margin: 30px 0 0;
}
.steps-cards-block {
  padding: 50px 0;
}
.steps-cards-block.has-bgcolor {
  background: var(--bgcolor);
}
.steps-cards-block.has-bottom-background {
  position: relative;
}
.steps-cards-block.has-bottom-background .container {
  position: relative;
  z-index: 1;
}
.steps-cards-block.has-bottom-background:before {
  display: block;
  content: "";
  width: 100%;
  height: 33%;
  background: var(--bottom);
  position: absolute;
  left: 0;
  bottom: 0;
}
.steps-cards-block.title-color h2 {
  color: var(--title);
}
.steps-cards-block .flex-cards {
  margin: 40px 0;
}
.steps-cards-block .flex-cards.display-num {
  counter-reset: step;
}
.steps-cards-block .flex-cards.display-num .item {
  counter-increment: step;
}
.steps-cards-block .flex-cards.display-num .item h3:before {
  display: block;
  line-height: 1.2em;
  content: counter(step) ".";
  color: #EF4E22;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.steps-cards-block .flex-cards .item {
  background: #fff;
  padding: 30px;
  position: relative;
  border-radius: 12px;
  margin-bottom: 30px;
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
}
.steps-cards-block .flex-cards .item h3 {
  color: #BED62F;
  font-weight: 400;
  margin: 0;
}
.steps-cards-block .flex-cards .item h3:after {
  display: none;
}
.contacts-block {
  padding: 50px 0;
}
.contacts-block .subtitle {
  font-size: 1.3em;
}
.contacts-block.has-bgcolor {
  background: var(--bgcolor);
}
.contacts-block.title-color h2,
.contacts-block.title-color .subtitle {
  color: var(--title);
}
.contacts-block .flex-cards {
  margin: 40px 0;
  justify-content: center;
}
.contacts-block .flex-cards .item {
  background: #fff;
  padding: 30px;
  position: relative;
  border-radius: 12px;
  margin-bottom: 30px;
  margin-top: 80px;
  padding-top: 70px;
  text-align: center;
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
}
.contacts-block .flex-cards .item .portrait {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: -60px;
  background: #e3dfd4;
}
.contacts-block .flex-cards .item .portrait img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-block .flex-cards .item .first-name,
.contacts-block .flex-cards .item .last-name {
  font-family: 'Oswald', sans-serif;
  line-height: 1.2em;
  font-size: 2em;
  color: var(--name);
  text-transform: uppercase;
}
.contacts-block .flex-cards .item .first-name {
  font-size: 2.2em;
  font-weight: 600;
}
.contacts-block .flex-cards .item .zone {
  margin: 30px 0;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 800;
  color: #BED62F;
  text-transform: uppercase;
}
.text-gallery-block {
  padding: 50px 0;
  background: #fff;
}
.text-gallery-block .content-col *:nth-child(1) {
  margin-top: 0;
}
.text-gallery-block .content-col .btn {
  margin-top: 1.5em;
}
.text-gallery-block .icons-list {
  margin: 2em 0;
}
.text-gallery-block .icons-list li {
  margin: 1em 0;
}
.text-gallery-block .icons-list li > span {
  display: inline-block;
  vertical-align: middle;
}
.text-gallery-block .icons-list li .icon {
  width: 40px;
}
.text-gallery-block .icons-list li .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-gallery-block .icons-list li .label {
  width: calc( 100% - 40px - 10px );
  padding-left: 15px;
}
.selected—news-block {
  padding: 50px 0;
}
.selected—news-block .news-slider {
  margin-top: 60px;
  width: calc( 100% + 20px );
  margin-left: -10px;
}
.selected—news-block .news-slider .inner-news {
  margin: 0 10px;
}
.selected—news-block .inner-news .description .title:after {
  display: none;
}
.confirm-msg-block .single-content {
  font-size: 1.2em;
}
@media only screen and (min-width: 992px) {
  .flex-columns {
    --gap: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
  }
  .customers-logos-block .customers-gallery {
    --columns: 8;
  }
  .selected-products-block .flex-products {
    --columns: 4;
    --gap: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
  }
  .selected-products-block .flex-products > div {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  .contacts-block .flex-cards,
  .steps-cards-block .flex-cards,
  .icons-cards-block .flex-cards {
    --gap: 40px;
    --columns: 4;
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap;
  }
  .contacts-block.cards-3 .flex-cards,
  .steps-cards-block.cards-3 .flex-cards,
  .icons-cards-block.cards-3 .flex-cards,
  .contacts-block.cards-6 .flex-cards,
  .steps-cards-block.cards-6 .flex-cards,
  .icons-cards-block.cards-6 .flex-cards,
  .contacts-block.cards-9 .flex-cards,
  .steps-cards-block.cards-9 .flex-cards,
  .icons-cards-block.cards-9 .flex-cards {
    --columns: 3;
  }
}
@media only screen and (min-width: 602px) and (max-width: 991px) {
  .selected-products-block .flex-products {
    --columns: 2;
    --gap: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
  }
  .selected-products-block .flex-products > div {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  .contacts-block .flex-cards,
  .steps-cards-block .flex-cards,
  .icons-cards-block .flex-cards {
    --gap: 40px;
    --columns: 2;
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 602px) {
  .alt-text-image-block .image {
    width: 33.333333%;
  }
  .alt-text-image-block .content {
    width: calc( 66.666667% - 40px );
  }
  .alt-text-image-block .flex-columns {
    gap: 40px;
    display: flex;
    vertical-align: center;
  }
  .alt-text-image-block .flex-columns.image-on-right {
    flex-direction: row-reverse;
  }
  .steps-cards-block .flex-cards > div {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .page-header-block {
    --height: 400px;
  }
  .page-header-block .title {
    margin: 80px 0;
    font-size: 2.5em;
  }
  .vertical-title-section-block .vertical-title-column .content-wrapper {
    margin-left: 2em;
  }
  .vertical-title-section-block .closing {
    margin-left: calc( 2em + 20px );
    margin-right: 20px;
  }
  .vertical-title-section-block .leftcol {
    margin-left: 2em;
  }
  .vertical-title-section-block .leftcol img {
    display: block;
    border-radius: 12px;
  }
  .key-figures-block .flex-columns > div {
    text-align: center;
  }
  .customers-logos-block .customers-gallery {
    --gap: 30px;
    --columns: 3;
  }
  .alt-text-image-block .image {
    aspect-ratio: 1.5;
  }
  .icons-cards-block .flex-cards > div {
    margin-bottom: 60px;
  }
  .world-map-block .map-wrapper {
    aspect-ratio: .8;
  }
  .world-map-block svg {
    transform: scale(2);
  }
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-display: swap;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
