@charset "UTF-8";

@font-face {
  font-family: MarkPro-Book;
  src: url(/hc/theming_assets/01HZM107VB1PAGC2EYDN2EBERM) format("woff2");;
  font-weight: normal;
}

@font-face {
  font-family: MarkPro-Book;
  src: url(/hc/theming_assets/01HZM107NBR82ESDKFSWSBVQ91) format("woff2");;
  font-weight: bold;
}

@font-face {
  font-family: MarkPro-Heavy;
  src: url(/hc/theming_assets/01HZM10816KN6A667BY4AZY6BW) format("woff2");;
  font-weight: normal;
}


/***** Base *****/
* {
  box-sizing: border-box;
}

.navbar-collapse.collapse:not(.in) {
    display: none !important;
}

html {
  font-size: 15px !important;
}

body {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-family: "MarkPro-Book", sans-serif !important;
}

body.community-enabled {
    color: #4c4c4c;
}

a {
  
	outline: none;
}

p, ul, li, span {
  font-size: 15px;
}

small, small span {
  font-size: 12px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  
  padding: 8px 0 !important;
}

.categories-list {
  
  background-color: #f7f7f7;
  padding: 50px 0 20px;
}

.categories-list .article-list-item a {
  
  color: #3689d5;
  font-size: 15px;
}

.categories .article-list {
  padding-bottom: 15px;
}

@media (max-width: 768px) {

  .categories-list {
    
    padding: 30px 0 20px;
  }
    
}

@media (min-width: 1024px) {
  body > main {
    min-height: 30vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  line-height: 1.35 !important;
}

a {
  color: #5eb7d8;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 15px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid #666666;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/theming_assets/01HZM10777HG4GV4DKNSPC0SRG") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #666666;
}

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

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #666666;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

.screenshot {
  width: 340px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.33); 
}

.two-screenshots {
  display: flex;
  flex-wrap: wrap;
}

.screenshot-left,
.screenshot-right {
  flex: 40%;
  margin-right: 20px;
  max-width: 100%;
}

.screenshot-right {
  margin-right: 0;
}

.image-full-width {
  margin-bottom: 20px;
}

.warning {
  padding: 20px 20px 18px 20px;
  margin-bottom: 20px;
  background-color: #ededed;
  color: #4c4c4c;
  font-weight: normal;
}

.warning p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle:after {
  color: inherit;
}

/***** Buttons *****/
.button, [role=button] {
  border: 1px solid #666666;
  border-radius: 4px;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, [role=button] {
    width: auto;
  }
}

.button:after, [role=button]:after {
  color: #666666;
}

.button:hover, .button:active, .button:focus, .button[aria-selected=true], [role=button]:hover, [role=button]:active, [role=button]:focus, [role=button][aria-selected=true] {
  background-color: #666666;
  color: #ffffff;
  text-decoration: none;
}

.button[aria-selected=true]:hover, .button[aria-selected=true]:focus, .button[aria-selected=true]:active, [role=button][aria-selected=true]:hover, [role=button][aria-selected=true]:focus, [role=button][aria-selected=true]:active {
  background-color: #333;
  border-color: #333;
}

.button[data-disabled], [role=button][data-disabled] {
  cursor: default;
}

.button-large, input[type=submit] {
  background-color: #666666;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type=submit] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background-color: #333;
}

.button-large[disabled], input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #ccc;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #999999;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir=rtl] .table th, [dir=rtl]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #666666;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #666666;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #666666;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #ccc;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZM106F10S521SGQ4EAV282B") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #ccc;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #2985a7;
}

.logo img {
  max-height: 37px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: #5eb7d8;
  display: none;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir=rtl] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: #5eb7d8;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #5eb7d8;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir=rtl] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle:after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle:after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: #5eb7d8;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: #5eb7d8;
  background-color: transparent;
}

.user-info > [role="button"]:after {
  color: #5eb7d8;
  padding-right: 15px;
}

[dir=rtl] .user-info > [role="button"]:after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #666666;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  margin-top: 30px;
  padding: 30px 0;
  font-size: 13px;
}

.footer a {
  color: #ccc;
  font-size: 13px;
}

.footer-social, .footer-main {
	margin-bottom: 0px;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

.footer-main a {
    color: #696969;
    font-weight: bold;
}

.footer-sub a {
    color: #696969;
    font-size: 12px;
}

.footer-social a {
    color: #696969;
}

hr {
    margin: 5px 0 !important;
    border-color: #999999 !important;
}

#new_request footer {
  background: none;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #ccc;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: white;
  display: inline;
  font-weight: 300;
  font-size: 15px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
  position: relative;
  top: -2px;
}

.breadcrumbs li a {
  color: white;
  font-size: 15px;
}

.breadcrumbs li a:visited {
  color: white;
}

/***** Search field *****/

.search-wrapper {
  position: relative;
  max-width: 800px;
  width:100%;
}

.search-wrapper .search-icon {
 fill: rgba(255,255,255,0.5);
  width: 25px;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  
}

.search-wrapper .search-icon * {
  
  fill: rgba(255,255,255,0.5);
}

.search-results-title {
  
  color: white;
  font-weight: bold;
  margin: 0;
}

.no-results-title {
  
  margin-bottom: 50px;
}

.search {
  position: relative;
}

.search input[type="search"] {
  
  background: transparent;
  border: 1px solid #ffffff80;
  padding: 13px 40px 13px 20px;
  color: white;
  width: 100%;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1.5;
  
  box-sizing: border-box;
  -webkit-appearance: none;
}

@media (max-width: 768px) {
  .search input[type="search"] {
    font-size: 15px;
  }
}

[dir=rtl] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  /*border: 1px solid #666666;
  color: #555;*/
}

[dir=rtl] .search:before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.search-full input[type="search"]::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.5);
}

.search-full input[type="search"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-full input[type="search"]::-ms-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-full input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/***** Hero component *****/
.hero {
  /* background-image: url(/hc/theming_assets/01HZM108JN5P9YBQ6SEZDXPMJA);
  background-position: center;
  background-size: cover;*/
  
  background-color: #3689d5;
  /*text-align: center;*/
  padding: 50px 0;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.hero-inside {
  /*text-align: center;*/
}

.hero-contact-info {
  /* padding-top: 36px; */
  padding-top: 18px;
  font-size: 15px;
  color: #fff;
}

.hero-contact-info a {
  color: #fff;
  text-decoration: underline;
}

.hero-contact-info a:hover {
  color: #f7f7f7;
}

.holiday-info {
  padding-top: 36px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}

.holiday-info .fa {
  display: inline-block;
  margin-right: 5px;
}

.contact-info:not(.sidebar-info) {
  
  background: white;
  padding: 50px 0;
}

.contact-info table {
  
  margin-bottom: 0;
	margin-top: 20px;
  width: 100%;
}

.contact-info table th,
.contact-info table:not(:last-child) td {
  
  padding-bottom: 10px;
}

.contact-info table tr,
.contact-info table th,
.contact-info table td  {
  
  border: none !important;
}

.contact-info .table > tbody > tr > td {
  
  padding: 2px 8px;
}

.browser-time-container {
  display: none;
  font-weight: bold;
  border-bottom: 2px solid #b1ceeb;
  padding-top: 10px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.browser-time-container .browser-time,
.browser-time-container .browser-time-title {
  font-size: 15px;
}

#browser-time-container-live {
  display: none;
  font-weight: bold;
  border-bottom: 2px solid #b1ceeb;
  padding-top: 10px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

#browser-time-container #browser-time,
#browser-time-container #browser-time-title {
  font-size: 15px;
}

.inner-contact-info .table th {
  
  font-size: 18px;
	color: white;
  padding-bottom: 0;
}

.table > tbody > tr > td,
.table th {
  
  height: auto;
}

.contact-info table tr td:nth-child(odd) {
  
  width: 170px;
}

.contact-info .inner-contact-info {
  
  position: relative;
  background: #75addf;
  padding: 40px;
  color: white;
  font-size: 15px;
}

.contact-info .inner-contact-info a {
  
  color: white;
}

.contact-info .inner-contact-info a:hover,
.contact-info .inner-contact-info a:focus {
  
  text-decoration: none;
}

.contact-info * {
  line-height: 1.5;
}

@media (max-width: 768px) {
  
  .contact-info .inner-contact-info {
  
    padding: 20px;
  }
  
  .contact-info .table > tbody > tr > td {
    
    padding: 2px 0;
  }
  
  .table-responsive {
  	
    border: none !important;
    color: white;
  }
  
  .inner-contact-info .table tr th,
  .inner-contact-info .table tr {
    
    padding: 0;
  }
  
  .inner-contact-info .table tr td {
    
    padding: 0 0 10px 0;
  }
  
  .table-responsive tbody tr td {
    
    display: inline-block;
  }
  
  .table-responsive tbody tr td:nth-child(odd) {
    
    width: 65%;
  }
  
  .table-responsive tbody tr td:nth-child(even) {
    
    width: 30%;
  }
}

.contact-info .bg-info-image {
  
  background-image: url(/hc/theming_assets/01HZM106W2X40SNPRCYH2B3C0S);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.slide-content {
	padding: 100px 0;
  font-size: 17px;
}

.slide-content.minified {
  
  padding: 50px 0;
}

.slide-content table {
  
  width: 100%;
}

.hero-inside .search-container {
	max-width: 47%;
}

.slide-content h1,
.slide-content .breadcrumb-title {
  font-size: 55px;
  margin: 0;
  font-family: MarkPro-Heavy;
  color: white;
}

.envelope { font-size: 20px; margin-top: 20px; }

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 !important;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
    
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  margin: 0 0 20px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock:before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]:after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.section h2.blocks-list-category-title {
  padding-top: 0px;
  margin: 50px 0 10px 0;
  font-size: 35px;
  font-family: MarkPro-Heavy;
  color: #4c4c4c;
}

.section h2.blocks-list-category-title:nth-of-type(1) {
  margin-top: 20px;
}

.blocks-item {
  box-sizing: border-box;
  color: #666666;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: top;
  margin: 0 0 30px;
  max-width: 100%;
  
  background: white;
  border: none;
  text-align: left;
  padding: 24px;
}

.blocks-item.two-columns {
  
  flex: 1 0 500px;
  justify-content: start;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 15px;
  }
}

@media (max-width: 768px) {  
  .blocks-item:last-child {  
    margin-bottom: 0;
  }
  
  .section h2.blocks-list-category-title {
    font-size: 27px;
    padding-bottom: 15px;
  }
}

/*.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #666666;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #ffffff;
  text-decoration: none;
}*/

.blocks-item-link {
  color: #666666;
  outline: none;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #4c4c4c;
  /*color: #3689d5*/
  font-weight: bold;
  font-size: 18px;
}

.blocks-item-title.no-link {
  font-size: 24px;
  color: #4c4c4c;
}

.blocks-item-description {
  font-weight: 300;
  color: #b2b2b2;
  margin: 0;
  font-size: 15px;
}

.blocks-item-description:not(:empty) {
  margin-top: 25px;
}

.blocks-list-announcements .blocks-item a span {
  text-decoration: underline;
}

/***** Homepage *****/
.section {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
.section {
    margin-bottom: 35px;
  }
}

.section h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
}

.section h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.34;
}


/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 33%;
    /* Three columns on desktop */
    padding-right: 30px;
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: #999999;
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZM108WDCFEY93RRGR98NDSP);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #999999;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #ccc;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment:before {
  display: inline-block;
}

.recent-activity-item-comment span:before {
  color: #666666;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir=rtl] .recent-activity-item-comment span:before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 100%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock:before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0;
  color: #333333;
}

.section-tree-title a {
  color: #333333;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list {
  padding-top: 20px;
}

.article-list-item {
  color: #333333;
  font-size: 16px;
  padding-top: 15px;
}

.article-list .article-list-item:first-child {
  padding-top: 0;
}

.article-list-item a {
  color: #333333;
}

.icon-star:before {
  color: #666666;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 100%;
  }
}

.section-subscribe .dropdown-toggle:after {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 50px 0 0;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  
}

.article-header h1 {  
  font-size: 35px;
  text-align: left;
  font-weight: bold;
  color: #4c4c4c;
  line-height: normal;
}

@media (min-width: 768px) {
  .article-header {
  }
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock:before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

h3.sidenav-title { margin-top: 19px; }

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.article-body .screenshot img,
.article-body .screenshot p {
  margin-bottom: 0;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 0 0 20px 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  color: #2985a7;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #ccc;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-footer {
  display: none;
  align-items: center;
  /*display: flex;*/
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #ccc;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: #666666;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    flex: 1 0 auto;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  /*border-top: 1px solid #ddd;*/
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid #666666;
  color: #666666;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote:before {
  font-size: 8px;
  margin-right: 10px;
}

.article-vote:after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #666666;
}

.article-vote:hover {
  background-color: #666666;
  color: white;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected=true]::before, .article-vote[aria-selected=true]::after {
  color: #ffffff;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

.article-more-questions {
  margin: 0;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
  text-align: center;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #999999;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir=rtl] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #666666;
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #333;
  border-color: #333;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: #999999;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: #666666;
  color: #ffffff;
  text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item:before {
  color: #999999;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir=rtl] .attachments .attachment-item:before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #ccc;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a:before {
  color: #ccc;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover:before {
  color: #666666;
}

.share-twitter:before {
  content: "\e901";
}

.share-facebook:before {
  content: "\e903";
}

.share-linkedin:before {
  content: "\e900";
}

.share-googleplus:before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #ccc;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #666666;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #ccc;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir=rtl] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #666666;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir=rtl] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-published {
  color: #ccc;
  display: block;
  font-weight: 300;
  font-size: 13px;
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type=submit] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}

.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #666666;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #2985a7;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #ccc;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

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

.vote-sum {
  color: #ccc;
  display: block;
  margin: 3px 0;
}

[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover:before,
.vote-down:hover:before {
  color: #666666;
}

.vote-up:before, .vote-down:before {
  color: #ccc;
  font-size: 24px;
}

.vote-up:before {
  content: "\2B06";
}

.vote-down:before {
  content: "\2B07";
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover:before, .actions .dropdown-toggle:focus:before, .actions .dropdown-toggle:active:before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle:before {
  background-color: transparent;
  border-radius: 50%;
  color: #ccc;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZM108QPQYR39BWM91YMMN6K);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

.topics-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.topics-item-internal .icon-lock:before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.topics-item-internal a {
  color: #999999;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: #666666;
}

.community-follow [role="button"]:hover:after, .community-follow [role="button"]:focus:after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected=true] {
  background-color: #666666;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected=true]:after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected=true]:hover {
  background-color: #333;
  border-color: #333;
}

.community-follow [role="button"]:after {
  border-left: 1px solid #666666;
  content: attr(data-follower-count);
  color: #666666;
  display: inline-block;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]:after {
    position: static;
  }
}

[dir=rtl] .community-follow [role="button"]:after {
  border-left: 0;
  border-right: 1px solid #666666;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #5eb7d8;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #2985a7;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #ccc;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item:after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item:after {
    display: none;
  }
}

.striped-list-count-item:last-child:after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #999999;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #666666;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #ccc;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post-info {
  flex: 1;
}

@media (min-width: 1024px) {
  .post-info {
    padding-right: 20px;
  }
}

[dir=rtl] .post-info {
  padding-left: 45px;
  padding-right: 0;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-published {
  color: #ccc;
  font-weight: 300;
  font-size: 13px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #2985a7;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #ccc;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #ccc;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #666666;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #999999;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #999999;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected=true] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    border-bottom: 4px solid #666666;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected=true] a {
  color: #999999;
}

.collapsible-nav-list li[aria-selected=true]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true]::after {
    display: none;
  }
}

[dir=rtl] .collapsible-nav-list li[aria-selected=true]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded=true] {
  max-height: none;
}

.collapsible-nav[aria-expanded=true] li[aria-selected=true]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-title:after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-title:after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title:after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title:after {
    display: none;
  }
}

[dir=rtl] .collapsible-sidebar-title:after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected=true] {
  border-color: #666666;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe, [dir=rtl]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #666666;
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #666666;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #333;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #ccc;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 67%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #ccc;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid #666666;
}

.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #666666;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 67%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 30%;
    padding: 0 20px;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd:after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #ccc;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

.mobile-help-info {
  background-color: #75addf;
  color: white;
  padding: 25px 20px 23px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: none;
}

.mobile-help-info a {
  color: white;
  font-weight: bold;
}

.mobile-help-info p {
  padding: 0;
  margin: 0;
}

zd-autocomplete {
  border-radius: 5px;
}

zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  color: #4c4c4c;
}

zd-autocomplete-multibrand zd-autocomplete-breadcrumbs-multibrand {
  color: #ccc;
  padding-top: 2px;
}

zd-autocomplete zd-autocomplete-multibrand {
    border-bottom: 1px solid #f7f7f7;
}

zd-autocomplete zd-autocomplete-multibrand:hover,
zd-autocomplete zd-autocomplete-multibrand:active
{
    background-color: #f7f7f7;
}

zd-autocomplete zd-autocomplete-multibrand:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

zd-autocomplete zd-autocomplete-multibrand:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 768px) {
  .mobile-help-info {
    display: block;
  }
}


/***** Pagination *****/
nav.pagination {
  margin: 0 0 60px 0;
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  nav.pagination {
    margin: 0 auto;
    text-align: center;
  }
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  margin: 0 6px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    margin: 0 8px;
  }
}

[dir=rtl] .pagination li {
  float: right;
}

.pagination li:active:not(.pagination-current) span,
.pagination li:active:not(.pagination-current) a,
.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
  color: #666666;
  text-decoration: none;
}

.pagination li a {
  text-decoration: none !important;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: gray;
  padding: 5px 2px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 2px;
  }
}

.pagination-current {
  background-color: #666666;
}

.pagination-current a, .pagination-current span {
  color: #ffffff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Search results *****/
@media (max-width: 767px) {
  .search-results {
    padding: 0 10px;
  }
}

.search-results-list li {  
 margin-bottom: 40px 
}

.search-result-link {
  display: block;
  color: #3689d5;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}

.search-result-link:hover {
  
  color:  #3689d5;
}

.search-result-description {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #4c4c4c;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon,
.search:before,
.recent-activity-item-comment span:before,
.article-vote:before,
.attachments .attachment-item:before,
.share a:before,
.vote-up:before,
.vote-down:before,
.actions .dropdown-toggle:before,
.collapsible-nav-list li[aria-selected=true]::after,
.collapsible-sidebar-title:after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock:before {
  content: "\1F512";
}

.icon-star:before {
  content: "\2605";
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-googleplus-:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-agent:before {
  content: "\1F464";
}

.icon-close:before {
  content: "\2715";
}

.icon-arrow-up:before {
  content: "\2B06";
}

.icon-arrow-down:before {
  content: "\2B07";
}

.icon-attachments:before {
  content: "\1F4CE";
}

.icon-comments:before {
  content: "\1F4AC";
}

.icon-search:before {
  content: "\1F50D";
}

.icon-vote:before {
  content: "\1F44D";
}

.icon-handle:before {
  content: "\25BE";
}

.icon-check:before {
  content: "\2713";
}

.icon-gear:before {
  content: "\2699";
}

.icon-menu:before {
  content: "\2630";
}

.icon-article:before {
  content: "\1F4C4";
}

.icon-post:before {
  content: "\1F4D4";
}

.icon-notification-alert:before {
  content: "\26A0";
}

.icon-notification-error:before {
  content: "\00D7";
}

.icon-notification-info:before {
  content: "\2139";
}

.icon-notification-success:before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #666666;
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #ccc;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #666666;
  border-radius: 4px;
  color: #666666;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #ccc;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir=rtl] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir=rtl] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity:before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir=rtl] .profile-activity:before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity:before {
    left: -14px;
  }
  [dir=rtl] .profile-activity:before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]:before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]:before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]:before {
  content: "\1f4ac";
  line-height: 35px;
}


@media (max-width: 1025px) {
  .article-sidebar {
  	padding-bottom: 30px;
  }
}


@media (max-width: 767px) {
  .hero {
  	background-position: top right;
    padding: 50px 0 30px;
  }  
  
  .hero h1 {
    font-size: 35px;
  }
  
  .hero .slide-content {
  	padding: 0px;
    margin-bottom: 20px;
  }
  
  .footer-main { text-align: center; margin-bottom: 10px; }
  .footer-social { text-align: center; margin-bottom: 10px; }
  .footer-sub { text-align: center; margin-top: 10px; }
  p.copyright { text-align: center; }
  
  .article-sidebar {
  	padding-bottom: 30px;
  }
  
  .breadcrumb-title {
  	font-size: 29px !important;
  }
}

footer {
  background-color: #ededed;
  color: #4c4c4c;
}

footer a {
  line-height: normal;
}

footer .cb p {
  font-size: 15px;
}

footer .cb hr {
  border-top: thin solid #b2b2b2;
  margin: 30px 0 !important;
}

footer .cb ul {
  margin: 0 !important;
}

footer .cb .social-message {
  margin-bottom: 15px;
}

footer .cb section.newsletter-subscription-wrapper p.message h3 {
  text-align: right;
}

footer .cb a {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.56;
  display: inline-block;
  padding: 5px;
  transition: color 0.1s;
  -moz-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
}

footer .cb a:hover {
  color: #006bb1;
  text-decoration: none;
  transition: color 0.1s;
  -moz-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
}

footer .cb h6.title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.56;
  padding-top: 0;
}

footer .cb .row {
  margin-bottom: 0;
}

footer .cb .social-icons {
  margin-bottom: 0px !important;
}

footer .cb .social-icons li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 0;
}

footer .cb .social-icons li svg {
  font-size: 1.5em;
  padding: 0;
  max-width: 22px;
	max-height: 22px;
      display: inline-block;
    width: 100%;
}

footer .cb .social-icons li:last-child svg {
  padding: 0;
}

footer .cb .footer-menu li {
  font-weight: 300;
  line-height: 1.56;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}

footer .cb .footer-menu li a {
  padding: 0;
  line-height: 25px;
}

footer .cb .subscriber {
  text-align: right;
}

footer .cb .legal-links *,
footer .cb .copy * {
  font-size: 13px;
}

footer .cb .copy {
  opacity: 0.5;
}

footer .cb .copy p {
  line-height: 1.5;
  font-size: 12px;
}

footer .cb .copy p a {
  display: inline;
}

footer .cb .legal-links li {
  padding-left: 0 !important;
  margin-right: 20px;
}

footer .cb .legal-links li a {
  padding-left: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer .cb .copy p.text-right {
    text-align: left;
  }

  footer .cb .subscriber {
    text-align: left;
  }
}

@media only screen and (max-width: 1300px) {
  footer .cb .legal-links li {
    display: block;
    margin: 0;
  }

  footer .cb .legal-links li a {
    padding: 3px;
  }

  footer .cb .copy p {
    line-height: 1.9;
  }
}

@media only screen and (max-width: 992px) {
  footer .cb ul {
    margin-bottom: 40px !important;
  }

  footer .cb .social-icons {
    padding: 0;
    margin-bottom: 0 !important;
  }

  footer .cb .social-icons svg {
    padding: 0 31px 0 0;
  }

  footer .cb .subscribe-message {
    text-align: left;
    margin-bottom: 26px;
  }

  footer .cb .form-group {
    margin-bottom: 20px;
  }

  footer .cb .footer-menu {
    margin-bottom: 0 !important;
  }

  footer .cb .footer-menu li {
    margin-bottom: 8px;
  }

  footer .cb .legal-links ul {
    margin-bottom: 60px;
  }

  footer .cb .legal-links ul li {
    display: block;
    line-height: 1.44;
    margin-bottom: 0;
  }

  footer .cb .copy {
    line-height: 1;
  }

  footer .cb .copy p {
    line-height: 1.3 !important;
  }

  footer .cb .copy p br {
    display: none;
  }

  footer .cb .copy p a,
  footer .cb .copy p span {
    margin: 0 0 0 5px;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    display: inline;
  }

  footer .cb .copy p.text-right {
    text-align: left;
  }

  footer .cb .copy * {
    line-height: 15px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  footer .cb a {
     font-size: 13px;
  }
  
  footer .cb .footer-menu li {
    line-height: 1.5;
  }
  
  footer .cb form .form-control {
    min-width: 100%;
  }

  footer .cb form .form-control footer .cb form .form-control {
    min-width: 100%;
  }

  footer .cb form .form-control footer .cb form input.btn {
    margin-left: 0 !important;
    width: 100%;
  }

  footer .cb form .form-control footer .cb .subscribe-message {
    text-align: left;
    margin-bottom: 26px;
  }

  footer .cb form .form-control footer .cb .form-group {
    margin-bottom: 20px;
  }

  footer .cb form .form-control footer .cb .social-icons {
    margin-bottom: 0 !important;
  }

  footer .cb form .form-control footer .cb .social-icons svg {
    padding: 0 31px 0 0;
  }

  footer .cb form .form-control footer .cb .footer-menu li {
    margin-bottom: 8px;
  }
  
  footer .cb .legal-links {
    padding-top: 20px;
  }
  
  footer .cb form .form-control footer .cb .legal-links ul {
    margin-bottom: 60px;
  }

  footer .cb form .form-control footer .cb .legal-links ul li {
    display: block;
    line-height: 1.44;
    margin-bottom: 0;
  }

  footer .cb form .form-control footer .cb .copy p.text-right {
    text-align: left;
  }

  footer .cb form .form-control footer .cb .copy * {
    line-height: 15px;
    padding-bottom: 0;
    padding-top: 0;
  }

  footer .cb input.btn {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

body {
  background: white;
  color: #4c4c4c;
  overflow-x: hidden;
  line-height: normal;
}

@media only screen and (max-width: 767px) {

  body {
    
      margin-top: 0 !important;
  }
}

/* Only apply changes if element in custom bootstrap node */

.cb {
  /* Buttons */
  /* Texts */
  /* Padding and margins */
  /* Master slider */
}

.cb h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  line-height: 1.35 !important;
  color: #4c4c4c;
}

.cb h2 {
  font-size: 35px !important;
  font-weight: bold !important;
  line-height: 1.35 !important;
  color: #4c4c4c;
}

.cb h3 {
  font-size: 25px !important;
  line-height: 1.35 !important;
  color: #4c4c4c;
}

.cb h4 {
  font-size: 15px !important;
  color: #4c4c4c;
  font-weight: bold !important;
  line-height: 2.08 !important;
}

.cb h5 {
  font-size: 18px;
  text-align: center;
  color: #b2b2b2;
}

.cb .lead {
  font-size: 20px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  color: #4c4c4c;
}

.cb .whisper {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 1.5;
}

.cb .spacing {
}

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

.cb form.subscription *::-moz-placeholder {
  color: #3689d5 !important;
}

.cb form.subscription *::-webkit-input-placeholder {
  color: #3689d5 !important;
}

.cb form.subscription *:-ms-input-placeholder {
  color: #3689d5 !important;
}

.cb form.subscription *:-moz-placeholder {
  color: #3689d5 !important;
}

.cb form.subscription input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cb form.subscription input[type=email] {
  border-radius: 25px;
  color: #3689d5;
  border: solid 1px #3689d5;
  background: transparent;
  margin-right: 20px;
  width: 225px;
  height: 43px;
  font-size: 15px;
  line-height: 1;
  padding: 0 25px;
}

.cb form.subscription input[type=email]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cb form.subscription input[type=email]:focus::-moz-placeholder {
  color: rgba(54, 137, 213, 0.4) !important;
}

.cb form.subscription input[type=email]:focus::-webkit-input-placeholder {
  color: rgba(54, 137, 213, 0.4) !important;
}

.cb form.subscription input[type=email]:focus:-ms-input-placeholder {
  color: rgba(54, 137, 213, 0.4) !important;
}

.cb form.subscription input[type=email]:focus:-moz-placeholder {
  color: rgba(54, 137, 213, 0.4) !important;
}

.cb form.subscription input[type=submit] {
  background-color: #3689d5;
  border: thin solid #3689d5;
  padding: 0 35px;
  font-size: 15px;
  height: auto;
  border-radius: 25px;
  font-weight: bold;
}

.cb form.subscription p {
  font-size: 13px;
  line-height: 0.6;
  color: rgba(54, 137, 213, 0.6);
  text-align: left;
  margin-top: 20px;
}

.cb form.subscription span.result-message {
  display: block;
  margin: 30px 0;
  color: red;
  font-size: 15px;
}

.cb section.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cb div.vertically-aligned {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}

.cb div.image-wrapper {
  background-size: cover;
  background-position: center center;
}

.cb .text-danger {
  color: #fe311f !important;
}

.cb .text-success {
  color: #0bc75b !important;
}

.cb .text-small {
  font-size: 13px;
}

.cb .text-medium {
  font-size: 15px;
}

.cb .btn-group {
  display: block;
}

.cb input[type=submit],
.cb button,
.cb a.btn,
.cb a.button {
  padding: 14px 25px 13px !important;
  font-size: 15px !important;
  height: auto !important;
  border-radius: 25px !important;
  width: auto;
  line-height: 1 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  position: relative;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}

.cb input[type=submit][disabled],
.cb button[disabled],
.cb a.btn[disabled],
.cb a.button[disabled] {
  opacity: 0.5;
}

.cb input[type=submit]:hover,
.cb button:hover,
.cb a.btn:hover,
.cb a.button:hover {
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}

.cb input[type=submit]:focus,
.cb button:focus,
.cb a.btn:focus,
.cb a.btn:active,
.cb a.btn:hover,
.cb a.button:focus,
.cb a.button:active,
.cb a.button:hover {
  text-decoration: none !important;
}

.cb input[type=submit].btn.primary,
.cb input[type=submit].btn.btn-primary,
.cb input[type=submit].btn.button-primary,
.cb button.btn.primary,
.cb button.btn.btn-primary,
.cb button.btn.button-primary,
.cb a.btn.primary,
.cb a.btn.btn-primary,
.cb a.btn.button-primary {
  background-color: #3689d5 !important;
  border: thin solid #3689d5 !important;
  color: white !important;
}

.cb input[type=submit].btn.primary:hover,
.cb input[type=submit].btn.btn-primary:hover,
.cb input[type=submit].btn.button-primary:hover,
.cb button.btn.primary:hover,
.cb button.btn.btn-primary:hover,
.cb button.btn.button-primary:hover,
.cb a.btn.primary:hover,
.cb a.btn.btn-primary:hover,
.cb a.btn.button-primary:hover,
.cb input[type=submit].btn.primary:active,
.cb input[type=submit].btn.btn-primary:active,
.cb input[type=submit].btn.button-primary:active,
.cb button.btn.primary:hover,
.cb button.btn.btn-primary:hover,
.cb button.btn.button-primary:hover,
.cb a.btn.primary:hover,
.cb a.btn.btn-primary:hover,
.cb a.btn.button-primary:hover {
  background-color: #006bb1 !important;
  border-color: #006bb1 !important;
}

.cb input[type=submit].primary.btn-inverted,
.cb button.primary.inverted,
.cb button.btn-primary.btn-inverted,
.cb a.btn.btn-primary.btn-inverted,
.cb a.button-primary.btn-inverted {
  background-color: transparent !important;
  border: thin solid #3689d5 !important;
  color: #3689d5 !important;
}

.cb input[type=submit].primary.btn-inverted:hover,
.cb button.primary.inverted:hover,
.cb button.btn-primary.btn-inverted:hover,
.cb a.btn.btn-primary.btn-inverted:hover,
.cb a.button-primary.btn-inverted:hover,
.cb input[type=submit].primary.btn-inverted:active,
.cb button.primary.inverted:active,
.cb button.btn-primary.btn-inverted:active,
.cb a.btn.btn-primary.btn-inverted:active,
.cb a.button-primary.btn-inverted:active {
  background-color: #006bb1 !important;
  border-color: #006bb1 !important;
  color: white !important;
}

.cb .btn.btn-wide,
.cb .button.button-wide {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.cb .btn-full-width,
.cb .button-full-width {
  display: block;
  width: 100%;
  text-align: center;
}

.cb input[type=submit].success,
.cb button.success,
.cb button.btn-success,
.cb a.btn.btn-success,
.cb a.button-success {
  background-color: #0bc75b !important;
  border: thin solid #0bc75b !important;
  color: white !important;
}

.cb input[type=submit].success:hover,
.cb button.success:hover,
.cb button.btn-success:hover,
.cb a.btn.btn-success:hover,
.cb a.button-success:hover,
.cb input[type=submit].success:active,
.cb button.success:active,
.cb button.btn-success:active,
.cb a.btn.btn-success:active,
.cb a.button-success:active {
  background-color: #0a9947 !important;
  border-color: #0a9947 !important;
}

.cb input[type=submit].success.btn-inverted,
.cb button.success.inverted,
.cb button.btn-success.btn-inverted,
.cb a.btn.btn-success.btn-inverted,
.cb a.button-success.btn-inverted {
  background-color: transparent !important;
  border: thin solid #0bc75b !important;
  color: #0bc75b !important;
}

.cb input[type=submit].success.btn-inverted:hover,
.cb button.success.inverted:hover,
.cb button.btn-success.btn-inverted:hover,
.cb a.btn.btn-success.btn-inverted:hover,
.cb a.button-success.btn-inverted:hover,
.cb input[type=submit].success.btn-inverted:active,
.cb button.success.inverted:active,
.cb button.btn-success.btn-inverted:active,
.cb a.btn.btn-success.btn-inverted:active,
.cb a.button-success.btn-inverted:active {
  background-color: #0a9947 !important;
  border-color: #0a9947 !important;
  color: white !important;
}

.cb input[type=submit].default,
.cb button.default,
.cb button.btn-default,
.cb a.btn.btn-default,
.cb a.button-default {
  background-color: white !important;
  border: thin solid white !important;
  color: #0bc75b !important;
}

.cb input[type=submit].default:hover,
.cb button.default:hover,
.cb button.btn-default:hover,
.cb a.btn.btn-default:hover,
.cb a.button-default:hover,
.cb input[type=submit].default:active,
.cb button.default:active,
.cb button.btn-default:active,
.cb a.btn.btn-default:active,
.cb a.button-default:active {
  background-color: white !important;
  border-color: white !important;
}

.cb input[type=submit].default.btn-inverted,
.cb button.default.inverted,
.cb button.btn-default.btn-inverted,
.cb a.btn.btn-default.btn-inverted,
.cb a.button-default.btn-inverted {
  background-color: transparent !important;
  border: thin solid white !important;
  color: white !important;
}

.cb input[type=submit].default.btn-inverted:hover,
.cb button.default.inverted:hover,
.cb button.btn-default.btn-inverted:hover,
.cb a.btn.btn-default.btn-inverted:hover,
.cb a.button-default.btn-inverted:hover,
.cb input[type=submit].default.btn-inverted:active,
.cb button.default.inverted:active,
.cb button.btn-default.btn-inverted:active,
.cb a.btn.btn-default.btn-inverted:active,
.cb a.button-default.btn-inverted:active {
  background-color: transparent !important;
  border-color: white !important;
  color: white !important;
}

.cb input[type=submit].faded,
.cb button.faded,
.cb button.btn-faded,
.cb a.btn.btn-faded,
.cb a.button-faded {
  background-color: #b2b2b2 !important;
  border: thin solid #b2b2b2 !important;
  color: white !important;
}

.cb input[type=submit].faded:hover,
.cb button.faded:hover,
.cb button.btn-faded:hover,
.cb a.btn.btn-faded:hover,
.cb a.button-default:hover,
.cb input[type=submit].faded:active,
.cb button.faded:active,
.cb button.btn-faded:active,
.cb a.btn.btn-faded:active,
.cb a.button-faded:active {
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
}

.cb input[type=submit].danger,
.cb button.danger,
.cb button.btn-danger,
.cb a.btn.btn-danger,
.cb a.button-danger {
  background-color: #fe311f !important;
  border: thin solid #fe311f !important;
  color: white !important;
}

.cb input[type=submit].danger:hover,
.cb button.danger:hover,
.cb button.btn-danger:hover,
.cb a.btn.btn-danger:hover,
.cb a.button-danger:hover,
.cb input[type=submit].danger:active,
.cb button.danger:active,
.cb button.btn-danger:active,
.cb a.btn.btn-danger:active,
.cb a.button-danger:active {
  background-color: #d6342e !important;
  border-color: #d6342e !important;
}

.cb .spinner {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 43%;
  top: 6px;
}

.cb .spinner-dots {
  display: inline-block;
  text-align: center;
  height: auto;
  width: auto;
  margin: 0 10px 0 10px;
  line-height: 1;
}

.cb .spinner-dots > span {
  width: 8px;
  height: 8px;
  background-color: #4c4c4c;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.cb .spinner-dots .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.cb .spinner-dots .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.cb .double-bounce1,
.cb .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.cb .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.cb .btn-wide,
.cb .button-wide {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.cb .success-text {
  color: #0bc75b !important;
}

.cb .primary-text {
  color: #3689d5 !important;
}

.cb .danger-text {
  color: #fe311f !important;
}

.cb .text-sm {
  font-size: 13px;
}

.cb .text-md {
  font-size: 15px;
}

.cb .text-lg {
  font-size: 15px;
}

.cb .margin-bottom-sm {
  margin-bottom: 10px;
}

.cb .margin-bottom,
.cb .margin-bottom-md {
  margin-bottom: 20px;
}

.cb .margin-bottom-lg {
  margin-bottom: 40px;
}

.cb .margin-top-sm {
  margin-top: 10px;
}

.cb .margin-top,
.cb .margin-top-md {
  margin-top: 20px;
}

.cb .margin-top-lg {
  margin-top: 40px;
}

.cb .padding-right {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.cb .padding-left {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.cb .master-slider .ms-bullets {
  bottom: 25px !important;
}

.cb .master-slider .ms-bullet {
  border: thin solid white;
  border-radius: 50%;
  margin: 5px 10px !important;
  background: transparent;
}

.cb .master-slider .ms-bullet-selected {
  background: white;
}

/* Misc */

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

.unselectable * {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cookieBanner {
  background-color: #e5e5e5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 0;
  font-size: 15px;
  color: #4c4c4c;
  z-index: 1000000;
}

#cookieBanner p {
  margin: 0;
  padding: 0;
}

#cookieBanner ul {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style: none;
}

#cookieBanner ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 20px;
}

/* Keyframes */

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Responsiveness */

@media (max-width: 991px) {
  .cb h1 {
    font-size: 35px !important;
  }

  .cb p.lead {
    font-size: 18px !important;
  }

  .cb .padding-right {
    padding-right: 25px !important;
  }

  .cb .padding-left {
    padding-left: 25px !important;
  }

  .cb .btn-wide {
    display: block !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .cb div.vertically-aligned {
    padding: 20px 0;
  }

  .cb .padding-right {
    padding-right: 15px !important;
  }

  .cb .padding-left {
    padding-left: 15px !important;
  }

  .cb br.visible-xs {
    display: inline !important;
  }

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

  #cookieBanner {
    padding: 15px 0 0;
  }

  #cookieBanner p {
    margin-bottom: 15px;
  }

  #cookieBanner ul {
    text-align: center;
    padding: 0;
  }

  #cookieBanner ul li {
    margin: 0 0 15px;
    display: block;
    width: 100%;
  }

  #cookieBanner ul li a {
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .transparent-xs {
    opacity: 0 !important;
    z-index: -1;
  }
}

section.newsletter-subscription-wrapper form.subscription .form-control {
  width: 300px !important;
  background-color: transparent;
  font-weight: 300;
  border: solid 0.5px #4c4c4c;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.5;
  height: 44px;
  padding: 0 25px;
  max-width: 100%;
}

section.newsletter-subscription-wrapper form.subscription .form-control:focus {
  border-color: #006bb1;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.newsletter-subscription-wrapper form.subscription input.subscribe-button :active,
section.newsletter-subscription-wrapper form.subscription input.subscribe-button :focus {
  border: solid 0.5px #4c4c4c;
}

section.newsletter-subscription-wrapper form.subscription *::-moz-placeholder {
  color: rgba(76, 76, 76, 0.6) !important;
}

section.newsletter-subscription-wrapper form.subscription *::-webkit-input-placeholder {
  color: rgba(76, 76, 76, 0.6) !important;
}

section.newsletter-subscription-wrapper form.subscription *:-ms-input-placeholder {
  color: rgba(76, 76, 76, 0.6) !important;
}

section.newsletter-subscription-wrapper form.subscription *:-moz-placeholder {
  color: rgba(76, 76, 76, 0.6) !important;
}

section.header header .navbar-default {
  background: white;
  margin: 0;
  transition: margin-top 0.25s;
  -moz-transition: margin-top 0.25s;
  -o-transition: margin-top 0.25s;
  -webkit-transition: margin-top 0.25s;
}

section.header header .banner {
  background: #3689d5;
  position: relative;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
}

section.header header .banner a,
section.header header .banner .link-mockup {
  line-height: 1.39;
  color: white;
  padding: 18px 0;
  display: block;
  text-align: center;
  background: none;
}

section.header header .banner a:hover,
section.header header .banner a:active,
section.header header .banner a:focus {
  text-decoration: none;
}

section.header header .banner a.close-button {
  position: absolute;
  right: 1%;
  top: 25%;
  font-size: 21px !important;
  font-weight: 300;
  width: 44px;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(1, 1, 1, 0.3);
}

section.header header .banner.notice a {
  font-size: 15px;
}

section.header header .banner.notice .highlighted {
  display: block;
  font-weight: 600;
}

section.header header .banner.quantity-bar {
  bottom: -1px;
}

section.header header .banner:hover {
  background: #006bb1;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
}

section.header header .banner.success {
  background: #0bc75b;
}

section.header header .banner.success:hover {
  background: #87c88d;
}

section.header header .banner.easter {
  background: #3ea557;
}

section.header header .banner.easter:hover {
  background: #3ea557;
}

section.header header .banner.danger {
  background: #fe311f;
}

section.header header .banner.pet-month {
  background: #fcd706;
}

section.header header .banner.pet-month a {
  color: #000000;
}

section.header header .banner.dark-banner {
  background: #4c4c4c;
}

section.header header .banner.dark-banner a {
  color: white;
}

section.header header .banner.pet-month:hover {
  background: #fcd706;
}

section.header header .banner.danger:hover {
  background: #d6342e;
}

section.header header .navigation {
  background: white;
  padding: 14px 0 14px 0;
}

section.header header .navigation a {
  font-family: MarkPro-Book, sans-serif;
}

section.header .navbar {
  border-bottom: none;
  box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
}

section.header header .navigation .navbar-header {
  line-height: 1;
  text-align: left;
  padding-top: 3px;
  margin: 0 !important;
}

section.header header .navigation .navbar-header a.navbar-toggle {
  top: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 18px !important;
  border: none;
}

section.header header .navigation .navbar-header a.navbar-toggle:hover,
section.header header .navigation .navbar-header a.navbar-toggle:focus {
  background: none;
}

section.header header .navigation .navbar-header a:not(.navbar-toggle) {
  display: inline-block;
}

section.header header .navigation .navbar-header a:not(.navbar-toggle) svg {
  width: 102px;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: block;
}

section.header header .navigation .navbar-header a:before,
section.header header .navigation .navbar-header a:after {
  content: "";
  display: none;
}

section.header header .navigation .main-navbar ul {
  margin: 0 !important;
  padding: 0 15px 0;
  text-align: right;
  line-height: 1;
}

section.header header .navigation .main-navbar ul li {
  margin-bottom: 0;
  margin-left: 40px;
}

section.header header .navigation .main-navbar ul li a:not(.btn) {
  padding: 15px 0 !important;
  line-height: 1em !important;
  font-size: 15px;
  color: #4c4c4c;
}

section.header header .navigation .main-navbar ul li a:not(.btn):hover,
section.header header .navigation .main-navbar ul li a:not(.btn):focus,
section.header header .navigation .main-navbar ul li a:not(.btn):active {
  color: #0bc75b !important;
}

section.header header .navigation .main-navbar ul li a.navbar-toggle {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
}

section.header header .navigation .main-navbar ul li.active a,
section.header header .navigation .main-navbar ul li.active a:hover {
  background: transparent;
}

section.header header .navigation .main-navbar ul li.active a:not(.btn) {
  color: #0bc75b;
}

section.header header .navigation .main-navbar ul li.buy-now {
  min-width: 140px;
}

section.header header .navigation .navbar-submenu ul {
  float: right;
  padding: 25px 235px 15px 0;
  list-style: none;
  margin: 0;
}

section.header header .navigation .navbar-submenu ul li {
  list-style: none;
  margin: 0 0 0 40px;
  padding: 0;
  line-height: 1;
}

section.header header .navigation .navbar-submenu ul li a {
  padding: 0 !important;
  line-height: 1em !important;
  font-size: 15px;
  color: #4c4c4c !important;
  text-transform: uppercase;
  font-weight: 500;
}

section.header header .navigation .navbar-submenu ul li a:hover,
section.header header .navigation .navbar-submenu ul li a:active {
  text-decoration: none;
}

section.header header .navigation a.navbar-toggle .icon-bar {
  width: 18px;
  background-color: #4c4c4c !important;
}

section.header header .navigation a.navbar-toggle span:nth-child(2) {
  position: relative;
}

section.header header .navigation a.navbar-toggle span:last-child {
  position: relative;
}

section.header header .navigation a.navbar-toggle:not(.collapsed) span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

section.header header .navigation a.navbar-toggle:not(.collapsed) span:nth-child(3) {
  display: none;
}

section.header header .navigation a.navbar-toggle:not(.collapsed) span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

section.header header .navigation input[type=submit],
section.header header .navigation button,
section.header header .navigation a.btn,
section.header header .navigation a.button {
  padding: 14px 25px 13px !important;
  font-size: 15px !important;
  height: auto !important;
  border-radius: 25px !important;
  width: auto !important;
  line-height: 1 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}

section.header header .navigation input[type=submit]:hover,
section.header header .navigation button:hover,
section.header header .navigation a.btn:hover,
section.header header .navigation a.button:hover {
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}

section.header header .navigation input[type=submit]:focus,
section.header header .navigation button:focus,
section.header header .navigation a.btn:focus,
section.header header .navigation a.btn:active,
section.header header .navigation a.btn:hover,
section.header header .navigation a.button:focus,
section.header header .navigation a.button:active,
section.header header .navigation a.button:hover {
  text-decoration: none !important;
}

section.header header .navigation input[type=submit].primary,
section.header header .navigation button.primary,
section.header header .navigation a.btn.btn-primary,
section.header header .navigation a.button-primary {
  background-color: #3689d5 !important;
  border: thin solid #3689d5 !important;
  color: white !important;
}

section.header header .navigation input[type=submit].primary:hover,
section.header header .navigation button.primary:hover,
section.header header .navigation a.btn.btn-primary:hover,
section.header header .navigation a.button-primary:hover,
section.header header .navigation input[type=submit].primary:active,
section.header header .navigation button.primary:hover,
section.header header .navigation a.btn.btn-primary:hover,
section.header header .navigation a.button-primary:hover {
  background-color: #006bb1 !important;
  border-color: #006bb1 !important;
}

section.header header .navigation input[type=submit].success,
section.header header .navigation button.success,
section.header header .navigation button.btn-success,
section.header header .navigation a.btn.btn-success,
section.header header .navigation a.button-success {
  background-color: #0bc75b !important;
  border: thin solid #0bc75b !important;
  color: white !important;
}

section.header header .navigation input[type=submit].success:hover,
section.header header .navigation button.success:hover,
section.header header .navigation button.btn-success:hover,
section.header header .navigation a.btn.btn-success:hover,
section.header header .navigation a.button-success:hover,
section.header header .navigation input[type=submit].success:active,
section.header header .navigation button.success:active,
section.header header .navigation button.btn-success:active,
section.header header .navigation a.btn.btn-success:active,
section.header header .navigation a.button-success:active {
  background-color: #0a9947 !important;
  border-color: #0a9947 !important;
}

section.header header .navigation input[type=submit].success.btn-inverted,
section.header header .navigation button.success.inverted,
section.header header .navigation button.btn-success.btn-inverted,
section.header header .navigation a.btn.btn-success.btn-inverted,
section.header header .navigation a.button-success.btn-inverted {
  background-color: transparent !important;
  border: thin solid #0bc75b !important;
  color: #0bc75b !important;
}

section.header header .navigation input[type=submit].success.btn-inverted:hover,
section.header header .navigation button.success.inverted:hover,
section.header header .navigation button.btn-success.btn-inverted:hover,
section.header header .navigation a.btn.btn-success.btn-inverted:hover,
section.header header .navigation a.button-success.btn-inverted:hover,
section.header header .navigation input[type=submit].success.btn-inverted:active,
section.header header .navigation button.success.inverted:active,
section.header header .navigation button.btn-success.btn-inverted:active,
section.header header .navigation a.btn.btn-success.btn-inverted:active,
section.header header .navigation a.button-success.btn-inverted:active {
  background-color: #0a9947 !important;
  border-color: #0a9947 !important;
  color: white !important;
}

section.header header .banner.sticky-topbar {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.cb .navbar-toggle .icon-bar {
  height: 1px;
  border: thin solid #4c4c4c;
}

/* Minimum */

@media screen and (min-width: 767px) {
  section.header header .main-navbar {
    display: block;
  }
}

/* Maximum */

@media screen and (max-width: 996px) {
  section.header header .banner a,
  section.header header .banner .link-mockup {
    padding: 15px 0;
  }

  section.header header .banner a.close-button {
    top: 10px;
    right: 12px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 0;
  }

  body section.header .navbar {
    position: static;
  }

  body.no-topbar {
    margin-top: 0 !important;
  }

  section.header {
    margin-top: 0;
    position: relative;
    z-index: 100;
  }
    
  section.header header .navigation {
    padding-top: 11px;
    padding-bottom: 9px;
  }
  
  section.header header .navigation .navbar-header {
    padding-top: 6px;
  }  
    
  section.header header .navigation .navbar-header a.navbar-toggle {
    padding-top: 14px !important;
  }
  
  section.header header .navigation .navbar-header a:not(.navbar-toggle) {
    margin: 0 0 0 10px;
  }

  section.header header .navigation .navbar-header a:not(.navbar-toggle) svg {
    max-width: 100px;
  }

  section.header header .navigation .main-navbar {
    max-height: none !important;
    border: none !important;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  section.header header .navigation .main-navbar ul li {
    margin-left: 0;
    text-align: center;
  }

  section.header header .navigation .main-navbar ul li a:not(.btn) {
    padding: 15px 5px !important;
  }

  section.header header .navigation .main-navbar ul li a.btn {
    margin: 15px 0 !important;
  }

  section.header header .banner a,
  section.header header .banner .link-mockup {
    padding: 33px 0;
  }

  section.header header .banner a.close-button {
    top: 8px;
    right: 12px;
  }
}

@media (max-width: 767px) {

	.hero .slide-content {
    padding: 0 0;
	}
}

.mt30 { margin-top: 30px; }


@charset "UTF-8";
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:80%;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#6c757d;display:block;font-size:80%}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:90%}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{background-color:#fff;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);color:#495057;outline:0}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#212529;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(40,167,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(.75em + 2.3125rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{color:#dc3545;display:none;font-size:80%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.custom-control{-webkit-print-color-adjust:exact;color-adjust:exact;display:block;min-height:1.5rem;padding-left:1.5rem;position:relative;z-index:1}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#007bff;border-color:#007bff;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#b3d7ff;border-color:#b3d7ff;color:#fff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.custom-control-label:after{background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff;border-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#495057}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#e9ecef;color:#6c757d}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;z-index:1}.custom-file-label,.custom-file-label:after{color:#495057;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#212529;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#007bff;border-color:#007bff;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#0062cc;border-color:#005cbf;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-dark{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{border-color:#007bff;color:#007bff}.btn-outline-primary:hover{background-color:#007bff;border-color:#007bff;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#007bff;border-color:#007bff;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-success{border-color:#28a745;color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{border-color:#17a2b8;color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{border-color:#343a40;color:#343a40}.btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{color:#007bff;font-weight:400;text-decoration:none}.btn-link:hover{color:#0056b3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#212529;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#f8f9fa;color:#16181b;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#007bff;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#6c757d;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1.5rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.header-wrapper{position:relative;z-index:1000}@media (max-width:768px){.header-wrapper.no-scroll{overflow-y:visible}.header-wrapper.no-scroll .banner-wrapper{position:relative}.header-wrapper.no-scroll .main-header.fixed-header{bottom:0;box-shadow:none}}.header-wrapper .main-header{overflow-y:visible}.header-wrapper .main-header:not(.hidden-header){box-shadow:0 2px 7px rgba(0,0,0,.1)}@media (min-width:768px){.header-wrapper .main-header{overflow-y:initial}}.header-wrapper .main-header.no-shadow{box-shadow:none}.header-wrapper .main-header.fixed-header{left:0;position:fixed;right:0;top:0;transition:none!important;z-index:1000}.header-wrapper .main-header header{background:#fff;position:relative;will-change:top;z-index:100}@media (max-width:768px){.header-wrapper .main-header header{overflow:hidden}}@media (min-width:768px){.header-wrapper .main-header header .collapse.show{display:none}}.header-wrapper .main-header header .banner{position:relative}.header-wrapper .main-header header .banner .banner-content p{font-size:13px}@media (min-width:768px){.header-wrapper .main-header header .banner .banner-content p{font-size:15px}}.header-wrapper .main-header header .banner .banner-content p>span{position:relative;top:-.075rem}.header-wrapper .main-header header .banner .banner-content p span[data-free-shipping]{display:inline-block;min-width:30px}.header-wrapper .main-header header .banner .banner-content p u{display:inline-block;margin:0 0 0 10px}.header-wrapper .main-header header .banner a.overlay-link{background:#fff;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s;-webkit-transition:opacity .25s;-o-transition:opacity .25s;-moz-transition:opacity .25s;z-index:5}.header-wrapper .main-header header .banner a.overlay-link:hover{opacity:.1;transition:opacity .25s;-webkit-transition:opacity .25s;-o-transition:opacity .25s;-moz-transition:opacity .25s}.header-wrapper .main-header header .banner a.close-button{align-items:center;bottom:0;color:#fff;cursor:pointer;display:flex;font-size:24px;justify-content:center;padding:0 20px;position:absolute;right:0;top:0;transition:background .25s;-moz-transition:background .25s;-webkit-transition:background .25s;-o-transition:background .25s;z-index:10}@media (max-width:768px){.header-wrapper .main-header header .banner a.close-button{align-items:flex-start;font-size:18px;padding:5px}}.header-wrapper .main-header header .banner a.close-button:hover{background:rgba(0,0,0,.2);text-decoration:none;transition:background .25s;-moz-transition:background .25s;-webkit-transition:background .25s;-o-transition:background .25s}.header-wrapper .main-header header .banner a.close-button img{width:25px}.header-wrapper .main-header header .logo-wrapper a{display:block;line-height:1;outline:none!important}.header-wrapper .main-header header .logo-wrapper a:active,.header-wrapper .main-header header .logo-wrapper a:focus,.header-wrapper .main-header header .logo-wrapper a:hover{outline:none!important}.header-wrapper .main-header header .logo-wrapper a svg{height:auto;width:107px}.header-wrapper .main-header header .navigation.mobile a.icons{color:#4c4c4c!important}.header-wrapper .main-header header .navigation.mobile a.icons svg{min-width:18px;position:relative;top:1px}.header-wrapper .main-header header .navigation.mobile a.icons .helper{height:200%;position:absolute;transform:translate(-15%,-25%);width:150%}.header-wrapper .main-header header .navigation nav a{font-size:1rem;text-decoration:none;transition:color .25s;-moz-transition:color .25s;-webkit-transition:color .25s;-o-transition:color .25s}.header-wrapper .main-header header .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile){color:#4c4c4c}@media (min-width:768px){.header-wrapper .main-header header .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover{color:#0bc75b;transition:color .25s;-moz-transition:color .25s;-webkit-transition:color .25s;-o-transition:color .25s}.header-wrapper .main-header header .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path{fill:#0bc75b;transition:fill .25s;-moz-transition:fill .25s;-webkit-transition:fill .25s;-o-transition:fill .25s}.header-wrapper .main-header header .navigation nav a.chipolo-button{background:transparent;border:none;color:#4c4c4c;display:block;font-family:MarkPro-Book,sans-serif;height:auto;letter-spacing:normal;line-height:normal;text-transform:none}}@media (max-width:768px){.header-wrapper .main-header header .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile){display:block}.header-wrapper .main-header header .navigation nav a.btn{max-width:166px}.header-wrapper .main-header header .navigation nav a.chipolo-button{min-width:140px}}.header-wrapper .main-header header .navigation nav a.btn{transition:background-color .25s,border-color .25s!important;-moz-transition:background-color .25s,border-color .25s!important;-webkit-transition:background-color .25s,border-color .25s!important;-o-transition:background-color .25s,border-color .25s!important}.header-wrapper .main-header header .navigation nav a.btn:hover{transition:background-color .25s,border-color .25s;-moz-transition:background-color .25s,border-color .25s;-webkit-transition:background-color .25s,border-color .25s;-o-transition:background-color .25s,border-color .25s}.header-wrapper .main-header header .navigation nav a.highlighted span{color:#0bc75b}.header-wrapper .main-header header .navigation nav a.shopping-cart span{display:block}.header-wrapper .main-header header .navigation nav a.shopping-cart span.cart-qty{background-color:#0bc75b;border:2px solid #fff;border-radius:50%;height:14px;line-height:14px;position:absolute;right:-5px;text-align:center;top:-4px;transition:background-color .25s,border-color .25s;-moz-transition:background-color .25s,border-color .25s;-webkit-transition:background-color .25s,border-color .25s;-o-transition:background-color .25s,border-color .25s;width:14px}.header-wrapper .main-header header .navigation nav a.shopping-cart:hover span.cart-qty{background:#20de71;transition:background .25s;-moz-transition:background .25s;-webkit-transition:background .25s;-o-transition:background .25s}.header-wrapper .main-header header .navigation nav a span{position:relative;top:-.075rem}.header-wrapper .main-header header .navigation nav a svg{fill:#4c4c4c;display:block}.header-wrapper .main-header header .navigation nav a svg.caret{display:inline-block;margin-left:3px;position:relative;top:-1px;transform:rotate(0);transition:transform .25s;-moz-transition:transform .25s;-webkit-transition:transform .25s;-o-transition:transform .25s}.header-wrapper .main-header header .navigation nav a svg.caret.rotate{transform:rotate(-180deg)}.header-wrapper .main-header header .navigation nav a svg path{transition:fill .25s;-moz-transition:fill .25s;-webkit-transition:fill .25s;-o-transition:fill .25s}.header-wrapper .main-header header .navigation nav a:focus{outline:none!important}@media (min-width:768px){.header-wrapper .main-header header .navigation nav a:hover{color:#0bc75b;transition:color .25s;-moz-transition:color .25s;-webkit-transition:color .25s;-o-transition:color .25s}.header-wrapper .main-header header .navigation nav a:hover:not(.product-thumbnail) svg path{fill:#0bc75b;transition:fill .25s;-moz-transition:fill .25s;-webkit-transition:fill .25s;-o-transition:fill .25s}}.header-wrapper .main-header header .megamenu-wrapper{background:#fff;height:0;left:0;overflow:hidden;position:absolute;right:0;transition:height .5s;-webkit-transition:height .5s;-o-transition:height .5s;-moz-transition:height .5s;transition-timing-function:ease-in-out;will-change:height,top;z-index:100}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper{transition:height .25s;-webkit-transition:height .25s;-o-transition:height .25s;-moz-transition:height .25s}}.header-wrapper .main-header header .megamenu-wrapper img{display:none;height:65px;opacity:.001}.header-wrapper .main-header header .megamenu-wrapper.active{box-shadow:0 5px 7px rgba(0,0,0,.05)}.header-wrapper .main-header header .megamenu-wrapper.active img{display:block;opacity:1;visibility:visible}@media (max-width:768px){.header-wrapper .main-header header .megamenu-wrapper{position:static}.header-wrapper .main-header header .megamenu-wrapper.active{box-shadow:none}.header-wrapper .main-header header .megamenu-wrapper .col,.header-wrapper .main-header header .megamenu-wrapper .container{padding-left:0;padding-right:0}}.header-wrapper .main-header header .megamenu-wrapper .megamenu{max-height:70vh}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items{flex-wrap:wrap}@media (max-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items{flex-direction:column-reverse}}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items{flex-wrap:nowrap}}@media (min-width:991px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items.with-promo-banner .products-listing ul li{width:30%}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title{display:block;font-family:MarkPro-Book,sans-serif;font-size:15px;position:relative;text-align:left}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title{display:inline-block}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title span{color:#4c4c4c;font-family:MarkPro-Bold,sans-serif;position:relative;text-decoration:none;transition:color .25s,transform .25s;-moz-transition:color .25s,transform .25s;-webkit-transition:color .25s,transform .25s;-o-transition:color .25s,transform .25s;transition-timing-function:ease-in-out}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title span svg{margin-left:8px;transition:transform .25s;-moz-transition:transform .25s;-webkit-transition:transform .25s;-o-transition:transform .25s;transition-timing-function:ease-in-out}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title span svg path{transition:stroke .25s;-moz-transition:stroke .25s;-webkit-transition:stroke .25s;-o-transition:stroke .25s;transition-timing-function:ease-in-out}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title span svg{display:none}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title span:after{background-color:#4c4c4c;bottom:0;content:" ";display:block;height:1px;left:0;position:absolute;right:0;transition:background-color .25s;-moz-transition:background-color .25s;-webkit-transition:background-color .25s;-o-transition:background-color .25s;transition-timing-function:ease-in-out}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title a{bottom:-12px;left:-15px;position:absolute;right:-15px;top:-10px;z-index:10}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span{color:#0bc75b;transition:color .25s,transform .25s;-moz-transition:color .25s,transform .25s;-webkit-transition:color .25s,transform .25s;-o-transition:color .25s,transform .25s}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span svg{transform:translateX(5px);transition:transform .25s;-moz-transition:transform .25s;-webkit-transition:transform .25s;-o-transition:transform .25s}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span svg path{stroke:#0bc75b;transition:stroke .25s;-moz-transition:stroke .25s;-webkit-transition:stroke .25s;-o-transition:stroke .25s}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span:after{background-color:#0bc75b;transition:background-color .25s;-moz-transition:background-color .25s;-webkit-transition:background-color .25s;-o-transition:background-color .25s}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing{flex-grow:1}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;width:100%}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul{justify-content:flex-start}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul.origin-line{margin-bottom:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul.origin-line{border-bottom:none;margin-bottom:40px;padding-bottom:0}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li{background-color:transparent;border-radius:8px;position:relative;transition:background-color .25s;-moz-transition:background-color .25s;-webkit-transition:background-color .25s;-o-transition:background-color .25s;transition-timing-function:ease-in-out;width:100%}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li{width:45%}}@media (min-width:991px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li{width:28%}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a{color:#4c4c4c;font-size:15px;transition:color .25s;-moz-transition:color .25s;-webkit-transition:color .25s;-o-transition:color .25s;transition-timing-function:ease-in-out}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a:hover{color:#0bc75b;text-decoration:none;transition:color .25s;-moz-transition:color .25s;-webkit-transition:color .25s;-o-transition:color .25s}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a .thumbnail{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center;width:65px}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a .thumbnail.small-card img{max-width:95%}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a span{position:relative}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a span.thumbnail{left:10px}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a span.thumbnail{left:-15px}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a span.title{margin-left:35px}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a span.title{margin-left:0}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a span.title.more-padding{margin-left:10px}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper{flex-grow:1;margin-bottom:40px}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper{margin-bottom:0;max-width:200px}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper .promo-banner{background:#fe3120;background:linear-gradient(90deg,#fe3120,#e62716);border:none;border-radius:16px;color:#fff;padding:20px 35px;position:relative;transition:box-shadow .25s;-moz-transition:box-shadow .25s;-webkit-transition:box-shadow .25s;-o-transition:box-shadow .25s;transition-timing-function:ease-in-out;width:100%}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper .promo-banner{margin:0 0 0 auto;padding:25px;text-align:center;width:200px}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper .promo-banner svg{height:auto;margin-right:35px;width:90px}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper .promo-banner svg{margin-bottom:17px;margin-right:0;width:112px}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper .promo-banner p{font-family:MarkPro-Bold,sans-serif;font-size:16px;margin:0;max-width:136px;position:relative;text-align:center}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper .promo-banner p>span{position:relative;top:-.075rem}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper .promo-banner p{font-size:20px;max-width:none;position:static;right:unset;top:unset}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper .promo-banner .overlay-link{bottom:0;left:0;position:absolute;right:0;top:0}@media (min-width:768px){.header-wrapper .main-header header .megamenu-wrapper .megamenu .navigation-items .promo-banner-wrapper .promo-banner:hover{box-shadow:0 .5rem 1rem rgba(0,0,0,.15);transition:box-shadow .25s;-moz-transition:box-shadow .25s;-webkit-transition:box-shadow .25s;-o-transition:box-shadow .25s}}.header-wrapper .main-header header .megamenu-wrapper .megamenu .mega-footer a{color:#4c4c4c;font-size:.86667rem}.header-wrapper .main-header header .megamenu-wrapper .megamenu .mega-footer a:hover{color:#0bc75b;text-decoration:none}.header-wrapper .main-header header .megamenu-placeholder{position:relative}.header-wrapper .main-header header .megamenu-placeholder:before{background:#f2f2f2;bottom:12px;content:" ";left:-100%;position:absolute;right:-100%;top:15px}.header-wrapper .main-header header .megamenu-placeholder nav a{max-width:50%;width:200px}@media (max-width:768px){.header-wrapper.shop-cart{display:none}}.header-wrapper.integrations .main-header{box-shadow:2px 2px 7px rgba(0,0,0,.1)!important}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation{background-color:#111213}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .logo-wrapper svg path,.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .logo-wrapper svg rect,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .logo-wrapper svg path,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .logo-wrapper svg rect,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .logo-wrapper svg path,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .logo-wrapper svg rect,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .logo-wrapper svg path,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .logo-wrapper svg rect{fill:#fff}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .navigation nav a,.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile),.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile),.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .navigation nav a,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile),.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile){color:#e0e1e8}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover{color:#fff}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path{fill:#fff}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons svg path,.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons svg rect,.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .navigation nav a svg path,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons svg path,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons svg rect,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a svg path,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons svg path,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons svg rect,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .navigation nav a svg path,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons svg path,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons svg rect,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a svg path{fill:#e0e1e8}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons:hover svg path,.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons:hover svg rect,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons:hover svg path,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons:hover svg rect,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons:hover svg path,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons:hover svg rect,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons:hover svg path,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .desktop-navigation .navigation nav a.icons:hover svg rect{fill:#fff}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only{background-color:#111213}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile),.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile),.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile),.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile){color:#e0e1e8}@media (min-width:768px){.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover{color:#fff}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path{fill:#fff}}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only nav a.btn-mobile,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only nav a.btn-mobile,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only nav a.btn-mobile,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only nav a.btn-mobile{background-color:#3689d5;border:thin solid #3689d5}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only nav a.highlighted span,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only nav a.highlighted span,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only nav a.highlighted span,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only nav a.highlighted span{color:#e0e1e8}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only nav a:hover,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:hover,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only nav a:hover,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:hover{color:#fff}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only nav a:hover:not(.product-thumbnail) svg path,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:hover:not(.product-thumbnail) svg path,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only nav a:hover:not(.product-thumbnail) svg path,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only nav a:hover:not(.product-thumbnail) svg path{fill:#fff}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only nav a svg path,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only nav a svg path,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only nav a svg path,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only nav a svg path{fill:#e0e1e8}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation.mobile-only nav .megamenu-placeholder:before,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation.mobile-only nav .megamenu-placeholder:before,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation.mobile-only nav .megamenu-placeholder:before,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation.mobile-only nav .megamenu-placeholder:before{background-color:#222}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .navigation nav a.shopping-cart span.cart-qty,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .navigation nav a.shopping-cart span.cart-qty,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .navigation nav a.shopping-cart span.cart-qty,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .navigation nav a.shopping-cart span.cart-qty{background-color:#0bc75b!important;border:2px solid #111213}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper{background-color:#111213}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a.product-thumbnail span.product-new,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a.product-thumbnail span.product-new,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a.product-thumbnail span.product-new,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a.product-thumbnail span.product-new{color:#3689d5}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile),.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile),.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile),.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile){color:#e0e1e8}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover{color:#fff}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu .dynamic-padding.d-flex nav,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .dynamic-padding.d-flex nav,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu .dynamic-padding.d-flex nav,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .dynamic-padding.d-flex nav{border-bottom:thin solid #515457}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a{color:#e0e1e8}@media (min-width:768px){.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a:hover,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a:hover,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a:hover,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a:hover{color:#0bc75b}}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span{color:#e0e1e8}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span:after,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span:after,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span:after,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span:after{background-color:#e0e1e8}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span svg path,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span svg path,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span svg path,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title span svg path{stroke:#e0e1e8}@media (min-width:768px){.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span{color:#0bc75b}.header-wrapper.category-landing-page-spot-line .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span:after,.header-wrapper.chipolo-card-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span:after,.header-wrapper.chipolo-one-spot-waitlist .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span:after,.header-wrapper.chipolo-one-spot .main-header:not(.inverted) header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span:after{background-color:#0bc75b}}.header-wrapper.ocean-edition-page .main-header header .desktop-navigation{background-color:#0f4c81}.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .logo-wrapper svg path,.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .logo-wrapper svg rect{fill:#fff}.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .navigation nav a,.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile){color:#e0e1e8}.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover{color:#fff}.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .navigation nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path{fill:#fff}.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .navigation nav a.icons svg path,.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .navigation nav a.icons svg rect,.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .navigation nav a svg path{fill:#e0e1e8}.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .navigation nav a.icons:hover svg path,.header-wrapper.ocean-edition-page .main-header header .desktop-navigation .navigation nav a.icons:hover svg rect{fill:#fff}.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only{background-color:#0f4c81}.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile){color:#e0e1e8}@media (min-width:768px){.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover{color:#fff}.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover:not(.product-thumbnail) svg path{fill:#fff}}.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only nav a.btn-mobile{background-color:#3689d5;border:thin solid #3689d5}.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only nav a.highlighted span{color:#e0e1e8}.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only nav a:hover{color:#fff}.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only nav a:hover:not(.product-thumbnail) svg path{fill:#fff}.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only nav a svg path{fill:#e0e1e8}.header-wrapper.ocean-edition-page .main-header header .navigation.mobile-only nav .megamenu-placeholder:before{background-color:#0e3e68}.header-wrapper.ocean-edition-page .main-header header .navigation nav a.shopping-cart span.cart-qty{border:2px solid #0f4c81}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper{background-color:#0f4c81}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu nav a.product-thumbnail span.product-new{color:#3689d5}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile){color:#e0e1e8}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu nav a:not(.chipolo-button):not(.btn):not(.btn-mobile):hover{color:#fff}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu .dynamic-padding.d-flex nav{border-bottom:thin solid #515457}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a{color:#e0e1e8}@media (min-width:768px){.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu .navigation-items .products-listing ul li a:hover{color:#fcd706}}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title span{color:#e0e1e8}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title span:after{background-color:#e0e1e8}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title span svg path{stroke:#e0e1e8}@media (min-width:768px){.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span{color:#fcd706}.header-wrapper.ocean-edition-page .main-header header .megamenu-wrapper .megamenu .navigation-items .mini-title a:hover+span:after{background-color:#fcd706}}@media (max-width:768px){.header-wrapper.category-landing-page-chipolo .main-header{box-shadow:none}}.header-wrapper.category-landing-page-chipolo .main-header.fixed-header{box-shadow:none}.header-wrapper.ocean-edition-giveaway{display:none!important}@font-face{font-display:swap;font-family:MarkPro-Book;font-weight:400;src:url(/hc/theming_assets/01HZM107VB1PAGC2EYDN2EBERM) format("woff2")}@font-face{font-display:swap;font-family:MarkPro-Bold;font-weight:700;src:url(/hc/theming_assets/01HZM107NBR82ESDKFSWSBVQ91) format("woff2")}@media (max-width:768px){body.no-scroll,body.no-scroll-full,html.no-scroll,html.no-scroll-full{overflow:hidden}body.no-scroll-full .header-wrapper.megamenu-open,body.no-scroll .header-wrapper.megamenu-open,html.no-scroll-full .header-wrapper.megamenu-open,html.no-scroll .header-wrapper.megamenu-open{height:100vh;height:calc(var(--vh, 1vh)*100);position:fixed;width:100vw}body.no-scroll-only,html.no-scroll-only{overflow:hidden}}html{font-size:15px}@media (max-width:1366px){html{font-size:15px}}@media (max-width:768px){html{font-size:15px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#4c4c4c;font-family:MarkPro-Book,sans-serif;font-weight:400;line-height:normal;max-width:100%;text-transform:none;will-change:opacity}@media (max-width:768px){body.no-scroll-full .main-content,body.no-scroll-full .main-footer,body.no-scroll-full .main-header,body.no-scroll .main-content,body.no-scroll .main-footer{opacity:0;transition:opacity .25s;-moz-transition:opacity .25s;-o-transition:opacity .25s;-webkit-transition:opacity .25s}}body .main-content,body .main-footer,body .main-header{opacity:1;transition:opacity .25s;-moz-transition:opacity .25s;-o-transition:opacity .25s;-webkit-transition:opacity .25s}body.category-landing-page-spot-line,body.chipolo-card-spot,body.chipolo-one-spot,body.chipolo-one-spot-waitlist{background-color:#111213}body.ocean-edition-page{background-color:#0f4c81}.text-muted{color:#b2b2b2!important;font-size:13px!important}.text-underline{text-decoration:underline!important}.text-dark{color:#4c4c4c!important}.spinner{bottom:0;left:-35px;position:absolute!important;right:0;text-align:left;top:3px!important}.spinner svg{display:inline;width:35px}.spinner svg rect{fill:#4c4c4c}h1{font-size:50px}h1,h2{color:#4c4c4c;font-family:MarkPro-Bold,sans-serif}h2{font-size:35px}h3{font-size:24px}h3,h4{color:#4c4c4c}h4{font-family:MarkPro-Bold,sans-serif;font-size:15px;letter-spacing:normal!important}h5{color:#b2b2b2;font-size:18px;text-align:center}h1,h2,h3,h4,h5{line-height:normal}ul{padding:0}ul li::-webkit-details-marker,ul li::marker{display:none}.lead{color:#4c4c4c;font-size:20px!important;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.47}.whisper{color:#b2b2b2}.spacing{letter-spacing:.7px}.uppercase{letter-spacing:1px;text-transform:uppercase}.btn-group{display:block}.card .btn-group{display:block!important}input.ios8-switch{opacity:0}a{color:#3689d5}a:active,a:focus,a:hover{color:#006bb1}a.btn,a.button,button.btn,input[type=submit]{border-radius:25px!important;display:inline-block;font-family:MarkPro-Bold,sans-serif!important;font-size:15px!important;letter-spacing:.08em;line-height:normal!important;max-width:100%;min-height:40px;min-width:165px;padding:9px 35px!important;position:relative;text-align:center!important;text-decoration:none;text-transform:uppercase!important;transition:background-color .25s,color .25s,border-color .25s;-moz-transition:background-color .25s,color .25s,border-color .25s;-webkit-transition:background-color .25s,color .25s,border-color .25s;-o-transition:background-color .25s,color .25s,border-color .25s;transition-timing-function:ease-in;width:auto}a.btn span,a.button span,button.btn span,input[type=submit] span{position:relative;top:-.075rem}a.btn:focus,a.button:focus,button.btn:focus,input[type=submit]:focus{outline:none!important}a.btn[disabled],a.button[disabled],input[type=submit][disabled]{opacity:.5}a.btn:hover,a.button:hover,button.btn:hover,input[type=submit]:hover{transition:background-color .25s,color .25s,border-color .25s;-moz-transition:background-color .25s,color .25s,border-color .25s;-webkit-transition:background-color .25s,color .25s,border-color .25s;-o-transition:background-color .25s,color .25s,border-color .25s}.btn:active,.btn:focus,.btn:hover,.button:active,.button:focus,.button:hover,input[type=submit]:focus{box-shadow:none!important;text-decoration:none!important}a.incognito{color:inherit;text-decoration:underline}@media (max-width:768px){.btn-mobile{border-radius:25px;display:inline-block;font-family:MarkPro-Bold,sans-serif;font-size:15px;letter-spacing:.08em;line-height:normal;max-width:100%;min-height:40px;min-width:165px;padding:9px 25px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .25s,color .25s,border-color .25s;-moz-transition:background-color .25s,color .25s,border-color .25s;-webkit-transition:background-color .25s,color .25s,border-color .25s;-o-transition:background-color .25s,color .25s,border-color .25s;width:auto}.btn-mobile>span{position:relative;top:-.075rem}.btn-mobile.btn-mobile-success{background-color:#0bc75b;border:thin solid #0bc75b;color:#fff!important}.btn-mobile.btn-mobile-success:hover{background-color:#0a9947;border-color:#0a9947}}a.btn.btn-primary,a.btn.button-primary,a.btn.primary,button.btn.btn-primary,button.btn.button-primary,button.btn.primary,input[type=submit].btn.btn-primary,input[type=submit].btn.button-primary,input[type=submit].btn.primary{background-color:#3689d5!important;border:thin solid #3689d5!important;color:#fff!important}a.btn.btn-primary:hover,a.btn.button-primary:hover,a.btn.primary:hover,button.btn.btn-primary:hover,button.btn.button-primary:hover,button.btn.primary:hover,input[type=submit].btn.btn-primary:active,input[type=submit].btn.btn-primary:hover,input[type=submit].btn.button-primary:active,input[type=submit].btn.button-primary:hover,input[type=submit].btn.primary:active,input[type=submit].btn.primary:hover{background-color:#006bb1!important;border-color:#006bb1!important}a.btn.btn-default,a.btn.button-default,a.btn.default,button.btn.btn-default,button.btn.button-default,button.btn.default,input[type=submit].btn.btn-default,input[type=submit].btn.button-default,input[type=submit].btn.default{background-color:#fff!important;border:thin solid #fff!important;color:#3689d5!important}a.btn.btn-default:hover,a.btn.button-default:hover,a.btn.default:hover,button.btn.btn-default:hover,button.btn.button-default:hover,button.btn.default:hover,input[type=submit].btn.btn-default:active,input[type=submit].btn.btn-default:hover,input[type=submit].btn.button-default:active,input[type=submit].btn.button-default:hover,input[type=submit].btn.default:active,input[type=submit].btn.default:hover{background-color:#75addf!important;color:#fff!important}a.btn.btn-default-success,a.btn.button-default-success,a.btn.default-success,button.btn.btn-default-success,button.btn.button-default-success,button.btn.default-success,input[type=submit].btn.btn-default-success,input[type=submit].btn.button-default-success,input[type=submit].btn.default-success{background-color:#fff!important;border:thin solid #fff!important;color:#0bc75b!important}a.btn.btn-default-success:hover,a.btn.button-default-success:hover,a.btn.default-success:hover,button.btn.btn-default-success:hover,button.btn.button-default-success:hover,button.btn.default-success:hover,input[type=submit].btn.btn-default-success:active,input[type=submit].btn.btn-default-success:hover,input[type=submit].btn.button-default-success:active,input[type=submit].btn.button-default-success:hover,input[type=submit].btn.default-success:active,input[type=submit].btn.default-success:hover{background-color:#f2f2f2!important;border-color:#f2f2f2!important}a.btn.btn-primary.btn-inverted,a.button-primary.btn-inverted,button.btn-primary.btn-inverted,button.primary.inverted,input[type=submit].btn-primary.btn-inverted,input[type=submit].primary.btn-inverted{background-color:transparent!important;border:thin solid #3689d5!important;color:#3689d5!important}a.btn.btn-primary.btn-inverted:active,a.btn.btn-primary.btn-inverted:hover,a.button-primary.btn-inverted:active,a.button-primary.btn-inverted:hover,button.btn-primary.btn-inverted:active,button.btn-primary.btn-inverted:hover,button.primary.inverted:active,button.primary.inverted:hover,input[type=submit].btn-primary.btn-inverted:active,input[type=submit].btn-primary.btn-inverted:hover,input[type=submit].primary.btn-inverted:active,input[type=submit].primary.btn-inverted:hover{background-color:#006bb1!important;border-color:#006bb1!important;color:#fff!important}.btn.btn-wide,.button.button-wide{max-width:100%;padding-left:50px!important;padding-right:50px!important}.btn-full-width,.button-full-width{display:block;text-align:center;width:100%}a.btn.btn-success,a.button-success,button.btn-success,button.success,input[type=submit].success{background-color:#0bc75b!important;border:thin solid #0bc75b!important;color:#fff!important}a.btn.btn-success:active,a.btn.btn-success:hover,a.button-success:active,a.button-success:hover,button.btn-success:active,button.btn-success:hover,button.success:active,button.success:hover,input[type=submit].success:active,input[type=submit].success:hover{background-color:#0a9947!important;border-color:#0a9947!important}a.btn.btn-success.btn-inverted,a.button-success.btn-inverted,button.btn-success.btn-inverted,button.success.inverted,input[type=submit].success.btn-inverted{background-color:transparent!important;border:thin solid #0bc75b!important;color:#0bc75b!important}a.btn.btn-success.btn-inverted:active,a.btn.btn-success.btn-inverted:hover,a.button-success.btn-inverted:active,a.button-success.btn-inverted:hover,button.btn-success.btn-inverted:active,button.btn-success.btn-inverted:hover,button.success.inverted:active,button.success.inverted:hover,input[type=submit].success.btn-inverted:active,input[type=submit].success.btn-inverted:hover{background-color:#0a9947!important;border-color:#0a9947!important;color:#fff!important}a.btn.btn-faded,a.button-faded,button.btn-faded,button.faded,input[type=submit].faded{background-color:#b2b2b2!important;border:thin solid #b2b2b2!important;color:#fff!important}a.btn.btn-faded:active,a.btn.btn-faded:hover,a.button-default:hover,a.button-faded:active,button.btn-faded:active,button.btn-faded:hover,button.faded:active,button.faded:hover,input[type=submit].faded:active,input[type=submit].faded:hover{background-color:#a5a5a5!important;border-color:#a5a5a5!important}a.btn.btn-danger,a.button-danger,button.btn-danger,button.danger,input[type=submit].danger{background-color:#fe311f!important;border:thin solid #fe311f!important;color:#fff!important}a.btn.btn-danger:active,a.btn.btn-danger:hover,a.button-danger:active,a.button-danger:hover,button.btn-danger:active,button.btn-danger:hover,button.danger:active,button.danger:hover,input[type=submit].danger:active,input[type=submit].danger:hover{background-color:#d6342e!important;border-color:#d6342e!important}a.btn.btn-warning,a.button-warning,button.btn-warning,button.warning,input[type=submit].warning{background-color:#fcd706!important;border:thin solid #fcd706!important;color:#fff!important}a.btn.btn-warning:active,a.btn.btn-warning:hover,a.button-warning:active,a.button-warning:hover,button.btn-warning:active,button.btn-warning:hover,button.warning:active,button.warning:hover,input[type=submit].warning:active,input[type=submit].warning:hover{background-color:#efcc06!important;border-color:#efcc06!important}.btn-wide,.button-wide{padding-left:50px!important;padding-right:50px!important}.success-text{color:#0bc75b!important}.primary-text{color:#3689d5!important}.danger-text{color:#fe311f!important}.text-sm{font-size:13px}.text-lg,.text-md{font-size:15px}.unselectable,.unselectable *{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bg-images{background-position:50%;background-size:cover}.bg-gray{background-color:#f2f2f2!important}.bg-blue{background-color:#3689d5!important}.bg-light{background-color:#f7f7f7!important}.bg-light-2{background-color:#f2f2f2!important}.bg-light-3{background-color:#e5e5e5!important}.newsletter-subscription-wrapper .g-recaptcha{visibility:hidden}.newsletter-subscription-wrapper .captcha-notice{font-size:11px;opacity:.7}.newsletter-subscription-wrapper .captcha-notice a{color:inherit;text-decoration:underline}#launcher{margin:10px 15px!important;transition:bottom .25s;-webkit-transition:bottom .25s;-o-transition:bottom .25s;-moz-transition:bottom .25s;transition-timing-function:ease-in-out!important}#launcher.move-icon{bottom:70px!important}.chipolo-button{align-items:center;border:none;border-radius:25px;display:flex;font-family:MarkPro-Bold,sans-serif;font-size:15px;height:40px;justify-content:center;letter-spacing:1px;line-height:1;margin-left:auto;margin-right:auto;padding:0 35px;position:relative;text-transform:uppercase;transition:all .25s;-moz-transition:all .25s;-webkit-transition:all .25s;-o-transition:all .25s;transition-timing-function:ease-in;width:-webkit-max-content;width:-moz-max-content;width:max-content}.chipolo-button>span{position:relative;top:-.075rem}.chipolo-button.small-button{padding:3px 15px}@media (min-width:768px){.chipolo-button.small-button{padding:7px 25px}}@media (max-width:768px){.chipolo-button.mobile-tiny{font-size:13px;height:35px;padding:0 20px}}.chipolo-button.wide{padding:0 58px}.chipolo-button.large-button{height:52px}.chipolo-button.button-loading{padding-left:35px!important}.chipolo-button:hover{text-decoration:none;transition:all .25s;-moz-transition:all .25s;-webkit-transition:all .25s;-o-transition:all .25s}.chipolo-button:focus{outline:none}.chipolo-button.state-success{background-color:#0bc75b;color:#fff}.chipolo-button.state-success:disabled{background-color:#b2b2b2}@media (min-width:768px){.chipolo-button.state-success:hover{background-color:#0a9947}}.chipolo-button.state-success:hover:disabled{background-color:#b2b2b2}.chipolo-button.state-success:active{background-color:#0a9947}.chipolo-button.state-success.outline{background-color:transparent;border:thin solid #0bc75b;color:#0bc75b}.chipolo-button.state-success.outline:disabled{background-color:transparent;border-color:#b2b2b2;color:#b2b2b2}.chipolo-button.state-success.outline:disabled .spinner svg rect{fill:#b2b2b2}.chipolo-button.state-success.outline:hover{border-color:#0a9947;color:#0a9947}.chipolo-button.state-success.outline:hover:disabled{background-color:transparent;border-color:#b2b2b2;color:#b2b2b2}.chipolo-button.state-success.outline:hover:disabled .spinner svg rect{fill:#b2b2b2}.chipolo-button.state-success .spinner svg rect{fill:#fff}.chipolo-button.state-yellow{background-color:#fcd706;color:#fff}.chipolo-button.state-yellow:disabled{background-color:#fff7ca;color:#4c4c4c}@media (min-width:768px){.chipolo-button.state-yellow:hover{background-color:#b99e00}}.chipolo-button.state-yellow:hover:disabled{background-color:#fff7ca}.chipolo-button.state-yellow:active{background-color:#b99e00}.chipolo-button.state-yellow.outline{background-color:transparent;border:thin solid #fcd706;color:#fcd706}.chipolo-button.state-yellow.outline:disabled{background-color:transparent;border-color:#fff7ca;color:#fff7ca}.chipolo-button.state-yellow.outline:disabled .spinner svg rect{fill:#fff7ca}.chipolo-button.state-yellow.outline:hover{border-color:#b99e00;color:#b99e00}.chipolo-button.state-yellow.outline:hover:disabled{background-color:transparent;border-color:#fcd706;color:#fcd706}.chipolo-button.state-yellow.outline:hover:disabled .spinner svg rect{fill:#fcd706}.chipolo-button.state-yellow .spinner svg rect{fill:#fff}.chipolo-button.state-primary{background-color:#3689d5;color:#fff}.chipolo-button.state-primary:disabled{background-color:#b2b2b2}@media (min-width:768px){.chipolo-button.state-primary:hover{background-color:#006bb1}}.chipolo-button.state-primary:hover:disabled{background-color:#b2b2b2}.chipolo-button.state-primary:active{background-color:#006bb1}.chipolo-button.state-primary.outline{background-color:transparent;border:thin solid #3689d5;color:#3689d5}.chipolo-button.state-primary.outline:disabled{background-color:transparent;border-color:#b2b2b2;color:#b2b2b2}.chipolo-button.state-primary.outline:disabled .spinner svg rect{fill:#b2b2b2}.chipolo-button.state-primary.outline:hover{border-color:#006bb1;color:#006bb1}.chipolo-button.state-primary.outline:hover:disabled{background-color:transparent;border-color:#b2b2b2;color:#b2b2b2}.chipolo-button.state-primary.outline:hover:disabled .spinner svg rect{fill:#b2b2b2}.chipolo-button.state-primary .spinner svg rect{fill:#fff}.chipolo-button.state-primary-revert{background-color:#fff;color:#3689d5}.chipolo-button.state-primary-revert:hover{background-color:#ededed}.chipolo-button.state-default{background-color:#ededed;color:#4c4c4c;font-size:16px;text-transform:none}.chipolo-button.state-default:disabled{background-color:#b2b2b2}@media (min-width:768px){.chipolo-button.state-default:hover{background-color:#cfcfcf;text-decoration:none}}.chipolo-button.state-default:hover:disabled{background-color:#b2b2b2}.chipolo-button.state-default:active{background-color:#cfcfcf;text-decoration:none}.chipolo-button.state-default.outline{background-color:transparent;border:thin solid #ededed;color:#4c4c4c}.chipolo-button.state-default.outline:disabled{background-color:transparent;border-color:#b2b2b2;color:#b2b2b2}.chipolo-button.state-default.outline:disabled .spinner svg rect{fill:#b2b2b2}.chipolo-button.state-default.outline:hover{background-color:#ededed}.chipolo-button.state-default.outline:hover:disabled{background-color:transparent;border-color:#b2b2b2;color:#b2b2b2}.chipolo-button.state-default.outline:hover:disabled .spinner svg rect{fill:#b2b2b2}.chipolo-button.state-default .spinner svg rect{fill:#fff}.overlay-video{background:rgba(0,0,0,.8);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.overlay-video .close-wrapper{background-color:rgba(0,0,0,.4);position:absolute;right:0;top:0;transition:background-color .25s;-moz-transition:background-color .25s;-webkit-transition:background-color .25s;-o-transition:background-color .25s;transition-timing-function:ease-in;z-index:100}.overlay-video .close-wrapper:hover{background-color:rgba(0,0,0,.7);transition:background-color .25s;-moz-transition:background-color .25s;-webkit-transition:background-color .25s;-o-transition:background-color .25s}.overlay-video .close-wrapper img{cursor:pointer;padding:16px;width:65px}@media (min-width:768px){.overlay-video .close-wrapper img{width:72px}}.overlay-video .video-wrapper{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.overlay-video .video-wrapper video{max-height:90vh;max-width:90vw;-o-object-fit:cover;object-fit:cover;width:90vmax}.select2-container{z-index:10000000!important}section.main-footer footer .newsletter-subscription-wrapper{background:#3689d5}section.main-footer footer .newsletter-subscription-wrapper p{color:#fff;font-size:1.33333rem}section.main-footer footer .newsletter-subscription-wrapper p>span{position:relative;top:-.075rem}@media (max-width:1199px){section.main-footer footer .newsletter-subscription-wrapper p{font-size:1rem}}@media (max-width:991px){section.main-footer footer .newsletter-subscription-wrapper p{font-size:1.2rem}}@media (max-width:768px){section.main-footer footer .newsletter-subscription-wrapper p{font-size:1rem}}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid hsla(0,0%,100%,.7);border-radius:35px;color:#fff;font-size:1rem;font-size:15px;max-height:40px;max-width:100%;min-width:276px;padding:7px 25px 11px;width:auto}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:-webkit-autofill,section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:-webkit-autofill:active,section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:-webkit-autofill:focus,section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 30px #3689d5!important}@media (max-width:300px){section.main-footer footer .newsletter-subscription-wrapper form input[type=email]{min-width:100%}}@media (max-width:768px){section.main-footer footer .newsletter-subscription-wrapper form input[type=email]{text-align:center}}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]::-moz-placeholder{color:hsla(0,0%,100%,.7)}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:-ms-input-placeholder{color:hsla(0,0%,100%,.7)}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:-moz-placeholder{color:hsla(0,0%,100%,.7)}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:focus{box-shadow:none;outline:none}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:focus::-webkit-input-placeholder{color:hsla(0,0%,100%,0)}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:focus::-moz-placeholder{color:hsla(0,0%,100%,0)}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:focus:-ms-input-placeholder{color:hsla(0,0%,100%,0)}section.main-footer footer .newsletter-subscription-wrapper form input[type=email]:focus:-moz-placeholder{color:hsla(0,0%,100%,0)}section.main-footer footer .newsletter-subscription-wrapper form .btn{font-size:1rem;max-width:100%}section.main-footer footer .newsletter-subscription-wrapper form .btn>span{position:relative;top:-.075rem}@media (max-width:768px){section.main-footer footer .newsletter-subscription-wrapper form .btn{min-width:276px}}@media (max-width:300px){section.main-footer footer .newsletter-subscription-wrapper form .btn{min-width:100%}}section.main-footer footer .footer-links{}section.main-footer footer .footer-links a{transition:color .25s;-moz-transition:color .25s;-webkit-transition:color .25s;-o-transition:color .25s}section.main-footer footer .footer-links a:hover svg path,section.main-footer footer .footer-links a svg path{transition:fill .25s;-moz-transition:fill .25s;-webkit-transition:fill .25s;-o-transition:fill .25s}section.main-footer footer .footer-links a:hover svg path{fill:#3689d5}section.main-footer footer .footer-links .footer-content .footer-links-wrapper{max-width:100%;width:800px}section.main-footer footer .footer-links .footer-content p.bolder{font-family:MarkPro-Bold,sans-serif;font-size:1rem;font-weight:700}@media (max-width:768px){section.main-footer footer .footer-links .footer-content p.bolder{font-size:.86667rem}}section.main-footer footer .footer-links .footer-content .link-list:not(:last-child){min-width:6.66667rem}@media (max-width:767px){section.main-footer footer .footer-links .footer-content .link-list{max-width:none!important;min-width:100%;width:100%}section.main-footer footer .footer-links .footer-content .link-list .hidden-links-wrapper{height:0;overflow:hidden;transition:height .25s;-moz-transition:height .25s;-webkit-transition:height .25s;-o-transition:height .25s}section.main-footer footer .footer-links .footer-content .link-list svg.rotate{transform:rotate(-180deg);transition:transform .25s;-webkit-transition:transform .25s;-o-transition:transform .25s;-moz-transition:transform .25s}section.main-footer footer .footer-links .footer-content .link-list svg.rotate.counter-rotate{transform:rotate(-1turn);transition:transform .25s;-webkit-transition:transform .25s;-o-transition:transform .25s;-moz-transition:transform .25s}}section.main-footer footer .footer-links .footer-content .link-list a{color:#4c4c4c;display:block;font-size:1rem}@media (max-width:768px){section.main-footer footer .footer-links .footer-content .link-list a{font-size:.86667rem}}section.main-footer footer .footer-links .footer-content .link-list a .active,section.main-footer footer .footer-links .footer-content .link-list a:hover{color:#3689d5;text-decoration:none}@media (max-width:768px){section.main-footer footer .footer-links .footer-content .social-icons{width:100%}}section.main-footer footer .footer-links .footer-content .social-icons a{color:#4c4c4c;font-size:1rem}@media (min-width:768px){section.main-footer footer .footer-links .footer-content .social-icons a{transform:scale(.85)}}@media (min-width:991px){section.main-footer footer .footer-links .footer-content .social-icons a{transform:scale(.75)}}section.main-footer footer .footer-links .footer-terms{max-width:830px}section.main-footer footer .footer-links .footer-terms nav a{color:#4c4c4c;font-size:.86667rem}section.main-footer footer .footer-links .footer-terms nav a.active,section.main-footer footer .footer-links .footer-terms nav a:hover{color:#3689d5;text-decoration:none}section.main-footer footer .footer-links .footer-terms p{color:#b2b2b2;font-size:.86667rem}section.main-footer.category-landing-page-spot-line .newsletter-subscription-wrapper,section.main-footer.chipolo-card-spot .newsletter-subscription-wrapper,section.main-footer.chipolo-one-spot-waitlist .newsletter-subscription-wrapper,section.main-footer.chipolo-one-spot .newsletter-subscription-wrapper{display:none}section.main-footer.category-landing-page-spot-line footer .footer-links,section.main-footer.chipolo-card-spot footer .footer-links,section.main-footer.chipolo-one-spot-waitlist footer .footer-links,section.main-footer.chipolo-one-spot footer .footer-links{background-color:#111213}section.main-footer.category-landing-page-spot-line footer .footer-links .footer-content p.bolder,section.main-footer.chipolo-card-spot footer .footer-links .footer-content p.bolder,section.main-footer.chipolo-one-spot-waitlist footer .footer-links .footer-content p.bolder,section.main-footer.chipolo-one-spot footer .footer-links .footer-content p.bolder{color:#e0e1e8}section.main-footer.category-landing-page-spot-line footer .footer-links .footer-content p.bolder svg path,section.main-footer.chipolo-card-spot footer .footer-links .footer-content p.bolder svg path,section.main-footer.chipolo-one-spot-waitlist footer .footer-links .footer-content p.bolder svg path,section.main-footer.chipolo-one-spot footer .footer-links .footer-content p.bolder svg path{stroke:#e0e1e8}section.main-footer.category-landing-page-spot-line footer .footer-links .footer-content .link-list a,section.main-footer.chipolo-card-spot footer .footer-links .footer-content .link-list a,section.main-footer.chipolo-one-spot-waitlist footer .footer-links .footer-content .link-list a,section.main-footer.chipolo-one-spot footer .footer-links .footer-content .link-list a{color:#e0e1e8}section.main-footer.category-landing-page-spot-line footer .footer-links .footer-content .link-list a:hover,section.main-footer.chipolo-card-spot footer .footer-links .footer-content .link-list a:hover,section.main-footer.chipolo-one-spot-waitlist footer .footer-links .footer-content .link-list a:hover,section.main-footer.chipolo-one-spot footer .footer-links .footer-content .link-list a:hover{color:#3689d5}section.main-footer.category-landing-page-spot-line footer .footer-links a svg path,section.main-footer.chipolo-card-spot footer .footer-links a svg path,section.main-footer.chipolo-one-spot-waitlist footer .footer-links a svg path,section.main-footer.chipolo-one-spot footer .footer-links a svg path{fill:#80858a}section.main-footer.category-landing-page-spot-line footer .footer-links a:hover svg path,section.main-footer.chipolo-card-spot footer .footer-links a:hover svg path,section.main-footer.chipolo-one-spot-waitlist footer .footer-links a:hover svg path,section.main-footer.chipolo-one-spot footer .footer-links a:hover svg path{fill:#3689d5}section.main-footer.category-landing-page-spot-line footer .footer-links .footer-terms p,section.main-footer.chipolo-card-spot footer .footer-links .footer-terms p,section.main-footer.chipolo-one-spot-waitlist footer .footer-links .footer-terms p,section.main-footer.chipolo-one-spot footer .footer-links .footer-terms p{color:#80858a}section.main-footer.category-landing-page-spot-line footer .footer-links .footer-terms nav a,section.main-footer.chipolo-card-spot footer .footer-links .footer-terms nav a,section.main-footer.chipolo-one-spot-waitlist footer .footer-links .footer-terms nav a,section.main-footer.chipolo-one-spot footer .footer-links .footer-terms nav a{color:#e0e1e8}section.main-footer.category-landing-page-spot-line footer .footer-links .footer-terms nav a:hover,section.main-footer.chipolo-card-spot footer .footer-links .footer-terms nav a:hover,section.main-footer.chipolo-one-spot-waitlist footer .footer-links .footer-terms nav a:hover,section.main-footer.chipolo-one-spot footer .footer-links .footer-terms nav a:hover{color:#3689d5}section.main-footer.category-landing-page-spot-line footer .footer-links .checkout-payment-options,section.main-footer.chipolo-card-spot footer .footer-links .checkout-payment-options,section.main-footer.chipolo-one-spot-waitlist footer .footer-links .checkout-payment-options,section.main-footer.chipolo-one-spot footer .footer-links .checkout-payment-options{display:none}section.main-footer.ocean-edition-giveaway{display:none!important}
