fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:14px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{pointer-events:none;opacity:.6}.multiselect--active{z-index:1}.multiselect--active .multiselect__current,.multiselect--active .multiselect__input,.multiselect--active .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:1px 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:6px;margin-bottom:8px}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:8px;white-space:nowrap}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content{position:absolute;list-style:none;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;padding:0;margin:0;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1}.multiselect--above .multiselect__content{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{cursor:text;pointer-events:none}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede!important}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@charset "UTF-8";
.redactor-styles {
  /*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
  /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
  /* FONT PATH
 * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* Deprecated as of 4.4.0 */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #23252f;
  background-color: #fff;
  letter-spacing: 0.025rem;
}

.redactor-styles html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.redactor-styles body {
  margin: 0;
}

.redactor-styles article,
.redactor-styles aside,
.redactor-styles footer,
.redactor-styles header,
.redactor-styles nav,
.redactor-styles section {
  display: block;
}

.redactor-styles h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.redactor-styles figcaption,
.redactor-styles figure,
.redactor-styles main {
  display: block;
}

.redactor-styles figure {
  margin: 1em 40px;
}

.redactor-styles hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.redactor-styles pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.redactor-styles a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.redactor-styles a:active,
.redactor-styles a:hover {
  outline-width: 0;
}

.redactor-styles abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.redactor-styles b,
.redactor-styles strong {
  font-weight: inherit;
}

.redactor-styles b,
.redactor-styles strong {
  font-weight: bolder;
}

.redactor-styles code,
.redactor-styles kbd,
.redactor-styles samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.redactor-styles dfn {
  font-style: italic;
}

.redactor-styles mark {
  background-color: #ff0;
  color: #000;
}

.redactor-styles small {
  font-size: 80%;
}

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

.redactor-styles sub {
  bottom: -0.25em;
}

.redactor-styles sup {
  top: -0.5em;
}

.redactor-styles audio,
.redactor-styles video {
  display: inline-block;
}

.redactor-styles audio:not([controls]) {
  display: none;
  height: 0;
}

.redactor-styles img {
  border-style: none;
}

.redactor-styles svg:not(:root) {
  overflow: hidden;
}

.redactor-styles button,
.redactor-styles input,
.redactor-styles optgroup,
.redactor-styles select,
.redactor-styles textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.redactor-styles button,
.redactor-styles input {
  overflow: visible;
}

.redactor-styles button,
.redactor-styles select {
  text-transform: none;
}

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

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

.redactor-styles button:-moz-focusring,
.redactor-styles [type="button"]:-moz-focusring,
.redactor-styles [type="reset"]:-moz-focusring,
.redactor-styles [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.redactor-styles fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.redactor-styles legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.redactor-styles progress {
  display: inline-block;
  vertical-align: baseline;
}

.redactor-styles textarea {
  overflow: auto;
}

.redactor-styles [type="checkbox"],
.redactor-styles [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

.redactor-styles [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.redactor-styles [type="search"]::-webkit-search-cancel-button,
.redactor-styles [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

.redactor-styles details,
.redactor-styles menu {
  display: block;
}

.redactor-styles summary {
  display: list-item;
}

.redactor-styles canvas {
  display: inline-block;
}

.redactor-styles template {
  display: none;
}

.redactor-styles [hidden] {
  display: none;
}

@media print {
  .redactor-styles *,
  .redactor-styles *::before,
  .redactor-styles *::after,
  .redactor-styles p::first-letter,
  .redactor-styles div::first-letter,
  .redactor-styles blockquote::first-letter,
  .redactor-styles li::first-letter,
  .redactor-styles p::first-line,
  .redactor-styles div::first-line,
  .redactor-styles blockquote::first-line,
  .redactor-styles li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .redactor-styles a,
  .redactor-styles a:visited {
    text-decoration: underline;
  }
  .redactor-styles abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .redactor-styles pre {
    white-space: pre-wrap !important;
  }
  .redactor-styles pre,
  .redactor-styles blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .redactor-styles thead {
    display: table-header-group;
  }
  .redactor-styles tr,
  .redactor-styles img {
    page-break-inside: avoid;
  }
  .redactor-styles p,
  .redactor-styles h2,
  .redactor-styles .post-grid .post-item a .post-item-title,
  .redactor-styles .brand__post-grid .post-item a .post-item-title,
  .redactor-styles h3 {
    orphans: 3;
    widows: 3;
  }
  
  .redactor-styles h2,
  .redactor-styles .post-grid .post-item a .post-item-title,
  .redactor-styles .brand__post-grid .post-item a .post-item-title,
  .redactor-styles h3 {
    page-break-after: avoid;
  }
  .redactor-styles .navbar {
    display: none;
  }
  .redactor-styles .badge {
    border: 1px solid #000;
  }
  .redactor-styles .table {
    border-collapse: collapse !important;
  }
  .redactor-styles .table td,
  .redactor-styles .table th {
    background-color: #fff !important;
  }
  .redactor-styles .table-bordered th,
  .redactor-styles .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.redactor-styles html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.redactor-styles *,
.redactor-styles *::before,
.redactor-styles *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

.redactor-styles html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.redactor-styles body {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #23252f;
  background-color: #fff;
}

.redactor-styles [tabindex="-1"]:focus {
  outline: none !important;
}

.redactor-styles h1,
.redactor-styles h2,
.redactor-styles .post-grid .post-item a .post-item-title,
.redactor-styles .brand__post-grid .post-item a .post-item-title, .redactor-styles h3, .redactor-styles h4, .redactor-styles h5, .redactor-styles h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

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

.redactor-styles abbr[title],
.redactor-styles abbr[data-original-title] {
  cursor: help;
}

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

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

.redactor-styles ol ol,
.redactor-styles ul ul,
.redactor-styles ol ul,
.redactor-styles ul ol {
  margin-bottom: 0;
}

.redactor-styles dt {
  font-weight: 700;
}

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

.redactor-styles blockquote {
  margin: 0 0 1rem;
}

.redactor-styles a {
  color: #9e7f3b;
  text-decoration: none;
}

.redactor-styles a:focus, .redactor-styles a:hover {
  color: #9e7f3b;
  text-decoration: underline;
}

.redactor-styles a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.redactor-styles a:not([href]):not([tabindex]):focus, .redactor-styles a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

.redactor-styles a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.redactor-styles pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

.redactor-styles figure {
  margin: 0 0 1rem;
}

.redactor-styles img {
  vertical-align: middle;
}

.redactor-styles [role="button"] {
  cursor: pointer;
}

.redactor-styles a,
.redactor-styles area,
.redactor-styles button,
.redactor-styles [role="button"],
.redactor-styles input,
.redactor-styles label,
.redactor-styles select,
.redactor-styles summary,
.redactor-styles textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.redactor-styles table {
  border-collapse: collapse;
  background-color: transparent;
}

.redactor-styles caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

.redactor-styles th {
  text-align: left;
}

.redactor-styles label {
  display: inline-block;
  margin-bottom: .5rem;
}

.redactor-styles button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.redactor-styles input,
.redactor-styles button,
.redactor-styles select,
.redactor-styles textarea {
  line-height: inherit;
}

.redactor-styles input[type="radio"]:disabled,
.redactor-styles input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

.redactor-styles input[type="date"],
.redactor-styles input[type="time"],
.redactor-styles input[type="datetime-local"],
.redactor-styles input[type="month"] {
  -webkit-appearance: listbox;
}

.redactor-styles textarea {
  resize: vertical;
}

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

.redactor-styles legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

.redactor-styles input[type="search"] {
  -webkit-appearance: none;
}

.redactor-styles output {
  display: inline-block;
}

.redactor-styles [hidden] {
  display: none !important;
}

.redactor-styles h1,
.redactor-styles h2,
.redactor-styles .post-grid .post-item a .post-item-title,
.redactor-styles .brand__post-grid .post-item a .post-item-title, .redactor-styles h3, .redactor-styles h4, .redactor-styles h5, .redactor-styles h6,
.redactor-styles .h1, .redactor-styles .h2, .redactor-styles .h3, .redactor-styles .h4, .redactor-styles .h5, .redactor-styles .h6 {
  margin-bottom: 2rem;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}

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


.redactor-styles h2,
.redactor-styles .post-grid .post-item a .post-item-title,
.redactor-styles .brand__post-grid .post-item a .post-item-title, .redactor-styles .h2 {
  font-size: 2rem;
}

.redactor-styles h3, .redactor-styles .h3 {
  font-size: 1.625rem;
}

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

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

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

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

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

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

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

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

.redactor-styles hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f5f5f5;
}

.redactor-styles small,
.redactor-styles .small {
  font-size: 80%;
  font-weight: normal;
}

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

.redactor-styles .list-unstyled, .redactor-styles .nav-main ul, .redactor-styles .nav-main ul li, .redactor-styles .newsletter-form-sidebar .newsletter-form-sidebar-interest-list, .redactor-styles .page-breadcrumb {
  padding-left: 0;
  list-style: none;
}

.redactor-styles .list-inline, .redactor-styles .checkout .card ul, .redactor-styles .custom-order .card ul {
  padding-left: 0;
  list-style: none;
}

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

.redactor-styles .list-inline-item:not(:last-child) {
  margin-right: 5px;
}

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

.redactor-styles .blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #ececec;
}

.redactor-styles .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

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

.redactor-styles .blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #ececec;
  border-left: 0;
}

.redactor-styles .blockquote-reverse .blockquote-footer::before {
  content: "";
}

.redactor-styles .blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014";
}

.redactor-styles .img-fluid {
  max-width: 100%;
  height: auto;
}

.redactor-styles .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.redactor-styles .figure {
  display: inline-block;
}

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

.redactor-styles .figure-caption {
  font-size: 90%;
  color: #636c72;
}

.redactor-styles code,
.redactor-styles kbd,
.redactor-styles pre,
.redactor-styles samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.redactor-styles code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}

a > .redactor-styles code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

.redactor-styles kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #23252f;
  border-radius: 0.2rem;
}

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

.redactor-styles pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #23252f;
}

.redactor-styles pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 576px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 576px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 1240px;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 1340px;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .container, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 1540px;
    max-width: 100%;
  }
}

.redactor-styles .container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 576px) {
  .redactor-styles .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .redactor-styles .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .redactor-styles .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.redactor-styles .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

@media (min-width: 576px) {
  .redactor-styles .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 768px) {
  .redactor-styles .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 992px) {
  .redactor-styles .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

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

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

.redactor-styles .col-1, .redactor-styles .col-2, .redactor-styles .col-3, .redactor-styles .col-4, .redactor-styles .col-5, .redactor-styles .col-6, .redactor-styles .col-7, .redactor-styles .col-8, .redactor-styles .col-9, .redactor-styles .col-10, .redactor-styles .col-11, .redactor-styles .col-12, .redactor-styles .col, .redactor-styles .col-sm-1, .redactor-styles .col-sm-2, .redactor-styles .col-sm-3, .redactor-styles .col-sm-4, .redactor-styles .col-sm-5, .redactor-styles .col-sm-6, .redactor-styles .col-sm-7, .redactor-styles .col-sm-8, .redactor-styles .col-sm-9, .redactor-styles .col-sm-10, .redactor-styles .col-sm-11, .redactor-styles .col-sm-12, .redactor-styles .col-sm, .redactor-styles .col-md-1, .redactor-styles .col-md-2, .redactor-styles .col-md-3, .redactor-styles .col-md-4, .redactor-styles .col-md-5, .redactor-styles .col-md-6, .redactor-styles .col-md-7, .redactor-styles .col-md-8, .redactor-styles .col-md-9, .redactor-styles .col-md-10, .redactor-styles .col-md-11, .redactor-styles .col-md-12, .redactor-styles .col-md, .redactor-styles .col-lg-1, .redactor-styles .col-lg-2, .redactor-styles .col-lg-3, .redactor-styles .col-lg-4, .redactor-styles .col-lg-5, .redactor-styles .col-lg-6, .redactor-styles .col-lg-7, .redactor-styles .col-lg-8, .redactor-styles .col-lg-9, .redactor-styles .col-lg-10, .redactor-styles .col-lg-11, .redactor-styles .col-lg-12, .redactor-styles .col-lg, .redactor-styles .col-xl-1, .redactor-styles .col-xl-2, .redactor-styles .col-xl-3, .redactor-styles .col-xl-4, .redactor-styles .col-xl-5, .redactor-styles .col-xl-6, .redactor-styles .col-xl-7, .redactor-styles .col-xl-8, .redactor-styles .col-xl-9, .redactor-styles .col-xl-10, .redactor-styles .col-xl-11, .redactor-styles .col-xl-12, .redactor-styles .col-xl, .redactor-styles .col-xxl-1, .redactor-styles .col-xxl-2, .redactor-styles .col-xxl-3, .redactor-styles .col-xxl-4, .redactor-styles .col-xxl-5, .redactor-styles .col-xxl-6, .redactor-styles .col-xxl-7, .redactor-styles .col-xxl-8, .redactor-styles .col-xxl-9, .redactor-styles .col-xxl-10, .redactor-styles .col-xxl-11, .redactor-styles .col-xxl-12, .redactor-styles .col-xxl, .redactor-styles .col-xxxl-1, .redactor-styles .col-xxxl-2, .redactor-styles .col-xxxl-3, .redactor-styles .col-xxxl-4, .redactor-styles .col-xxxl-5, .redactor-styles .col-xxxl-6, .redactor-styles .col-xxxl-7, .redactor-styles .col-xxxl-8, .redactor-styles .col-xxxl-9, .redactor-styles .col-xxxl-10, .redactor-styles .col-xxxl-11, .redactor-styles .col-xxxl-12, .redactor-styles .col-xxxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 576px) {
  .redactor-styles .col-1, .redactor-styles .col-2, .redactor-styles .col-3, .redactor-styles .col-4, .redactor-styles .col-5, .redactor-styles .col-6, .redactor-styles .col-7, .redactor-styles .col-8, .redactor-styles .col-9, .redactor-styles .col-10, .redactor-styles .col-11, .redactor-styles .col-12, .redactor-styles .col, .redactor-styles .col-sm-1, .redactor-styles .col-sm-2, .redactor-styles .col-sm-3, .redactor-styles .col-sm-4, .redactor-styles .col-sm-5, .redactor-styles .col-sm-6, .redactor-styles .col-sm-7, .redactor-styles .col-sm-8, .redactor-styles .col-sm-9, .redactor-styles .col-sm-10, .redactor-styles .col-sm-11, .redactor-styles .col-sm-12, .redactor-styles .col-sm, .redactor-styles .col-md-1, .redactor-styles .col-md-2, .redactor-styles .col-md-3, .redactor-styles .col-md-4, .redactor-styles .col-md-5, .redactor-styles .col-md-6, .redactor-styles .col-md-7, .redactor-styles .col-md-8, .redactor-styles .col-md-9, .redactor-styles .col-md-10, .redactor-styles .col-md-11, .redactor-styles .col-md-12, .redactor-styles .col-md, .redactor-styles .col-lg-1, .redactor-styles .col-lg-2, .redactor-styles .col-lg-3, .redactor-styles .col-lg-4, .redactor-styles .col-lg-5, .redactor-styles .col-lg-6, .redactor-styles .col-lg-7, .redactor-styles .col-lg-8, .redactor-styles .col-lg-9, .redactor-styles .col-lg-10, .redactor-styles .col-lg-11, .redactor-styles .col-lg-12, .redactor-styles .col-lg, .redactor-styles .col-xl-1, .redactor-styles .col-xl-2, .redactor-styles .col-xl-3, .redactor-styles .col-xl-4, .redactor-styles .col-xl-5, .redactor-styles .col-xl-6, .redactor-styles .col-xl-7, .redactor-styles .col-xl-8, .redactor-styles .col-xl-9, .redactor-styles .col-xl-10, .redactor-styles .col-xl-11, .redactor-styles .col-xl-12, .redactor-styles .col-xl, .redactor-styles .col-xxl-1, .redactor-styles .col-xxl-2, .redactor-styles .col-xxl-3, .redactor-styles .col-xxl-4, .redactor-styles .col-xxl-5, .redactor-styles .col-xxl-6, .redactor-styles .col-xxl-7, .redactor-styles .col-xxl-8, .redactor-styles .col-xxl-9, .redactor-styles .col-xxl-10, .redactor-styles .col-xxl-11, .redactor-styles .col-xxl-12, .redactor-styles .col-xxl, .redactor-styles .col-xxxl-1, .redactor-styles .col-xxxl-2, .redactor-styles .col-xxxl-3, .redactor-styles .col-xxxl-4, .redactor-styles .col-xxxl-5, .redactor-styles .col-xxxl-6, .redactor-styles .col-xxxl-7, .redactor-styles .col-xxxl-8, .redactor-styles .col-xxxl-9, .redactor-styles .col-xxxl-10, .redactor-styles .col-xxxl-11, .redactor-styles .col-xxxl-12, .redactor-styles .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .redactor-styles .col-1, .redactor-styles .col-2, .redactor-styles .col-3, .redactor-styles .col-4, .redactor-styles .col-5, .redactor-styles .col-6, .redactor-styles .col-7, .redactor-styles .col-8, .redactor-styles .col-9, .redactor-styles .col-10, .redactor-styles .col-11, .redactor-styles .col-12, .redactor-styles .col, .redactor-styles .col-sm-1, .redactor-styles .col-sm-2, .redactor-styles .col-sm-3, .redactor-styles .col-sm-4, .redactor-styles .col-sm-5, .redactor-styles .col-sm-6, .redactor-styles .col-sm-7, .redactor-styles .col-sm-8, .redactor-styles .col-sm-9, .redactor-styles .col-sm-10, .redactor-styles .col-sm-11, .redactor-styles .col-sm-12, .redactor-styles .col-sm, .redactor-styles .col-md-1, .redactor-styles .col-md-2, .redactor-styles .col-md-3, .redactor-styles .col-md-4, .redactor-styles .col-md-5, .redactor-styles .col-md-6, .redactor-styles .col-md-7, .redactor-styles .col-md-8, .redactor-styles .col-md-9, .redactor-styles .col-md-10, .redactor-styles .col-md-11, .redactor-styles .col-md-12, .redactor-styles .col-md, .redactor-styles .col-lg-1, .redactor-styles .col-lg-2, .redactor-styles .col-lg-3, .redactor-styles .col-lg-4, .redactor-styles .col-lg-5, .redactor-styles .col-lg-6, .redactor-styles .col-lg-7, .redactor-styles .col-lg-8, .redactor-styles .col-lg-9, .redactor-styles .col-lg-10, .redactor-styles .col-lg-11, .redactor-styles .col-lg-12, .redactor-styles .col-lg, .redactor-styles .col-xl-1, .redactor-styles .col-xl-2, .redactor-styles .col-xl-3, .redactor-styles .col-xl-4, .redactor-styles .col-xl-5, .redactor-styles .col-xl-6, .redactor-styles .col-xl-7, .redactor-styles .col-xl-8, .redactor-styles .col-xl-9, .redactor-styles .col-xl-10, .redactor-styles .col-xl-11, .redactor-styles .col-xl-12, .redactor-styles .col-xl, .redactor-styles .col-xxl-1, .redactor-styles .col-xxl-2, .redactor-styles .col-xxl-3, .redactor-styles .col-xxl-4, .redactor-styles .col-xxl-5, .redactor-styles .col-xxl-6, .redactor-styles .col-xxl-7, .redactor-styles .col-xxl-8, .redactor-styles .col-xxl-9, .redactor-styles .col-xxl-10, .redactor-styles .col-xxl-11, .redactor-styles .col-xxl-12, .redactor-styles .col-xxl, .redactor-styles .col-xxxl-1, .redactor-styles .col-xxxl-2, .redactor-styles .col-xxxl-3, .redactor-styles .col-xxxl-4, .redactor-styles .col-xxxl-5, .redactor-styles .col-xxxl-6, .redactor-styles .col-xxxl-7, .redactor-styles .col-xxxl-8, .redactor-styles .col-xxxl-9, .redactor-styles .col-xxxl-10, .redactor-styles .col-xxxl-11, .redactor-styles .col-xxxl-12, .redactor-styles .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .redactor-styles .col-1, .redactor-styles .col-2, .redactor-styles .col-3, .redactor-styles .col-4, .redactor-styles .col-5, .redactor-styles .col-6, .redactor-styles .col-7, .redactor-styles .col-8, .redactor-styles .col-9, .redactor-styles .col-10, .redactor-styles .col-11, .redactor-styles .col-12, .redactor-styles .col, .redactor-styles .col-sm-1, .redactor-styles .col-sm-2, .redactor-styles .col-sm-3, .redactor-styles .col-sm-4, .redactor-styles .col-sm-5, .redactor-styles .col-sm-6, .redactor-styles .col-sm-7, .redactor-styles .col-sm-8, .redactor-styles .col-sm-9, .redactor-styles .col-sm-10, .redactor-styles .col-sm-11, .redactor-styles .col-sm-12, .redactor-styles .col-sm, .redactor-styles .col-md-1, .redactor-styles .col-md-2, .redactor-styles .col-md-3, .redactor-styles .col-md-4, .redactor-styles .col-md-5, .redactor-styles .col-md-6, .redactor-styles .col-md-7, .redactor-styles .col-md-8, .redactor-styles .col-md-9, .redactor-styles .col-md-10, .redactor-styles .col-md-11, .redactor-styles .col-md-12, .redactor-styles .col-md, .redactor-styles .col-lg-1, .redactor-styles .col-lg-2, .redactor-styles .col-lg-3, .redactor-styles .col-lg-4, .redactor-styles .col-lg-5, .redactor-styles .col-lg-6, .redactor-styles .col-lg-7, .redactor-styles .col-lg-8, .redactor-styles .col-lg-9, .redactor-styles .col-lg-10, .redactor-styles .col-lg-11, .redactor-styles .col-lg-12, .redactor-styles .col-lg, .redactor-styles .col-xl-1, .redactor-styles .col-xl-2, .redactor-styles .col-xl-3, .redactor-styles .col-xl-4, .redactor-styles .col-xl-5, .redactor-styles .col-xl-6, .redactor-styles .col-xl-7, .redactor-styles .col-xl-8, .redactor-styles .col-xl-9, .redactor-styles .col-xl-10, .redactor-styles .col-xl-11, .redactor-styles .col-xl-12, .redactor-styles .col-xl, .redactor-styles .col-xxl-1, .redactor-styles .col-xxl-2, .redactor-styles .col-xxl-3, .redactor-styles .col-xxl-4, .redactor-styles .col-xxl-5, .redactor-styles .col-xxl-6, .redactor-styles .col-xxl-7, .redactor-styles .col-xxl-8, .redactor-styles .col-xxl-9, .redactor-styles .col-xxl-10, .redactor-styles .col-xxl-11, .redactor-styles .col-xxl-12, .redactor-styles .col-xxl, .redactor-styles .col-xxxl-1, .redactor-styles .col-xxxl-2, .redactor-styles .col-xxxl-3, .redactor-styles .col-xxxl-4, .redactor-styles .col-xxxl-5, .redactor-styles .col-xxxl-6, .redactor-styles .col-xxxl-7, .redactor-styles .col-xxxl-8, .redactor-styles .col-xxxl-9, .redactor-styles .col-xxxl-10, .redactor-styles .col-xxxl-11, .redactor-styles .col-xxxl-12, .redactor-styles .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .col-1, .redactor-styles .col-2, .redactor-styles .col-3, .redactor-styles .col-4, .redactor-styles .col-5, .redactor-styles .col-6, .redactor-styles .col-7, .redactor-styles .col-8, .redactor-styles .col-9, .redactor-styles .col-10, .redactor-styles .col-11, .redactor-styles .col-12, .redactor-styles .col, .redactor-styles .col-sm-1, .redactor-styles .col-sm-2, .redactor-styles .col-sm-3, .redactor-styles .col-sm-4, .redactor-styles .col-sm-5, .redactor-styles .col-sm-6, .redactor-styles .col-sm-7, .redactor-styles .col-sm-8, .redactor-styles .col-sm-9, .redactor-styles .col-sm-10, .redactor-styles .col-sm-11, .redactor-styles .col-sm-12, .redactor-styles .col-sm, .redactor-styles .col-md-1, .redactor-styles .col-md-2, .redactor-styles .col-md-3, .redactor-styles .col-md-4, .redactor-styles .col-md-5, .redactor-styles .col-md-6, .redactor-styles .col-md-7, .redactor-styles .col-md-8, .redactor-styles .col-md-9, .redactor-styles .col-md-10, .redactor-styles .col-md-11, .redactor-styles .col-md-12, .redactor-styles .col-md, .redactor-styles .col-lg-1, .redactor-styles .col-lg-2, .redactor-styles .col-lg-3, .redactor-styles .col-lg-4, .redactor-styles .col-lg-5, .redactor-styles .col-lg-6, .redactor-styles .col-lg-7, .redactor-styles .col-lg-8, .redactor-styles .col-lg-9, .redactor-styles .col-lg-10, .redactor-styles .col-lg-11, .redactor-styles .col-lg-12, .redactor-styles .col-lg, .redactor-styles .col-xl-1, .redactor-styles .col-xl-2, .redactor-styles .col-xl-3, .redactor-styles .col-xl-4, .redactor-styles .col-xl-5, .redactor-styles .col-xl-6, .redactor-styles .col-xl-7, .redactor-styles .col-xl-8, .redactor-styles .col-xl-9, .redactor-styles .col-xl-10, .redactor-styles .col-xl-11, .redactor-styles .col-xl-12, .redactor-styles .col-xl, .redactor-styles .col-xxl-1, .redactor-styles .col-xxl-2, .redactor-styles .col-xxl-3, .redactor-styles .col-xxl-4, .redactor-styles .col-xxl-5, .redactor-styles .col-xxl-6, .redactor-styles .col-xxl-7, .redactor-styles .col-xxl-8, .redactor-styles .col-xxl-9, .redactor-styles .col-xxl-10, .redactor-styles .col-xxl-11, .redactor-styles .col-xxl-12, .redactor-styles .col-xxl, .redactor-styles .col-xxxl-1, .redactor-styles .col-xxxl-2, .redactor-styles .col-xxxl-3, .redactor-styles .col-xxxl-4, .redactor-styles .col-xxxl-5, .redactor-styles .col-xxxl-6, .redactor-styles .col-xxxl-7, .redactor-styles .col-xxxl-8, .redactor-styles .col-xxxl-9, .redactor-styles .col-xxxl-10, .redactor-styles .col-xxxl-11, .redactor-styles .col-xxxl-12, .redactor-styles .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .col-1, .redactor-styles .col-2, .redactor-styles .col-3, .redactor-styles .col-4, .redactor-styles .col-5, .redactor-styles .col-6, .redactor-styles .col-7, .redactor-styles .col-8, .redactor-styles .col-9, .redactor-styles .col-10, .redactor-styles .col-11, .redactor-styles .col-12, .redactor-styles .col, .redactor-styles .col-sm-1, .redactor-styles .col-sm-2, .redactor-styles .col-sm-3, .redactor-styles .col-sm-4, .redactor-styles .col-sm-5, .redactor-styles .col-sm-6, .redactor-styles .col-sm-7, .redactor-styles .col-sm-8, .redactor-styles .col-sm-9, .redactor-styles .col-sm-10, .redactor-styles .col-sm-11, .redactor-styles .col-sm-12, .redactor-styles .col-sm, .redactor-styles .col-md-1, .redactor-styles .col-md-2, .redactor-styles .col-md-3, .redactor-styles .col-md-4, .redactor-styles .col-md-5, .redactor-styles .col-md-6, .redactor-styles .col-md-7, .redactor-styles .col-md-8, .redactor-styles .col-md-9, .redactor-styles .col-md-10, .redactor-styles .col-md-11, .redactor-styles .col-md-12, .redactor-styles .col-md, .redactor-styles .col-lg-1, .redactor-styles .col-lg-2, .redactor-styles .col-lg-3, .redactor-styles .col-lg-4, .redactor-styles .col-lg-5, .redactor-styles .col-lg-6, .redactor-styles .col-lg-7, .redactor-styles .col-lg-8, .redactor-styles .col-lg-9, .redactor-styles .col-lg-10, .redactor-styles .col-lg-11, .redactor-styles .col-lg-12, .redactor-styles .col-lg, .redactor-styles .col-xl-1, .redactor-styles .col-xl-2, .redactor-styles .col-xl-3, .redactor-styles .col-xl-4, .redactor-styles .col-xl-5, .redactor-styles .col-xl-6, .redactor-styles .col-xl-7, .redactor-styles .col-xl-8, .redactor-styles .col-xl-9, .redactor-styles .col-xl-10, .redactor-styles .col-xl-11, .redactor-styles .col-xl-12, .redactor-styles .col-xl, .redactor-styles .col-xxl-1, .redactor-styles .col-xxl-2, .redactor-styles .col-xxl-3, .redactor-styles .col-xxl-4, .redactor-styles .col-xxl-5, .redactor-styles .col-xxl-6, .redactor-styles .col-xxl-7, .redactor-styles .col-xxl-8, .redactor-styles .col-xxl-9, .redactor-styles .col-xxl-10, .redactor-styles .col-xxl-11, .redactor-styles .col-xxl-12, .redactor-styles .col-xxl, .redactor-styles .col-xxxl-1, .redactor-styles .col-xxxl-2, .redactor-styles .col-xxxl-3, .redactor-styles .col-xxxl-4, .redactor-styles .col-xxxl-5, .redactor-styles .col-xxxl-6, .redactor-styles .col-xxxl-7, .redactor-styles .col-xxxl-8, .redactor-styles .col-xxxl-9, .redactor-styles .col-xxxl-10, .redactor-styles .col-xxxl-11, .redactor-styles .col-xxxl-12, .redactor-styles .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .col-1, .redactor-styles .col-2, .redactor-styles .col-3, .redactor-styles .col-4, .redactor-styles .col-5, .redactor-styles .col-6, .redactor-styles .col-7, .redactor-styles .col-8, .redactor-styles .col-9, .redactor-styles .col-10, .redactor-styles .col-11, .redactor-styles .col-12, .redactor-styles .col, .redactor-styles .col-sm-1, .redactor-styles .col-sm-2, .redactor-styles .col-sm-3, .redactor-styles .col-sm-4, .redactor-styles .col-sm-5, .redactor-styles .col-sm-6, .redactor-styles .col-sm-7, .redactor-styles .col-sm-8, .redactor-styles .col-sm-9, .redactor-styles .col-sm-10, .redactor-styles .col-sm-11, .redactor-styles .col-sm-12, .redactor-styles .col-sm, .redactor-styles .col-md-1, .redactor-styles .col-md-2, .redactor-styles .col-md-3, .redactor-styles .col-md-4, .redactor-styles .col-md-5, .redactor-styles .col-md-6, .redactor-styles .col-md-7, .redactor-styles .col-md-8, .redactor-styles .col-md-9, .redactor-styles .col-md-10, .redactor-styles .col-md-11, .redactor-styles .col-md-12, .redactor-styles .col-md, .redactor-styles .col-lg-1, .redactor-styles .col-lg-2, .redactor-styles .col-lg-3, .redactor-styles .col-lg-4, .redactor-styles .col-lg-5, .redactor-styles .col-lg-6, .redactor-styles .col-lg-7, .redactor-styles .col-lg-8, .redactor-styles .col-lg-9, .redactor-styles .col-lg-10, .redactor-styles .col-lg-11, .redactor-styles .col-lg-12, .redactor-styles .col-lg, .redactor-styles .col-xl-1, .redactor-styles .col-xl-2, .redactor-styles .col-xl-3, .redactor-styles .col-xl-4, .redactor-styles .col-xl-5, .redactor-styles .col-xl-6, .redactor-styles .col-xl-7, .redactor-styles .col-xl-8, .redactor-styles .col-xl-9, .redactor-styles .col-xl-10, .redactor-styles .col-xl-11, .redactor-styles .col-xl-12, .redactor-styles .col-xl, .redactor-styles .col-xxl-1, .redactor-styles .col-xxl-2, .redactor-styles .col-xxl-3, .redactor-styles .col-xxl-4, .redactor-styles .col-xxl-5, .redactor-styles .col-xxl-6, .redactor-styles .col-xxl-7, .redactor-styles .col-xxl-8, .redactor-styles .col-xxl-9, .redactor-styles .col-xxl-10, .redactor-styles .col-xxl-11, .redactor-styles .col-xxl-12, .redactor-styles .col-xxl, .redactor-styles .col-xxxl-1, .redactor-styles .col-xxxl-2, .redactor-styles .col-xxxl-3, .redactor-styles .col-xxxl-4, .redactor-styles .col-xxxl-5, .redactor-styles .col-xxxl-6, .redactor-styles .col-xxxl-7, .redactor-styles .col-xxxl-8, .redactor-styles .col-xxxl-9, .redactor-styles .col-xxxl-10, .redactor-styles .col-xxxl-11, .redactor-styles .col-xxxl-12, .redactor-styles .col-xxxl {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.redactor-styles .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.redactor-styles .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.redactor-styles .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.redactor-styles .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.redactor-styles .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.redactor-styles .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.redactor-styles .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.redactor-styles .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.redactor-styles .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.redactor-styles .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.redactor-styles .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.redactor-styles .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.redactor-styles .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.redactor-styles .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.redactor-styles .pull-0 {
  right: auto;
}

.redactor-styles .pull-1 {
  right: 8.33333333%;
}

.redactor-styles .pull-2 {
  right: 16.66666667%;
}

.redactor-styles .pull-3 {
  right: 25%;
}

.redactor-styles .pull-4 {
  right: 33.33333333%;
}

.redactor-styles .pull-5 {
  right: 41.66666667%;
}

.redactor-styles .pull-6 {
  right: 50%;
}

.redactor-styles .pull-7 {
  right: 58.33333333%;
}

.redactor-styles .pull-8 {
  right: 66.66666667%;
}

.redactor-styles .pull-9 {
  right: 75%;
}

.redactor-styles .pull-10 {
  right: 83.33333333%;
}

.redactor-styles .pull-11 {
  right: 91.66666667%;
}

.redactor-styles .pull-12 {
  right: 100%;
}

.redactor-styles .push-0 {
  left: auto;
}

.redactor-styles .push-1 {
  left: 8.33333333%;
}

.redactor-styles .push-2 {
  left: 16.66666667%;
}

.redactor-styles .push-3 {
  left: 25%;
}

.redactor-styles .push-4 {
  left: 33.33333333%;
}

.redactor-styles .push-5 {
  left: 41.66666667%;
}

.redactor-styles .push-6 {
  left: 50%;
}

.redactor-styles .push-7 {
  left: 58.33333333%;
}

.redactor-styles .push-8 {
  left: 66.66666667%;
}

.redactor-styles .push-9 {
  left: 75%;
}

.redactor-styles .push-10 {
  left: 83.33333333%;
}

.redactor-styles .push-11 {
  left: 91.66666667%;
}

.redactor-styles .push-12 {
  left: 100%;
}

.redactor-styles .offset-1 {
  margin-left: 8.33333333%;
}

.redactor-styles .offset-2 {
  margin-left: 16.66666667%;
}

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

.redactor-styles .offset-4 {
  margin-left: 33.33333333%;
}

.redactor-styles .offset-5 {
  margin-left: 41.66666667%;
}

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

.redactor-styles .offset-7 {
  margin-left: 58.33333333%;
}

.redactor-styles .offset-8 {
  margin-left: 66.66666667%;
}

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

.redactor-styles .offset-10 {
  margin-left: 83.33333333%;
}

.redactor-styles .offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .redactor-styles .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .redactor-styles .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .redactor-styles .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .redactor-styles .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .redactor-styles .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .redactor-styles .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .redactor-styles .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .redactor-styles .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .redactor-styles .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .redactor-styles .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .redactor-styles .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .redactor-styles .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .redactor-styles .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .redactor-styles .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .redactor-styles .pull-sm-0 {
    right: auto;
  }
  .redactor-styles .pull-sm-1 {
    right: 8.33333333%;
  }
  .redactor-styles .pull-sm-2 {
    right: 16.66666667%;
  }
  .redactor-styles .pull-sm-3 {
    right: 25%;
  }
  .redactor-styles .pull-sm-4 {
    right: 33.33333333%;
  }
  .redactor-styles .pull-sm-5 {
    right: 41.66666667%;
  }
  .redactor-styles .pull-sm-6 {
    right: 50%;
  }
  .redactor-styles .pull-sm-7 {
    right: 58.33333333%;
  }
  .redactor-styles .pull-sm-8 {
    right: 66.66666667%;
  }
  .redactor-styles .pull-sm-9 {
    right: 75%;
  }
  .redactor-styles .pull-sm-10 {
    right: 83.33333333%;
  }
  .redactor-styles .pull-sm-11 {
    right: 91.66666667%;
  }
  .redactor-styles .pull-sm-12 {
    right: 100%;
  }
  .redactor-styles .push-sm-0 {
    left: auto;
  }
  .redactor-styles .push-sm-1 {
    left: 8.33333333%;
  }
  .redactor-styles .push-sm-2 {
    left: 16.66666667%;
  }
  .redactor-styles .push-sm-3 {
    left: 25%;
  }
  .redactor-styles .push-sm-4 {
    left: 33.33333333%;
  }
  .redactor-styles .push-sm-5 {
    left: 41.66666667%;
  }
  .redactor-styles .push-sm-6 {
    left: 50%;
  }
  .redactor-styles .push-sm-7 {
    left: 58.33333333%;
  }
  .redactor-styles .push-sm-8 {
    left: 66.66666667%;
  }
  .redactor-styles .push-sm-9 {
    left: 75%;
  }
  .redactor-styles .push-sm-10 {
    left: 83.33333333%;
  }
  .redactor-styles .push-sm-11 {
    left: 91.66666667%;
  }
  .redactor-styles .push-sm-12 {
    left: 100%;
  }
  .redactor-styles .offset-sm-0 {
    margin-left: 0%;
  }
  .redactor-styles .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .redactor-styles .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .redactor-styles .offset-sm-3 {
    margin-left: 25%;
  }
  .redactor-styles .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .redactor-styles .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .redactor-styles .offset-sm-6 {
    margin-left: 50%;
  }
  .redactor-styles .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .redactor-styles .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .redactor-styles .offset-sm-9 {
    margin-left: 75%;
  }
  .redactor-styles .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .redactor-styles .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .redactor-styles .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .redactor-styles .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .redactor-styles .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .redactor-styles .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .redactor-styles .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .redactor-styles .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .redactor-styles .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .redactor-styles .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .redactor-styles .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .redactor-styles .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .redactor-styles .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .redactor-styles .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .redactor-styles .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .redactor-styles .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .redactor-styles .pull-md-0 {
    right: auto;
  }
  .redactor-styles .pull-md-1 {
    right: 8.33333333%;
  }
  .redactor-styles .pull-md-2 {
    right: 16.66666667%;
  }
  .redactor-styles .pull-md-3 {
    right: 25%;
  }
  .redactor-styles .pull-md-4 {
    right: 33.33333333%;
  }
  .redactor-styles .pull-md-5 {
    right: 41.66666667%;
  }
  .redactor-styles .pull-md-6 {
    right: 50%;
  }
  .redactor-styles .pull-md-7 {
    right: 58.33333333%;
  }
  .redactor-styles .pull-md-8 {
    right: 66.66666667%;
  }
  .redactor-styles .pull-md-9 {
    right: 75%;
  }
  .redactor-styles .pull-md-10 {
    right: 83.33333333%;
  }
  .redactor-styles .pull-md-11 {
    right: 91.66666667%;
  }
  .redactor-styles .pull-md-12 {
    right: 100%;
  }
  .redactor-styles .push-md-0 {
    left: auto;
  }
  .redactor-styles .push-md-1 {
    left: 8.33333333%;
  }
  .redactor-styles .push-md-2 {
    left: 16.66666667%;
  }
  .redactor-styles .push-md-3 {
    left: 25%;
  }
  .redactor-styles .push-md-4 {
    left: 33.33333333%;
  }
  .redactor-styles .push-md-5 {
    left: 41.66666667%;
  }
  .redactor-styles .push-md-6 {
    left: 50%;
  }
  .redactor-styles .push-md-7 {
    left: 58.33333333%;
  }
  .redactor-styles .push-md-8 {
    left: 66.66666667%;
  }
  .redactor-styles .push-md-9 {
    left: 75%;
  }
  .redactor-styles .push-md-10 {
    left: 83.33333333%;
  }
  .redactor-styles .push-md-11 {
    left: 91.66666667%;
  }
  .redactor-styles .push-md-12 {
    left: 100%;
  }
  .redactor-styles .offset-md-0 {
    margin-left: 0%;
  }
  .redactor-styles .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .redactor-styles .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .redactor-styles .offset-md-3 {
    margin-left: 25%;
  }
  .redactor-styles .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .redactor-styles .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .redactor-styles .offset-md-6 {
    margin-left: 50%;
  }
  .redactor-styles .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .redactor-styles .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .redactor-styles .offset-md-9 {
    margin-left: 75%;
  }
  .redactor-styles .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .redactor-styles .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .redactor-styles .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .redactor-styles .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .redactor-styles .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .redactor-styles .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .redactor-styles .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .redactor-styles .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .redactor-styles .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .redactor-styles .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .redactor-styles .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .redactor-styles .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .redactor-styles .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .redactor-styles .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .redactor-styles .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .redactor-styles .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .redactor-styles .pull-lg-0 {
    right: auto;
  }
  .redactor-styles .pull-lg-1 {
    right: 8.33333333%;
  }
  .redactor-styles .pull-lg-2 {
    right: 16.66666667%;
  }
  .redactor-styles .pull-lg-3 {
    right: 25%;
  }
  .redactor-styles .pull-lg-4 {
    right: 33.33333333%;
  }
  .redactor-styles .pull-lg-5 {
    right: 41.66666667%;
  }
  .redactor-styles .pull-lg-6 {
    right: 50%;
  }
  .redactor-styles .pull-lg-7 {
    right: 58.33333333%;
  }
  .redactor-styles .pull-lg-8 {
    right: 66.66666667%;
  }
  .redactor-styles .pull-lg-9 {
    right: 75%;
  }
  .redactor-styles .pull-lg-10 {
    right: 83.33333333%;
  }
  .redactor-styles .pull-lg-11 {
    right: 91.66666667%;
  }
  .redactor-styles .pull-lg-12 {
    right: 100%;
  }
  .redactor-styles .push-lg-0 {
    left: auto;
  }
  .redactor-styles .push-lg-1 {
    left: 8.33333333%;
  }
  .redactor-styles .push-lg-2 {
    left: 16.66666667%;
  }
  .redactor-styles .push-lg-3 {
    left: 25%;
  }
  .redactor-styles .push-lg-4 {
    left: 33.33333333%;
  }
  .redactor-styles .push-lg-5 {
    left: 41.66666667%;
  }
  .redactor-styles .push-lg-6 {
    left: 50%;
  }
  .redactor-styles .push-lg-7 {
    left: 58.33333333%;
  }
  .redactor-styles .push-lg-8 {
    left: 66.66666667%;
  }
  .redactor-styles .push-lg-9 {
    left: 75%;
  }
  .redactor-styles .push-lg-10 {
    left: 83.33333333%;
  }
  .redactor-styles .push-lg-11 {
    left: 91.66666667%;
  }
  .redactor-styles .push-lg-12 {
    left: 100%;
  }
  .redactor-styles .offset-lg-0 {
    margin-left: 0%;
  }
  .redactor-styles .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .redactor-styles .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .redactor-styles .offset-lg-3 {
    margin-left: 25%;
  }
  .redactor-styles .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .redactor-styles .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .redactor-styles .offset-lg-6 {
    margin-left: 50%;
  }
  .redactor-styles .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .redactor-styles .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .redactor-styles .offset-lg-9 {
    margin-left: 75%;
  }
  .redactor-styles .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .redactor-styles .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .redactor-styles .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .redactor-styles .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .redactor-styles .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .redactor-styles .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .redactor-styles .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .redactor-styles .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .redactor-styles .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .redactor-styles .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .redactor-styles .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .redactor-styles .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .redactor-styles .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .redactor-styles .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .redactor-styles .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .redactor-styles .pull-xl-0 {
    right: auto;
  }
  .redactor-styles .pull-xl-1 {
    right: 8.33333333%;
  }
  .redactor-styles .pull-xl-2 {
    right: 16.66666667%;
  }
  .redactor-styles .pull-xl-3 {
    right: 25%;
  }
  .redactor-styles .pull-xl-4 {
    right: 33.33333333%;
  }
  .redactor-styles .pull-xl-5 {
    right: 41.66666667%;
  }
  .redactor-styles .pull-xl-6 {
    right: 50%;
  }
  .redactor-styles .pull-xl-7 {
    right: 58.33333333%;
  }
  .redactor-styles .pull-xl-8 {
    right: 66.66666667%;
  }
  .redactor-styles .pull-xl-9 {
    right: 75%;
  }
  .redactor-styles .pull-xl-10 {
    right: 83.33333333%;
  }
  .redactor-styles .pull-xl-11 {
    right: 91.66666667%;
  }
  .redactor-styles .pull-xl-12 {
    right: 100%;
  }
  .redactor-styles .push-xl-0 {
    left: auto;
  }
  .redactor-styles .push-xl-1 {
    left: 8.33333333%;
  }
  .redactor-styles .push-xl-2 {
    left: 16.66666667%;
  }
  .redactor-styles .push-xl-3 {
    left: 25%;
  }
  .redactor-styles .push-xl-4 {
    left: 33.33333333%;
  }
  .redactor-styles .push-xl-5 {
    left: 41.66666667%;
  }
  .redactor-styles .push-xl-6 {
    left: 50%;
  }
  .redactor-styles .push-xl-7 {
    left: 58.33333333%;
  }
  .redactor-styles .push-xl-8 {
    left: 66.66666667%;
  }
  .redactor-styles .push-xl-9 {
    left: 75%;
  }
  .redactor-styles .push-xl-10 {
    left: 83.33333333%;
  }
  .redactor-styles .push-xl-11 {
    left: 91.66666667%;
  }
  .redactor-styles .push-xl-12 {
    left: 100%;
  }
  .redactor-styles .offset-xl-0 {
    margin-left: 0%;
  }
  .redactor-styles .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .redactor-styles .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .redactor-styles .offset-xl-3 {
    margin-left: 25%;
  }
  .redactor-styles .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .redactor-styles .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .redactor-styles .offset-xl-6 {
    margin-left: 50%;
  }
  .redactor-styles .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .redactor-styles .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .redactor-styles .offset-xl-9 {
    margin-left: 75%;
  }
  .redactor-styles .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .redactor-styles .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .redactor-styles .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .redactor-styles .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .redactor-styles .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .redactor-styles .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .redactor-styles .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .redactor-styles .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .redactor-styles .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .redactor-styles .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .redactor-styles .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .redactor-styles .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .redactor-styles .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .redactor-styles .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .redactor-styles .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .redactor-styles .pull-xxl-0 {
    right: auto;
  }
  .redactor-styles .pull-xxl-1 {
    right: 8.33333333%;
  }
  .redactor-styles .pull-xxl-2 {
    right: 16.66666667%;
  }
  .redactor-styles .pull-xxl-3 {
    right: 25%;
  }
  .redactor-styles .pull-xxl-4 {
    right: 33.33333333%;
  }
  .redactor-styles .pull-xxl-5 {
    right: 41.66666667%;
  }
  .redactor-styles .pull-xxl-6 {
    right: 50%;
  }
  .redactor-styles .pull-xxl-7 {
    right: 58.33333333%;
  }
  .redactor-styles .pull-xxl-8 {
    right: 66.66666667%;
  }
  .redactor-styles .pull-xxl-9 {
    right: 75%;
  }
  .redactor-styles .pull-xxl-10 {
    right: 83.33333333%;
  }
  .redactor-styles .pull-xxl-11 {
    right: 91.66666667%;
  }
  .redactor-styles .pull-xxl-12 {
    right: 100%;
  }
  .redactor-styles .push-xxl-0 {
    left: auto;
  }
  .redactor-styles .push-xxl-1 {
    left: 8.33333333%;
  }
  .redactor-styles .push-xxl-2 {
    left: 16.66666667%;
  }
  .redactor-styles .push-xxl-3 {
    left: 25%;
  }
  .redactor-styles .push-xxl-4 {
    left: 33.33333333%;
  }
  .redactor-styles .push-xxl-5 {
    left: 41.66666667%;
  }
  .redactor-styles .push-xxl-6 {
    left: 50%;
  }
  .redactor-styles .push-xxl-7 {
    left: 58.33333333%;
  }
  .redactor-styles .push-xxl-8 {
    left: 66.66666667%;
  }
  .redactor-styles .push-xxl-9 {
    left: 75%;
  }
  .redactor-styles .push-xxl-10 {
    left: 83.33333333%;
  }
  .redactor-styles .push-xxl-11 {
    left: 91.66666667%;
  }
  .redactor-styles .push-xxl-12 {
    left: 100%;
  }
  .redactor-styles .offset-xxl-0 {
    margin-left: 0%;
  }
  .redactor-styles .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .redactor-styles .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .redactor-styles .offset-xxl-3 {
    margin-left: 25%;
  }
  .redactor-styles .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .redactor-styles .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .redactor-styles .offset-xxl-6 {
    margin-left: 50%;
  }
  .redactor-styles .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .redactor-styles .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .redactor-styles .offset-xxl-9 {
    margin-left: 75%;
  }
  .redactor-styles .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .redactor-styles .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .redactor-styles .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .redactor-styles .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .redactor-styles .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .redactor-styles .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .redactor-styles .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .redactor-styles .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .redactor-styles .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .redactor-styles .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .redactor-styles .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .redactor-styles .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .redactor-styles .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .redactor-styles .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .redactor-styles .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .redactor-styles .pull-xxxl-0 {
    right: auto;
  }
  .redactor-styles .pull-xxxl-1 {
    right: 8.33333333%;
  }
  .redactor-styles .pull-xxxl-2 {
    right: 16.66666667%;
  }
  .redactor-styles .pull-xxxl-3 {
    right: 25%;
  }
  .redactor-styles .pull-xxxl-4 {
    right: 33.33333333%;
  }
  .redactor-styles .pull-xxxl-5 {
    right: 41.66666667%;
  }
  .redactor-styles .pull-xxxl-6 {
    right: 50%;
  }
  .redactor-styles .pull-xxxl-7 {
    right: 58.33333333%;
  }
  .redactor-styles .pull-xxxl-8 {
    right: 66.66666667%;
  }
  .redactor-styles .pull-xxxl-9 {
    right: 75%;
  }
  .redactor-styles .pull-xxxl-10 {
    right: 83.33333333%;
  }
  .redactor-styles .pull-xxxl-11 {
    right: 91.66666667%;
  }
  .redactor-styles .pull-xxxl-12 {
    right: 100%;
  }
  .redactor-styles .push-xxxl-0 {
    left: auto;
  }
  .redactor-styles .push-xxxl-1 {
    left: 8.33333333%;
  }
  .redactor-styles .push-xxxl-2 {
    left: 16.66666667%;
  }
  .redactor-styles .push-xxxl-3 {
    left: 25%;
  }
  .redactor-styles .push-xxxl-4 {
    left: 33.33333333%;
  }
  .redactor-styles .push-xxxl-5 {
    left: 41.66666667%;
  }
  .redactor-styles .push-xxxl-6 {
    left: 50%;
  }
  .redactor-styles .push-xxxl-7 {
    left: 58.33333333%;
  }
  .redactor-styles .push-xxxl-8 {
    left: 66.66666667%;
  }
  .redactor-styles .push-xxxl-9 {
    left: 75%;
  }
  .redactor-styles .push-xxxl-10 {
    left: 83.33333333%;
  }
  .redactor-styles .push-xxxl-11 {
    left: 91.66666667%;
  }
  .redactor-styles .push-xxxl-12 {
    left: 100%;
  }
  .redactor-styles .offset-xxxl-0 {
    margin-left: 0%;
  }
  .redactor-styles .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .redactor-styles .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .redactor-styles .offset-xxxl-3 {
    margin-left: 25%;
  }
  .redactor-styles .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .redactor-styles .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .redactor-styles .offset-xxxl-6 {
    margin-left: 50%;
  }
  .redactor-styles .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .redactor-styles .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .redactor-styles .offset-xxxl-9 {
    margin-left: 75%;
  }
  .redactor-styles .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .redactor-styles .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}

.redactor-styles .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.redactor-styles .table th,
.redactor-styles .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0 solid #ececec;
}

.redactor-styles .table thead th {
  vertical-align: bottom;
  border-bottom: 0 solid #ececec;
}

.redactor-styles .table tbody + tbody {
  border-top: 0 solid #ececec;
}

.redactor-styles .table .table {
  background-color: #fff;
}

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

.redactor-styles .table-bordered {
  border: 0 solid #ececec;
}

.redactor-styles .table-bordered th,
.redactor-styles .table-bordered td {
  border: 0 solid #ececec;
}

.redactor-styles .table-bordered thead th,
.redactor-styles .table-bordered thead td {
  border-bottom-width: 0;
}

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

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

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

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

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

.redactor-styles .table-success,
.redactor-styles .table-success > th,
.redactor-styles .table-success > td {
  background-color: #dff0d8;
}

.redactor-styles .table-hover .table-success:hover {
  background-color: #d0e9c6;
}

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

.redactor-styles .table-info,
.redactor-styles .table-info > th,
.redactor-styles .table-info > td {
  background-color: #d9edf7;
}

.redactor-styles .table-hover .table-info:hover {
  background-color: #c4e3f3;
}

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

.redactor-styles .table-warning,
.redactor-styles .table-warning > th,
.redactor-styles .table-warning > td {
  background-color: #fcf8e3;
}

.redactor-styles .table-hover .table-warning:hover {
  background-color: #faf2cc;
}

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

.redactor-styles .table-danger,
.redactor-styles .table-danger > th,
.redactor-styles .table-danger > td {
  background-color: #f2dede;
}

.redactor-styles .table-hover .table-danger:hover {
  background-color: #ebcccc;
}

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

.redactor-styles .thead-inverse th {
  color: #fff;
  background-color: #23252f;
}

.redactor-styles .thead-default th {
  color: #464a4c;
  background-color: #ececec;
}

.redactor-styles .table-inverse {
  color: #fff;
  background-color: #23252f;
}

.redactor-styles .table-inverse th,
.redactor-styles .table-inverse td,
.redactor-styles .table-inverse thead th {
  border-color: #fff;
}

.redactor-styles .table-inverse.table-bordered {
  border: 0;
}

.redactor-styles .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.redactor-styles .table-responsive.table-bordered {
  border: 0;
}

.redactor-styles .form-control, .redactor-styles #watch-browser #watchSearchFieldWrapper input {
  display: block;
  width: 100%;
  padding: 0.8125rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #23252f;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.redactor-styles .form-control::-ms-expand, .redactor-styles #watch-browser #watchSearchFieldWrapper input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.redactor-styles .form-control:focus, .redactor-styles #watch-browser #watchSearchFieldWrapper input:focus {
  color: #23252f;
  background-color: #fff;
  border-color: #d2ba86;
  outline: none;
}

.redactor-styles .form-control::-webkit-input-placeholder, .redactor-styles #watch-browser #watchSearchFieldWrapper input::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
}

.redactor-styles .form-control::-moz-placeholder, .redactor-styles #watch-browser #watchSearchFieldWrapper input::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}

.redactor-styles .form-control::-ms-input-placeholder, .redactor-styles #watch-browser #watchSearchFieldWrapper input::-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}

.redactor-styles .form-control::placeholder, .redactor-styles #watch-browser #watchSearchFieldWrapper input::placeholder {
  color: #adadad;
  opacity: 1;
}

.redactor-styles .form-control:disabled, .redactor-styles #watch-browser #watchSearchFieldWrapper input:disabled, .redactor-styles .form-control[readonly], .redactor-styles #watch-browser #watchSearchFieldWrapper input[readonly] {
  background-color: #ececec;
  opacity: 1;
}

.redactor-styles .form-control:disabled, .redactor-styles #watch-browser #watchSearchFieldWrapper input:disabled {
  cursor: not-allowed;
}

.redactor-styles select.form-control:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.redactor-styles select.form-control:focus::-ms-value {
  color: #23252f;
  background-color: #fff;
}

.redactor-styles .form-control-file,
.redactor-styles .form-control-range {
  display: block;
}

.redactor-styles .col-form-label {
  padding-top: calc(0.8125rem - 1px * 2);
  padding-bottom: calc(0.8125rem - 1px * 2);
  margin-bottom: 0;
}

.redactor-styles .col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.redactor-styles .col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.redactor-styles .col-form-legend {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.redactor-styles .form-control-static {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.redactor-styles .form-control-static.form-control-sm, .redactor-styles .input-group-sm > .form-control-static.form-control, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group-sm > input.form-control-static,
.redactor-styles .input-group-sm > .form-control-static.input-group-addon,
.redactor-styles .input-group-sm > .input-group-btn > .form-control-static.btn, .redactor-styles .dropdown-watch-search-section .input-group-sm > .input-group-btn > .form-control-static.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .input-group-sm > .input-group-btn > .form-control-static.newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .input-group-sm > .input-group-btn > .form-control-static.newsletter-form-wide-subscribeBtn, .redactor-styles .form-control-static.form-control-lg, .redactor-styles .input-group-lg > .form-control-static.form-control, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group-lg > input.form-control-static,
.redactor-styles .input-group-lg > .form-control-static.input-group-addon,
.redactor-styles .input-group-lg > .input-group-btn > .form-control-static.btn, .redactor-styles .dropdown-watch-search-section .input-group-lg > .input-group-btn > .form-control-static.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .input-group-lg > .input-group-btn > .form-control-static.newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .input-group-lg > .input-group-btn > .form-control-static.newsletter-form-wide-subscribeBtn {
  padding-right: 0;
  padding-left: 0;
}

.redactor-styles .form-control-sm, .redactor-styles .input-group-sm > .form-control, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group-sm > input,
.redactor-styles .input-group-sm > .input-group-addon,
.redactor-styles .input-group-sm > .input-group-btn > .btn, .redactor-styles .dropdown-watch-search-section .input-group-sm > .input-group-btn > .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .input-group-sm > .input-group-btn > .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .input-group-sm > .input-group-btn > .newsletter-form-wide-subscribeBtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.redactor-styles select.form-control-sm:not([size]):not([multiple]), .redactor-styles .input-group-sm > select.form-control:not([size]):not([multiple]),
.redactor-styles .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.redactor-styles .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .redactor-styles .dropdown-watch-search-section .input-group-sm > .input-group-btn > select.dropdown-watch-search-btn:not([size]):not([multiple]), .redactor-styles .frontpage-newsletter-video-section .input-group-sm > .input-group-btn > select.newsletter-form-frontpage-subscribeBtn:not([size]):not([multiple]), .redactor-styles .newsletter-form-wide .input-group-sm > .input-group-btn > select.newsletter-form-wide-subscribeBtn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.redactor-styles .form-control-lg, .redactor-styles .input-group-lg > .form-control, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group-lg > input,
.redactor-styles .input-group-lg > .input-group-addon,
.redactor-styles .input-group-lg > .input-group-btn > .btn, .redactor-styles .dropdown-watch-search-section .input-group-lg > .input-group-btn > .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .input-group-lg > .input-group-btn > .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .input-group-lg > .input-group-btn > .newsletter-form-wide-subscribeBtn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.redactor-styles select.form-control-lg:not([size]):not([multiple]), .redactor-styles .input-group-lg > select.form-control:not([size]):not([multiple]),
.redactor-styles .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.redactor-styles .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .redactor-styles .dropdown-watch-search-section .input-group-lg > .input-group-btn > select.dropdown-watch-search-btn:not([size]):not([multiple]), .redactor-styles .frontpage-newsletter-video-section .input-group-lg > .input-group-btn > select.newsletter-form-frontpage-subscribeBtn:not([size]):not([multiple]), .redactor-styles .newsletter-form-wide .input-group-lg > .input-group-btn > select.newsletter-form-wide-subscribeBtn:not([size]):not([multiple]) {
  height: 3.16666667rem;
}

.redactor-styles .form-group, .redactor-styles #delivery .select-store {
  margin-bottom: 1rem;
}

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

.redactor-styles .form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.redactor-styles .form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.redactor-styles .form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

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

.redactor-styles .form-check-input:only-child {
  position: static;
}

.redactor-styles .form-check-inline {
  display: inline-block;
}

.redactor-styles .form-check-inline .form-check-label {
  vertical-align: middle;
}

.redactor-styles .form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.redactor-styles .form-control-feedback {
  margin-top: 0.25rem;
}

.redactor-styles .form-control-success,
.redactor-styles .form-control-warning,
.redactor-styles .form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.71875rem;
  background-size: 1.4375rem 1.4375rem;
}

.redactor-styles .has-success .form-control-feedback,
.redactor-styles .has-success .form-control-label,
.redactor-styles .has-success .col-form-label,
.redactor-styles .has-success .form-check-label,
.redactor-styles .has-success .custom-control {
  color: #5cb85c;
}

.redactor-styles .has-success .form-control, .redactor-styles .has-success #watch-browser #watchSearchFieldWrapper input, .redactor-styles #watch-browser #watchSearchFieldWrapper .has-success input {
  border-color: #5cb85c;
}

.redactor-styles .has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.redactor-styles .has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.redactor-styles .has-warning .form-control-feedback,
.redactor-styles .has-warning .form-control-label,
.redactor-styles .has-warning .col-form-label,
.redactor-styles .has-warning .form-check-label,
.redactor-styles .has-warning .custom-control {
  color: #f0ad4e;
}

.redactor-styles .has-warning .form-control, .redactor-styles .has-warning #watch-browser #watchSearchFieldWrapper input, .redactor-styles #watch-browser #watchSearchFieldWrapper .has-warning input {
  border-color: #f0ad4e;
}

.redactor-styles .has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.redactor-styles .has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.redactor-styles .has-danger .form-control-feedback,
.redactor-styles .has-danger .form-control-label,
.redactor-styles .has-danger .col-form-label,
.redactor-styles .has-danger .form-check-label,
.redactor-styles .has-danger .custom-control {
  color: #d9534f;
}

.redactor-styles .has-danger .form-control, .redactor-styles .has-danger #watch-browser #watchSearchFieldWrapper input, .redactor-styles #watch-browser #watchSearchFieldWrapper .has-danger input {
  border-color: #d9534f;
}

.redactor-styles .has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.redactor-styles .has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.redactor-styles .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (min-width: 576px) {
  .redactor-styles .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .redactor-styles .form-inline .form-group, .redactor-styles .form-inline #delivery .select-store, .redactor-styles #delivery .form-inline .select-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .redactor-styles .form-inline .form-control, .redactor-styles .form-inline #watch-browser #watchSearchFieldWrapper input, .redactor-styles #watch-browser #watchSearchFieldWrapper .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .redactor-styles .form-inline .form-control-static {
    display: inline-block;
  }
  .redactor-styles .form-inline .input-group {
    width: auto;
  }
  .redactor-styles .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .redactor-styles .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .redactor-styles .form-inline .form-check-label {
    padding-left: 0;
  }
  .redactor-styles .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .redactor-styles .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .redactor-styles .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .redactor-styles .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.redactor-styles .btn, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.6875rem 1.6rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.redactor-styles .btn:focus, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn:focus, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:focus, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:focus, .redactor-styles .btn:hover, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn:hover, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:hover, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:hover {
  text-decoration: none;
}

.redactor-styles .btn:focus, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn:focus, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:focus, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:focus, .redactor-styles .btn.focus, .redactor-styles .dropdown-watch-search-section .focus.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .focus.newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .focus.newsletter-form-wide-subscribeBtn {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.25);
          box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.25);
}

.redactor-styles .btn.disabled, .redactor-styles .dropdown-watch-search-section .disabled.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .disabled.newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .disabled.newsletter-form-wide-subscribeBtn, .redactor-styles .btn:disabled, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn:disabled, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:disabled, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.redactor-styles .btn:active, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn:active, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:active, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:active, .redactor-styles .btn.active, .redactor-styles .dropdown-watch-search-section .active.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .active.newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .active.newsletter-form-wide-subscribeBtn {
  background-image: none;
}

.redactor-styles a.btn.disabled, .redactor-styles .dropdown-watch-search-section a.disabled.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section a.disabled.newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide a.disabled.newsletter-form-wide-subscribeBtn,
.redactor-styles fieldset[disabled] a.btn,
.redactor-styles fieldset[disabled] .dropdown-watch-search-section a.dropdown-watch-search-btn,
.redactor-styles .dropdown-watch-search-section fieldset[disabled] a.dropdown-watch-search-btn,
.redactor-styles fieldset[disabled] .frontpage-newsletter-video-section a.newsletter-form-frontpage-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section fieldset[disabled] a.newsletter-form-frontpage-subscribeBtn,
.redactor-styles fieldset[disabled] .newsletter-form-wide a.newsletter-form-wide-subscribeBtn,
.redactor-styles .newsletter-form-wide fieldset[disabled] a.newsletter-form-wide-subscribeBtn {
  pointer-events: none;
}

.redactor-styles .btn-primary, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.redactor-styles .btn-primary:hover, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:hover {
  color: #fff;
  background-color: #79612d;
  border-color: #715b2a;
}

.redactor-styles .btn-primary:focus, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:focus, .redactor-styles .btn-primary.focus, .redactor-styles .newsletter-form-wide .focus.newsletter-form-wide-subscribeBtn {
  -webkit-box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.5);
          box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.5);
}

.redactor-styles .btn-primary.disabled, .redactor-styles .newsletter-form-wide .disabled.newsletter-form-wide-subscribeBtn, .redactor-styles .btn-primary:disabled, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:disabled {
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.redactor-styles .btn-primary:active, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:active, .redactor-styles .btn-primary.active, .redactor-styles .newsletter-form-wide .active.newsletter-form-wide-subscribeBtn,
.show > .redactor-styles .btn-primary.dropdown-toggle,
.show > .redactor-styles .newsletter-form-wide .dropdown-toggle.newsletter-form-wide-subscribeBtn {
  color: #fff;
  background-color: #79612d;
  background-image: none;
  border-color: #715b2a;
}

.redactor-styles .btn-secondary {
  color: #23252f;
  background-color: #fff;
  border-color: #23252f;
}

.redactor-styles .btn-secondary:hover {
  color: #23252f;
  background-color: #e6e5e5;
  border-color: #09090c;
}

.redactor-styles .btn-secondary:focus, .redactor-styles .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
          box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
}

.redactor-styles .btn-secondary.disabled, .redactor-styles .btn-secondary:disabled {
  background-color: #fff;
  border-color: #23252f;
}

.redactor-styles .btn-secondary:active, .redactor-styles .btn-secondary.active,
.show > .redactor-styles .btn-secondary.dropdown-toggle {
  color: #23252f;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #09090c;
}

.redactor-styles .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.redactor-styles .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.redactor-styles .btn-info:focus, .redactor-styles .btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.redactor-styles .btn-info.disabled, .redactor-styles .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.redactor-styles .btn-info:active, .redactor-styles .btn-info.active,
.show > .redactor-styles .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.redactor-styles .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.redactor-styles .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.redactor-styles .btn-success:focus, .redactor-styles .btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.redactor-styles .btn-success.disabled, .redactor-styles .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.redactor-styles .btn-success:active, .redactor-styles .btn-success.active,
.show > .redactor-styles .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.redactor-styles .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.redactor-styles .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.redactor-styles .btn-warning:focus, .redactor-styles .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.redactor-styles .btn-warning.disabled, .redactor-styles .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.redactor-styles .btn-warning:active, .redactor-styles .btn-warning.active,
.show > .redactor-styles .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.redactor-styles .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.redactor-styles .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.redactor-styles .btn-danger:focus, .redactor-styles .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.redactor-styles .btn-danger.disabled, .redactor-styles .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.redactor-styles .btn-danger:active, .redactor-styles .btn-danger.active,
.show > .redactor-styles .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.redactor-styles .btn-outline-primary, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  color: #9e7f3b;
  background-image: none;
  background-color: transparent;
  border-color: #9e7f3b;
}

.redactor-styles .btn-outline-primary:hover, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn:hover, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:hover {
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.redactor-styles .btn-outline-primary:focus, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn:focus, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:focus, .redactor-styles .btn-outline-primary.focus, .redactor-styles .dropdown-watch-search-section .focus.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .focus.newsletter-form-frontpage-subscribeBtn {
  -webkit-box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.5);
          box-shadow: 0 0 0 2px rgba(158, 127, 59, 0.5);
}

.redactor-styles .btn-outline-primary.disabled, .redactor-styles .dropdown-watch-search-section .disabled.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .disabled.newsletter-form-frontpage-subscribeBtn, .redactor-styles .btn-outline-primary:disabled, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn:disabled, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:disabled {
  color: #9e7f3b;
  background-color: transparent;
}

.redactor-styles .btn-outline-primary:active, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn:active, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn:active, .redactor-styles .btn-outline-primary.active, .redactor-styles .dropdown-watch-search-section .active.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .active.newsletter-form-frontpage-subscribeBtn,
.show > .redactor-styles .btn-outline-primary.dropdown-toggle,
.show > .redactor-styles .dropdown-watch-search-section .dropdown-toggle.dropdown-watch-search-btn,
.show > .redactor-styles .frontpage-newsletter-video-section .dropdown-toggle.newsletter-form-frontpage-subscribeBtn {
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.redactor-styles .btn-outline-secondary {
  color: #23252f;
  background-image: none;
  background-color: transparent;
  border-color: #23252f;
}

.redactor-styles .btn-outline-secondary:hover {
  color: #fff;
  background-color: #23252f;
  border-color: #23252f;
}

.redactor-styles .btn-outline-secondary:focus, .redactor-styles .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
          box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
}

.redactor-styles .btn-outline-secondary.disabled, .redactor-styles .btn-outline-secondary:disabled {
  color: #23252f;
  background-color: transparent;
}

.redactor-styles .btn-outline-secondary:active, .redactor-styles .btn-outline-secondary.active,
.show > .redactor-styles .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #23252f;
  border-color: #23252f;
}

.redactor-styles .btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.redactor-styles .btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.redactor-styles .btn-outline-info:focus, .redactor-styles .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.redactor-styles .btn-outline-info.disabled, .redactor-styles .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.redactor-styles .btn-outline-info:active, .redactor-styles .btn-outline-info.active,
.show > .redactor-styles .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.redactor-styles .btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.redactor-styles .btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.redactor-styles .btn-outline-success:focus, .redactor-styles .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.redactor-styles .btn-outline-success.disabled, .redactor-styles .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.redactor-styles .btn-outline-success:active, .redactor-styles .btn-outline-success.active,
.show > .redactor-styles .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.redactor-styles .btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.redactor-styles .btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.redactor-styles .btn-outline-warning:focus, .redactor-styles .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.redactor-styles .btn-outline-warning.disabled, .redactor-styles .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.redactor-styles .btn-outline-warning:active, .redactor-styles .btn-outline-warning.active,
.show > .redactor-styles .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.redactor-styles .btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.redactor-styles .btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.redactor-styles .btn-outline-danger:focus, .redactor-styles .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.redactor-styles .btn-outline-danger.disabled, .redactor-styles .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.redactor-styles .btn-outline-danger:active, .redactor-styles .btn-outline-danger.active,
.show > .redactor-styles .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.redactor-styles .btn-link {
  font-weight: normal;
  color: #9e7f3b;
  border-radius: 0;
}

.redactor-styles .btn-link, .redactor-styles .btn-link:active, .redactor-styles .btn-link.active, .redactor-styles .btn-link:disabled {
  background-color: transparent;
}

.redactor-styles .btn-link, .redactor-styles .btn-link:focus, .redactor-styles .btn-link:active {
  border-color: transparent;
}

.redactor-styles .btn-link:hover {
  border-color: transparent;
}

.redactor-styles .btn-link:focus, .redactor-styles .btn-link:hover {
  color: #9e7f3b;
  text-decoration: underline;
  background-color: transparent;
}

.redactor-styles .btn-link:disabled {
  color: #636c72;
}

.redactor-styles .btn-link:disabled:focus, .redactor-styles .btn-link:disabled:hover {
  text-decoration: none;
}

.redactor-styles .btn-lg, .redactor-styles .btn-group-lg > .btn, .redactor-styles .dropdown-watch-search-section .btn-group-lg > .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .btn-group-lg > .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group-lg > .newsletter-form-wide-subscribeBtn {
  padding: 0.8rem 1.8rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.redactor-styles .btn-sm, .redactor-styles .btn-group-sm > .btn, .redactor-styles .dropdown-watch-search-section .btn-group-sm > .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .btn-group-sm > .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group-sm > .newsletter-form-wide-subscribeBtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.redactor-styles .btn-block, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  display: block;
  width: 100%;
}

.redactor-styles .btn-block + .btn-block, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn + .btn-block, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn-block, .redactor-styles .dropdown-watch-search-section .btn-block + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-watch-search-btn, .redactor-styles .newsletter-form-wide .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .newsletter-form-wide .btn-block + .newsletter-form-wide-subscribeBtn, .redactor-styles .dropdown-watch-search-section .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn {
  margin-top: 0.5rem;
}

.redactor-styles input[type="submit"].btn-block, .redactor-styles .dropdown-watch-search-section input.dropdown-watch-search-btn[type="submit"], .redactor-styles .newsletter-form-wide input.newsletter-form-wide-subscribeBtn[type="submit"],
.redactor-styles input[type="reset"].btn-block,
.redactor-styles .dropdown-watch-search-section input.dropdown-watch-search-btn[type="reset"],
.redactor-styles .newsletter-form-wide input.newsletter-form-wide-subscribeBtn[type="reset"],
.redactor-styles input[type="button"].btn-block,
.redactor-styles .dropdown-watch-search-section input.dropdown-watch-search-btn[type="button"],
.redactor-styles .newsletter-form-wide input.newsletter-form-wide-subscribeBtn[type="button"] {
  width: 100%;
}

.redactor-styles .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.redactor-styles .fade.show {
  opacity: 1;
}

.redactor-styles .collapse {
  display: none;
}

.redactor-styles .collapse.show {
  display: block;
}

.redactor-styles tr.collapse.show {
  display: table-row;
}

.redactor-styles tbody.collapse.show {
  display: table-row-group;
}

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

.redactor-styles .dropup,
.redactor-styles .dropdown {
  position: relative;
}

.redactor-styles .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.redactor-styles .dropdown-toggle:focus {
  outline: 0;
}

.redactor-styles .dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.redactor-styles .dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #ececec;
}

.redactor-styles .dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #23252f;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.redactor-styles .dropdown-item:focus, .redactor-styles .dropdown-item:hover {
  color: #181920;
  text-decoration: none;
  background-color: #f5f5f5;
}

.redactor-styles .dropdown-item.active, .redactor-styles .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #9e7f3b;
}

.redactor-styles .dropdown-item.disabled, .redactor-styles .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.redactor-styles .show > .dropdown-menu {
  display: block;
}

.redactor-styles .show > a {
  outline: 0;
}

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

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

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

.redactor-styles .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.redactor-styles .btn-group,
.redactor-styles .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.redactor-styles .btn-group > .btn, .redactor-styles .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical > .btn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.redactor-styles .btn-group > .btn:hover, .redactor-styles .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:hover, .redactor-styles .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:hover, .redactor-styles .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:hover,
.redactor-styles .btn-group-vertical > .btn:hover,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:hover,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:hover,
.redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:hover {
  z-index: 2;
}

.redactor-styles .btn-group > .btn:focus, .redactor-styles .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:focus, .redactor-styles .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:focus, .redactor-styles .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:focus, .redactor-styles .btn-group > .btn:active, .redactor-styles .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:active, .redactor-styles .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:active, .redactor-styles .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:active, .redactor-styles .btn-group > .btn.active, .redactor-styles .dropdown-watch-search-section .btn-group > .active.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .btn-group > .active.newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group > .active.newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical > .btn:focus,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:focus,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:focus,
.redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:focus,
.redactor-styles .btn-group-vertical > .btn:active,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:active,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:active,
.redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:active,
.redactor-styles .btn-group-vertical > .btn.active,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical > .active.dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .active.newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group-vertical > .active.newsletter-form-wide-subscribeBtn {
  z-index: 2;
}

.redactor-styles .btn-group .btn + .btn, .redactor-styles .btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .btn, .redactor-styles .dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .btn, .redactor-styles .btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .btn, .redactor-styles .frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .btn, .redactor-styles .btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn, .redactor-styles .newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .btn, .redactor-styles .btn-group .dropdown-watch-search-section .btn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .btn-group .btn + .dropdown-watch-search-btn, .redactor-styles .btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .dropdown-watch-search-btn, .redactor-styles .btn-group .frontpage-newsletter-video-section .dropdown-watch-search-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .btn-group .dropdown-watch-search-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .btn-group .newsletter-form-wide .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .newsletter-form-wide .btn-group .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .btn-group .frontpage-newsletter-video-section .btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .btn-group .btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .btn-group .dropdown-watch-search-section .frontpage-newsletter-video-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .dropdown-watch-search-section .btn-group .frontpage-newsletter-video-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .btn-group .newsletter-form-wide .frontpage-newsletter-video-section .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group .frontpage-newsletter-video-section .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .btn-group .newsletter-form-wide .btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group .btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .btn-group .dropdown-watch-search-section .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .dropdown-watch-search-section .btn-group .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .btn-group .frontpage-newsletter-video-section .newsletter-form-wide .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .btn-group .newsletter-form-wide .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .redactor-styles .btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group .btn + .btn-group,
.redactor-styles .btn-group .dropdown-watch-search-section .dropdown-watch-search-btn + .btn-group,
.redactor-styles .dropdown-watch-search-section .btn-group .dropdown-watch-search-btn + .btn-group,
.redactor-styles .btn-group .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .btn-group,
.redactor-styles .frontpage-newsletter-video-section .btn-group .newsletter-form-frontpage-subscribeBtn + .btn-group,
.redactor-styles .btn-group .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn-group,
.redactor-styles .newsletter-form-wide .btn-group .newsletter-form-wide-subscribeBtn + .btn-group,
.redactor-styles .btn-group .btn-group + .btn,
.redactor-styles .btn-group .dropdown-watch-search-section .btn-group + .dropdown-watch-search-btn,
.redactor-styles .dropdown-watch-search-section .btn-group .btn-group + .dropdown-watch-search-btn,
.redactor-styles .btn-group .frontpage-newsletter-video-section .btn-group + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section .btn-group .btn-group + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .btn-group .newsletter-form-wide .btn-group + .newsletter-form-wide-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group .btn-group + .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group .btn-group + .btn-group,
.redactor-styles .btn-group-vertical .btn + .btn,
.redactor-styles .btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .btn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .btn,
.redactor-styles .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .btn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .btn,
.redactor-styles .btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn,
.redactor-styles .newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .btn,
.redactor-styles .btn-group-vertical .dropdown-watch-search-section .btn + .dropdown-watch-search-btn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical .btn + .dropdown-watch-search-btn,
.redactor-styles .btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-watch-search-btn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .dropdown-watch-search-btn,
.redactor-styles .btn-group-vertical .frontpage-newsletter-video-section .dropdown-watch-search-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .dropdown-watch-search-section .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn,
.redactor-styles .dropdown-watch-search-section .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn,
.redactor-styles .btn-group-vertical .newsletter-form-wide .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn,
.redactor-styles .newsletter-form-wide .btn-group-vertical .dropdown-watch-search-section .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn,
.redactor-styles .dropdown-watch-search-section .newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn,
.redactor-styles .btn-group-vertical .frontpage-newsletter-video-section .btn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .btn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .btn-group-vertical .dropdown-watch-search-section .frontpage-newsletter-video-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical .frontpage-newsletter-video-section .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section .dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .btn-group-vertical .newsletter-form-wide .frontpage-newsletter-video-section .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section .newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .btn-group-vertical .newsletter-form-wide .btn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group-vertical .btn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical .dropdown-watch-search-section .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical .newsletter-form-wide .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .newsletter-form-wide .dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-wide .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-wide .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .newsletter-form-wide .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical .btn + .btn-group,
.redactor-styles .btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn + .btn-group,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn + .btn-group,
.redactor-styles .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .btn-group,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn + .btn-group,
.redactor-styles .btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .btn-group,
.redactor-styles .newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn + .btn-group,
.redactor-styles .btn-group-vertical .btn-group + .btn,
.redactor-styles .btn-group-vertical .dropdown-watch-search-section .btn-group + .dropdown-watch-search-btn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical .btn-group + .dropdown-watch-search-btn,
.redactor-styles .btn-group-vertical .frontpage-newsletter-video-section .btn-group + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .btn-group + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .btn-group-vertical .newsletter-form-wide .btn-group + .newsletter-form-wide-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group-vertical .btn-group + .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.redactor-styles .btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.redactor-styles .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .redactor-styles .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .redactor-styles .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:not(:first-child):not(:last-child):not(.dropdown-toggle), .redactor-styles .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.redactor-styles .btn-group > .btn:first-child, .redactor-styles .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:first-child, .redactor-styles .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:first-child, .redactor-styles .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:first-child {
  margin-left: 0;
}

.redactor-styles .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .redactor-styles .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:first-child:not(:last-child):not(.dropdown-toggle), .redactor-styles .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:first-child:not(:last-child):not(.dropdown-toggle), .redactor-styles .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.redactor-styles .btn-group > .btn:last-child:not(:first-child), .redactor-styles .dropdown-watch-search-section .btn-group > .dropdown-watch-search-btn:last-child:not(:first-child), .redactor-styles .frontpage-newsletter-video-section .btn-group > .newsletter-form-frontpage-subscribeBtn:last-child:not(:first-child), .redactor-styles .newsletter-form-wide .btn-group > .newsletter-form-wide-subscribeBtn:last-child:not(:first-child),
.redactor-styles .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.redactor-styles .btn-group > .btn-group {
  float: left;
}

.redactor-styles .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .redactor-styles .dropdown-watch-search-section .btn-group > .btn-group:not(:first-child):not(:last-child) > .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .btn-group > .btn-group:not(:first-child):not(:last-child) > .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group > .btn-group:not(:first-child):not(:last-child) > .newsletter-form-wide-subscribeBtn {
  border-radius: 0;
}

.redactor-styles .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .redactor-styles .dropdown-watch-search-section .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-watch-search-btn:last-child, .redactor-styles .frontpage-newsletter-video-section .btn-group > .btn-group:first-child:not(:last-child) > .newsletter-form-frontpage-subscribeBtn:last-child, .redactor-styles .newsletter-form-wide .btn-group > .btn-group:first-child:not(:last-child) > .newsletter-form-wide-subscribeBtn:last-child,
.redactor-styles .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.redactor-styles .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .redactor-styles .dropdown-watch-search-section .btn-group > .btn-group:last-child:not(:first-child) > .dropdown-watch-search-btn:first-child, .redactor-styles .frontpage-newsletter-video-section .btn-group > .btn-group:last-child:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:first-child, .redactor-styles .newsletter-form-wide .btn-group > .btn-group:last-child:not(:first-child) > .newsletter-form-wide-subscribeBtn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.redactor-styles .btn-group .dropdown-toggle:active,
.redactor-styles .btn-group.open .dropdown-toggle {
  outline: 0;
}

.redactor-styles .btn + .dropdown-toggle-split, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-toggle-split, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .dropdown-toggle-split, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.redactor-styles .btn + .dropdown-toggle-split::after, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn + .dropdown-toggle-split::after, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn + .dropdown-toggle-split::after, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.redactor-styles .btn-sm + .dropdown-toggle-split, .redactor-styles .btn-group-sm > .btn + .dropdown-toggle-split, .redactor-styles .dropdown-watch-search-section .btn-group-sm > .dropdown-watch-search-btn + .dropdown-toggle-split, .redactor-styles .frontpage-newsletter-video-section .btn-group-sm > .newsletter-form-frontpage-subscribeBtn + .dropdown-toggle-split, .redactor-styles .newsletter-form-wide .btn-group-sm > .newsletter-form-wide-subscribeBtn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.redactor-styles .btn-lg + .dropdown-toggle-split, .redactor-styles .btn-group-lg > .btn + .dropdown-toggle-split, .redactor-styles .dropdown-watch-search-section .btn-group-lg > .dropdown-watch-search-btn + .dropdown-toggle-split, .redactor-styles .frontpage-newsletter-video-section .btn-group-lg > .newsletter-form-frontpage-subscribeBtn + .dropdown-toggle-split, .redactor-styles .newsletter-form-wide .btn-group-lg > .newsletter-form-wide-subscribeBtn + .dropdown-toggle-split {
  padding-right: 1.35rem;
  padding-left: 1.35rem;
}

.redactor-styles .btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.redactor-styles .btn-group-vertical .btn, .redactor-styles .btn-group-vertical .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .btn-group-vertical .dropdown-watch-search-btn, .redactor-styles .btn-group-vertical .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical .newsletter-form-frontpage-subscribeBtn, .redactor-styles .btn-group-vertical .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group-vertical .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical .btn-group {
  width: 100%;
}

.redactor-styles .btn-group-vertical > .btn + .btn, .redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .btn, .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .btn, .redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .btn, .redactor-styles .dropdown-watch-search-section .btn-group-vertical > .btn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .dropdown-watch-search-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .newsletter-form-wide .dropdown-watch-search-section .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .dropdown-watch-search-section .frontpage-newsletter-video-section .btn-group-vertical > .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group-vertical > .btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .dropdown-watch-search-section .newsletter-form-wide .btn-group-vertical > .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-wide .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical > .btn + .btn-group,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn + .btn-group,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn + .btn-group,
.redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn + .btn-group,
.redactor-styles .btn-group-vertical > .btn-group + .btn,
.redactor-styles .dropdown-watch-search-section .btn-group-vertical > .btn-group + .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .btn-group + .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .btn-group-vertical > .btn-group + .newsletter-form-wide-subscribeBtn,
.redactor-styles .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.redactor-styles .btn-group-vertical > .btn:not(:first-child):not(:last-child), .redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:not(:first-child):not(:last-child), .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:not(:first-child):not(:last-child), .redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.redactor-styles .btn-group-vertical > .btn:first-child:not(:last-child), .redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:first-child:not(:last-child), .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:first-child:not(:last-child), .redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.redactor-styles .btn-group-vertical > .btn:last-child:not(:first-child), .redactor-styles .dropdown-watch-search-section .btn-group-vertical > .dropdown-watch-search-btn:last-child:not(:first-child), .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .newsletter-form-frontpage-subscribeBtn:last-child:not(:first-child), .redactor-styles .newsletter-form-wide .btn-group-vertical > .newsletter-form-wide-subscribeBtn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.redactor-styles .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .redactor-styles .dropdown-watch-search-section .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .newsletter-form-wide-subscribeBtn {
  border-radius: 0;
}

.redactor-styles .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .redactor-styles .dropdown-watch-search-section .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-watch-search-btn:last-child, .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .btn-group:first-child:not(:last-child) > .newsletter-form-frontpage-subscribeBtn:last-child, .redactor-styles .newsletter-form-wide .btn-group-vertical > .btn-group:first-child:not(:last-child) > .newsletter-form-wide-subscribeBtn:last-child,
.redactor-styles .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.redactor-styles .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .redactor-styles .dropdown-watch-search-section .btn-group-vertical > .btn-group:last-child:not(:first-child) > .dropdown-watch-search-btn:first-child, .redactor-styles .frontpage-newsletter-video-section .btn-group-vertical > .btn-group:last-child:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:first-child, .redactor-styles .newsletter-form-wide .btn-group-vertical > .btn-group:last-child:not(:first-child) > .newsletter-form-wide-subscribeBtn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.redactor-styles [data-toggle="buttons"] > .btn input[type="radio"], .redactor-styles .dropdown-watch-search-section [data-toggle="buttons"] > .dropdown-watch-search-btn input[type="radio"], .redactor-styles .frontpage-newsletter-video-section [data-toggle="buttons"] > .newsletter-form-frontpage-subscribeBtn input[type="radio"], .redactor-styles .newsletter-form-wide [data-toggle="buttons"] > .newsletter-form-wide-subscribeBtn input[type="radio"],
.redactor-styles [data-toggle="buttons"] > .btn input[type="checkbox"],
.redactor-styles .dropdown-watch-search-section [data-toggle="buttons"] > .dropdown-watch-search-btn input[type="checkbox"],
.redactor-styles .frontpage-newsletter-video-section [data-toggle="buttons"] > .newsletter-form-frontpage-subscribeBtn input[type="checkbox"],
.redactor-styles .newsletter-form-wide [data-toggle="buttons"] > .newsletter-form-wide-subscribeBtn input[type="checkbox"],
.redactor-styles [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.redactor-styles .dropdown-watch-search-section [data-toggle="buttons"] > .btn-group > .dropdown-watch-search-btn input[type="radio"],
.redactor-styles .frontpage-newsletter-video-section [data-toggle="buttons"] > .btn-group > .newsletter-form-frontpage-subscribeBtn input[type="radio"],
.redactor-styles .newsletter-form-wide [data-toggle="buttons"] > .btn-group > .newsletter-form-wide-subscribeBtn input[type="radio"],
.redactor-styles [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.redactor-styles .dropdown-watch-search-section [data-toggle="buttons"] > .btn-group > .dropdown-watch-search-btn input[type="checkbox"],
.redactor-styles .frontpage-newsletter-video-section [data-toggle="buttons"] > .btn-group > .newsletter-form-frontpage-subscribeBtn input[type="checkbox"],
.redactor-styles .newsletter-form-wide [data-toggle="buttons"] > .btn-group > .newsletter-form-wide-subscribeBtn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.redactor-styles .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.redactor-styles .input-group .form-control, .redactor-styles .input-group #watch-browser #watchSearchFieldWrapper input, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group input {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.redactor-styles .input-group .form-control:focus, .redactor-styles .input-group #watch-browser #watchSearchFieldWrapper input:focus, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group input:focus, .redactor-styles .input-group .form-control:active, .redactor-styles .input-group #watch-browser #watchSearchFieldWrapper input:active, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group input:active, .redactor-styles .input-group .form-control:hover, .redactor-styles .input-group #watch-browser #watchSearchFieldWrapper input:hover, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group input:hover {
  z-index: 3;
}

.redactor-styles .input-group-addon,
.redactor-styles .input-group-btn, .redactor-styles .input-group .form-control, .redactor-styles .input-group #watch-browser #watchSearchFieldWrapper input, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.redactor-styles .input-group-addon:not(:first-child):not(:last-child),
.redactor-styles .input-group-btn:not(:first-child):not(:last-child),
.redactor-styles .input-group .form-control:not(:first-child):not(:last-child),
.redactor-styles .input-group #watch-browser #watchSearchFieldWrapper input:not(:first-child):not(:last-child),
.redactor-styles #watch-browser #watchSearchFieldWrapper .input-group input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.redactor-styles .input-group-addon,
.redactor-styles .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.redactor-styles .input-group-addon {
  padding: 0.8125rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #23252f;
  text-align: center;
  background-color: none;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
}

.redactor-styles .input-group-addon.form-control-sm, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group-sm > input.input-group-addon,
.redactor-styles .input-group-sm > .input-group-addon,
.redactor-styles .input-group-sm > .input-group-btn > .input-group-addon.btn, .redactor-styles .dropdown-watch-search-section .input-group-sm > .input-group-btn > .input-group-addon.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .input-group-sm > .input-group-btn > .input-group-addon.newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .input-group-sm > .input-group-btn > .input-group-addon.newsletter-form-wide-subscribeBtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.redactor-styles .input-group-addon.form-control-lg, .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group-lg > input.input-group-addon,
.redactor-styles .input-group-lg > .input-group-addon,
.redactor-styles .input-group-lg > .input-group-btn > .input-group-addon.btn, .redactor-styles .dropdown-watch-search-section .input-group-lg > .input-group-btn > .input-group-addon.dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .input-group-lg > .input-group-btn > .input-group-addon.newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .input-group-lg > .input-group-btn > .input-group-addon.newsletter-form-wide-subscribeBtn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

.redactor-styles .input-group .form-control:not(:last-child), .redactor-styles .input-group #watch-browser #watchSearchFieldWrapper input:not(:last-child), .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group input:not(:last-child),
.redactor-styles .input-group-addon:not(:last-child),
.redactor-styles .input-group-btn:not(:last-child) > .btn,
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:last-child) > .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .input-group-btn:not(:last-child) > .newsletter-form-wide-subscribeBtn,
.redactor-styles .input-group-btn:not(:last-child) > .btn-group > .btn,
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:last-child) > .btn-group > .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .btn-group > .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .input-group-btn:not(:last-child) > .btn-group > .newsletter-form-wide-subscribeBtn,
.redactor-styles .input-group-btn:not(:last-child) > .dropdown-toggle,
.redactor-styles .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn:not(:last-child):not(.dropdown-toggle),
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:not(:last-child):not(.dropdown-toggle),
.redactor-styles .newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn:not(:last-child):not(.dropdown-toggle),
.redactor-styles .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .newsletter-form-wide-subscribeBtn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.redactor-styles .input-group-addon:not(:last-child) {
  border-right: 0;
}

.redactor-styles .input-group .form-control:not(:first-child), .redactor-styles .input-group #watch-browser #watchSearchFieldWrapper input:not(:first-child), .redactor-styles #watch-browser #watchSearchFieldWrapper .input-group input:not(:first-child),
.redactor-styles .input-group-addon:not(:first-child),
.redactor-styles .input-group-btn:not(:first-child) > .btn,
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn,
.redactor-styles .input-group-btn:not(:first-child) > .btn-group > .btn,
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:first-child) > .btn-group > .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .btn-group > .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .input-group-btn:not(:first-child) > .btn-group > .newsletter-form-wide-subscribeBtn,
.redactor-styles .input-group-btn:not(:first-child) > .dropdown-toggle,
.redactor-styles .input-group-btn:not(:last-child) > .btn:not(:first-child),
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:last-child) > .dropdown-watch-search-btn:not(:first-child),
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .newsletter-form-frontpage-subscribeBtn:not(:first-child),
.redactor-styles .newsletter-form-wide .input-group-btn:not(:last-child) > .newsletter-form-wide-subscribeBtn:not(:first-child),
.redactor-styles .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .newsletter-form-wide-subscribeBtn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.redactor-styles .form-control + .input-group-addon:not(:first-child), .redactor-styles #watch-browser #watchSearchFieldWrapper input + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.redactor-styles .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.redactor-styles .input-group-btn > .btn, .redactor-styles .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.redactor-styles .input-group-btn > .btn + .btn, .redactor-styles .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn + .btn, .redactor-styles .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .btn, .redactor-styles .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn + .btn, .redactor-styles .dropdown-watch-search-section .input-group-btn > .btn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn + .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .dropdown-watch-search-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .newsletter-form-wide .dropdown-watch-search-section .input-group-btn > .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn + .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .input-group-btn > .btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .dropdown-watch-search-section .frontpage-newsletter-video-section .input-group-btn > .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn + .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .input-group-btn > .btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .dropdown-watch-search-section .newsletter-form-wide .input-group-btn > .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn + .newsletter-form-wide-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-wide .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn + .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn + .newsletter-form-wide-subscribeBtn {
  margin-left: -1px;
}

.redactor-styles .input-group-btn > .btn:focus, .redactor-styles .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn:focus, .redactor-styles .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn:focus, .redactor-styles .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn:focus, .redactor-styles .input-group-btn > .btn:active, .redactor-styles .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn:active, .redactor-styles .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn:active, .redactor-styles .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn:active, .redactor-styles .input-group-btn > .btn:hover, .redactor-styles .dropdown-watch-search-section .input-group-btn > .dropdown-watch-search-btn:hover, .redactor-styles .frontpage-newsletter-video-section .input-group-btn > .newsletter-form-frontpage-subscribeBtn:hover, .redactor-styles .newsletter-form-wide .input-group-btn > .newsletter-form-wide-subscribeBtn:hover {
  z-index: 3;
}


.redactor-styles .input-group-btn:not(:last-child) > .btn,
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:last-child) > .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:last-child) > .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .input-group-btn:not(:last-child) > .newsletter-form-wide-subscribeBtn,
.redactor-styles .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}


.redactor-styles .input-group-btn:not(:first-child) > .btn,
.redactor-styles .dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn,
.redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn,
.redactor-styles .newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn,
.redactor-styles .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.redactor-styles .input-group-btn:not(:first-child) > .btn:focus, .redactor-styles .dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn:focus, .redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:focus, .redactor-styles .newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn:focus, .redactor-styles .input-group-btn:not(:first-child) > .btn:active, .redactor-styles .dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn:active, .redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:active, .redactor-styles .newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn:active, .redactor-styles .input-group-btn:not(:first-child) > .btn:hover, .redactor-styles .dropdown-watch-search-section .input-group-btn:not(:first-child) > .dropdown-watch-search-btn:hover, .redactor-styles .frontpage-newsletter-video-section .input-group-btn:not(:first-child) > .newsletter-form-frontpage-subscribeBtn:hover, .redactor-styles .newsletter-form-wide .input-group-btn:not(:first-child) > .newsletter-form-wide-subscribeBtn:hover,
.redactor-styles .input-group-btn:not(:first-child) > .btn-group:focus,
.redactor-styles .input-group-btn:not(:first-child) > .btn-group:active,
.redactor-styles .input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.redactor-styles .custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.redactor-styles .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.redactor-styles .custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #9e7f3b;
}

.redactor-styles .custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9e7f3b;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9e7f3b;
}

.redactor-styles .custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #e0d0ac;
}

.redactor-styles .custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #ececec;
}

.redactor-styles .custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.redactor-styles .custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.redactor-styles .custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.redactor-styles .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.redactor-styles .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #9e7f3b;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.redactor-styles .custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.redactor-styles .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.redactor-styles .custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.redactor-styles .custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.redactor-styles .custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.redactor-styles .custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.875rem + 2px);
  padding: 0.8125rem 2.25rem 0.8125rem 0.75rem;
  line-height: 1.25;
  color: #23252f;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%239e7f3b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.redactor-styles .custom-select:focus {
  border-color: #d2ba86;
  outline: none;
}

.redactor-styles .custom-select:focus::-ms-value {
  color: #23252f;
  background-color: #fff;
}

.redactor-styles .custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #ececec;
}

.redactor-styles .custom-select::-ms-expand {
  opacity: 0;
}

.redactor-styles .custom-select-sm {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  font-size: 75%;
}

.redactor-styles .custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.redactor-styles .custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.redactor-styles .custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
}

.redactor-styles .custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.redactor-styles .custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #ececec;
  border: 1px solid #d0d7dd;
  border-radius: 0 0.25rem 0.25rem 0;
}

.redactor-styles .custom-file-control:lang(en)::before {
  content: "Browse";
}

.redactor-styles .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.redactor-styles .nav-link {
  display: block;
  padding: 0.5em 1em;
}

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

.redactor-styles .nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.redactor-styles .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.redactor-styles .nav-tabs .nav-item {
  margin-bottom: -1px;
}

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

.redactor-styles .nav-tabs .nav-link:focus, .redactor-styles .nav-tabs .nav-link:hover {
  border-color: #ececec #ececec #ddd;
}

.redactor-styles .nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.redactor-styles .nav-tabs .nav-link.active,
.redactor-styles .nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

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

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

.redactor-styles .nav-pills .nav-link.active,
.redactor-styles .nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #9e7f3b;
}

.redactor-styles .nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.redactor-styles .nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

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

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

.redactor-styles .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 1rem;
}

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

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

.redactor-styles .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.redactor-styles .navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.redactor-styles .navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

.redactor-styles .navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.redactor-styles .navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .redactor-styles .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .redactor-styles .navbar-toggleable > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .redactor-styles .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .redactor-styles .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .redactor-styles .navbar-toggleable > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .redactor-styles .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .redactor-styles .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .redactor-styles .navbar-toggleable-sm > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-sm > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .redactor-styles .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .redactor-styles .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .redactor-styles .navbar-toggleable-sm > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-sm > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .redactor-styles .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .redactor-styles .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .redactor-styles .navbar-toggleable-md > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-md > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .redactor-styles .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .redactor-styles .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .redactor-styles .navbar-toggleable-md > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-md > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .redactor-styles .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .redactor-styles .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .redactor-styles .navbar-toggleable-lg > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-lg > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .redactor-styles .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .redactor-styles .navbar-toggleable-lg > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-lg > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .redactor-styles .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399px) {
  .redactor-styles .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .redactor-styles .navbar-toggleable-xl > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-xl > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .redactor-styles .navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .redactor-styles .navbar-toggleable-xl > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-xl > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .redactor-styles .navbar-toggleable-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1599px) {
  .redactor-styles .navbar-toggleable-xxl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .redactor-styles .navbar-toggleable-xxl > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-xxl > .dropdown-watch-search-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .navbar-toggleable-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .redactor-styles .navbar-toggleable-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .redactor-styles .navbar-toggleable-xxl > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-xxl > .dropdown-watch-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redactor-styles .navbar-toggleable-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .redactor-styles .navbar-toggleable-xxl .navbar-toggler {
    display: none;
  }
}

.redactor-styles .navbar-toggleable-xxxl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.redactor-styles .navbar-toggleable-xxxl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.redactor-styles .navbar-toggleable-xxxl > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-xxxl > .dropdown-watch-search-container {
  padding-right: 0;
  padding-left: 0;
}

.redactor-styles .navbar-toggleable-xxxl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.redactor-styles .navbar-toggleable-xxxl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.redactor-styles .navbar-toggleable-xxxl > .container, .redactor-styles .dropdown-watch-search-section .navbar-toggleable-xxxl > .dropdown-watch-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.redactor-styles .navbar-toggleable-xxxl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.redactor-styles .navbar-toggleable-xxxl .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

.redactor-styles .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

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

.redactor-styles .navbar-inverse .navbar-brand,
.redactor-styles .navbar-inverse .navbar-toggler {
  color: white;
}

.redactor-styles .navbar-inverse .navbar-brand:focus, .redactor-styles .navbar-inverse .navbar-brand:hover,
.redactor-styles .navbar-inverse .navbar-toggler:focus,
.redactor-styles .navbar-inverse .navbar-toggler:hover {
  color: white;
}

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

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

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

.redactor-styles .navbar-inverse .navbar-nav .open > .nav-link,
.redactor-styles .navbar-inverse .navbar-nav .active > .nav-link,
.redactor-styles .navbar-inverse .navbar-nav .nav-link.open,
.redactor-styles .navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.redactor-styles .navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.redactor-styles .navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.redactor-styles .navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.redactor-styles .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.redactor-styles .card-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

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

.redactor-styles .card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.redactor-styles .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

.redactor-styles .card-primary {
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.redactor-styles .card-primary .card-header,
.redactor-styles .card-primary .card-footer {
  background-color: transparent;
}

.redactor-styles .card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.redactor-styles .card-success .card-header,
.redactor-styles .card-success .card-footer {
  background-color: transparent;
}

.redactor-styles .card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.redactor-styles .card-info .card-header,
.redactor-styles .card-info .card-footer {
  background-color: transparent;
}

.redactor-styles .card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.redactor-styles .card-warning .card-header,
.redactor-styles .card-warning .card-footer {
  background-color: transparent;
}

.redactor-styles .card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.redactor-styles .card-danger .card-header,
.redactor-styles .card-danger .card-footer {
  background-color: transparent;
}

.redactor-styles .card-outline-primary {
  background-color: transparent;
  border-color: #9e7f3b;
}

.redactor-styles .card-outline-secondary {
  background-color: transparent;
  border-color: #23252f;
}

.redactor-styles .card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.redactor-styles .card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.redactor-styles .card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.redactor-styles .card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.redactor-styles .card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.redactor-styles .card-inverse .card-header,
.redactor-styles .card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.redactor-styles .card-inverse .card-header,
.redactor-styles .card-inverse .card-footer,
.redactor-styles .card-inverse .card-title,
.redactor-styles .card-inverse .card-blockquote {
  color: #fff;
}

.redactor-styles .card-inverse .card-link,
.redactor-styles .card-inverse .card-text,
.redactor-styles .card-inverse .card-subtitle,
.redactor-styles .card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.redactor-styles .card-inverse .card-link:focus, .redactor-styles .card-inverse .card-link:hover {
  color: #fff;
}

.redactor-styles .card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.redactor-styles .card-img {
  border-radius: calc(0.25rem - 1px);
}

.redactor-styles .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

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

@media (min-width: 576px) {
  .redactor-styles .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .redactor-styles .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .redactor-styles .card-deck .card:not(:first-child) {
    margin-left: 8px;
  }
  .redactor-styles .card-deck .card:not(:last-child) {
    margin-right: 8px;
  }
}

@media (min-width: 576px) {
  .redactor-styles .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .redactor-styles .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .redactor-styles .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .redactor-styles .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .redactor-styles .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .redactor-styles .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .redactor-styles .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .redactor-styles .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .redactor-styles .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .redactor-styles .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .redactor-styles .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .redactor-styles .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .redactor-styles .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .redactor-styles .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.redactor-styles .breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ececec;
  border-radius: 0.25rem;
}

.redactor-styles .breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.redactor-styles .breadcrumb-item {
  float: left;
}

.redactor-styles .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

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

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

.redactor-styles .breadcrumb-item.active {
  color: #636c72;
}

.redactor-styles .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

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

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

.redactor-styles .page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.redactor-styles .page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

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

.redactor-styles .page-link:focus, .redactor-styles .page-link:hover {
  color: #9e7f3b;
  text-decoration: none;
  background-color: #ececec;
  border-color: #ddd;
}

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

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

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

.redactor-styles .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

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

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

.redactor-styles .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.redactor-styles .badge:empty {
  display: none;
}

.redactor-styles .btn .badge, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn .badge, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn .badge, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn .badge {
  position: relative;
  top: -1px;
}

.redactor-styles a.badge:focus, .redactor-styles a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

.redactor-styles .badge-default {
  background-color: #636c72;
}

.redactor-styles .badge-default[href]:focus, .redactor-styles .badge-default[href]:hover {
  background-color: #4b5257;
}

.redactor-styles .badge-primary {
  background-color: #9e7f3b;
}

.redactor-styles .badge-primary[href]:focus, .redactor-styles .badge-primary[href]:hover {
  background-color: #79612d;
}

.redactor-styles .badge-success {
  background-color: #5cb85c;
}

.redactor-styles .badge-success[href]:focus, .redactor-styles .badge-success[href]:hover {
  background-color: #449d44;
}

.redactor-styles .badge-info {
  background-color: #5bc0de;
}

.redactor-styles .badge-info[href]:focus, .redactor-styles .badge-info[href]:hover {
  background-color: #31b0d5;
}

.redactor-styles .badge-warning {
  background-color: #f0ad4e;
}

.redactor-styles .badge-warning[href]:focus, .redactor-styles .badge-warning[href]:hover {
  background-color: #ec971f;
}

.redactor-styles .badge-danger {
  background-color: #d9534f;
}

.redactor-styles .badge-danger[href]:focus, .redactor-styles .badge-danger[href]:hover {
  background-color: #c9302c;
}

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

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

.redactor-styles .jumbotron-hr {
  border-top-color: #d3d2d2;
}

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

.redactor-styles .alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.redactor-styles .alert-heading {
  color: inherit;
}

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

.redactor-styles .alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.redactor-styles .alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.redactor-styles .alert-success hr {
  border-top-color: #c1e2b3;
}

.redactor-styles .alert-success .alert-link {
  color: #2b542c;
}

.redactor-styles .alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.redactor-styles .alert-info hr {
  border-top-color: #a6d5ec;
}

.redactor-styles .alert-info .alert-link {
  color: #245269;
}

.redactor-styles .alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.redactor-styles .alert-warning hr {
  border-top-color: #f7ecb5;
}

.redactor-styles .alert-warning .alert-link {
  color: #66512c;
}

.redactor-styles .alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.redactor-styles .alert-danger hr {
  border-top-color: #e4b9b9;
}

.redactor-styles .alert-danger .alert-link {
  color: #843534;
}

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

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

.redactor-styles .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #ececec;
  border-radius: 0.25rem;
}

.redactor-styles .progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #9e7f3b;
}

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

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

.redactor-styles .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.redactor-styles .media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.redactor-styles .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.redactor-styles .list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.redactor-styles .list-group-item-action .list-group-item-heading {
  color: #23252f;
}

.redactor-styles .list-group-item-action:focus, .redactor-styles .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f5f5f5;
}

.redactor-styles .list-group-item-action:active {
  color: #23252f;
  background-color: #ececec;
}

.redactor-styles .list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.redactor-styles .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.redactor-styles .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.redactor-styles .list-group-item:focus, .redactor-styles .list-group-item:hover {
  text-decoration: none;
}

.redactor-styles .list-group-item.disabled, .redactor-styles .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.redactor-styles .list-group-item.disabled .list-group-item-heading, .redactor-styles .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.redactor-styles .list-group-item.disabled .list-group-item-text, .redactor-styles .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.redactor-styles .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.redactor-styles .list-group-item.active .list-group-item-heading,
.redactor-styles .list-group-item.active .list-group-item-heading > small,
.redactor-styles .list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.redactor-styles .list-group-item.active .list-group-item-text {
  color: #f5efe3;
}

.redactor-styles .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.redactor-styles .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.redactor-styles .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.redactor-styles .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

.redactor-styles a.list-group-item-success,
.redactor-styles button.list-group-item-success {
  color: #3c763d;
}

.redactor-styles a.list-group-item-success .list-group-item-heading,
.redactor-styles button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

.redactor-styles a.list-group-item-success:focus, .redactor-styles a.list-group-item-success:hover,
.redactor-styles button.list-group-item-success:focus,
.redactor-styles button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

.redactor-styles a.list-group-item-success.active,
.redactor-styles button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.redactor-styles .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

.redactor-styles a.list-group-item-info,
.redactor-styles button.list-group-item-info {
  color: #31708f;
}

.redactor-styles a.list-group-item-info .list-group-item-heading,
.redactor-styles button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

.redactor-styles a.list-group-item-info:focus, .redactor-styles a.list-group-item-info:hover,
.redactor-styles button.list-group-item-info:focus,
.redactor-styles button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

.redactor-styles a.list-group-item-info.active,
.redactor-styles button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.redactor-styles .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.redactor-styles a.list-group-item-warning,
.redactor-styles button.list-group-item-warning {
  color: #8a6d3b;
}

.redactor-styles a.list-group-item-warning .list-group-item-heading,
.redactor-styles button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

.redactor-styles a.list-group-item-warning:focus, .redactor-styles a.list-group-item-warning:hover,
.redactor-styles button.list-group-item-warning:focus,
.redactor-styles button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

.redactor-styles a.list-group-item-warning.active,
.redactor-styles button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.redactor-styles .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

.redactor-styles a.list-group-item-danger,
.redactor-styles button.list-group-item-danger {
  color: #a94442;
}

.redactor-styles a.list-group-item-danger .list-group-item-heading,
.redactor-styles button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

.redactor-styles a.list-group-item-danger:focus, .redactor-styles a.list-group-item-danger:hover,
.redactor-styles button.list-group-item-danger:focus,
.redactor-styles button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

.redactor-styles a.list-group-item-danger.active,
.redactor-styles button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.redactor-styles .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.redactor-styles .embed-responsive::before {
  display: block;
  content: "";
}

.redactor-styles .embed-responsive .embed-responsive-item,
.redactor-styles .embed-responsive iframe,
.redactor-styles .embed-responsive embed,
.redactor-styles .embed-responsive object,
.redactor-styles .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.redactor-styles .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.redactor-styles .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.redactor-styles .embed-responsive-4by3::before {
  padding-top: 75%;
}

.redactor-styles .embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.redactor-styles .close:focus, .redactor-styles .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

.redactor-styles button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.redactor-styles .modal-open {
  overflow: hidden;
}

.redactor-styles .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.redactor-styles .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.redactor-styles .modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.redactor-styles .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.redactor-styles .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.redactor-styles .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.redactor-styles .modal-backdrop.fade {
  opacity: 0;
}

.redactor-styles .modal-backdrop.show {
  opacity: 0.5;
}

.redactor-styles .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #ececec;
}

.redactor-styles .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.redactor-styles .modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.redactor-styles .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #ececec;
}

.redactor-styles .modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.redactor-styles .modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.redactor-styles .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .redactor-styles .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .redactor-styles .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .redactor-styles .modal-lg {
    max-width: 800px;
  }
}

.redactor-styles .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.redactor-styles .tooltip.show {
  opacity: 0.9;
}

.redactor-styles .tooltip.tooltip-top, .redactor-styles .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.redactor-styles .tooltip.tooltip-top .tooltip-inner::before, .redactor-styles .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.redactor-styles .tooltip.tooltip-right, .redactor-styles .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.redactor-styles .tooltip.tooltip-right .tooltip-inner::before, .redactor-styles .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.redactor-styles .tooltip.tooltip-bottom, .redactor-styles .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.redactor-styles .tooltip.tooltip-bottom .tooltip-inner::before, .redactor-styles .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.redactor-styles .tooltip.tooltip-left, .redactor-styles .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.redactor-styles .tooltip.tooltip-left .tooltip-inner::before, .redactor-styles .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.redactor-styles .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.redactor-styles .tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.redactor-styles .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.redactor-styles .popover.popover-top, .redactor-styles .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.redactor-styles .popover.popover-top::before, .redactor-styles .popover.popover-top::after, .redactor-styles .popover.bs-tether-element-attached-bottom::before, .redactor-styles .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.redactor-styles .popover.popover-top::before, .redactor-styles .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.redactor-styles .popover.popover-top::after, .redactor-styles .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.redactor-styles .popover.popover-right, .redactor-styles .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.redactor-styles .popover.popover-right::before, .redactor-styles .popover.popover-right::after, .redactor-styles .popover.bs-tether-element-attached-left::before, .redactor-styles .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.redactor-styles .popover.popover-right::before, .redactor-styles .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.redactor-styles .popover.popover-right::after, .redactor-styles .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.redactor-styles .popover.popover-bottom, .redactor-styles .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.redactor-styles .popover.popover-bottom::before, .redactor-styles .popover.popover-bottom::after, .redactor-styles .popover.bs-tether-element-attached-top::before, .redactor-styles .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.redactor-styles .popover.popover-bottom::before, .redactor-styles .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.redactor-styles .popover.popover-bottom::after, .redactor-styles .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.redactor-styles .popover.popover-bottom .popover-title::before, .redactor-styles .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.redactor-styles .popover.popover-left, .redactor-styles .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.redactor-styles .popover.popover-left::before, .redactor-styles .popover.popover-left::after, .redactor-styles .popover.bs-tether-element-attached-right::before, .redactor-styles .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.redactor-styles .popover.popover-left::before, .redactor-styles .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.redactor-styles .popover.popover-left::after, .redactor-styles .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.redactor-styles .popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.redactor-styles .popover-title:empty {
  display: none;
}

.redactor-styles .popover-content {
  padding: 9px 14px;
}

.redactor-styles .popover::before,
.redactor-styles .popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.redactor-styles .popover::before {
  content: "";
  border-width: 11px;
}

.redactor-styles .popover::after {
  content: "";
  border-width: 10px;
}

.redactor-styles .carousel {
  position: relative;
}

.redactor-styles .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.redactor-styles .carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .redactor-styles .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .redactor-styles .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

.redactor-styles .carousel-item.active,
.redactor-styles .carousel-item-next,
.redactor-styles .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redactor-styles .carousel-item-next,
.redactor-styles .carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .redactor-styles .carousel-item-next.carousel-item-left,
  .redactor-styles .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .redactor-styles .carousel-item-next,
  .redactor-styles .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .redactor-styles .carousel-item-prev,
  .redactor-styles .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .redactor-styles .carousel-item-next.carousel-item-left,
  .redactor-styles .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .redactor-styles .carousel-item-next,
  .redactor-styles .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .redactor-styles .carousel-item-prev,
  .redactor-styles .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.redactor-styles .carousel-control-prev,
.redactor-styles .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.redactor-styles .carousel-control-prev:focus, .redactor-styles .carousel-control-prev:hover,
.redactor-styles .carousel-control-next:focus,
.redactor-styles .carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.redactor-styles .carousel-control-prev {
  left: 0;
}

.redactor-styles .carousel-control-next {
  right: 0;
}

.redactor-styles .carousel-control-prev-icon,
.redactor-styles .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.redactor-styles .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.redactor-styles .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.redactor-styles .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.redactor-styles .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.redactor-styles .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.redactor-styles .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.redactor-styles .carousel-indicators .active {
  background-color: #fff;
}

.redactor-styles .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.redactor-styles .align-baseline {
  vertical-align: baseline !important;
}

.redactor-styles .align-top {
  vertical-align: top !important;
}

.redactor-styles .align-middle {
  vertical-align: middle !important;
}

.redactor-styles .align-bottom {
  vertical-align: bottom !important;
}

.redactor-styles .align-text-bottom {
  vertical-align: text-bottom !important;
}

.redactor-styles .align-text-top {
  vertical-align: text-top !important;
}

.redactor-styles .bg-faded {
  background-color: #f7f7f7;
}

.redactor-styles .bg-primary {
  background-color: #9e7f3b !important;
}

.redactor-styles a.bg-primary:focus, .redactor-styles a.bg-primary:hover {
  background-color: #79612d !important;
}

.redactor-styles .bg-success {
  background-color: #5cb85c !important;
}

.redactor-styles a.bg-success:focus, .redactor-styles a.bg-success:hover {
  background-color: #449d44 !important;
}

.redactor-styles .bg-info {
  background-color: #5bc0de !important;
}

.redactor-styles a.bg-info:focus, .redactor-styles a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.redactor-styles .bg-warning {
  background-color: #f0ad4e !important;
}

.redactor-styles a.bg-warning:focus, .redactor-styles a.bg-warning:hover {
  background-color: #ec971f !important;
}

.redactor-styles .bg-danger {
  background-color: #d9534f !important;
}

.redactor-styles a.bg-danger:focus, .redactor-styles a.bg-danger:hover {
  background-color: #c9302c !important;
}

.redactor-styles .bg-inverse {
  background-color: #23252f !important;
}

.redactor-styles a.bg-inverse:focus, .redactor-styles a.bg-inverse:hover {
  background-color: #0d0e12 !important;
}

.redactor-styles .border-0 {
  border: 0 !important;
}

.redactor-styles .border-top-0 {
  border-top: 0 !important;
}

.redactor-styles .border-right-0 {
  border-right: 0 !important;
}

.redactor-styles .border-bottom-0 {
  border-bottom: 0 !important;
}

.redactor-styles .border-left-0 {
  border-left: 0 !important;
}

.redactor-styles .rounded, .redactor-styles .watch .drift-zoom-pane {
  border-radius: 0.25rem;
}

.redactor-styles .rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.redactor-styles .rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.redactor-styles .rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.redactor-styles .rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.redactor-styles .rounded-circle {
  border-radius: 50%;
}

.redactor-styles .rounded-0, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  border-radius: 0;
}

.redactor-styles .clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.redactor-styles .d-none {
  display: none !important;
}

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

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

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

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

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

.redactor-styles .d-flex, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.redactor-styles .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .redactor-styles .d-sm-none {
    display: none !important;
  }
  .redactor-styles .d-sm-inline {
    display: inline !important;
  }
  .redactor-styles .d-sm-inline-block {
    display: inline-block !important;
  }
  .redactor-styles .d-sm-block {
    display: block !important;
  }
  .redactor-styles .d-sm-table {
    display: table !important;
  }
  .redactor-styles .d-sm-table-cell {
    display: table-cell !important;
  }
  .redactor-styles .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .redactor-styles .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .redactor-styles .d-md-none {
    display: none !important;
  }
  .redactor-styles .d-md-inline {
    display: inline !important;
  }
  .redactor-styles .d-md-inline-block {
    display: inline-block !important;
  }
  .redactor-styles .d-md-block {
    display: block !important;
  }
  .redactor-styles .d-md-table {
    display: table !important;
  }
  .redactor-styles .d-md-table-cell {
    display: table-cell !important;
  }
  .redactor-styles .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .redactor-styles .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .redactor-styles .d-lg-none {
    display: none !important;
  }
  .redactor-styles .d-lg-inline {
    display: inline !important;
  }
  .redactor-styles .d-lg-inline-block {
    display: inline-block !important;
  }
  .redactor-styles .d-lg-block {
    display: block !important;
  }
  .redactor-styles .d-lg-table {
    display: table !important;
  }
  .redactor-styles .d-lg-table-cell {
    display: table-cell !important;
  }
  .redactor-styles .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .redactor-styles .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .d-xl-none {
    display: none !important;
  }
  .redactor-styles .d-xl-inline {
    display: inline !important;
  }
  .redactor-styles .d-xl-inline-block {
    display: inline-block !important;
  }
  .redactor-styles .d-xl-block {
    display: block !important;
  }
  .redactor-styles .d-xl-table {
    display: table !important;
  }
  .redactor-styles .d-xl-table-cell {
    display: table-cell !important;
  }
  .redactor-styles .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .redactor-styles .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .d-xxl-none {
    display: none !important;
  }
  .redactor-styles .d-xxl-inline {
    display: inline !important;
  }
  .redactor-styles .d-xxl-inline-block {
    display: inline-block !important;
  }
  .redactor-styles .d-xxl-block {
    display: block !important;
  }
  .redactor-styles .d-xxl-table {
    display: table !important;
  }
  .redactor-styles .d-xxl-table-cell {
    display: table-cell !important;
  }
  .redactor-styles .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .redactor-styles .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .d-xxxl-none {
    display: none !important;
  }
  .redactor-styles .d-xxxl-inline {
    display: inline !important;
  }
  .redactor-styles .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .redactor-styles .d-xxxl-block {
    display: block !important;
  }
  .redactor-styles .d-xxxl-table {
    display: table !important;
  }
  .redactor-styles .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .redactor-styles .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .redactor-styles .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.redactor-styles .flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.redactor-styles .flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.redactor-styles .flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.redactor-styles .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.redactor-styles .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.redactor-styles .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.redactor-styles .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.redactor-styles .flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.redactor-styles .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.redactor-styles .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.redactor-styles .justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.redactor-styles .justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.redactor-styles .justify-content-center, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.redactor-styles .justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.redactor-styles .justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.redactor-styles .align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.redactor-styles .align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.redactor-styles .align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.redactor-styles .align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.redactor-styles .align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.redactor-styles .align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.redactor-styles .align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.redactor-styles .align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.redactor-styles .align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.redactor-styles .align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.redactor-styles .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.redactor-styles .align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.redactor-styles .align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.redactor-styles .align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.redactor-styles .align-self-center, .redactor-styles .frontpage-newsletter-video-section .center-and-adjust-width {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.redactor-styles .align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.redactor-styles .align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .redactor-styles .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .redactor-styles .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .redactor-styles .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .redactor-styles .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .redactor-styles .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .redactor-styles .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .redactor-styles .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .redactor-styles .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .redactor-styles .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .redactor-styles .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .redactor-styles .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .redactor-styles .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .redactor-styles .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .redactor-styles .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .redactor-styles .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .redactor-styles .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .redactor-styles .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .redactor-styles .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .redactor-styles .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .redactor-styles .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .redactor-styles .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .redactor-styles .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .redactor-styles .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .redactor-styles .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .redactor-styles .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .redactor-styles .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .redactor-styles .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .redactor-styles .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .redactor-styles .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .redactor-styles .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .redactor-styles .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .redactor-styles .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .redactor-styles .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .redactor-styles .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .redactor-styles .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .redactor-styles .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .redactor-styles .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .redactor-styles .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .redactor-styles .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .redactor-styles .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .redactor-styles .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .redactor-styles .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .redactor-styles .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .redactor-styles .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .redactor-styles .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .redactor-styles .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .redactor-styles .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .redactor-styles .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .redactor-styles .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .redactor-styles .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .redactor-styles .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .redactor-styles .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .redactor-styles .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .redactor-styles .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .redactor-styles .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .redactor-styles .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .redactor-styles .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .redactor-styles .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .redactor-styles .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .redactor-styles .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .redactor-styles .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .redactor-styles .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .redactor-styles .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .redactor-styles .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .redactor-styles .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .redactor-styles .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .redactor-styles .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .redactor-styles .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .redactor-styles .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .redactor-styles .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .redactor-styles .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .redactor-styles .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .redactor-styles .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .redactor-styles .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .redactor-styles .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .redactor-styles .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .redactor-styles .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .redactor-styles .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .redactor-styles .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .redactor-styles .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .redactor-styles .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .redactor-styles .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .redactor-styles .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .redactor-styles .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .redactor-styles .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .redactor-styles .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .redactor-styles .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .redactor-styles .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .redactor-styles .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .redactor-styles .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .redactor-styles .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .redactor-styles .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .redactor-styles .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .redactor-styles .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .redactor-styles .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .redactor-styles .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .redactor-styles .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .redactor-styles .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .redactor-styles .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .redactor-styles .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .redactor-styles .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .redactor-styles .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .redactor-styles .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .redactor-styles .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .redactor-styles .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .redactor-styles .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .redactor-styles .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .redactor-styles .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .redactor-styles .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .redactor-styles .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .redactor-styles .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .redactor-styles .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .redactor-styles .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .redactor-styles .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .redactor-styles .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .redactor-styles .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .redactor-styles .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .redactor-styles .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .redactor-styles .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .redactor-styles .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .redactor-styles .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .redactor-styles .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .redactor-styles .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .redactor-styles .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .redactor-styles .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .redactor-styles .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .redactor-styles .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .flex-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .redactor-styles .flex-xxl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .redactor-styles .flex-xxl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .redactor-styles .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .redactor-styles .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .redactor-styles .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .redactor-styles .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .redactor-styles .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .redactor-styles .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .redactor-styles .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .redactor-styles .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .redactor-styles .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .redactor-styles .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .redactor-styles .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .redactor-styles .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .redactor-styles .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .redactor-styles .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .redactor-styles .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .redactor-styles .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .redactor-styles .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .redactor-styles .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .redactor-styles .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .redactor-styles .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .redactor-styles .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .redactor-styles .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .redactor-styles .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .redactor-styles .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .redactor-styles .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .redactor-styles .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .redactor-styles .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .redactor-styles .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .redactor-styles .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .flex-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .redactor-styles .flex-xxxl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .redactor-styles .flex-xxxl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .redactor-styles .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .redactor-styles .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .redactor-styles .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .redactor-styles .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .redactor-styles .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .redactor-styles .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .redactor-styles .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .redactor-styles .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .redactor-styles .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .redactor-styles .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .redactor-styles .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .redactor-styles .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .redactor-styles .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .redactor-styles .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .redactor-styles .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .redactor-styles .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .redactor-styles .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .redactor-styles .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .redactor-styles .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .redactor-styles .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .redactor-styles .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .redactor-styles .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .redactor-styles .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .redactor-styles .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .redactor-styles .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .redactor-styles .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .redactor-styles .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .redactor-styles .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .redactor-styles .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.redactor-styles .float-left {
  float: left !important;
}

.redactor-styles .float-right {
  float: right !important;
}

.redactor-styles .float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .redactor-styles .float-sm-left {
    float: left !important;
  }
  .redactor-styles .float-sm-right {
    float: right !important;
  }
  .redactor-styles .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .redactor-styles .float-md-left {
    float: left !important;
  }
  .redactor-styles .float-md-right {
    float: right !important;
  }
  .redactor-styles .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .redactor-styles .float-lg-left {
    float: left !important;
  }
  .redactor-styles .float-lg-right {
    float: right !important;
  }
  .redactor-styles .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .float-xl-left {
    float: left !important;
  }
  .redactor-styles .float-xl-right {
    float: right !important;
  }
  .redactor-styles .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .float-xxl-left {
    float: left !important;
  }
  .redactor-styles .float-xxl-right {
    float: right !important;
  }
  .redactor-styles .float-xxl-none {
    float: none !important;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .float-xxxl-left {
    float: left !important;
  }
  .redactor-styles .float-xxxl-right {
    float: right !important;
  }
  .redactor-styles .float-xxxl-none {
    float: none !important;
  }
}

.redactor-styles .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.redactor-styles .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.redactor-styles .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.redactor-styles .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.redactor-styles .sr-only-focusable:active, .redactor-styles .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.redactor-styles .w-25 {
  width: 25% !important;
}

.redactor-styles .w-50 {
  width: 50% !important;
}

.redactor-styles .w-75 {
  width: 75% !important;
}

.redactor-styles .w-100, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  width: 100% !important;
}

.redactor-styles .h-25 {
  height: 25% !important;
}

.redactor-styles .h-50 {
  height: 50% !important;
}

.redactor-styles .h-75 {
  height: 75% !important;
}

.redactor-styles .h-100 {
  height: 100% !important;
}

.redactor-styles .mw-100 {
  max-width: 100% !important;
}

.redactor-styles .mh-100 {
  max-height: 100% !important;
}

.redactor-styles .m-0 {
  margin: 0 0 !important;
}

.redactor-styles .mt-0 {
  margin-top: 0 !important;
}

.redactor-styles .mr-0 {
  margin-right: 0 !important;
}

.redactor-styles .mb-0 {
  margin-bottom: 0 !important;
}

.redactor-styles .ml-0 {
  margin-left: 0 !important;
}

.redactor-styles .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.redactor-styles .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.redactor-styles .m-1 {
  margin: 0.25rem 0.25rem !important;
}

.redactor-styles .mt-1 {
  margin-top: 0.25rem !important;
}

.redactor-styles .mr-1 {
  margin-right: 0.25rem !important;
}

.redactor-styles .mb-1 {
  margin-bottom: 0.25rem !important;
}

.redactor-styles .ml-1 {
  margin-left: 0.25rem !important;
}

.redactor-styles .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.redactor-styles .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.redactor-styles .m-2 {
  margin: 0.5rem 0.5rem !important;
}

.redactor-styles .mt-2 {
  margin-top: 0.5rem !important;
}

.redactor-styles .mr-2 {
  margin-right: 0.5rem !important;
}

.redactor-styles .mb-2 {
  margin-bottom: 0.5rem !important;
}

.redactor-styles .ml-2 {
  margin-left: 0.5rem !important;
}

.redactor-styles .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.redactor-styles .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.redactor-styles .m-3 {
  margin: 1rem 1rem !important;
}

.redactor-styles .mt-3 {
  margin-top: 1rem !important;
}

.redactor-styles .mr-3 {
  margin-right: 1rem !important;
}

.redactor-styles .mb-3 {
  margin-bottom: 1rem !important;
}

.redactor-styles .ml-3 {
  margin-left: 1rem !important;
}

.redactor-styles .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.redactor-styles .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.redactor-styles .m-4 {
  margin: 1.5rem 1.5rem !important;
}

.redactor-styles .mt-4 {
  margin-top: 1.5rem !important;
}

.redactor-styles .mr-4 {
  margin-right: 1.5rem !important;
}

.redactor-styles .mb-4 {
  margin-bottom: 1.5rem !important;
}

.redactor-styles .ml-4 {
  margin-left: 1.5rem !important;
}

.redactor-styles .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.redactor-styles .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.redactor-styles .m-5 {
  margin: 3rem 3rem !important;
}

.redactor-styles .mt-5 {
  margin-top: 3rem !important;
}

.redactor-styles .mr-5 {
  margin-right: 3rem !important;
}

.redactor-styles .mb-5 {
  margin-bottom: 3rem !important;
}

.redactor-styles .ml-5 {
  margin-left: 3rem !important;
}

.redactor-styles .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.redactor-styles .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.redactor-styles .p-0 {
  padding: 0 0 !important;
}

.redactor-styles .pt-0 {
  padding-top: 0 !important;
}

.redactor-styles .pr-0 {
  padding-right: 0 !important;
}

.redactor-styles .pb-0 {
  padding-bottom: 0 !important;
}

.redactor-styles .pl-0 {
  padding-left: 0 !important;
}

.redactor-styles .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.redactor-styles .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.redactor-styles .p-1 {
  padding: 0.25rem 0.25rem !important;
}

.redactor-styles .pt-1 {
  padding-top: 0.25rem !important;
}

.redactor-styles .pr-1 {
  padding-right: 0.25rem !important;
}

.redactor-styles .pb-1 {
  padding-bottom: 0.25rem !important;
}

.redactor-styles .pl-1 {
  padding-left: 0.25rem !important;
}

.redactor-styles .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.redactor-styles .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.redactor-styles .p-2 {
  padding: 0.5rem 0.5rem !important;
}

.redactor-styles .pt-2 {
  padding-top: 0.5rem !important;
}

.redactor-styles .pr-2 {
  padding-right: 0.5rem !important;
}

.redactor-styles .pb-2 {
  padding-bottom: 0.5rem !important;
}

.redactor-styles .pl-2 {
  padding-left: 0.5rem !important;
}

.redactor-styles .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.redactor-styles .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.redactor-styles .p-3 {
  padding: 1rem 1rem !important;
}

.redactor-styles .pt-3 {
  padding-top: 1rem !important;
}

.redactor-styles .pr-3 {
  padding-right: 1rem !important;
}

.redactor-styles .pb-3 {
  padding-bottom: 1rem !important;
}

.redactor-styles .pl-3 {
  padding-left: 1rem !important;
}

.redactor-styles .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.redactor-styles .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.redactor-styles .p-4 {
  padding: 1.5rem 1.5rem !important;
}

.redactor-styles .pt-4 {
  padding-top: 1.5rem !important;
}

.redactor-styles .pr-4 {
  padding-right: 1.5rem !important;
}

.redactor-styles .pb-4 {
  padding-bottom: 1.5rem !important;
}

.redactor-styles .pl-4 {
  padding-left: 1.5rem !important;
}

.redactor-styles .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.redactor-styles .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.redactor-styles .p-5 {
  padding: 3rem 3rem !important;
}

.redactor-styles .pt-5 {
  padding-top: 3rem !important;
}

.redactor-styles .pr-5 {
  padding-right: 3rem !important;
}

.redactor-styles .pb-5 {
  padding-bottom: 3rem !important;
}

.redactor-styles .pl-5 {
  padding-left: 3rem !important;
}

.redactor-styles .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.redactor-styles .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.redactor-styles .m-auto {
  margin: auto !important;
}

.redactor-styles .mt-auto {
  margin-top: auto !important;
}

.redactor-styles .mr-auto {
  margin-right: auto !important;
}

.redactor-styles .mb-auto {
  margin-bottom: auto !important;
}

.redactor-styles .ml-auto {
  margin-left: auto !important;
}

.redactor-styles .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.redactor-styles .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .redactor-styles .m-sm-0 {
    margin: 0 0 !important;
  }
  .redactor-styles .mt-sm-0 {
    margin-top: 0 !important;
  }
  .redactor-styles .mr-sm-0 {
    margin-right: 0 !important;
  }
  .redactor-styles .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .redactor-styles .ml-sm-0 {
    margin-left: 0 !important;
  }
  .redactor-styles .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .redactor-styles .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .redactor-styles .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .redactor-styles .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .redactor-styles .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .redactor-styles .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .redactor-styles .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .redactor-styles .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .redactor-styles .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .redactor-styles .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .redactor-styles .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .redactor-styles .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .redactor-styles .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .redactor-styles .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .redactor-styles .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .redactor-styles .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .redactor-styles .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .redactor-styles .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .redactor-styles .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .redactor-styles .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .redactor-styles .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .redactor-styles .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .redactor-styles .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .redactor-styles .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .redactor-styles .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .redactor-styles .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .redactor-styles .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .redactor-styles .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .redactor-styles .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .redactor-styles .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .redactor-styles .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .redactor-styles .p-sm-0 {
    padding: 0 0 !important;
  }
  .redactor-styles .pt-sm-0 {
    padding-top: 0 !important;
  }
  .redactor-styles .pr-sm-0 {
    padding-right: 0 !important;
  }
  .redactor-styles .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .redactor-styles .pl-sm-0 {
    padding-left: 0 !important;
  }
  .redactor-styles .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .redactor-styles .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .redactor-styles .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .redactor-styles .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .redactor-styles .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .redactor-styles .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .redactor-styles .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .redactor-styles .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .redactor-styles .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .redactor-styles .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .redactor-styles .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .redactor-styles .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .redactor-styles .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .redactor-styles .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .redactor-styles .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .redactor-styles .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .redactor-styles .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .redactor-styles .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .redactor-styles .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .redactor-styles .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .redactor-styles .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .redactor-styles .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .redactor-styles .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .redactor-styles .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .redactor-styles .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .redactor-styles .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .redactor-styles .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .redactor-styles .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .redactor-styles .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .redactor-styles .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .redactor-styles .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .redactor-styles .m-sm-auto {
    margin: auto !important;
  }
  .redactor-styles .mt-sm-auto {
    margin-top: auto !important;
  }
  .redactor-styles .mr-sm-auto {
    margin-right: auto !important;
  }
  .redactor-styles .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .redactor-styles .ml-sm-auto {
    margin-left: auto !important;
  }
  .redactor-styles .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .redactor-styles .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .redactor-styles .m-md-0 {
    margin: 0 0 !important;
  }
  .redactor-styles .mt-md-0 {
    margin-top: 0 !important;
  }
  .redactor-styles .mr-md-0 {
    margin-right: 0 !important;
  }
  .redactor-styles .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .redactor-styles .ml-md-0 {
    margin-left: 0 !important;
  }
  .redactor-styles .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .redactor-styles .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .redactor-styles .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .redactor-styles .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .redactor-styles .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .redactor-styles .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .redactor-styles .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .redactor-styles .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .redactor-styles .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .redactor-styles .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .redactor-styles .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .redactor-styles .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .redactor-styles .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .redactor-styles .mt-md-3 {
    margin-top: 1rem !important;
  }
  .redactor-styles .mr-md-3 {
    margin-right: 1rem !important;
  }
  .redactor-styles .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .redactor-styles .ml-md-3 {
    margin-left: 1rem !important;
  }
  .redactor-styles .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .redactor-styles .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .redactor-styles .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .redactor-styles .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .redactor-styles .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .redactor-styles .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .redactor-styles .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .redactor-styles .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .redactor-styles .mt-md-5 {
    margin-top: 3rem !important;
  }
  .redactor-styles .mr-md-5 {
    margin-right: 3rem !important;
  }
  .redactor-styles .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .redactor-styles .ml-md-5 {
    margin-left: 3rem !important;
  }
  .redactor-styles .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .redactor-styles .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .redactor-styles .p-md-0 {
    padding: 0 0 !important;
  }
  .redactor-styles .pt-md-0 {
    padding-top: 0 !important;
  }
  .redactor-styles .pr-md-0 {
    padding-right: 0 !important;
  }
  .redactor-styles .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .redactor-styles .pl-md-0 {
    padding-left: 0 !important;
  }
  .redactor-styles .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .redactor-styles .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .redactor-styles .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .redactor-styles .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .redactor-styles .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .redactor-styles .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .redactor-styles .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .redactor-styles .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .redactor-styles .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .redactor-styles .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .redactor-styles .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .redactor-styles .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .redactor-styles .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .redactor-styles .pt-md-3 {
    padding-top: 1rem !important;
  }
  .redactor-styles .pr-md-3 {
    padding-right: 1rem !important;
  }
  .redactor-styles .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .redactor-styles .pl-md-3 {
    padding-left: 1rem !important;
  }
  .redactor-styles .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .redactor-styles .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .redactor-styles .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .redactor-styles .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .redactor-styles .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .redactor-styles .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .redactor-styles .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .redactor-styles .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .redactor-styles .pt-md-5 {
    padding-top: 3rem !important;
  }
  .redactor-styles .pr-md-5 {
    padding-right: 3rem !important;
  }
  .redactor-styles .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .redactor-styles .pl-md-5 {
    padding-left: 3rem !important;
  }
  .redactor-styles .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .redactor-styles .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .redactor-styles .m-md-auto {
    margin: auto !important;
  }
  .redactor-styles .mt-md-auto {
    margin-top: auto !important;
  }
  .redactor-styles .mr-md-auto {
    margin-right: auto !important;
  }
  .redactor-styles .mb-md-auto {
    margin-bottom: auto !important;
  }
  .redactor-styles .ml-md-auto {
    margin-left: auto !important;
  }
  .redactor-styles .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .redactor-styles .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .redactor-styles .m-lg-0 {
    margin: 0 0 !important;
  }
  .redactor-styles .mt-lg-0 {
    margin-top: 0 !important;
  }
  .redactor-styles .mr-lg-0 {
    margin-right: 0 !important;
  }
  .redactor-styles .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .redactor-styles .ml-lg-0 {
    margin-left: 0 !important;
  }
  .redactor-styles .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .redactor-styles .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .redactor-styles .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .redactor-styles .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .redactor-styles .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .redactor-styles .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .redactor-styles .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .redactor-styles .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .redactor-styles .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .redactor-styles .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .redactor-styles .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .redactor-styles .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .redactor-styles .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .redactor-styles .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .redactor-styles .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .redactor-styles .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .redactor-styles .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .redactor-styles .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .redactor-styles .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .redactor-styles .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .redactor-styles .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .redactor-styles .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .redactor-styles .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .redactor-styles .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .redactor-styles .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .redactor-styles .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .redactor-styles .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .redactor-styles .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .redactor-styles .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .redactor-styles .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .redactor-styles .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .redactor-styles .p-lg-0 {
    padding: 0 0 !important;
  }
  .redactor-styles .pt-lg-0 {
    padding-top: 0 !important;
  }
  .redactor-styles .pr-lg-0 {
    padding-right: 0 !important;
  }
  .redactor-styles .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .redactor-styles .pl-lg-0 {
    padding-left: 0 !important;
  }
  .redactor-styles .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .redactor-styles .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .redactor-styles .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .redactor-styles .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .redactor-styles .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .redactor-styles .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .redactor-styles .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .redactor-styles .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .redactor-styles .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .redactor-styles .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .redactor-styles .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .redactor-styles .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .redactor-styles .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .redactor-styles .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .redactor-styles .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .redactor-styles .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .redactor-styles .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .redactor-styles .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .redactor-styles .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .redactor-styles .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .redactor-styles .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .redactor-styles .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .redactor-styles .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .redactor-styles .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .redactor-styles .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .redactor-styles .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .redactor-styles .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .redactor-styles .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .redactor-styles .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .redactor-styles .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .redactor-styles .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .redactor-styles .m-lg-auto {
    margin: auto !important;
  }
  .redactor-styles .mt-lg-auto {
    margin-top: auto !important;
  }
  .redactor-styles .mr-lg-auto {
    margin-right: auto !important;
  }
  .redactor-styles .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .redactor-styles .ml-lg-auto {
    margin-left: auto !important;
  }
  .redactor-styles .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .redactor-styles .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .m-xl-0 {
    margin: 0 0 !important;
  }
  .redactor-styles .mt-xl-0 {
    margin-top: 0 !important;
  }
  .redactor-styles .mr-xl-0 {
    margin-right: 0 !important;
  }
  .redactor-styles .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .redactor-styles .ml-xl-0 {
    margin-left: 0 !important;
  }
  .redactor-styles .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .redactor-styles .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .redactor-styles .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .redactor-styles .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .redactor-styles .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .redactor-styles .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .redactor-styles .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .redactor-styles .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .redactor-styles .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .redactor-styles .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .redactor-styles .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .redactor-styles .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .redactor-styles .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .redactor-styles .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .redactor-styles .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .redactor-styles .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .redactor-styles .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .redactor-styles .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .redactor-styles .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .redactor-styles .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .redactor-styles .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .redactor-styles .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .redactor-styles .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .redactor-styles .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .redactor-styles .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .redactor-styles .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .redactor-styles .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .redactor-styles .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .redactor-styles .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .redactor-styles .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .redactor-styles .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .redactor-styles .p-xl-0 {
    padding: 0 0 !important;
  }
  .redactor-styles .pt-xl-0 {
    padding-top: 0 !important;
  }
  .redactor-styles .pr-xl-0 {
    padding-right: 0 !important;
  }
  .redactor-styles .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .redactor-styles .pl-xl-0 {
    padding-left: 0 !important;
  }
  .redactor-styles .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .redactor-styles .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .redactor-styles .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .redactor-styles .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .redactor-styles .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .redactor-styles .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .redactor-styles .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .redactor-styles .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .redactor-styles .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .redactor-styles .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .redactor-styles .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .redactor-styles .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .redactor-styles .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .redactor-styles .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .redactor-styles .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .redactor-styles .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .redactor-styles .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .redactor-styles .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .redactor-styles .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .redactor-styles .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .redactor-styles .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .redactor-styles .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .redactor-styles .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .redactor-styles .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .redactor-styles .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .redactor-styles .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .redactor-styles .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .redactor-styles .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .redactor-styles .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .redactor-styles .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .redactor-styles .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .redactor-styles .m-xl-auto {
    margin: auto !important;
  }
  .redactor-styles .mt-xl-auto {
    margin-top: auto !important;
  }
  .redactor-styles .mr-xl-auto {
    margin-right: auto !important;
  }
  .redactor-styles .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .redactor-styles .ml-xl-auto {
    margin-left: auto !important;
  }
  .redactor-styles .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .redactor-styles .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .m-xxl-0 {
    margin: 0 0 !important;
  }
  .redactor-styles .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .redactor-styles .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .redactor-styles .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .redactor-styles .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .redactor-styles .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .redactor-styles .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .redactor-styles .m-xxl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .redactor-styles .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .redactor-styles .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .redactor-styles .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .redactor-styles .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .redactor-styles .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .m-xxl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .redactor-styles .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .redactor-styles .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .redactor-styles .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .redactor-styles .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .redactor-styles .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .m-xxl-3 {
    margin: 1rem 1rem !important;
  }
  .redactor-styles .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .redactor-styles .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .redactor-styles .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .redactor-styles .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .redactor-styles .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .redactor-styles .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .redactor-styles .m-xxl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .redactor-styles .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .redactor-styles .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .redactor-styles .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .redactor-styles .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .redactor-styles .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .m-xxl-5 {
    margin: 3rem 3rem !important;
  }
  .redactor-styles .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .redactor-styles .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .redactor-styles .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .redactor-styles .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .redactor-styles .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .redactor-styles .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .redactor-styles .p-xxl-0 {
    padding: 0 0 !important;
  }
  .redactor-styles .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .redactor-styles .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .redactor-styles .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .redactor-styles .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .redactor-styles .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .redactor-styles .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .redactor-styles .p-xxl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .redactor-styles .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .redactor-styles .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .redactor-styles .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .redactor-styles .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .redactor-styles .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .p-xxl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .redactor-styles .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .redactor-styles .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .redactor-styles .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .redactor-styles .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .redactor-styles .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .p-xxl-3 {
    padding: 1rem 1rem !important;
  }
  .redactor-styles .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .redactor-styles .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .redactor-styles .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .redactor-styles .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .redactor-styles .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .redactor-styles .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .redactor-styles .p-xxl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .redactor-styles .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .redactor-styles .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .redactor-styles .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .redactor-styles .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .redactor-styles .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .p-xxl-5 {
    padding: 3rem 3rem !important;
  }
  .redactor-styles .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .redactor-styles .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .redactor-styles .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .redactor-styles .pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .redactor-styles .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .redactor-styles .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .redactor-styles .m-xxl-auto {
    margin: auto !important;
  }
  .redactor-styles .mt-xxl-auto {
    margin-top: auto !important;
  }
  .redactor-styles .mr-xxl-auto {
    margin-right: auto !important;
  }
  .redactor-styles .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .redactor-styles .ml-xxl-auto {
    margin-left: auto !important;
  }
  .redactor-styles .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .redactor-styles .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .m-xxxl-0 {
    margin: 0 0 !important;
  }
  .redactor-styles .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .redactor-styles .mr-xxxl-0 {
    margin-right: 0 !important;
  }
  .redactor-styles .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .redactor-styles .ml-xxxl-0 {
    margin-left: 0 !important;
  }
  .redactor-styles .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .redactor-styles .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .redactor-styles .m-xxxl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .redactor-styles .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .redactor-styles .mr-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .redactor-styles .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .ml-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .redactor-styles .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .redactor-styles .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .redactor-styles .m-xxxl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .redactor-styles .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .redactor-styles .mr-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .redactor-styles .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .ml-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .redactor-styles .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .redactor-styles .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .redactor-styles .m-xxxl-3 {
    margin: 1rem 1rem !important;
  }
  .redactor-styles .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .redactor-styles .mr-xxxl-3 {
    margin-right: 1rem !important;
  }
  .redactor-styles .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .redactor-styles .ml-xxxl-3 {
    margin-left: 1rem !important;
  }
  .redactor-styles .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .redactor-styles .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .redactor-styles .m-xxxl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .redactor-styles .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .redactor-styles .mr-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .redactor-styles .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .ml-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .redactor-styles .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .redactor-styles .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .redactor-styles .m-xxxl-5 {
    margin: 3rem 3rem !important;
  }
  .redactor-styles .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .redactor-styles .mr-xxxl-5 {
    margin-right: 3rem !important;
  }
  .redactor-styles .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .redactor-styles .ml-xxxl-5 {
    margin-left: 3rem !important;
  }
  .redactor-styles .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .redactor-styles .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .redactor-styles .p-xxxl-0 {
    padding: 0 0 !important;
  }
  .redactor-styles .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .redactor-styles .pr-xxxl-0 {
    padding-right: 0 !important;
  }
  .redactor-styles .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .redactor-styles .pl-xxxl-0 {
    padding-left: 0 !important;
  }
  .redactor-styles .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .redactor-styles .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .redactor-styles .p-xxxl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .redactor-styles .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .redactor-styles .pr-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .redactor-styles .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .pl-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .redactor-styles .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .redactor-styles .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .redactor-styles .p-xxxl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .redactor-styles .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .redactor-styles .pr-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .redactor-styles .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .pl-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .redactor-styles .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .redactor-styles .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .redactor-styles .p-xxxl-3 {
    padding: 1rem 1rem !important;
  }
  .redactor-styles .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .redactor-styles .pr-xxxl-3 {
    padding-right: 1rem !important;
  }
  .redactor-styles .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .redactor-styles .pl-xxxl-3 {
    padding-left: 1rem !important;
  }
  .redactor-styles .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .redactor-styles .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .redactor-styles .p-xxxl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .redactor-styles .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .redactor-styles .pr-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .redactor-styles .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .pl-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .redactor-styles .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .redactor-styles .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .redactor-styles .p-xxxl-5 {
    padding: 3rem 3rem !important;
  }
  .redactor-styles .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .redactor-styles .pr-xxxl-5 {
    padding-right: 3rem !important;
  }
  .redactor-styles .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .redactor-styles .pl-xxxl-5 {
    padding-left: 3rem !important;
  }
  .redactor-styles .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .redactor-styles .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .redactor-styles .m-xxxl-auto {
    margin: auto !important;
  }
  .redactor-styles .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .redactor-styles .mr-xxxl-auto {
    margin-right: auto !important;
  }
  .redactor-styles .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .redactor-styles .ml-xxxl-auto {
    margin-left: auto !important;
  }
  .redactor-styles .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .redactor-styles .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.redactor-styles .text-justify {
  text-align: justify !important;
}

.redactor-styles .text-nowrap {
  white-space: nowrap !important;
}

.redactor-styles .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.redactor-styles .text-left {
  text-align: left !important;
}

.redactor-styles .text-right {
  text-align: right !important;
}

.redactor-styles .text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .redactor-styles .text-sm-left {
    text-align: left !important;
  }
  .redactor-styles .text-sm-right {
    text-align: right !important;
  }
  .redactor-styles .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .redactor-styles .text-md-left {
    text-align: left !important;
  }
  .redactor-styles .text-md-right {
    text-align: right !important;
  }
  .redactor-styles .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .redactor-styles .text-lg-left {
    text-align: left !important;
  }
  .redactor-styles .text-lg-right {
    text-align: right !important;
  }
  .redactor-styles .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .text-xl-left {
    text-align: left !important;
  }
  .redactor-styles .text-xl-right {
    text-align: right !important;
  }
  .redactor-styles .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .text-xxl-left {
    text-align: left !important;
  }
  .redactor-styles .text-xxl-right {
    text-align: right !important;
  }
  .redactor-styles .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .text-xxxl-left {
    text-align: left !important;
  }
  .redactor-styles .text-xxxl-right {
    text-align: right !important;
  }
  .redactor-styles .text-xxxl-center {
    text-align: center !important;
  }
}

.redactor-styles .text-lowercase {
  text-transform: lowercase !important;
}

.redactor-styles .text-uppercase {
  text-transform: uppercase !important;
}

.redactor-styles .text-capitalize {
  text-transform: capitalize !important;
}

.redactor-styles .font-weight-normal {
  font-weight: normal;
}

.redactor-styles .font-weight-bold {
  font-weight: 700;
}

.redactor-styles .font-italic {
  font-style: italic;
}

.redactor-styles .text-white, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn {
  color: #fff !important;
}

.redactor-styles .text-muted {
  color: #636c72 !important;
}

.redactor-styles a.text-muted:focus, .redactor-styles a.text-muted:hover {
  color: #4b5257 !important;
}

.redactor-styles .text-primary {
  color: #9e7f3b !important;
}

.redactor-styles a.text-primary:focus, .redactor-styles a.text-primary:hover {
  color: #79612d !important;
}

.redactor-styles .text-success {
  color: #5cb85c !important;
}

.redactor-styles a.text-success:focus, .redactor-styles a.text-success:hover {
  color: #449d44 !important;
}

.redactor-styles .text-info {
  color: #5bc0de !important;
}

.redactor-styles a.text-info:focus, .redactor-styles a.text-info:hover {
  color: #31b0d5 !important;
}

.redactor-styles .text-warning {
  color: #f0ad4e !important;
}

.redactor-styles a.text-warning:focus, .redactor-styles a.text-warning:hover {
  color: #ec971f !important;
}

.redactor-styles .text-danger {
  color: #d9534f !important;
}

.redactor-styles a.text-danger:focus, .redactor-styles a.text-danger:hover {
  color: #c9302c !important;
}

.redactor-styles .text-gray-dark {
  color: #23252f !important;
}

.redactor-styles a.text-gray-dark:focus, .redactor-styles a.text-gray-dark:hover {
  color: #0d0e12 !important;
}

.redactor-styles .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.redactor-styles .invisible {
  visibility: hidden !important;
}

.redactor-styles .hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .redactor-styles .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .redactor-styles .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .redactor-styles .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .redactor-styles .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .redactor-styles .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .redactor-styles .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .redactor-styles .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .redactor-styles .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .redactor-styles .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .redactor-styles .hidden-xxl-down {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .hidden-xxxl-up {
    display: none !important;
  }
}

.redactor-styles .hidden-xxxl-down {
  display: none !important;
}

.redactor-styles .visible-print-block {
  display: none !important;
}

@media print {
  .redactor-styles .visible-print-block {
    display: block !important;
  }
}

.redactor-styles .visible-print-inline {
  display: none !important;
}

@media print {
  .redactor-styles .visible-print-inline {
    display: inline !important;
  }
}

.redactor-styles .visible-print-inline-block {
  display: none !important;
}

@media print {
  .redactor-styles .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .redactor-styles .hidden-print {
    display: none !important;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'FontAwesome';
    src: url("/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.redactor-styles .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.redactor-styles .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.redactor-styles .fa-2x {
  font-size: 2em;
}

.redactor-styles .fa-3x {
  font-size: 3em;
}

.redactor-styles .fa-4x {
  font-size: 4em;
}

.redactor-styles .fa-5x {
  font-size: 5em;
}

.redactor-styles .fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.redactor-styles .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.redactor-styles .fa-ul > li {
  position: relative;
}

.redactor-styles .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.redactor-styles .fa-li.fa-lg {
  left: -1.85714286em;
}

.redactor-styles .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.redactor-styles .fa-pull-left {
  float: left;
}

.redactor-styles .fa-pull-right {
  float: right;
}

.redactor-styles .fa.fa-pull-left {
  margin-right: .3em;
}

.redactor-styles .fa.fa-pull-right {
  margin-left: .3em;
}

.redactor-styles .pull-right {
  float: right;
}

.redactor-styles .pull-left {
  float: left;
}

.redactor-styles .fa.pull-left {
  margin-right: .3em;
}

.redactor-styles .fa.pull-right {
  margin-left: .3em;
}

.redactor-styles .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.redactor-styles .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.redactor-styles .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.redactor-styles .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.redactor-styles .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.redactor-styles .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.redactor-styles .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.redactor-styles :root .fa-rotate-90,
.redactor-styles :root .fa-rotate-180,
.redactor-styles :root .fa-rotate-270,
.redactor-styles :root .fa-flip-horizontal,
.redactor-styles :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.redactor-styles .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.redactor-styles .fa-stack-1x, .redactor-styles .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.redactor-styles .fa-stack-1x {
  line-height: inherit;
}

.redactor-styles .fa-stack-2x {
  font-size: 2em;
}

.redactor-styles .fa-inverse {
  color: #fff;
}

.redactor-styles .fa-glass:before {
  content: "\F000";
}

.redactor-styles .fa-music:before {
  content: "\F001";
}

.redactor-styles .fa-search:before {
  content: "\F002";
}

.redactor-styles .fa-envelope-o:before {
  content: "\F003";
}

.redactor-styles .fa-heart:before {
  content: "\F004";
}

.redactor-styles .fa-star:before {
  content: "\F005";
}

.redactor-styles .fa-star-o:before {
  content: "\F006";
}

.redactor-styles .fa-user:before {
  content: "\F007";
}

.redactor-styles .fa-film:before {
  content: "\F008";
}

.redactor-styles .fa-th-large:before {
  content: "\F009";
}

.redactor-styles .fa-th:before {
  content: "\F00A";
}

.redactor-styles .fa-th-list:before {
  content: "\F00B";
}

.redactor-styles .fa-check:before {
  content: "\F00C";
}

.redactor-styles .fa-remove:before,
.redactor-styles .fa-close:before,
.redactor-styles .fa-times:before {
  content: "\F00D";
}

.redactor-styles .fa-search-plus:before {
  content: "\F00E";
}

.redactor-styles .fa-search-minus:before {
  content: "\F010";
}

.redactor-styles .fa-power-off:before {
  content: "\F011";
}

.redactor-styles .fa-signal:before {
  content: "\F012";
}

.redactor-styles .fa-gear:before,
.redactor-styles .fa-cog:before {
  content: "\F013";
}

.redactor-styles .fa-trash-o:before {
  content: "\F014";
}

.redactor-styles .fa-home:before {
  content: "\F015";
}

.redactor-styles .fa-file-o:before {
  content: "\F016";
}

.redactor-styles .fa-clock-o:before {
  content: "\F017";
}

.redactor-styles .fa-road:before {
  content: "\F018";
}

.redactor-styles .fa-download:before {
  content: "\F019";
}

.redactor-styles .fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.redactor-styles .fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.redactor-styles .fa-inbox:before {
  content: "\F01C";
}

.redactor-styles .fa-play-circle-o:before {
  content: "\F01D";
}

.redactor-styles .fa-rotate-right:before,
.redactor-styles .fa-repeat:before {
  content: "\F01E";
}

.redactor-styles .fa-refresh:before {
  content: "\F021";
}

.redactor-styles .fa-list-alt:before {
  content: "\F022";
}

.redactor-styles .fa-lock:before {
  content: "\F023";
}

.redactor-styles .fa-flag:before {
  content: "\F024";
}

.redactor-styles .fa-headphones:before {
  content: "\F025";
}

.redactor-styles .fa-volume-off:before {
  content: "\F026";
}

.redactor-styles .fa-volume-down:before {
  content: "\F027";
}

.redactor-styles .fa-volume-up:before {
  content: "\F028";
}

.redactor-styles .fa-qrcode:before {
  content: "\F029";
}

.redactor-styles .fa-barcode:before {
  content: "\F02A";
}

.redactor-styles .fa-tag:before {
  content: "\F02B";
}

.redactor-styles .fa-tags:before {
  content: "\F02C";
}

.redactor-styles .fa-book:before {
  content: "\F02D";
}

.redactor-styles .fa-bookmark:before {
  content: "\F02E";
}

.redactor-styles .fa-print:before {
  content: "\F02F";
}

.redactor-styles .fa-camera:before {
  content: "\F030";
}

.redactor-styles .fa-font:before {
  content: "\F031";
}

.redactor-styles .fa-bold:before {
  content: "\F032";
}

.redactor-styles .fa-italic:before {
  content: "\F033";
}

.redactor-styles .fa-text-height:before {
  content: "\F034";
}

.redactor-styles .fa-text-width:before {
  content: "\F035";
}

.redactor-styles .fa-align-left:before {
  content: "\F036";
}

.redactor-styles .fa-align-center:before {
  content: "\F037";
}

.redactor-styles .fa-align-right:before {
  content: "\F038";
}

.redactor-styles .fa-align-justify:before {
  content: "\F039";
}

.redactor-styles .fa-list:before {
  content: "\F03A";
}

.redactor-styles .fa-dedent:before,
.redactor-styles .fa-outdent:before {
  content: "\F03B";
}

.redactor-styles .fa-indent:before {
  content: "\F03C";
}

.redactor-styles .fa-video-camera:before {
  content: "\F03D";
}

.redactor-styles .fa-photo:before,
.redactor-styles .fa-image:before,
.redactor-styles .fa-picture-o:before {
  content: "\F03E";
}

.redactor-styles .fa-pencil:before {
  content: "\F040";
}

.redactor-styles .fa-map-marker:before {
  content: "\F041";
}

.redactor-styles .fa-adjust:before {
  content: "\F042";
}

.redactor-styles .fa-tint:before {
  content: "\F043";
}

.redactor-styles .fa-edit:before,
.redactor-styles .fa-pencil-square-o:before {
  content: "\F044";
}

.redactor-styles .fa-share-square-o:before {
  content: "\F045";
}

.redactor-styles .fa-check-square-o:before {
  content: "\F046";
}

.redactor-styles .fa-arrows:before {
  content: "\F047";
}

.redactor-styles .fa-step-backward:before {
  content: "\F048";
}

.redactor-styles .fa-fast-backward:before {
  content: "\F049";
}

.redactor-styles .fa-backward:before {
  content: "\F04A";
}

.redactor-styles .fa-play:before {
  content: "\F04B";
}

.redactor-styles .fa-pause:before {
  content: "\F04C";
}

.redactor-styles .fa-stop:before {
  content: "\F04D";
}

.redactor-styles .fa-forward:before {
  content: "\F04E";
}

.redactor-styles .fa-fast-forward:before {
  content: "\F050";
}

.redactor-styles .fa-step-forward:before {
  content: "\F051";
}

.redactor-styles .fa-eject:before {
  content: "\F052";
}

.redactor-styles .fa-chevron-left:before {
  content: "\F053";
}

.redactor-styles .fa-chevron-right:before {
  content: "\F054";
}

.redactor-styles .fa-plus-circle:before {
  content: "\F055";
}

.redactor-styles .fa-minus-circle:before {
  content: "\F056";
}

.redactor-styles .fa-times-circle:before {
  content: "\F057";
}

.redactor-styles .fa-check-circle:before {
  content: "\F058";
}

.redactor-styles .fa-question-circle:before {
  content: "\F059";
}

.redactor-styles .fa-info-circle:before {
  content: "\F05A";
}

.redactor-styles .fa-crosshairs:before {
  content: "\F05B";
}

.redactor-styles .fa-times-circle-o:before {
  content: "\F05C";
}

.redactor-styles .fa-check-circle-o:before {
  content: "\F05D";
}

.redactor-styles .fa-ban:before {
  content: "\F05E";
}

.redactor-styles .fa-arrow-left:before {
  content: "\F060";
}

.redactor-styles .fa-arrow-right:before {
  content: "\F061";
}

.redactor-styles .fa-arrow-up:before {
  content: "\F062";
}

.redactor-styles .fa-arrow-down:before {
  content: "\F063";
}

.redactor-styles .fa-mail-forward:before,
.redactor-styles .fa-share:before {
  content: "\F064";
}

.redactor-styles .fa-expand:before {
  content: "\F065";
}

.redactor-styles .fa-compress:before {
  content: "\F066";
}

.redactor-styles .fa-plus:before {
  content: "\F067";
}

.redactor-styles .fa-minus:before {
  content: "\F068";
}

.redactor-styles .fa-asterisk:before {
  content: "\F069";
}

.redactor-styles .fa-exclamation-circle:before {
  content: "\F06A";
}

.redactor-styles .fa-gift:before {
  content: "\F06B";
}

.redactor-styles .fa-leaf:before {
  content: "\F06C";
}

.redactor-styles .fa-fire:before {
  content: "\F06D";
}

.redactor-styles .fa-eye:before {
  content: "\F06E";
}

.redactor-styles .fa-eye-slash:before {
  content: "\F070";
}

.redactor-styles .fa-warning:before,
.redactor-styles .fa-exclamation-triangle:before {
  content: "\F071";
}

.redactor-styles .fa-plane:before {
  content: "\F072";
}

.redactor-styles .fa-calendar:before {
  content: "\F073";
}

.redactor-styles .fa-random:before {
  content: "\F074";
}

.redactor-styles .fa-comment:before {
  content: "\F075";
}

.redactor-styles .fa-magnet:before {
  content: "\F076";
}

.redactor-styles .fa-chevron-up:before {
  content: "\F077";
}

.redactor-styles .fa-chevron-down:before {
  content: "\F078";
}

.redactor-styles .fa-retweet:before {
  content: "\F079";
}

.redactor-styles .fa-shopping-cart:before {
  content: "\F07A";
}

.redactor-styles .fa-folder:before {
  content: "\F07B";
}

.redactor-styles .fa-folder-open:before {
  content: "\F07C";
}

.redactor-styles .fa-arrows-v:before {
  content: "\F07D";
}

.redactor-styles .fa-arrows-h:before {
  content: "\F07E";
}

.redactor-styles .fa-bar-chart-o:before,
.redactor-styles .fa-bar-chart:before {
  content: "\F080";
}

.redactor-styles .fa-twitter-square:before {
  content: "\F081";
}

.redactor-styles .fa-facebook-square:before {
  content: "\F082";
}

.redactor-styles .fa-camera-retro:before {
  content: "\F083";
}

.redactor-styles .fa-key:before {
  content: "\F084";
}

.redactor-styles .fa-gears:before,
.redactor-styles .fa-cogs:before {
  content: "\F085";
}

.redactor-styles .fa-comments:before {
  content: "\F086";
}

.redactor-styles .fa-thumbs-o-up:before {
  content: "\F087";
}

.redactor-styles .fa-thumbs-o-down:before {
  content: "\F088";
}

.redactor-styles .fa-star-half:before {
  content: "\F089";
}

.redactor-styles .fa-heart-o:before {
  content: "\F08A";
}

.redactor-styles .fa-sign-out:before {
  content: "\F08B";
}

.redactor-styles .fa-linkedin-square:before {
  content: "\F08C";
}

.redactor-styles .fa-thumb-tack:before {
  content: "\F08D";
}

.redactor-styles .fa-external-link:before {
  content: "\F08E";
}

.redactor-styles .fa-sign-in:before {
  content: "\F090";
}

.redactor-styles .fa-trophy:before {
  content: "\F091";
}

.redactor-styles .fa-github-square:before {
  content: "\F092";
}

.redactor-styles .fa-upload:before {
  content: "\F093";
}

.redactor-styles .fa-lemon-o:before {
  content: "\F094";
}

.redactor-styles .fa-phone:before {
  content: "\F095";
}

.redactor-styles .fa-square-o:before {
  content: "\F096";
}

.redactor-styles .fa-bookmark-o:before {
  content: "\F097";
}

.redactor-styles .fa-phone-square:before {
  content: "\F098";
}

.redactor-styles .fa-twitter:before {
  content: "\F099";
}

.redactor-styles .fa-facebook-f:before,
.redactor-styles .fa-facebook:before {
  content: "\F09A";
}

.redactor-styles .fa-github:before {
  content: "\F09B";
}

.redactor-styles .fa-unlock:before {
  content: "\F09C";
}

.redactor-styles .fa-credit-card:before {
  content: "\F09D";
}

.redactor-styles .fa-feed:before,
.redactor-styles .fa-rss:before {
  content: "\F09E";
}

.redactor-styles .fa-hdd-o:before {
  content: "\F0A0";
}

.redactor-styles .fa-bullhorn:before {
  content: "\F0A1";
}

.redactor-styles .fa-bell:before {
  content: "\F0F3";
}

.redactor-styles .fa-certificate:before {
  content: "\F0A3";
}

.redactor-styles .fa-hand-o-right:before {
  content: "\F0A4";
}

.redactor-styles .fa-hand-o-left:before {
  content: "\F0A5";
}

.redactor-styles .fa-hand-o-up:before {
  content: "\F0A6";
}

.redactor-styles .fa-hand-o-down:before {
  content: "\F0A7";
}

.redactor-styles .fa-arrow-circle-left:before {
  content: "\F0A8";
}

.redactor-styles .fa-arrow-circle-right:before {
  content: "\F0A9";
}

.redactor-styles .fa-arrow-circle-up:before {
  content: "\F0AA";
}

.redactor-styles .fa-arrow-circle-down:before {
  content: "\F0AB";
}

.redactor-styles .fa-globe:before {
  content: "\F0AC";
}

.redactor-styles .fa-wrench:before {
  content: "\F0AD";
}

.redactor-styles .fa-tasks:before {
  content: "\F0AE";
}

.redactor-styles .fa-filter:before {
  content: "\F0B0";
}

.redactor-styles .fa-briefcase:before {
  content: "\F0B1";
}

.redactor-styles .fa-arrows-alt:before {
  content: "\F0B2";
}

.redactor-styles .fa-group:before,
.redactor-styles .fa-users:before {
  content: "\F0C0";
}

.redactor-styles .fa-chain:before,
.redactor-styles .fa-link:before {
  content: "\F0C1";
}

.redactor-styles .fa-cloud:before {
  content: "\F0C2";
}

.redactor-styles .fa-flask:before {
  content: "\F0C3";
}

.redactor-styles .fa-cut:before,
.redactor-styles .fa-scissors:before {
  content: "\F0C4";
}

.redactor-styles .fa-copy:before,
.redactor-styles .fa-files-o:before {
  content: "\F0C5";
}

.redactor-styles .fa-paperclip:before {
  content: "\F0C6";
}

.redactor-styles .fa-save:before,
.redactor-styles .fa-floppy-o:before {
  content: "\F0C7";
}

.redactor-styles .fa-square:before {
  content: "\F0C8";
}

.redactor-styles .fa-navicon:before,
.redactor-styles .fa-reorder:before,
.redactor-styles .fa-bars:before {
  content: "\F0C9";
}

.redactor-styles .fa-list-ul:before {
  content: "\F0CA";
}

.redactor-styles .fa-list-ol:before {
  content: "\F0CB";
}

.redactor-styles .fa-strikethrough:before {
  content: "\F0CC";
}

.redactor-styles .fa-underline:before {
  content: "\F0CD";
}

.redactor-styles .fa-table:before {
  content: "\F0CE";
}

.redactor-styles .fa-magic:before {
  content: "\F0D0";
}

.redactor-styles .fa-truck:before {
  content: "\F0D1";
}

.redactor-styles .fa-pinterest:before {
  content: "\F0D2";
}

.redactor-styles .fa-pinterest-square:before {
  content: "\F0D3";
}

.redactor-styles .fa-google-plus-square:before {
  content: "\F0D4";
}

.redactor-styles .fa-google-plus:before {
  content: "\F0D5";
}

.redactor-styles .fa-money:before {
  content: "\F0D6";
}

.redactor-styles .fa-caret-down:before {
  content: "\F0D7";
}

.redactor-styles .fa-caret-up:before {
  content: "\F0D8";
}

.redactor-styles .fa-caret-left:before {
  content: "\F0D9";
}

.redactor-styles .fa-caret-right:before {
  content: "\F0DA";
}

.redactor-styles .fa-columns:before {
  content: "\F0DB";
}

.redactor-styles .fa-unsorted:before,
.redactor-styles .fa-sort:before {
  content: "\F0DC";
}

.redactor-styles .fa-sort-down:before,
.redactor-styles .fa-sort-desc:before {
  content: "\F0DD";
}

.redactor-styles .fa-sort-up:before,
.redactor-styles .fa-sort-asc:before {
  content: "\F0DE";
}

.redactor-styles .fa-envelope:before {
  content: "\F0E0";
}

.redactor-styles .fa-linkedin:before {
  content: "\F0E1";
}

.redactor-styles .fa-rotate-left:before,
.redactor-styles .fa-undo:before {
  content: "\F0E2";
}

.redactor-styles .fa-legal:before,
.redactor-styles .fa-gavel:before {
  content: "\F0E3";
}

.redactor-styles .fa-dashboard:before,
.redactor-styles .fa-tachometer:before {
  content: "\F0E4";
}

.redactor-styles .fa-comment-o:before {
  content: "\F0E5";
}

.redactor-styles .fa-comments-o:before {
  content: "\F0E6";
}

.redactor-styles .fa-flash:before,
.redactor-styles .fa-bolt:before {
  content: "\F0E7";
}

.redactor-styles .fa-sitemap:before {
  content: "\F0E8";
}

.redactor-styles .fa-umbrella:before {
  content: "\F0E9";
}

.redactor-styles .fa-paste:before,
.redactor-styles .fa-clipboard:before {
  content: "\F0EA";
}

.redactor-styles .fa-lightbulb-o:before {
  content: "\F0EB";
}

.redactor-styles .fa-exchange:before {
  content: "\F0EC";
}

.redactor-styles .fa-cloud-download:before {
  content: "\F0ED";
}

.redactor-styles .fa-cloud-upload:before {
  content: "\F0EE";
}

.redactor-styles .fa-user-md:before {
  content: "\F0F0";
}

.redactor-styles .fa-stethoscope:before {
  content: "\F0F1";
}

.redactor-styles .fa-suitcase:before {
  content: "\F0F2";
}

.redactor-styles .fa-bell-o:before {
  content: "\F0A2";
}

.redactor-styles .fa-coffee:before {
  content: "\F0F4";
}

.redactor-styles .fa-cutlery:before {
  content: "\F0F5";
}

.redactor-styles .fa-file-text-o:before {
  content: "\F0F6";
}

.redactor-styles .fa-building-o:before {
  content: "\F0F7";
}

.redactor-styles .fa-hospital-o:before {
  content: "\F0F8";
}

.redactor-styles .fa-ambulance:before {
  content: "\F0F9";
}

.redactor-styles .fa-medkit:before {
  content: "\F0FA";
}

.redactor-styles .fa-fighter-jet:before {
  content: "\F0FB";
}

.redactor-styles .fa-beer:before {
  content: "\F0FC";
}

.redactor-styles .fa-h-square:before {
  content: "\F0FD";
}

.redactor-styles .fa-plus-square:before {
  content: "\F0FE";
}

.redactor-styles .fa-angle-double-left:before {
  content: "\F100";
}

.redactor-styles .fa-angle-double-right:before {
  content: "\F101";
}

.redactor-styles .fa-angle-double-up:before {
  content: "\F102";
}

.redactor-styles .fa-angle-double-down:before {
  content: "\F103";
}

.redactor-styles .fa-angle-left:before {
  content: "\F104";
}

.redactor-styles .fa-angle-right:before {
  content: "\F105";
}

.redactor-styles .fa-angle-up:before {
  content: "\F106";
}

.redactor-styles .fa-angle-down:before {
  content: "\F107";
}

.redactor-styles .fa-desktop:before {
  content: "\F108";
}

.redactor-styles .fa-laptop:before {
  content: "\F109";
}

.redactor-styles .fa-tablet:before {
  content: "\F10A";
}

.redactor-styles .fa-mobile-phone:before,
.redactor-styles .fa-mobile:before {
  content: "\F10B";
}

.redactor-styles .fa-circle-o:before {
  content: "\F10C";
}

.redactor-styles .fa-quote-left:before {
  content: "\F10D";
}

.redactor-styles .fa-quote-right:before {
  content: "\F10E";
}

.redactor-styles .fa-spinner:before {
  content: "\F110";
}

.redactor-styles .fa-circle:before {
  content: "\F111";
}

.redactor-styles .fa-mail-reply:before,
.redactor-styles .fa-reply:before {
  content: "\F112";
}

.redactor-styles .fa-github-alt:before {
  content: "\F113";
}

.redactor-styles .fa-folder-o:before {
  content: "\F114";
}

.redactor-styles .fa-folder-open-o:before {
  content: "\F115";
}

.redactor-styles .fa-smile-o:before {
  content: "\F118";
}

.redactor-styles .fa-frown-o:before {
  content: "\F119";
}

.redactor-styles .fa-meh-o:before {
  content: "\F11A";
}

.redactor-styles .fa-gamepad:before {
  content: "\F11B";
}

.redactor-styles .fa-keyboard-o:before {
  content: "\F11C";
}

.redactor-styles .fa-flag-o:before {
  content: "\F11D";
}

.redactor-styles .fa-flag-checkered:before {
  content: "\F11E";
}

.redactor-styles .fa-terminal:before {
  content: "\F120";
}

.redactor-styles .fa-code:before {
  content: "\F121";
}

.redactor-styles .fa-mail-reply-all:before,
.redactor-styles .fa-reply-all:before {
  content: "\F122";
}

.redactor-styles .fa-star-half-empty:before,
.redactor-styles .fa-star-half-full:before,
.redactor-styles .fa-star-half-o:before {
  content: "\F123";
}

.redactor-styles .fa-location-arrow:before {
  content: "\F124";
}

.redactor-styles .fa-crop:before {
  content: "\F125";
}

.redactor-styles .fa-code-fork:before {
  content: "\F126";
}

.redactor-styles .fa-unlink:before,
.redactor-styles .fa-chain-broken:before {
  content: "\F127";
}

.redactor-styles .fa-question:before {
  content: "\F128";
}

.redactor-styles .fa-info:before {
  content: "\F129";
}

.redactor-styles .fa-exclamation:before {
  content: "\F12A";
}

.redactor-styles .fa-superscript:before {
  content: "\F12B";
}

.redactor-styles .fa-subscript:before {
  content: "\F12C";
}

.redactor-styles .fa-eraser:before {
  content: "\F12D";
}

.redactor-styles .fa-puzzle-piece:before {
  content: "\F12E";
}

.redactor-styles .fa-microphone:before {
  content: "\F130";
}

.redactor-styles .fa-microphone-slash:before {
  content: "\F131";
}

.redactor-styles .fa-shield:before {
  content: "\F132";
}

.redactor-styles .fa-calendar-o:before {
  content: "\F133";
}

.redactor-styles .fa-fire-extinguisher:before {
  content: "\F134";
}

.redactor-styles .fa-rocket:before {
  content: "\F135";
}

.redactor-styles .fa-maxcdn:before {
  content: "\F136";
}

.redactor-styles .fa-chevron-circle-left:before {
  content: "\F137";
}

.redactor-styles .fa-chevron-circle-right:before {
  content: "\F138";
}

.redactor-styles .fa-chevron-circle-up:before {
  content: "\F139";
}

.redactor-styles .fa-chevron-circle-down:before {
  content: "\F13A";
}

.redactor-styles .fa-html5:before {
  content: "\F13B";
}

.redactor-styles .fa-css3:before {
  content: "\F13C";
}

.redactor-styles .fa-anchor:before {
  content: "\F13D";
}

.redactor-styles .fa-unlock-alt:before {
  content: "\F13E";
}

.redactor-styles .fa-bullseye:before {
  content: "\F140";
}

.redactor-styles .fa-ellipsis-h:before {
  content: "\F141";
}

.redactor-styles .fa-ellipsis-v:before {
  content: "\F142";
}

.redactor-styles .fa-rss-square:before {
  content: "\F143";
}

.redactor-styles .fa-play-circle:before {
  content: "\F144";
}

.redactor-styles .fa-ticket:before {
  content: "\F145";
}

.redactor-styles .fa-minus-square:before {
  content: "\F146";
}

.redactor-styles .fa-minus-square-o:before {
  content: "\F147";
}

.redactor-styles .fa-level-up:before {
  content: "\F148";
}

.redactor-styles .fa-level-down:before {
  content: "\F149";
}

.redactor-styles .fa-check-square:before {
  content: "\F14A";
}

.redactor-styles .fa-pencil-square:before {
  content: "\F14B";
}

.redactor-styles .fa-external-link-square:before {
  content: "\F14C";
}

.redactor-styles .fa-share-square:before {
  content: "\F14D";
}

.redactor-styles .fa-compass:before {
  content: "\F14E";
}

.redactor-styles .fa-toggle-down:before,
.redactor-styles .fa-caret-square-o-down:before {
  content: "\F150";
}

.redactor-styles .fa-toggle-up:before,
.redactor-styles .fa-caret-square-o-up:before {
  content: "\F151";
}

.redactor-styles .fa-toggle-right:before,
.redactor-styles .fa-caret-square-o-right:before {
  content: "\F152";
}

.redactor-styles .fa-euro:before,
.redactor-styles .fa-eur:before {
  content: "\F153";
}

.redactor-styles .fa-gbp:before {
  content: "\F154";
}

.redactor-styles .fa-dollar:before,
.redactor-styles .fa-usd:before {
  content: "\F155";
}

.redactor-styles .fa-rupee:before,
.redactor-styles .fa-inr:before {
  content: "\F156";
}

.redactor-styles .fa-cny:before,
.redactor-styles .fa-rmb:before,
.redactor-styles .fa-yen:before,
.redactor-styles .fa-jpy:before {
  content: "\F157";
}

.redactor-styles .fa-ruble:before,
.redactor-styles .fa-rouble:before,
.redactor-styles .fa-rub:before {
  content: "\F158";
}

.redactor-styles .fa-won:before,
.redactor-styles .fa-krw:before {
  content: "\F159";
}

.redactor-styles .fa-bitcoin:before,
.redactor-styles .fa-btc:before {
  content: "\F15A";
}

.redactor-styles .fa-file:before {
  content: "\F15B";
}

.redactor-styles .fa-file-text:before {
  content: "\F15C";
}

.redactor-styles .fa-sort-alpha-asc:before {
  content: "\F15D";
}

.redactor-styles .fa-sort-alpha-desc:before {
  content: "\F15E";
}

.redactor-styles .fa-sort-amount-asc:before {
  content: "\F160";
}

.redactor-styles .fa-sort-amount-desc:before {
  content: "\F161";
}

.redactor-styles .fa-sort-numeric-asc:before {
  content: "\F162";
}

.redactor-styles .fa-sort-numeric-desc:before {
  content: "\F163";
}

.redactor-styles .fa-thumbs-up:before {
  content: "\F164";
}

.redactor-styles .fa-thumbs-down:before {
  content: "\F165";
}

.redactor-styles .fa-youtube-square:before {
  content: "\F166";
}

.redactor-styles .fa-youtube:before {
  content: "\F167";
}

.redactor-styles .fa-xing:before {
  content: "\F168";
}

.redactor-styles .fa-xing-square:before {
  content: "\F169";
}

.redactor-styles .fa-youtube-play:before {
  content: "\F16A";
}

.redactor-styles .fa-dropbox:before {
  content: "\F16B";
}

.redactor-styles .fa-stack-overflow:before {
  content: "\F16C";
}

.redactor-styles .fa-instagram:before {
  content: "\F16D";
}

.redactor-styles .fa-flickr:before {
  content: "\F16E";
}

.redactor-styles .fa-adn:before {
  content: "\F170";
}

.redactor-styles .fa-bitbucket:before {
  content: "\F171";
}

.redactor-styles .fa-bitbucket-square:before {
  content: "\F172";
}

.redactor-styles .fa-tumblr:before {
  content: "\F173";
}

.redactor-styles .fa-tumblr-square:before {
  content: "\F174";
}

.redactor-styles .fa-long-arrow-down:before {
  content: "\F175";
}

.redactor-styles .fa-long-arrow-up:before {
  content: "\F176";
}

.redactor-styles .fa-long-arrow-left:before {
  content: "\F177";
}

.redactor-styles .fa-long-arrow-right:before {
  content: "\F178";
}

.redactor-styles .fa-apple:before {
  content: "\F179";
}

.redactor-styles .fa-windows:before {
  content: "\F17A";
}

.redactor-styles .fa-android:before {
  content: "\F17B";
}

.redactor-styles .fa-linux:before {
  content: "\F17C";
}

.redactor-styles .fa-dribbble:before {
  content: "\F17D";
}

.redactor-styles .fa-skype:before {
  content: "\F17E";
}

.redactor-styles .fa-foursquare:before {
  content: "\F180";
}

.redactor-styles .fa-trello:before {
  content: "\F181";
}

.redactor-styles .fa-female:before {
  content: "\F182";
}

.redactor-styles .fa-male:before {
  content: "\F183";
}

.redactor-styles .fa-gittip:before,
.redactor-styles .fa-gratipay:before {
  content: "\F184";
}

.redactor-styles .fa-sun-o:before {
  content: "\F185";
}

.redactor-styles .fa-moon-o:before {
  content: "\F186";
}

.redactor-styles .fa-archive:before {
  content: "\F187";
}

.redactor-styles .fa-bug:before {
  content: "\F188";
}

.redactor-styles .fa-vk:before {
  content: "\F189";
}

.redactor-styles .fa-weibo:before {
  content: "\F18A";
}

.redactor-styles .fa-renren:before {
  content: "\F18B";
}

.redactor-styles .fa-pagelines:before {
  content: "\F18C";
}

.redactor-styles .fa-stack-exchange:before {
  content: "\F18D";
}

.redactor-styles .fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.redactor-styles .fa-arrow-circle-o-left:before {
  content: "\F190";
}

.redactor-styles .fa-toggle-left:before,
.redactor-styles .fa-caret-square-o-left:before {
  content: "\F191";
}

.redactor-styles .fa-dot-circle-o:before {
  content: "\F192";
}

.redactor-styles .fa-wheelchair:before {
  content: "\F193";
}

.redactor-styles .fa-vimeo-square:before {
  content: "\F194";
}

.redactor-styles .fa-turkish-lira:before,
.redactor-styles .fa-try:before {
  content: "\F195";
}

.redactor-styles .fa-plus-square-o:before {
  content: "\F196";
}

.redactor-styles .fa-space-shuttle:before {
  content: "\F197";
}

.redactor-styles .fa-slack:before {
  content: "\F198";
}

.redactor-styles .fa-envelope-square:before {
  content: "\F199";
}

.redactor-styles .fa-wordpress:before {
  content: "\F19A";
}

.redactor-styles .fa-openid:before {
  content: "\F19B";
}

.redactor-styles .fa-institution:before,
.redactor-styles .fa-bank:before,
.redactor-styles .fa-university:before {
  content: "\F19C";
}

.redactor-styles .fa-mortar-board:before,
.redactor-styles .fa-graduation-cap:before {
  content: "\F19D";
}

.redactor-styles .fa-yahoo:before {
  content: "\F19E";
}

.redactor-styles .fa-google:before {
  content: "\F1A0";
}

.redactor-styles .fa-reddit:before {
  content: "\F1A1";
}

.redactor-styles .fa-reddit-square:before {
  content: "\F1A2";
}

.redactor-styles .fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.redactor-styles .fa-stumbleupon:before {
  content: "\F1A4";
}

.redactor-styles .fa-delicious:before {
  content: "\F1A5";
}

.redactor-styles .fa-digg:before {
  content: "\F1A6";
}

.redactor-styles .fa-pied-piper-pp:before {
  content: "\F1A7";
}

.redactor-styles .fa-pied-piper-alt:before {
  content: "\F1A8";
}

.redactor-styles .fa-drupal:before {
  content: "\F1A9";
}

.redactor-styles .fa-joomla:before {
  content: "\F1AA";
}

.redactor-styles .fa-language:before {
  content: "\F1AB";
}

.redactor-styles .fa-fax:before {
  content: "\F1AC";
}

.redactor-styles .fa-building:before {
  content: "\F1AD";
}

.redactor-styles .fa-child:before {
  content: "\F1AE";
}

.redactor-styles .fa-paw:before {
  content: "\F1B0";
}

.redactor-styles .fa-spoon:before {
  content: "\F1B1";
}

.redactor-styles .fa-cube:before {
  content: "\F1B2";
}

.redactor-styles .fa-cubes:before {
  content: "\F1B3";
}

.redactor-styles .fa-behance:before {
  content: "\F1B4";
}

.redactor-styles .fa-behance-square:before {
  content: "\F1B5";
}

.redactor-styles .fa-steam:before {
  content: "\F1B6";
}

.redactor-styles .fa-steam-square:before {
  content: "\F1B7";
}

.redactor-styles .fa-recycle:before {
  content: "\F1B8";
}

.redactor-styles .fa-automobile:before,
.redactor-styles .fa-car:before {
  content: "\F1B9";
}

.redactor-styles .fa-cab:before,
.redactor-styles .fa-taxi:before {
  content: "\F1BA";
}

.redactor-styles .fa-tree:before {
  content: "\F1BB";
}

.redactor-styles .fa-spotify:before {
  content: "\F1BC";
}

.redactor-styles .fa-deviantart:before {
  content: "\F1BD";
}

.redactor-styles .fa-soundcloud:before {
  content: "\F1BE";
}

.redactor-styles .fa-database:before {
  content: "\F1C0";
}

.redactor-styles .fa-file-pdf-o:before {
  content: "\F1C1";
}

.redactor-styles .fa-file-word-o:before {
  content: "\F1C2";
}

.redactor-styles .fa-file-excel-o:before {
  content: "\F1C3";
}

.redactor-styles .fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.redactor-styles .fa-file-photo-o:before,
.redactor-styles .fa-file-picture-o:before,
.redactor-styles .fa-file-image-o:before {
  content: "\F1C5";
}

.redactor-styles .fa-file-zip-o:before,
.redactor-styles .fa-file-archive-o:before {
  content: "\F1C6";
}

.redactor-styles .fa-file-sound-o:before,
.redactor-styles .fa-file-audio-o:before {
  content: "\F1C7";
}

.redactor-styles .fa-file-movie-o:before,
.redactor-styles .fa-file-video-o:before {
  content: "\F1C8";
}

.redactor-styles .fa-file-code-o:before {
  content: "\F1C9";
}

.redactor-styles .fa-vine:before {
  content: "\F1CA";
}

.redactor-styles .fa-codepen:before {
  content: "\F1CB";
}

.redactor-styles .fa-jsfiddle:before {
  content: "\F1CC";
}

.redactor-styles .fa-life-bouy:before,
.redactor-styles .fa-life-buoy:before,
.redactor-styles .fa-life-saver:before,
.redactor-styles .fa-support:before,
.redactor-styles .fa-life-ring:before {
  content: "\F1CD";
}

.redactor-styles .fa-circle-o-notch:before {
  content: "\F1CE";
}

.redactor-styles .fa-ra:before,
.redactor-styles .fa-resistance:before,
.redactor-styles .fa-rebel:before {
  content: "\F1D0";
}

.redactor-styles .fa-ge:before,
.redactor-styles .fa-empire:before {
  content: "\F1D1";
}

.redactor-styles .fa-git-square:before {
  content: "\F1D2";
}

.redactor-styles .fa-git:before {
  content: "\F1D3";
}

.redactor-styles .fa-y-combinator-square:before,
.redactor-styles .fa-yc-square:before,
.redactor-styles .fa-hacker-news:before {
  content: "\F1D4";
}

.redactor-styles .fa-tencent-weibo:before {
  content: "\F1D5";
}

.redactor-styles .fa-qq:before {
  content: "\F1D6";
}

.redactor-styles .fa-wechat:before,
.redactor-styles .fa-weixin:before {
  content: "\F1D7";
}

.redactor-styles .fa-send:before,
.redactor-styles .fa-paper-plane:before {
  content: "\F1D8";
}

.redactor-styles .fa-send-o:before,
.redactor-styles .fa-paper-plane-o:before {
  content: "\F1D9";
}

.redactor-styles .fa-history:before {
  content: "\F1DA";
}

.redactor-styles .fa-circle-thin:before {
  content: "\F1DB";
}

.redactor-styles .fa-header:before {
  content: "\F1DC";
}

.redactor-styles .fa-paragraph:before {
  content: "\F1DD";
}

.redactor-styles .fa-sliders:before {
  content: "\F1DE";
}

.redactor-styles .fa-share-alt:before {
  content: "\F1E0";
}

.redactor-styles .fa-share-alt-square:before {
  content: "\F1E1";
}

.redactor-styles .fa-bomb:before {
  content: "\F1E2";
}

.redactor-styles .fa-soccer-ball-o:before,
.redactor-styles .fa-futbol-o:before {
  content: "\F1E3";
}

.redactor-styles .fa-tty:before {
  content: "\F1E4";
}

.redactor-styles .fa-binoculars:before {
  content: "\F1E5";
}

.redactor-styles .fa-plug:before {
  content: "\F1E6";
}

.redactor-styles .fa-slideshare:before {
  content: "\F1E7";
}

.redactor-styles .fa-twitch:before {
  content: "\F1E8";
}

.redactor-styles .fa-yelp:before {
  content: "\F1E9";
}

.redactor-styles .fa-newspaper-o:before {
  content: "\F1EA";
}

.redactor-styles .fa-wifi:before {
  content: "\F1EB";
}

.redactor-styles .fa-calculator:before {
  content: "\F1EC";
}

.redactor-styles .fa-paypal:before {
  content: "\F1ED";
}

.redactor-styles .fa-google-wallet:before {
  content: "\F1EE";
}

.redactor-styles .fa-cc-visa:before {
  content: "\F1F0";
}

.redactor-styles .fa-cc-mastercard:before {
  content: "\F1F1";
}

.redactor-styles .fa-cc-discover:before {
  content: "\F1F2";
}

.redactor-styles .fa-cc-amex:before {
  content: "\F1F3";
}

.redactor-styles .fa-cc-paypal:before {
  content: "\F1F4";
}

.redactor-styles .fa-cc-stripe:before {
  content: "\F1F5";
}

.redactor-styles .fa-bell-slash:before {
  content: "\F1F6";
}

.redactor-styles .fa-bell-slash-o:before {
  content: "\F1F7";
}

.redactor-styles .fa-trash:before {
  content: "\F1F8";
}

.redactor-styles .fa-copyright:before {
  content: "\F1F9";
}

.redactor-styles .fa-at:before {
  content: "\F1FA";
}

.redactor-styles .fa-eyedropper:before {
  content: "\F1FB";
}

.redactor-styles .fa-paint-brush:before {
  content: "\F1FC";
}

.redactor-styles .fa-birthday-cake:before {
  content: "\F1FD";
}

.redactor-styles .fa-area-chart:before {
  content: "\F1FE";
}

.redactor-styles .fa-pie-chart:before {
  content: "\F200";
}

.redactor-styles .fa-line-chart:before {
  content: "\F201";
}

.redactor-styles .fa-lastfm:before {
  content: "\F202";
}

.redactor-styles .fa-lastfm-square:before {
  content: "\F203";
}

.redactor-styles .fa-toggle-off:before {
  content: "\F204";
}

.redactor-styles .fa-toggle-on:before {
  content: "\F205";
}

.redactor-styles .fa-bicycle:before {
  content: "\F206";
}

.redactor-styles .fa-bus:before {
  content: "\F207";
}

.redactor-styles .fa-ioxhost:before {
  content: "\F208";
}

.redactor-styles .fa-angellist:before {
  content: "\F209";
}

.redactor-styles .fa-cc:before {
  content: "\F20A";
}

.redactor-styles .fa-shekel:before,
.redactor-styles .fa-sheqel:before,
.redactor-styles .fa-ils:before {
  content: "\F20B";
}

.redactor-styles .fa-meanpath:before {
  content: "\F20C";
}

.redactor-styles .fa-buysellads:before {
  content: "\F20D";
}

.redactor-styles .fa-connectdevelop:before {
  content: "\F20E";
}

.redactor-styles .fa-dashcube:before {
  content: "\F210";
}

.redactor-styles .fa-forumbee:before {
  content: "\F211";
}

.redactor-styles .fa-leanpub:before {
  content: "\F212";
}

.redactor-styles .fa-sellsy:before {
  content: "\F213";
}

.redactor-styles .fa-shirtsinbulk:before {
  content: "\F214";
}

.redactor-styles .fa-simplybuilt:before {
  content: "\F215";
}

.redactor-styles .fa-skyatlas:before {
  content: "\F216";
}

.redactor-styles .fa-cart-plus:before {
  content: "\F217";
}

.redactor-styles .fa-cart-arrow-down:before {
  content: "\F218";
}

.redactor-styles .fa-diamond:before {
  content: "\F219";
}

.redactor-styles .fa-ship:before {
  content: "\F21A";
}

.redactor-styles .fa-user-secret:before {
  content: "\F21B";
}

.redactor-styles .fa-motorcycle:before {
  content: "\F21C";
}

.redactor-styles .fa-street-view:before {
  content: "\F21D";
}

.redactor-styles .fa-heartbeat:before {
  content: "\F21E";
}

.redactor-styles .fa-venus:before {
  content: "\F221";
}

.redactor-styles .fa-mars:before {
  content: "\F222";
}

.redactor-styles .fa-mercury:before {
  content: "\F223";
}

.redactor-styles .fa-intersex:before,
.redactor-styles .fa-transgender:before {
  content: "\F224";
}

.redactor-styles .fa-transgender-alt:before {
  content: "\F225";
}

.redactor-styles .fa-venus-double:before {
  content: "\F226";
}

.redactor-styles .fa-mars-double:before {
  content: "\F227";
}

.redactor-styles .fa-venus-mars:before {
  content: "\F228";
}

.redactor-styles .fa-mars-stroke:before {
  content: "\F229";
}

.redactor-styles .fa-mars-stroke-v:before {
  content: "\F22A";
}

.redactor-styles .fa-mars-stroke-h:before {
  content: "\F22B";
}

.redactor-styles .fa-neuter:before {
  content: "\F22C";
}

.redactor-styles .fa-genderless:before {
  content: "\F22D";
}

.redactor-styles .fa-facebook-official:before {
  content: "\F230";
}

.redactor-styles .fa-pinterest-p:before {
  content: "\F231";
}

.redactor-styles .fa-whatsapp:before {
  content: "\F232";
}

.redactor-styles .fa-server:before {
  content: "\F233";
}

.redactor-styles .fa-user-plus:before {
  content: "\F234";
}

.redactor-styles .fa-user-times:before {
  content: "\F235";
}

.redactor-styles .fa-hotel:before,
.redactor-styles .fa-bed:before {
  content: "\F236";
}

.redactor-styles .fa-viacoin:before {
  content: "\F237";
}

.redactor-styles .fa-train:before {
  content: "\F238";
}

.redactor-styles .fa-subway:before {
  content: "\F239";
}

.redactor-styles .fa-medium:before {
  content: "\F23A";
}

.redactor-styles .fa-yc:before,
.redactor-styles .fa-y-combinator:before {
  content: "\F23B";
}

.redactor-styles .fa-optin-monster:before {
  content: "\F23C";
}

.redactor-styles .fa-opencart:before {
  content: "\F23D";
}

.redactor-styles .fa-expeditedssl:before {
  content: "\F23E";
}

.redactor-styles .fa-battery-4:before,
.redactor-styles .fa-battery:before,
.redactor-styles .fa-battery-full:before {
  content: "\F240";
}

.redactor-styles .fa-battery-3:before,
.redactor-styles .fa-battery-three-quarters:before {
  content: "\F241";
}

.redactor-styles .fa-battery-2:before,
.redactor-styles .fa-battery-half:before {
  content: "\F242";
}

.redactor-styles .fa-battery-1:before,
.redactor-styles .fa-battery-quarter:before {
  content: "\F243";
}

.redactor-styles .fa-battery-0:before,
.redactor-styles .fa-battery-empty:before {
  content: "\F244";
}

.redactor-styles .fa-mouse-pointer:before {
  content: "\F245";
}

.redactor-styles .fa-i-cursor:before {
  content: "\F246";
}

.redactor-styles .fa-object-group:before {
  content: "\F247";
}

.redactor-styles .fa-object-ungroup:before {
  content: "\F248";
}

.redactor-styles .fa-sticky-note:before {
  content: "\F249";
}

.redactor-styles .fa-sticky-note-o:before {
  content: "\F24A";
}

.redactor-styles .fa-cc-jcb:before {
  content: "\F24B";
}

.redactor-styles .fa-cc-diners-club:before {
  content: "\F24C";
}

.redactor-styles .fa-clone:before {
  content: "\F24D";
}

.redactor-styles .fa-balance-scale:before {
  content: "\F24E";
}

.redactor-styles .fa-hourglass-o:before {
  content: "\F250";
}

.redactor-styles .fa-hourglass-1:before,
.redactor-styles .fa-hourglass-start:before {
  content: "\F251";
}

.redactor-styles .fa-hourglass-2:before,
.redactor-styles .fa-hourglass-half:before {
  content: "\F252";
}

.redactor-styles .fa-hourglass-3:before,
.redactor-styles .fa-hourglass-end:before {
  content: "\F253";
}

.redactor-styles .fa-hourglass:before {
  content: "\F254";
}

.redactor-styles .fa-hand-grab-o:before,
.redactor-styles .fa-hand-rock-o:before {
  content: "\F255";
}

.redactor-styles .fa-hand-stop-o:before,
.redactor-styles .fa-hand-paper-o:before {
  content: "\F256";
}

.redactor-styles .fa-hand-scissors-o:before {
  content: "\F257";
}

.redactor-styles .fa-hand-lizard-o:before {
  content: "\F258";
}

.redactor-styles .fa-hand-spock-o:before {
  content: "\F259";
}

.redactor-styles .fa-hand-pointer-o:before {
  content: "\F25A";
}

.redactor-styles .fa-hand-peace-o:before {
  content: "\F25B";
}

.redactor-styles .fa-trademark:before {
  content: "\F25C";
}

.redactor-styles .fa-registered:before {
  content: "\F25D";
}

.redactor-styles .fa-creative-commons:before {
  content: "\F25E";
}

.redactor-styles .fa-gg:before {
  content: "\F260";
}

.redactor-styles .fa-gg-circle:before {
  content: "\F261";
}

.redactor-styles .fa-tripadvisor:before {
  content: "\F262";
}

.redactor-styles .fa-odnoklassniki:before {
  content: "\F263";
}

.redactor-styles .fa-odnoklassniki-square:before {
  content: "\F264";
}

.redactor-styles .fa-get-pocket:before {
  content: "\F265";
}

.redactor-styles .fa-wikipedia-w:before {
  content: "\F266";
}

.redactor-styles .fa-safari:before {
  content: "\F267";
}

.redactor-styles .fa-chrome:before {
  content: "\F268";
}

.redactor-styles .fa-firefox:before {
  content: "\F269";
}

.redactor-styles .fa-opera:before {
  content: "\F26A";
}

.redactor-styles .fa-internet-explorer:before {
  content: "\F26B";
}

.redactor-styles .fa-tv:before,
.redactor-styles .fa-television:before {
  content: "\F26C";
}

.redactor-styles .fa-contao:before {
  content: "\F26D";
}

.redactor-styles .fa-500px:before {
  content: "\F26E";
}

.redactor-styles .fa-amazon:before {
  content: "\F270";
}

.redactor-styles .fa-calendar-plus-o:before {
  content: "\F271";
}

.redactor-styles .fa-calendar-minus-o:before {
  content: "\F272";
}

.redactor-styles .fa-calendar-times-o:before {
  content: "\F273";
}

.redactor-styles .fa-calendar-check-o:before {
  content: "\F274";
}

.redactor-styles .fa-industry:before {
  content: "\F275";
}

.redactor-styles .fa-map-pin:before {
  content: "\F276";
}

.redactor-styles .fa-map-signs:before {
  content: "\F277";
}

.redactor-styles .fa-map-o:before {
  content: "\F278";
}

.redactor-styles .fa-map:before {
  content: "\F279";
}

.redactor-styles .fa-commenting:before {
  content: "\F27A";
}

.redactor-styles .fa-commenting-o:before {
  content: "\F27B";
}

.redactor-styles .fa-houzz:before {
  content: "\F27C";
}

.redactor-styles .fa-vimeo:before {
  content: "\F27D";
}

.redactor-styles .fa-black-tie:before {
  content: "\F27E";
}

.redactor-styles .fa-fonticons:before {
  content: "\F280";
}

.redactor-styles .fa-reddit-alien:before {
  content: "\F281";
}

.redactor-styles .fa-edge:before {
  content: "\F282";
}

.redactor-styles .fa-credit-card-alt:before {
  content: "\F283";
}

.redactor-styles .fa-codiepie:before {
  content: "\F284";
}

.redactor-styles .fa-modx:before {
  content: "\F285";
}

.redactor-styles .fa-fort-awesome:before {
  content: "\F286";
}

.redactor-styles .fa-usb:before {
  content: "\F287";
}

.redactor-styles .fa-product-hunt:before {
  content: "\F288";
}

.redactor-styles .fa-mixcloud:before {
  content: "\F289";
}

.redactor-styles .fa-scribd:before {
  content: "\F28A";
}

.redactor-styles .fa-pause-circle:before {
  content: "\F28B";
}

.redactor-styles .fa-pause-circle-o:before {
  content: "\F28C";
}

.redactor-styles .fa-stop-circle:before {
  content: "\F28D";
}

.redactor-styles .fa-stop-circle-o:before {
  content: "\F28E";
}

.redactor-styles .fa-shopping-bag:before {
  content: "\F290";
}

.redactor-styles .fa-shopping-basket:before {
  content: "\F291";
}

.redactor-styles .fa-hashtag:before {
  content: "\F292";
}

.redactor-styles .fa-bluetooth:before {
  content: "\F293";
}

.redactor-styles .fa-bluetooth-b:before {
  content: "\F294";
}

.redactor-styles .fa-percent:before {
  content: "\F295";
}

.redactor-styles .fa-gitlab:before {
  content: "\F296";
}

.redactor-styles .fa-wpbeginner:before {
  content: "\F297";
}

.redactor-styles .fa-wpforms:before {
  content: "\F298";
}

.redactor-styles .fa-envira:before {
  content: "\F299";
}

.redactor-styles .fa-universal-access:before {
  content: "\F29A";
}

.redactor-styles .fa-wheelchair-alt:before {
  content: "\F29B";
}

.redactor-styles .fa-question-circle-o:before {
  content: "\F29C";
}

.redactor-styles .fa-blind:before {
  content: "\F29D";
}

.redactor-styles .fa-audio-description:before {
  content: "\F29E";
}

.redactor-styles .fa-volume-control-phone:before {
  content: "\F2A0";
}

.redactor-styles .fa-braille:before {
  content: "\F2A1";
}

.redactor-styles .fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.redactor-styles .fa-asl-interpreting:before,
.redactor-styles .fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.redactor-styles .fa-deafness:before,
.redactor-styles .fa-hard-of-hearing:before,
.redactor-styles .fa-deaf:before {
  content: "\F2A4";
}

.redactor-styles .fa-glide:before {
  content: "\F2A5";
}

.redactor-styles .fa-glide-g:before {
  content: "\F2A6";
}

.redactor-styles .fa-signing:before,
.redactor-styles .fa-sign-language:before {
  content: "\F2A7";
}

.redactor-styles .fa-low-vision:before {
  content: "\F2A8";
}

.redactor-styles .fa-viadeo:before {
  content: "\F2A9";
}

.redactor-styles .fa-viadeo-square:before {
  content: "\F2AA";
}

.redactor-styles .fa-snapchat:before {
  content: "\F2AB";
}

.redactor-styles .fa-snapchat-ghost:before {
  content: "\F2AC";
}

.redactor-styles .fa-snapchat-square:before {
  content: "\F2AD";
}

.redactor-styles .fa-pied-piper:before {
  content: "\F2AE";
}

.redactor-styles .fa-first-order:before {
  content: "\F2B0";
}

.redactor-styles .fa-yoast:before {
  content: "\F2B1";
}

.redactor-styles .fa-themeisle:before {
  content: "\F2B2";
}

.redactor-styles .fa-google-plus-circle:before,
.redactor-styles .fa-google-plus-official:before {
  content: "\F2B3";
}

.redactor-styles .fa-fa:before,
.redactor-styles .fa-font-awesome:before {
  content: "\F2B4";
}

.redactor-styles .fa-handshake-o:before {
  content: "\F2B5";
}

.redactor-styles .fa-envelope-open:before {
  content: "\F2B6";
}

.redactor-styles .fa-envelope-open-o:before {
  content: "\F2B7";
}

.redactor-styles .fa-linode:before {
  content: "\F2B8";
}

.redactor-styles .fa-address-book:before {
  content: "\F2B9";
}

.redactor-styles .fa-address-book-o:before {
  content: "\F2BA";
}

.redactor-styles .fa-vcard:before,
.redactor-styles .fa-address-card:before {
  content: "\F2BB";
}

.redactor-styles .fa-vcard-o:before,
.redactor-styles .fa-address-card-o:before {
  content: "\F2BC";
}

.redactor-styles .fa-user-circle:before {
  content: "\F2BD";
}

.redactor-styles .fa-user-circle-o:before {
  content: "\F2BE";
}

.redactor-styles .fa-user-o:before {
  content: "\F2C0";
}

.redactor-styles .fa-id-badge:before {
  content: "\F2C1";
}

.redactor-styles .fa-drivers-license:before,
.redactor-styles .fa-id-card:before {
  content: "\F2C2";
}

.redactor-styles .fa-drivers-license-o:before,
.redactor-styles .fa-id-card-o:before {
  content: "\F2C3";
}

.redactor-styles .fa-quora:before {
  content: "\F2C4";
}

.redactor-styles .fa-free-code-camp:before {
  content: "\F2C5";
}

.redactor-styles .fa-telegram:before {
  content: "\F2C6";
}

.redactor-styles .fa-thermometer-4:before,
.redactor-styles .fa-thermometer:before,
.redactor-styles .fa-thermometer-full:before {
  content: "\F2C7";
}

.redactor-styles .fa-thermometer-3:before,
.redactor-styles .fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.redactor-styles .fa-thermometer-2:before,
.redactor-styles .fa-thermometer-half:before {
  content: "\F2C9";
}

.redactor-styles .fa-thermometer-1:before,
.redactor-styles .fa-thermometer-quarter:before {
  content: "\F2CA";
}

.redactor-styles .fa-thermometer-0:before,
.redactor-styles .fa-thermometer-empty:before {
  content: "\F2CB";
}

.redactor-styles .fa-shower:before {
  content: "\F2CC";
}

.redactor-styles .fa-bathtub:before,
.redactor-styles .fa-s15:before,
.redactor-styles .fa-bath:before {
  content: "\F2CD";
}

.redactor-styles .fa-podcast:before {
  content: "\F2CE";
}

.redactor-styles .fa-window-maximize:before {
  content: "\F2D0";
}

.redactor-styles .fa-window-minimize:before {
  content: "\F2D1";
}

.redactor-styles .fa-window-restore:before {
  content: "\F2D2";
}

.redactor-styles .fa-times-rectangle:before,
.redactor-styles .fa-window-close:before {
  content: "\F2D3";
}

.redactor-styles .fa-times-rectangle-o:before,
.redactor-styles .fa-window-close-o:before {
  content: "\F2D4";
}

.redactor-styles .fa-bandcamp:before {
  content: "\F2D5";
}

.redactor-styles .fa-grav:before {
  content: "\F2D6";
}

.redactor-styles .fa-etsy:before {
  content: "\F2D7";
}

.redactor-styles .fa-imdb:before {
  content: "\F2D8";
}

.redactor-styles .fa-ravelry:before {
  content: "\F2D9";
}

.redactor-styles .fa-eercast:before {
  content: "\F2DA";
}

.redactor-styles .fa-microchip:before {
  content: "\F2DB";
}

.redactor-styles .fa-snowflake-o:before {
  content: "\F2DC";
}

.redactor-styles .fa-superpowers:before {
  content: "\F2DD";
}

.redactor-styles .fa-wpexplorer:before {
  content: "\F2DE";
}

.redactor-styles .fa-meetup:before {
  content: "\F2E0";
}

.redactor-styles .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.redactor-styles .sr-only-focusable:active, .redactor-styles .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  .redactor-styles {
    font-family: "icons";
    src: url("/fonts/icons.eot");
    src: url("/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/fonts/icons.woff2") format("woff2"), url("/fonts/icons.woff") format("woff"), url("/fonts/icons.ttf") format("truetype"), url("/fonts/icons.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    .redactor-styles {
      font-family: "icons";
      src: url("/fonts/icons.svg#icons") format("svg");
    }
  }
}

.redactor-styles [data-icon]:before {
  content: attr(data-icon);
}

.redactor-styles [data-icon]:before,
.redactor-styles .i-account:before,
.redactor-styles .i-arrow:before,
.redactor-styles .i-bag:before,
.redactor-styles .i-check:before,
.redactor-styles #watch-browser .order-option.active:before,
.redactor-styles .popover .popover-content .order-option.active:before,
.redactor-styles .i-comment:before,
.redactor-styles .i-cross:before,
.redactor-styles .i-cross-circle:before,
.redactor-styles .i-cross-remove:before,
.redactor-styles .i-dot:before,
.redactor-styles .watch .js_image_carousel .controls .js_dots i:before,
.redactor-styles .i-dot-active:before,
.redactor-styles .watch .js_image_carousel .controls .js_dots i.active:before,
.redactor-styles .i-dropdown-closed:before,
.redactor-styles .i-dropdown-closed-o:before,
.redactor-styles .my-orders a[aria-expanded="false"] i:before,
.redactor-styles .i-dropdown-open:before,
.redactor-styles .i-dropdown-open-o:before,
.redactor-styles .i-grid:before,
.redactor-styles .i-heart:before,
.redactor-styles .i-home:before,
.redactor-styles .i-inbox:before,
.redactor-styles .i-list:before,
.redactor-styles .i-menu:before,
.redactor-styles .i-next:before,
.redactor-styles .watch .js_image_carousel .controls .next:before,
.redactor-styles .i-next-tall:before,
.redactor-styles .slider .next:before,
.redactor-styles .post-grid .post-item a:hover .post-item-thumbnail:before,
.redactor-styles .brand__post-grid .post-item a:hover .post-item-thumbnail:before,
.redactor-styles .i-play_icon:before,
.redactor-styles .i-previous:before,
.redactor-styles .watch .js_image_carousel .controls .prev:before,
.redactor-styles .i-previous-tall:before,
.redactor-styles .slider .prev:before,
.redactor-styles .i-share:before,
.redactor-styles .i-success:before,
.redactor-styles .i-watch-add:before,
.redactor-styles .i-zoom:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.redactor-styles .i-account:before {
  content: "\F100";
}

.redactor-styles .i-arrow:before {
  content: "\F101";
}

.redactor-styles .i-bag:before {
  content: "\F102";
}


.redactor-styles .i-check:before,
.redactor-styles #watch-browser .order-option.active:before,
.redactor-styles .popover .popover-content .order-option.active:before {
  content: "\F11C";
}

.redactor-styles .i-comment:before {
  content: "\F103";
}

.redactor-styles .i-cross:before {
  content: "\F104";
}

.redactor-styles .i-cross-circle:before {
  content: "\F105";
}

.redactor-styles .i-cross-remove:before {
  content: "\F106";
}


.redactor-styles .i-dot:before,
.redactor-styles .watch .js_image_carousel .controls .js_dots i:before {
  content: "\F107";
}


.redactor-styles .i-dot-active:before,
.redactor-styles .watch .js_image_carousel .controls .js_dots i.active:before {
  content: "\F108";
}

.redactor-styles .i-dropdown-closed:before {
  content: "\F109";
}


.redactor-styles .i-dropdown-closed-o:before,
.redactor-styles .my-orders a[aria-expanded="false"] i:before {
  content: "\F10A";
}

.redactor-styles .i-dropdown-open:before {
  content: "\F10B";
}

.redactor-styles .i-dropdown-open-o:before {
  content: "\F10C";
}

.redactor-styles .i-grid:before {
  content: "\F10D";
}

.redactor-styles .i-heart:before {
  content: "\F10E";
}

.redactor-styles .i-home:before {
  content: "\F10F";
}

.redactor-styles .i-inbox:before {
  content: "\F110";
}

.redactor-styles .i-list:before {
  content: "\F111";
}

.redactor-styles .i-menu:before {
  content: "\F112";
}


.redactor-styles .i-next:before,
.redactor-styles .watch .js_image_carousel .controls .next:before {
  content: "\F113";
}


.redactor-styles .i-next-tall:before,
.redactor-styles .slider .next:before,
.redactor-styles .post-grid .post-item a:hover .post-item-thumbnail:before,
.redactor-styles .brand__post-grid .post-item a:hover .post-item-thumbnail:before {
  content: "\F114";
}

.redactor-styles .i-play_icon:before {
  content: "\F115";
}


.redactor-styles .i-previous:before,
.redactor-styles .watch .js_image_carousel .controls .prev:before {
  content: "\F116";
}


.redactor-styles .i-previous-tall:before,
.redactor-styles .slider .prev:before {
  content: "\F117";
}

.redactor-styles .i-share:before {
  content: "\F118";
}

.redactor-styles .i-success:before {
  content: "\F119";
}

.redactor-styles .i-watch-add:before {
  content: "\F11A";
}

.redactor-styles .i-zoom:before {
  content: "\F11B";
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url("/fonts/poppins-300-normal-devanagari.woff2") format("woff2");
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url("/fonts/poppins-300-normal-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url("/fonts/poppins-300-normal-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local("Poppins Regular"), local("Poppins-Regular"), url("/fonts/poppins-400-normal-devanagari.woff2") format("woff2");
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local("Poppins Regular"), local("Poppins-Regular"), url("/fonts/poppins-400-normal-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local("Poppins Regular"), local("Poppins-Regular"), url("/fonts/poppins-400-normal-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url("/fonts/poppins-500-normal-devanagari.woff2") format("woff2");
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url("/fonts/poppins-500-normal-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url("/fonts/poppins-500-normal-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/fonts/poppins-600-normal-devanagari.woff2") format("woff2");
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/fonts/poppins-600-normal-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/fonts/poppins-600-normal-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url("/fonts/poppins-700-normal-devanagari.woff2") format("woff2");
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url("/fonts/poppins-700-normal-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url("/fonts/poppins-700-normal-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-cyrillic-ext.woff2") format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-cyrillic.woff2") format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-greek-ext.woff2") format("woff2");
    unicode-range: U+1F00-1FFF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-greek.woff2") format("woff2");
    unicode-range: U+0370-03FF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-vietnamese.woff2") format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Serif"), local("NotoSerif"), url("/fonts/noto-serif-400-normal-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-cyrillic-ext.woff2") format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-cyrillic.woff2") format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-greek-ext.woff2") format("woff2");
    unicode-range: U+1F00-1FFF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-greek.woff2") format("woff2");
    unicode-range: U+0370-03FF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-vietnamese.woff2") format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  }
}

@font-face {
  .redactor-styles {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("/fonts/noto-serif-700-normal-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }
}

.redactor-styles .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 3px;
  margin-left: 20px;
}

.redactor-styles .checkbox label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
  margin-left: -20px;
  border: 1px solid #d0d7dd;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.redactor-styles .checkbox label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #23252f;
}

.redactor-styles .checkbox input[type="checkbox"],
.redactor-styles .checkbox input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  display: none;
}

.redactor-styles .checkbox input[type="checkbox"]:focus + label::before,
.redactor-styles .checkbox input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.redactor-styles .checkbox input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\F00C";
}

.redactor-styles .checkbox input[type="checkbox"]:indeterminate + label::after,
.redactor-styles .checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.redactor-styles .checkbox input[type="checkbox"]:disabled + label,
.redactor-styles .checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.redactor-styles .checkbox input[type="checkbox"]:disabled + label::before,
.redactor-styles .checkbox input[type="radio"]:disabled + label::before {
  background-color: #ececec;
  cursor: not-allowed;
}

.redactor-styles .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.redactor-styles .checkbox.checkbox-square label::before {
  border-radius: 0;
}

.redactor-styles .checkbox.checkbox-md label {
  line-height: 26px;
  padding-left: 8px;
}

.redactor-styles .checkbox.checkbox-md label::before {
  width: 20px;
  height: 20px;
}

.redactor-styles .checkbox.checkbox-md label::after {
  width: 19px;
  height: 19px;
  top: -2px;
  font-size: 14px;
}

.redactor-styles .checkbox.checkbox-inline {
  display: inline-block;
  margin-top: 0;
}

.redactor-styles .checkbox-primary input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.redactor-styles .checkbox-primary input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.redactor-styles .checkbox-danger input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.redactor-styles .checkbox-danger input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.redactor-styles .checkbox-info input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.redactor-styles .checkbox-info input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.redactor-styles .checkbox-warning input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.redactor-styles .checkbox-warning input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.redactor-styles .checkbox-success input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.redactor-styles .checkbox-success input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.redactor-styles .checkbox-dark input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-dark input[type="radio"]:checked + label::before {
  background-color: #23252f;
  border-color: #23252f;
}

.redactor-styles .checkbox-dark input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-dark input[type="radio"]:checked + label::after {
  color: #fff;
}

.redactor-styles .checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.redactor-styles .checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #9e7f3b;
  border-color: #9e7f3b;
}

.redactor-styles .checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.redactor-styles .checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.redactor-styles .checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.redactor-styles .checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.redactor-styles .checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.redactor-styles .checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.redactor-styles .checkbox-info input[type="checkbox"]:indeterminate + label::before,
.redactor-styles .checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.redactor-styles .checkbox-info input[type="checkbox"]:indeterminate + label::after,
.redactor-styles .checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.redactor-styles .checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.redactor-styles .checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.redactor-styles .checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.redactor-styles .checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.redactor-styles .checkbox-success input[type="checkbox"]:indeterminate + label::before,
.redactor-styles .checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.redactor-styles .checkbox-success input[type="checkbox"]:indeterminate + label::after,
.redactor-styles .checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.redactor-styles .checkbox-dark input[type="checkbox"]:indeterminate + label::before,
.redactor-styles .checkbox-dark input[type="radio"]:indeterminate + label::before {
  background-color: #23252f;
  border-color: #23252f;
}

.redactor-styles .checkbox-dark input[type="checkbox"]:indeterminate + label::after,
.redactor-styles .checkbox-dark input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.redactor-styles .checkbox-inverse-primary input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-inverse-primary input[type="radio"]:checked + label::after {
  color: #9e7f3b;
}

.redactor-styles .checkbox-inverse-danger input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-inverse-danger input[type="radio"]:checked + label::after {
  color: #d9534f;
}

.redactor-styles .checkbox-inverse-info input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-inverse-info input[type="radio"]:checked + label::after {
  color: #5bc0de;
}

.redactor-styles .checkbox-inverse-warning input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-inverse-warning input[type="radio"]:checked + label::after {
  color: #f0ad4e;
}

.redactor-styles .checkbox-inverse-success input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-inverse-success input[type="radio"]:checked + label::after {
  color: #5cb85c;
}

.redactor-styles .checkbox-inverse-dark input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-inverse-dark input[type="radio"]:checked + label::after {
  color: #23252f;
}

.redactor-styles .checkbox-outline-primary input[type="checkbox"] + label::before,
.redactor-styles .checkbox-outline-primary input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #9e7f3b;
}

.redactor-styles .checkbox-outline-primary input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-outline-primary input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #9e7f3b;
}

.redactor-styles .checkbox-outline-primary input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-outline-primary input[type="radio"]:checked + label::after {
  color: #9e7f3b;
}

.redactor-styles .checkbox-outline-danger input[type="checkbox"] + label::before,
.redactor-styles .checkbox-outline-danger input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #d9534f;
}

.redactor-styles .checkbox-outline-danger input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-outline-danger input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #d9534f;
}

.redactor-styles .checkbox-outline-danger input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-outline-danger input[type="radio"]:checked + label::after {
  color: #d9534f;
}

.redactor-styles .checkbox-outline-info input[type="checkbox"] + label::before,
.redactor-styles .checkbox-outline-info input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #5bc0de;
}

.redactor-styles .checkbox-outline-info input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-outline-info input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #5bc0de;
}

.redactor-styles .checkbox-outline-info input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-outline-info input[type="radio"]:checked + label::after {
  color: #5bc0de;
}

.redactor-styles .checkbox-outline-warning input[type="checkbox"] + label::before,
.redactor-styles .checkbox-outline-warning input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #f0ad4e;
}

.redactor-styles .checkbox-outline-warning input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-outline-warning input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #f0ad4e;
}

.redactor-styles .checkbox-outline-warning input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-outline-warning input[type="radio"]:checked + label::after {
  color: #f0ad4e;
}

.redactor-styles .checkbox-outline-success input[type="checkbox"] + label::before,
.redactor-styles .checkbox-outline-success input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #5cb85c;
}

.redactor-styles .checkbox-outline-success input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-outline-success input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #5cb85c;
}

.redactor-styles .checkbox-outline-success input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-outline-success input[type="radio"]:checked + label::after {
  color: #5cb85c;
}

.redactor-styles .checkbox-outline-dark input[type="checkbox"] + label::before,
.redactor-styles .checkbox-outline-dark input[type="radio"] + label::before {
  background-color: transparent;
  border-color: #23252f;
}

.redactor-styles .checkbox-outline-dark input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-outline-dark input[type="radio"]:checked + label::before {
  background-color: transparent;
  border-color: #23252f;
}

.redactor-styles .checkbox-outline-dark input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-outline-dark input[type="radio"]:checked + label::after {
  color: #23252f;
}

.redactor-styles .checkbox-round-primary label::before {
  border-radius: 50%;
  background-color: #fff;
  width: 25px;
  height: 25px;
  left: -4px;
  top: -1px;
}

.redactor-styles .checkbox-round-primary label::after {
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #d0d7dd;
  border-radius: 50%;
  background-color: #9e7f3b;
}

.redactor-styles .checkbox-round-primary.checkbox-md label {
  margin-right: 4px;
}

.redactor-styles .checkbox-round-primary.checkbox-md label::before {
  width: 29px;
  height: 29px;
  left: -5px;
  top: -2px;
}

.redactor-styles .checkbox-round-primary.checkbox-md label::after {
  width: 21px;
  height: 21px;
  top: 2px;
  left: -1px;
}

.redactor-styles .checkbox-round-primary input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-round-primary input[type="radio"]:checked + label::before {
  border-color: #464a4c;
}

.redactor-styles .checkbox-round-primary input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-round-primary input[type="radio"]:checked + label::after {
  content: "";
}

.redactor-styles .checkbox-round-inherit label::before {
  border-radius: 50%;
  background-color: #fff;
  width: 25px;
  height: 25px;
  left: -4px;
  top: -1px;
}

.redactor-styles .checkbox-round-inherit label::after {
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #d0d7dd;
  border-radius: 50%;
  background-color: inherit;
}

.redactor-styles .checkbox-round-inherit.checkbox-md label {
  margin-right: 4px;
}

.redactor-styles .checkbox-round-inherit.checkbox-md label::before {
  width: 29px;
  height: 29px;
  left: -5px;
  top: -2px;
}

.redactor-styles .checkbox-round-inherit.checkbox-md label::after {
  width: 21px;
  height: 21px;
  top: 2px;
  left: -1px;
}

.redactor-styles .checkbox-round-inherit input[type="checkbox"]:checked + label::before,
.redactor-styles .checkbox-round-inherit input[type="radio"]:checked + label::before {
  border-color: #464a4c;
}

.redactor-styles .checkbox-round-inherit input[type="checkbox"]:checked + label::after,
.redactor-styles .checkbox-round-inherit input[type="radio"]:checked + label::after {
  content: "";
}

.redactor-styles .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.redactor-styles .radio label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #d0d7dd;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.redactor-styles .radio label::after {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  left: 5px;
  top: 8px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #23252f;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.redactor-styles .radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.redactor-styles .radio input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.redactor-styles .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.redactor-styles .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.redactor-styles .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.redactor-styles .radio.radio-inline {
  margin-top: 0;
}

.redactor-styles .radio-primary input[type="radio"] + label::after, .redactor-styles #delivery .radio input[type="radio"] + label::after {
  background-color: #9e7f3b;
}

.redactor-styles .radio-primary input[type="radio"]:checked + label::before, .redactor-styles #delivery .radio input[type="radio"]:checked + label::before {
  border-color: #9e7f3b;
}

.redactor-styles .radio-primary input[type="radio"]:checked + label::after, .redactor-styles #delivery .radio input[type="radio"]:checked + label::after {
  background-color: #9e7f3b;
}

.redactor-styles .radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.redactor-styles .radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.redactor-styles .radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.redactor-styles .radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.redactor-styles .radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.redactor-styles .radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.redactor-styles .radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.redactor-styles .radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.redactor-styles .radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.redactor-styles .radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.redactor-styles .radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.redactor-styles .radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

.redactor-styles input[type="checkbox"].styled:checked + label:after,
.redactor-styles input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\F00C";
}

.redactor-styles input[type="checkbox"] .styled:checked + label::before,
.redactor-styles input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

.redactor-styles input[type="checkbox"] .styled:checked + label::after,
.redactor-styles input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.redactor-styles .loader {
  border-radius: 50%;
  border: 2px solid #9e7f3b;
  position: relative;
  left: 50%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: block;
  width: 60px;
  height: 60px;
}

.redactor-styles .loader:after {
  content: "";
  position: absolute;
  background-color: #9e7f3b;
  top: 4px;
  left: 50%;
  height: 25px;
  width: 2px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 96%;
          transform-origin: 50% 96%;
  -webkit-animation: grdAiguille 1.05s linear infinite;
          animation: grdAiguille 1.05s linear infinite;
}

.redactor-styles .loader:before {
  content: "";
  position: absolute;
  background-color: #9e7f3b;
  top: 9px;
  left: 50%;
  height: 20px;
  width: 2px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 95%;
          transform-origin: 50% 95%;
  -webkit-animation: ptAiguille 12s linear infinite;
          animation: ptAiguille 12s linear infinite;
}

.redactor-styles .color-white {
  color: #fff !important;
}

.redactor-styles .color-black {
  color: #000 !important;
}

.redactor-styles .color-red {
  color: #d9534f !important;
}

.redactor-styles .color-orange {
  color: #f0ad4e !important;
}

.redactor-styles .color-yellow {
  color: #ffd500 !important;
}

.redactor-styles .color-green {
  color: #5cb85c !important;
}

.redactor-styles .color-blue {
  color: #133058 !important;
}

.redactor-styles .color-blue-dark {
  color: #23252F !important;
}

.redactor-styles .color-teal {
  color: #5bc0de !important;
}

.redactor-styles .color-pink {
  color: #ff5b77 !important;
}

.redactor-styles .color-purple {
  color: #613d7c !important;
}

.redactor-styles .color-gold {
  color: #9e7f3b !important;
}

.redactor-styles .color-gray-dark {
  color: #23252f !important;
}

.redactor-styles .color-gray {
  color: #464a4c !important;
}

.redactor-styles .color-gray-second {
  color: #939ea7 !important;
}

.redactor-styles .color-gray-light {
  color: #636c72 !important;
}

.redactor-styles .color-gray-lightish {
  color: #adadad !important;
}

.redactor-styles .color-gray-lighter {
  color: #ececec !important;
}

.redactor-styles .color-gray-lightest {
  color: #f5f5f5 !important;
}

.redactor-styles .color-brand-primary {
  color: #9e7f3b !important;
}

.redactor-styles .color-brand-secondary {
  color: #23252F !important;
}

.redactor-styles .color-brand-success {
  color: #5cb85c !important;
}

.redactor-styles .color-brand-info {
  color: #5bc0de !important;
}

.redactor-styles .color-brand-warning {
  color: #f0ad4e !important;
}

.redactor-styles .color-brand-danger {
  color: #d9534f !important;
}

.redactor-styles .color-brand-inverse {
  color: #23252f !important;
}

.redactor-styles article.single-post h2.section-title, .redactor-styles article.single-post .post-grid .post-item a .section-title.post-item-title, .redactor-styles .post-grid .post-item a article.single-post .section-title.post-item-title, .redactor-styles article.single-post .brand__post-grid .post-item a .section-title.post-item-title, .redactor-styles .brand__post-grid .post-item a article.single-post .section-title.post-item-title, .redactor-styles .post-archive h2.section-title, .redactor-styles .post-archive .post-grid .post-item a .section-title.post-item-title, .redactor-styles .post-grid .post-item a .post-archive .section-title.post-item-title, .redactor-styles .post-archive .brand__post-grid .post-item a .section-title.post-item-title, .redactor-styles .brand__post-grid .post-item a .post-archive .section-title.post-item-title {
  font-size: 1.6rem;
}

.redactor-styles article.single-post .pagination, .redactor-styles .post-archive .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.redactor-styles article.single-post section.content, .redactor-styles .post-archive section.content {
  clear: both;
  font-size: 1.1rem;
  margin-bottom: 100px;
}

.redactor-styles article.single-post section.content img, .redactor-styles .post-archive section.content img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .redactor-styles article.single-post section.content, .redactor-styles .post-archive section.content {
    margin-bottom: 50px;
  }
}

.redactor-styles article.single-post .post-content, .redactor-styles .post-archive .post-content {
  margin-top: 90px;
  margin-bottom: 100px;
  font-size: 1.1rem;
}

.redactor-styles article.single-post .post-content img, .redactor-styles .post-archive .post-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .redactor-styles article.single-post .post-content img, .redactor-styles .post-archive .post-content img {
    max-height: 400px;
    margin: 0 auto;
    display: block;
  }
}

.redactor-styles article.single-post .post-content h2 a:hover, .redactor-styles article.single-post .post-content .post-grid .post-item a .post-item-title a:hover, .redactor-styles .post-grid .post-item a article.single-post .post-content .post-item-title a:hover, .redactor-styles article.single-post .post-content .brand__post-grid .post-item a .post-item-title a:hover, .redactor-styles .brand__post-grid .post-item a article.single-post .post-content .post-item-title a:hover, .redactor-styles .post-archive .post-content h2 a:hover, .redactor-styles .post-archive .post-content .post-grid .post-item a .post-item-title a:hover, .redactor-styles .post-grid .post-item a .post-archive .post-content .post-item-title a:hover, .redactor-styles .post-archive .post-content .brand__post-grid .post-item a .post-item-title a:hover, .redactor-styles .brand__post-grid .post-item a .post-archive .post-content .post-item-title a:hover {
  color: #23252f;
}

.redactor-styles article.single-post .post-content .post-details, .redactor-styles .post-archive .post-content .post-details {
  padding-right: 45px;
}

.redactor-styles article.single-post .post-content .i-comment, .redactor-styles .post-archive .post-content .i-comment {
  margin-right: -40px;
  font-size: 3rem;
  color: #ececec;
  vertical-align: middle;
}

.redactor-styles article.single-post .post-content .comment-count, .redactor-styles .post-archive .post-content .comment-count {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 7px;
  font-weight: 300;
}

.redactor-styles article.single-post .post-content .comment-count span:not(.disqus-comment-count), .redactor-styles .post-archive .post-content .comment-count span:not(.disqus-comment-count) {
  margin-left: 10px;
  color: #636c72;
  font-size: 0.8rem;
}

.redactor-styles article.single-post .post-content .comment-count .disqus-comment-count, .redactor-styles .post-archive .post-content .comment-count .disqus-comment-count {
  width: 25px;
  text-align: center;
  display: inline-block;
  font: 500 1rem 'Poppins';
}

.redactor-styles article.single-post .post-content .author, .redactor-styles .post-archive .post-content .author {
  text-align: right;
  color: #9e7f3b;
  font-size: 0.8rem;
  font-weight: 300;
}

.redactor-styles article.single-post .post-content .published, .redactor-styles .post-archive .post-content .published {
  text-align: right;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.redactor-styles article.single-post .post-content .share-post-wrapper, .redactor-styles .post-archive .post-content .share-post-wrapper {
  margin-top: 12px;
  text-align: right;
}

.redactor-styles article.single-post .post-content .share-post-wrapper > a i.fa-facebook, .redactor-styles article.single-post .post-content .share-post-wrapper > a i.fa-pinterest-p, .redactor-styles article.single-post .post-content .share-post-wrapper > a i.i-share, .redactor-styles .post-archive .post-content .share-post-wrapper > a i.fa-facebook, .redactor-styles .post-archive .post-content .share-post-wrapper > a i.fa-pinterest-p, .redactor-styles .post-archive .post-content .share-post-wrapper > a i.i-share {
  margin-right: 20px;
  margin-bottom: 10px;
  color: #adadad;
}

.redactor-styles article.single-post .post-content .share-post-wrapper .share-on-social-media-component, .redactor-styles .post-archive .post-content .share-post-wrapper .share-on-social-media-component {
  display: inline-block;
  position: relative;
  height: 100%;
}

.redactor-styles article.single-post .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list, .redactor-styles .post-archive .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list {
  position: absolute;
  right: 0;
  top: 100%;
}

.redactor-styles article.single-post .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list .share-facebook, .redactor-styles article.single-post .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list .share-pinterest, .redactor-styles .post-archive .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list .share-facebook, .redactor-styles .post-archive .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-list .share-pinterest {
  display: none;
}

.redactor-styles article.single-post .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-btn-arrow-icon, .redactor-styles .post-archive .post-content .share-post-wrapper .share-on-social-media-component .share-on-social-media-btn-arrow-icon {
  display: none;
}

.redactor-styles article.single-post a.read-more, .redactor-styles .post-archive a.read-more {
  display: block;
  color: #23252f;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  margin-top: 50px;
}

.redactor-styles article.single-post a.read-more i, .redactor-styles .post-archive a.read-more i {
  color: #9e7f3b;
  font-size: 1.2rem;
  vertical-align: middle;
}

.redactor-styles article.single-post aside.sidebar .sidebar-section, .redactor-styles .post-archive aside.sidebar .sidebar-section {
  border-bottom: 2px solid #f5f2eb;
  padding-bottom: 22px;
  margin-bottom: 15px;
}

.redactor-styles article.single-post aside.sidebar .search .btn, .redactor-styles article.single-post aside.sidebar .search .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section article.single-post aside.sidebar .search .dropdown-watch-search-btn, .redactor-styles article.single-post aside.sidebar .search .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section article.single-post aside.sidebar .search .newsletter-form-frontpage-subscribeBtn, .redactor-styles article.single-post aside.sidebar .search .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide article.single-post aside.sidebar .search .newsletter-form-wide-subscribeBtn, .redactor-styles .post-archive aside.sidebar .search .btn, .redactor-styles .post-archive aside.sidebar .search .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .post-archive aside.sidebar .search .dropdown-watch-search-btn, .redactor-styles .post-archive aside.sidebar .search .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .post-archive aside.sidebar .search .newsletter-form-frontpage-subscribeBtn, .redactor-styles .post-archive aside.sidebar .search .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .post-archive aside.sidebar .search .newsletter-form-wide-subscribeBtn {
  border: 1px solid #adadad;
  border-right: 0;
  background: #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: rgba(173, 173, 173, 0.5);
  padding: 0 10px;
  font-size: 1.6rem;
}

.redactor-styles article.single-post aside.sidebar .search input, .redactor-styles .post-archive aside.sidebar .search input {
  border: 1px solid #adadad;
  border-left: 0;
  padding-left: 0;
}

.redactor-styles article.single-post aside.sidebar .search ::-webkit-input-placeholder, .redactor-styles .post-archive aside.sidebar .search ::-webkit-input-placeholder {
  color: #adadad;
}

.redactor-styles article.single-post aside.sidebar .search :-moz-placeholder, .redactor-styles .post-archive aside.sidebar .search :-moz-placeholder {
  /* Firefox 18- */
  color: #adadad;
}

.redactor-styles article.single-post aside.sidebar .search ::-moz-placeholder, .redactor-styles .post-archive aside.sidebar .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #adadad;
}

.redactor-styles article.single-post aside.sidebar .search :-ms-input-placeholder, .redactor-styles .post-archive aside.sidebar .search :-ms-input-placeholder {
  color: #adadad;
}

.redactor-styles article.single-post aside.sidebar .sidebar-title, .redactor-styles .post-archive aside.sidebar .sidebar-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.redactor-styles article.single-post aside.sidebar a, .redactor-styles .post-archive aside.sidebar a {
  color: #23252f;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  padding: 6px 0;
}

.redactor-styles article.single-post aside.sidebar a:hover, .redactor-styles .post-archive aside.sidebar a:hover {
  text-decoration: underline;
}

.redactor-styles article.single-post .image-with-caption .section-content, .redactor-styles .post-archive .image-with-caption .section-content {
  position: relative;
}

.redactor-styles article.single-post .image-with-caption img, .redactor-styles .post-archive .image-with-caption img {
  float: left;
  width: 75%;
}

.redactor-styles article.single-post .image-with-caption .caption, .redactor-styles .post-archive .image-with-caption .caption {
  position: absolute;
  right: 0;
  top: 40px;
  width: 35%;
  background: #fff;
  padding: 30px 35px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .redactor-styles article.single-post .image-with-caption .caption, .redactor-styles .post-archive .image-with-caption .caption {
    width: 100%;
    padding: 0px;
    top: 5px;
    position: relative;
  }
  .redactor-styles article.single-post .image-with-caption img, .redactor-styles .post-archive .image-with-caption img {
    float: none;
    width: auto;
  }
}

.redactor-styles .trending-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.redactor-styles .trending-posts .post {
  width: 47%;
  margin-right: 3%;
}

.redactor-styles .trending-posts .thumbnail {
  overflow: hidden;
  margin-bottom: 20px;
}

.redactor-styles .trending-posts .thumbnail img {
  min-width: 100%;
}

.redactor-styles .trending-posts .author {
  color: #9e7f3b;
  font-size: 0.8rem;
  display: inline;
}

.redactor-styles .trending-posts .date {
  display: inline;
  font-weight: 400;
  font-size: 0.8rem;
  color: #9e7f3b;
  text-transform: uppercase;
  font-family: 'Poppins';
}

.redactor-styles .trending-posts .date span {
  margin: 0 10px;
}

.redactor-styles .trending-posts h3.title {
  font-size: 1.6rem;
  font-weight: 400;
}

.redactor-styles .trending-posts a {
  text-decoration: none;
  color: #23252f;
}

.redactor-styles .trending-posts a:hover {
  text-decoration: underline;
}

.redactor-styles .recommendations {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .redactor-styles .recommendations {
    margin-top: 30px;
  }
}

.redactor-styles .recommendations-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.redactor-styles .recommendations-posts .post {
  width: 23%;
  margin-right: 2%;
}

@media (max-width: 991px) {
  .redactor-styles .recommendations-posts .post {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .redactor-styles .recommendations-posts .post {
    width: 100%;
    margin: 0;
  }
}

.redactor-styles .recommendations-posts .thumbnail {
  overflow: hidden;
  margin-bottom: 20px;
}

.redactor-styles .recommendations-posts .thumbnail img {
  min-width: 100%;
  height: 150px;
}

@media (max-width: 767px) {
  .redactor-styles .recommendations-posts .thumbnail img {
    height: auto;
    width: 100%;
  }
}

.redactor-styles .recommendations-posts a {
  text-decoration: none;
  color: #23252f;
}

.redactor-styles .recommendations-posts a h3.title {
  font-size: 1rem;
}

.redactor-styles .recommendations-posts a:hover {
  text-decoration: underline;
}

.redactor-styles .profile {
  margin-top: 4.7rem;
}

.redactor-styles .profile aside.profile-sidebar {
  line-height: 2rem;
}

.redactor-styles .profile aside.profile-sidebar .sidebar-title {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 18px;
}

.redactor-styles .profile aside.profile-sidebar a {
  display: block;
  text-decoration: none;
  color: #23252f;
  font-size: 0.93rem;
}

.redactor-styles .profile aside.profile-sidebar a:hover, .redactor-styles .profile aside.profile-sidebar a.active {
  color: #9e7f3b;
}

.redactor-styles .profile .greeting {
  text-align: center;
  font-weight: 700;
}

.redactor-styles .profile .login-page__page-description {
  font-size: 1.1rem;
  line-height: 2rem;
}

.redactor-styles .profile .page-description, .redactor-styles .profile .login-page__page-description {
  text-align: center;
  width: 85%;
  margin: 0 auto 3rem;
}

@media (max-width: 767px) {
  .redactor-styles .profile .page-description, .redactor-styles .profile .login-page__page-description {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.redactor-styles .profile.login-container .checkbox {
  line-height: 30px;
}

.redactor-styles .profile.login-container .btn, .redactor-styles .profile.login-container .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .profile.login-container .dropdown-watch-search-btn, .redactor-styles .profile.login-container .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .profile.login-container .newsletter-form-frontpage-subscribeBtn, .redactor-styles .profile.login-container .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .profile.login-container .newsletter-form-wide-subscribeBtn {
  font: 400 18px/20px "Poppins";
  height: 48px;
  margin: 2.5rem auto 1rem;
}

.redactor-styles .profile .section-title {
  margin-left: 20px;
  margin-bottom: 15px;
}

.redactor-styles .profile .profile-section {
  width: 49%;
  margin-top: 25px;
  margin-bottom: 40px;
}

.redactor-styles .profile .profile-section .wrapper {
  height: 100%;
}

@media (max-width: 767px) {
  .redactor-styles .profile .profile-section {
    width: 98%;
  }
}

.redactor-styles .profile .profile-section .section-box {
  height: calc(100% - 45px);
}

.redactor-styles .profile-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.redactor-styles .profile-overview .profile-section {
  margin: 0;
}

.redactor-styles .profile-overview .profile-section .section-title {
  margin-top: 0;
}

.redactor-styles .profile-overview .profile-section .section-box {
  height: calc(100% - 85px);
}

.redactor-styles .edit-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.redactor-styles .edit-profile .profile-section .section-box .btn-primary, .redactor-styles .edit-profile .profile-section .section-box .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .edit-profile .profile-section .section-box .newsletter-form-wide-subscribeBtn {
  text-transform: capitalize;
  line-height: 20px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  padding: 14px 79px;
}

.redactor-styles .edit-profile #toggle-wrist-size-modal {
  right: 20px;
  bottom: 32px;
  position: absolute;
}

.redactor-styles .edit-profile #wrist-size-modal .modal-dialog {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  letter-spacing: 0;
  color: #23252F;
}

@media (max-width: 575px) {
  .redactor-styles .edit-profile #wrist-size-modal .modal-dialog {
    margin-top: 175px;
  }
}

.redactor-styles .edit-profile #wrist-size-modal .modal-dialog .modal-header {
  padding: 30px 15px 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 0;
}

.redactor-styles .edit-profile #wrist-size-modal .modal-dialog .modal-header .close {
  opacity: 1;
  font: 300 13px/20px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #6a6c74;
}

.redactor-styles .edit-profile #wrist-size-modal .modal-dialog .modal-header .close span {
  font-size: 2.5rem;
  vertical-align: middle;
}

.redactor-styles .edit-profile #wrist-size-modal .modal-dialog .modal-title {
  text-align: center;
  font: 700 18px/30px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.redactor-styles .edit-profile #wrist-size-modal .modal-dialog .wrist-size__modal-content {
  font: 300 18px/28px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0 10px 35px 40px;
}

.redactor-styles .edit-profile #wrist-size-modal .modal-dialog img {
  max-width: 100%;
  margin-left: -15px;
}

.redactor-styles .my-orders .i-success {
  color: #5cb85c;
}

.redactor-styles .my-orders .full-order {
  border-bottom: 1px solid #d0d7dd;
  border-top: 1px solid #f0ede6;
}

.redactor-styles .my-orders .full-order td {
  padding: 0;
}

.redactor-styles .my-orders .full-order .order-options {
  padding: 15px 0 36px;
  border-bottom: 1px solid #f0ede6;
}

.redactor-styles .my-orders .full-order .btn-dark, .redactor-styles .my-orders .full-order #delivery #get-close-stores, .redactor-styles #delivery .my-orders .full-order #get-close-stores {
  text-transform: none;
}

.redactor-styles .my-orders .full-order .section-title {
  margin-top: 20px;
  margin-left: 0;
}

.redactor-styles .my-orders .full-order .delivery-address,
.redactor-styles .my-orders .full-order .billing-address {
  border-bottom: 1px #f0ede6;
  padding-bottom: 20px;
}

.redactor-styles .my-orders .full-order .thumbnail {
  float: left;
  width: 130px;
  padding: 0 15px;
}

.redactor-styles .my-orders .full-order .thumbnail img {
  width: 100%;
}

.redactor-styles .my-orders .full-order .product {
  margin-top: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0ede6;
}

.redactor-styles .my-orders .full-order .product-details {
  margin-left: 150px;
}

.redactor-styles .my-orders .full-order .product-details .brand {
  text-align: left;
  margin-bottom: 4px;
  color: #9e7f3b;
  font-weight: 500;
}

.redactor-styles .my-orders .full-order .product-details .name {
  line-height: 1.4rem;
  font-size: 1.1rem;
}

.redactor-styles .my-orders .full-order .product-details .product-code {
  margin: 5px 0 10px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #636c72;
}

.redactor-styles .my-orders .full-order .product-details .amount {
  font-size: 0.8rem;
  color: #636c72;
  display: inline;
}

.redactor-styles .my-orders .full-order .product-details .amount strong {
  color: #23252F;
}

.redactor-styles .my-orders .full-order .product-details .price {
  font-size: 1.1rem;
}

.redactor-styles .my-orders .full-order .total-price {
  padding-bottom: 40px;
}

.redactor-styles .checkout, .redactor-styles .custom-order {
  margin-top: 4.7rem;
}

.redactor-styles .checkout h2, .redactor-styles .custom-order h2, .redactor-styles .checkout .post-grid .post-item a .post-item-title, .redactor-styles .post-grid .post-item a .checkout .post-item-title, .redactor-styles .custom-order .post-grid .post-item a .post-item-title, .redactor-styles .post-grid .post-item a .custom-order .post-item-title, .redactor-styles .checkout .brand__post-grid .post-item a .post-item-title, .redactor-styles .brand__post-grid .post-item a .checkout .post-item-title, .redactor-styles .custom-order .brand__post-grid .post-item a .post-item-title, .redactor-styles .brand__post-grid .post-item a .custom-order .post-item-title {
  margin-top: 16px;
}

.redactor-styles .checkout .card ul#shopping-cart-item-list, .redactor-styles .custom-order .card ul#shopping-cart-item-list {
  margin-top: 0;
  margin-bottom: 0;
}

.redactor-styles .checkout .card ul.cost-summary, .redactor-styles .custom-order .card ul.cost-summary {
  margin: 0;
}

.redactor-styles .checkout .card ul.cost-summary li, .redactor-styles .custom-order .card ul.cost-summary li {
  border-bottom: 1px solid #f5f5f5;
  margin: 0 1.25rem;
  padding: 15px 0;
}

.redactor-styles .checkout .card ul.cost-summary li:first-child, .redactor-styles .custom-order .card ul.cost-summary li:first-child {
  border-top: none;
}

.redactor-styles .checkout .card ul.cost-summary li:nth-last-child(2), .redactor-styles .custom-order .card ul.cost-summary li:nth-last-child(2) {
  border-bottom: none;
}

.redactor-styles .checkout .card ul.cost-summary li.total, .redactor-styles .custom-order .card ul.cost-summary li.total {
  margin: 0;
  background-color: #f4f7f9;
  border-top: 1px solid #d0d7dd;
  border-bottom: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-weight: 600;
  padding: 15px 1.25rem;
}

.redactor-styles .checkout .card ul.cost-summary li span, .redactor-styles .custom-order .card ul.cost-summary li span {
  display: inline-block;
  float: right;
}

.redactor-styles .checkout .order-summary-section, .redactor-styles .custom-order .order-summary-section {
  padding: 0;
  margin-bottom: 30px;
}

.redactor-styles .checkout .order-summary-section ul, .redactor-styles .custom-order .order-summary-section ul {
  margin: 1.5rem 1.25rem;
}

.redactor-styles .checkout .checkbox, .redactor-styles .custom-order .checkbox {
  line-height: 17px;
}

.redactor-styles #shopping-cart-item-list {
  z-index: 230;
  position: relative;
  line-height: 1.5;
}

.redactor-styles #shopping-cart-item-list .shopping-cart-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 30px 0px;
  display: block;
  margin: 0;
  width: 100%;
}

.redactor-styles #shopping-cart-item-list .shopping-cart-item .lervikur-watch-product .brand {
  line-height: 1.2rem;
}

.redactor-styles .empty-cart {
  margin: 15px 0px;
  text-align: center;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item {
  position: relative;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item > .shopping-cart-dropdown-btn i {
  font-size: 23px;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown {
  display: none;
  position: absolute;
  border-radius: 0.25rem;
  top: 72px;
  right: -360px;
  width: 500px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(35, 37, 47, 0.2);
          box-shadow: 0px 0px 5px 2px rgba(35, 37, 47, 0.2);
}

@media (max-width: 1599px) {
  .redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown {
    right: -80px;
  }
}

@media (max-width: 767px) {
  .redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown {
    right: -60px;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown > li {
  overflow: hidden;
  width: 100%;
  padding: 0px 15px 15px 15px;
  margin: 0;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown > li .shopping-cart-dropdown-body {
  width: 100%;
  max-height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown > li .shopping-cart-dropdown-body::-webkit-scrollbar {
  display: none;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item .shopping-cart-dropdown > li .shopping-cart-dropdown-footer {
  margin: 20px 0 15px;
  z-index: 230;
  position: relative;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item.is-active > a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item.is-active ul.shopping-cart-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item.is-active ul.shopping-cart-dropdown > li:before {
  content: '';
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 220;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item.is-active:after {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  z-index: 210;
  position: absolute;
  left: -7px;
  bottom: -45px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(35, 37, 47, 0.2);
          box-shadow: 0px 0px 5px 2px rgba(35, 37, 47, 0.2);
  background: #fff;
}

.redactor-styles .nav-main ul li.shopping-cart-dropdown-menu-item a {
  text-decoration: none;
}

.redactor-styles .lervikur-watch-product .product-name > a {
  color: #23252f;
  font-size: 18px;
  line-height: 1.25;
}

.redactor-styles .lervikur-watch-product .product-name > a:hover {
  text-decoration: underline;
  color: #23252f;
}

.redactor-styles .lervikur-watch-product .product-brand > a {
  font-weight: 500;
  color: #9e7f3b;
}

.redactor-styles .lervikur-watch-product .product-brand > a:hover {
  text-decoration: underline;
}

.redactor-styles .lervikur-watch-product .product-image {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .redactor-styles .lervikur-watch-product .product-name {
    font-size: 15px;
  }
}

.redactor-styles .lervikur-watch-product .product-quantity-count {
  display: inline-block;
  width: 35px;
  text-align: center;
  font-weight: bold;
}

.redactor-styles .lervikur-watch-product .product-quantity-btn--small {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #adadad;
  color: #939ea7;
  background-color: #fff;
}

.redactor-styles .lervikur-watch-product .product-quantity-btn--small:hover {
  color: #fff;
  border-color: #9e7f3b;
  background-color: #9e7f3b;
}

.redactor-styles .lervikur-watch-product .product-price {
  font-size: 18px;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  line-height: 1.5rem;
  text-align: right;
}

@media (max-width: 575px) {
  .redactor-styles .lervikur-watch-product .product-price {
    text-align: left;
    margin-top: 15px;
  }
}

.redactor-styles .lervikur-watch-product .product-reference {
  display: inline-block;
  color: #636c72;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}

.redactor-styles .lervikur-watch-product .remove-product-from-shopping-cart-btn {
  color: #6a6c74;
  font-weight: 300;
  font-size: 13px;
}

.redactor-styles .lervikur-watch-product .remove-product-from-shopping-cart-btn i {
  font-size: 18px;
  color: #9e7f3b;
  position: relative;
  top: 2px;
}

.redactor-styles .lervikur-watch-product .remove-product-from-shopping-cart-btn:hover {
  color: #d9534f;
}

.redactor-styles .lervikur-watch-product .remove-product-from-shopping-cart-btn:hover i {
  color: #d9534f;
}

.redactor-styles .checkout__payment-options .radio {
  text-align: center;
}

.redactor-styles .checkout__payment-options .radio input {
  display: none;
}

.redactor-styles .checkout__payment-options .radio label {
  border: 1px solid #d0d7dd;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  width: 100%;
}

.redactor-styles .checkout__payment-options .radio label::before, .redactor-styles .checkout__payment-options .radio label:after {
  content: initial;
}

.redactor-styles .checkout__payment-options .radio input[type="radio"]:checked + label {
  border: 2px solid #9e7f3b;
}

.redactor-styles .payment-option__image {
  margin-bottom: 10px;
}

.redactor-styles .payment-option__image img {
  max-width: 100%;
}

.redactor-styles #delivery .delivery-methods, .redactor-styles #delivery .delivery-options, .redactor-styles #delivery .alternative-address {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.redactor-styles #delivery .select-pickup-point {
  margin-left: 0;
}

.redactor-styles #delivery .select-store {
  margin-bottom: 0;
}

.redactor-styles #delivery .pickup-point {
  border-bottom: 1px solid #f5f5f5;
}

.redactor-styles #delivery .loader {
  margin-left: -30px;
}

.redactor-styles #payment-terminal .payment-methods > label {
  color: #adadad;
  font-family: 'Poppins';
  font-weight: 300;
}

.redactor-styles #payment-terminal .payment-methods > label > span {
  color: #9e7f3b;
}

.redactor-styles #payment-terminal .payment-methods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redactor-styles #payment-terminal .payment-methods-list .payment-method {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

.redactor-styles #payment-terminal .payment-methods-list .payment-method:last-child {
  margin-right: 0;
}

.redactor-styles #payment-terminal .payment-methods-list .payment-method .radio input {
  display: none;
}

.redactor-styles #payment-terminal .payment-methods-list .payment-method .radio label {
  border: 1px solid #d0d7dd;
  border-radius: 5px;
  padding: 1.5rem 3rem;
  font-size: 0;
}

.redactor-styles #payment-terminal .payment-methods-list .payment-method .radio label::before, .redactor-styles #payment-terminal .payment-methods-list .payment-method .radio label:after {
  content: initial;
}

.redactor-styles #payment-terminal .payment-methods-list .payment-method .radio input[type="radio"]:checked + label {
  border-color: #9e7f3b;
}

.redactor-styles #payment-terminal .payment-method-visa .radio label {
  background: url("/images/payment-methods/visa.svg") center center no-repeat;
  background-size: 100px 50px;
}

.redactor-styles #payment-terminal .payment-method-mastercard .radio label {
  background: url("/images/payment-methods/mastercard.svg") center center no-repeat;
  background-size: 100px 50px;
}

.redactor-styles #financing-terminal {
  margin-bottom: 1rem;
}

.redactor-styles #financing-terminal > label, .redactor-styles #financing-terminal .financing-options > label {
  color: #adadad;
  font-family: 'Poppins';
  font-weight: 300;
}

.redactor-styles #financing-terminal > label > span, .redactor-styles #financing-terminal .financing-options > label > span {
  color: #9e7f3b;
}

.redactor-styles #financing-terminal .financing-options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redactor-styles #financing-terminal .financing-options-list .financing-option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

.redactor-styles #financing-terminal .financing-options-list .financing-option:last-child {
  margin-right: 0;
}

.redactor-styles #financing-terminal .financing-options-list .financing-option .radio input {
  display: none;
}

.redactor-styles #financing-terminal .financing-options-list .financing-option .radio label {
  border: 1px solid #d0d7dd;
  border-radius: 5px;
  padding: 1.5rem 3rem;
  font-size: 0;
}

.redactor-styles #financing-terminal .financing-options-list .financing-option .radio label::before, .redactor-styles #financing-terminal .financing-options-list .financing-option .radio label:after {
  content: initial;
}

.redactor-styles #financing-terminal .financing-options-list .financing-option .radio input[type="radio"]:checked + label {
  border-color: #9e7f3b;
}

.redactor-styles #financing-terminal .financing-option-procard .radio label {
  background: url("/images/financing-options/procard.png") center center no-repeat;
  background-size: 79px 50px;
}

.redactor-styles #financing-terminal .financing-provider .financing-guided-form li > span {
  color: #9e7f3b;
  font-size: 20px;
  font-weight: 700;
  margin-right: 4px;
}

.redactor-styles #financing-terminal .financing-provider .financing-guided-form li > ul {
  padding-left: 1rem;
}

.redactor-styles button {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  outline: none;
  line-height: 1;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.redactor-styles button:active, .redactor-styles button:focus {
  outline: none;
}

.redactor-styles .btn, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  letter-spacing: 0.025rem;
  text-decoration: none;
  text-transform: uppercase;
}

.redactor-styles .btn-outline-primary, .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  border-width: 2px;
}

.redactor-styles .btn-primary:focus, .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn:focus {
  color: #fff;
}

.redactor-styles .btn-lowercase {
  text-transform: none;
}

.redactor-styles .btn-dark, .redactor-styles #delivery #get-close-stores {
  color: #fff;
  background-color: #23252f;
  border-color: #23252f;
}

.redactor-styles .btn-dark:hover, .redactor-styles #delivery #get-close-stores:hover {
  color: #fff;
  background-color: #0d0e12;
  border-color: #09090c;
}

.redactor-styles .btn-dark:focus, .redactor-styles #delivery #get-close-stores:focus, .redactor-styles .btn-dark.focus, .redactor-styles #delivery .focus#get-close-stores {
  -webkit-box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
          box-shadow: 0 0 0 2px rgba(35, 37, 47, 0.5);
}

.redactor-styles .btn-dark.disabled, .redactor-styles #delivery .disabled#get-close-stores, .redactor-styles .btn-dark:disabled, .redactor-styles #delivery #get-close-stores:disabled {
  background-color: #23252f;
  border-color: #23252f;
}

.redactor-styles .btn-dark:active, .redactor-styles #delivery #get-close-stores:active, .redactor-styles .btn-dark.active, .redactor-styles #delivery .active#get-close-stores,
.show > .redactor-styles .btn-dark.dropdown-toggle,
.show > .redactor-styles #delivery .dropdown-toggle#get-close-stores {
  color: #fff;
  background-color: #0d0e12;
  background-image: none;
  border-color: #09090c;
}

.redactor-styles .btn-gray {
  color: #fff;
  background-color: #939ea7;
  border-color: #d0d7dd;
}

.redactor-styles .btn-gray:hover {
  color: #fff;
  background-color: #778590;
  border-color: #acb9c3;
}

.redactor-styles .btn-gray:focus, .redactor-styles .btn-gray.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(208, 215, 221, 0.5);
          box-shadow: 0 0 0 2px rgba(208, 215, 221, 0.5);
}

.redactor-styles .btn-gray.disabled, .redactor-styles .btn-gray:disabled {
  background-color: #939ea7;
  border-color: #d0d7dd;
}

.redactor-styles .btn-gray:active, .redactor-styles .btn-gray.active,
.show > .redactor-styles .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #778590;
  background-image: none;
  border-color: #acb9c3;
}

.redactor-styles .custom-select {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  height: auto;
}

.redactor-styles body .popover {
  background-color: rgba(35, 37, 47, 0.9);
  color: #fff;
  left: -55px !important;
}

.redactor-styles body .popover.popover-bottom::after, .redactor-styles body .popover.bs-tether-element-attached-top::after {
  border-bottom-color: rgba(35, 37, 47, 0.9);
}

.redactor-styles .multiselect__select {
  height: 48px;
}

.redactor-styles .multiselect__tags {
  border-color: #d0d7dd;
  padding: 12px 40px 4px 8px;
}

.redactor-styles .multiselect__tag {
  background-color: #9e7f3b;
}

.redactor-styles .multiselect__tag .multiselect__tag-icon {
  background-color: #9e7f3b;
}

.redactor-styles .multiselect__tag .multiselect__tag-icon:after {
  color: #cbb074;
}

.redactor-styles .multiselect__tag .multiselect__tag-icon:focus, .redactor-styles .multiselect__tag .multiselect__tag-icon:hover {
  background-color: #8b7034;
}

.redactor-styles .multiselect__tag .multiselect__tag-icon:focus:after, .redactor-styles .multiselect__tag .multiselect__tag-icon:hover:after {
  color: #fff;
}

.redactor-styles .multiselect__option--highlight {
  background-color: #9e7f3b;
}

.redactor-styles .multiselect__option--highlight:after {
  background-color: #9e7f3b;
}

.redactor-styles input[type="number"]::-webkit-outer-spin-button, .redactor-styles input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.redactor-styles input[type="number"] {
  -moz-appearance: textfield;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

.redactor-styles .plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  direction: ltr;
}

.redactor-styles .plyr,
.redactor-styles .plyr *,
.redactor-styles .plyr *::after,
.redactor-styles .plyr *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.redactor-styles .plyr a, .redactor-styles .plyr button, .redactor-styles .plyr input, .redactor-styles .plyr label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.redactor-styles .plyr:focus {
  outline: 0;
}

.redactor-styles .plyr video,
.redactor-styles .plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.redactor-styles .plyr input[type='range'] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.redactor-styles .plyr input[type='range']::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
          user-select: none;
}

.redactor-styles .plyr input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.redactor-styles .plyr input[type='range']::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
       user-select: none;
}

.redactor-styles .plyr input[type='range']::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.redactor-styles .plyr input[type='range']::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}

.redactor-styles .plyr input[type='range']::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
}

.redactor-styles .plyr input[type='range']::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
      user-select: none;
  background: #9e7f3b;
}

.redactor-styles .plyr input[type='range']::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.redactor-styles .plyr input[type='range']::-ms-tooltip {
  display: none;
}

.redactor-styles .plyr input[type='range']:focus {
  outline: 0;
}

.redactor-styles .plyr input[type='range']::-moz-focus-outer {
  border: 0;
}

.redactor-styles .plyr input[type='range'].tab-focus:focus {
  outline-offset: 3px;
}

.redactor-styles .plyr input[type='range']:active::-webkit-slider-thumb {
  background: #9e7f3b;
  border-color: #fff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.redactor-styles .plyr input[type='range']:active::-moz-range-thumb {
  background: #9e7f3b;
  border-color: #fff;
  transform: scale(1.25);
}

.redactor-styles .plyr input[type='range']:active::-ms-thumb {
  background: #9e7f3b;
  border-color: #fff;
  transform: scale(1.25);
}

.redactor-styles .plyr--video input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.redactor-styles .plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.redactor-styles .plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.redactor-styles .plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.redactor-styles .plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.redactor-styles .plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.redactor-styles .plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
          transform: translateY(-35.95%);
}

.redactor-styles .plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.redactor-styles .plyr video::-webkit-media-text-track-container {
  display: none;
}

.redactor-styles .plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.redactor-styles .plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 150%;
}

.redactor-styles .plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .redactor-styles .plyr__captions {
    font-size: 24px;
  }
}

.redactor-styles .plyr--captions-active .plyr__captions {
  display: block;
}

.redactor-styles .plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media (min-width: 1024px) {
  .redactor-styles .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}

.redactor-styles .plyr ::-webkit-media-controls {
  display: none;
}

.redactor-styles .plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
}

.redactor-styles .plyr__controls > button,
.redactor-styles .plyr__controls .plyr__progress,
.redactor-styles .plyr__controls .plyr__time {
  margin-left: 5px;
}

.redactor-styles .plyr__controls > button:first-child,
.redactor-styles .plyr__controls .plyr__progress:first-child,
.redactor-styles .plyr__controls .plyr__time:first-child {
  margin-left: 0;
}

.redactor-styles .plyr__controls .plyr__volume {
  margin-left: 5px;
}

.redactor-styles .plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}

.redactor-styles .plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}

.redactor-styles .plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.redactor-styles .plyr__controls button:focus {
  outline: 0;
}

.redactor-styles .plyr__controls .icon--exit-fullscreen,
.redactor-styles .plyr__controls .icon--muted,
.redactor-styles .plyr__controls .icon--captions-on {
  display: none;
}

@media (min-width: 480px) {
  .redactor-styles .plyr__controls > button,
  .redactor-styles .plyr__controls .plyr__progress,
  .redactor-styles .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}

.redactor-styles .plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.redactor-styles .plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.redactor-styles .plyr--video .plyr__controls button.tab-focus:focus, .redactor-styles .plyr--video .plyr__controls button:hover {
  background: #9e7f3b;
  color: #fff;
}

.redactor-styles .plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}

.redactor-styles .plyr--audio .plyr__controls button.tab-focus:focus, .redactor-styles .plyr--audio .plyr__controls button:hover {
  background: #9e7f3b;
  color: #fff;
}

.redactor-styles .plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  background: url("/images/icons/play_icon.svg") no-repeat;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
  border: none;
  width: 180px;
  height: 180px;
  background-size: cover;
}

.redactor-styles .plyr__play-large svg {
  display: none;
}

@media (max-width: 767px) {
  .redactor-styles .plyr__play-large {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
}

.redactor-styles .plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.redactor-styles .plyr .plyr__play-large {
  display: inline-block;
}

.redactor-styles .plyr--audio .plyr__play-large {
  display: none;
}

.redactor-styles .plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.redactor-styles .plyr__controls [data-plyr='pause'],
.redactor-styles .plyr--playing .plyr__controls [data-plyr='play'] {
  display: none;
}

.redactor-styles .plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block;
}

.redactor-styles .plyr--fullscreen-active .icon--exit-fullscreen,
.redactor-styles .plyr--muted .plyr__controls .icon--muted,
.redactor-styles .plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}

.redactor-styles .plyr--fullscreen-active .icon--exit-fullscreen + svg,
.redactor-styles .plyr--muted .plyr__controls .icon--muted + svg,
.redactor-styles .plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.redactor-styles .plyr [data-plyr='captions'],
.redactor-styles .plyr [data-plyr='fullscreen'] {
  display: none;
}

.redactor-styles .plyr--captions-enabled [data-plyr='captions'],
.redactor-styles .plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

.redactor-styles .plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
}

.redactor-styles .plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.redactor-styles .plyr button:hover .plyr__tooltip,
.redactor-styles .plyr button.tab-focus:focus .plyr__tooltip,
.redactor-styles .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.redactor-styles .plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.redactor-styles .plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.redactor-styles .plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.redactor-styles .plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.redactor-styles .plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.redactor-styles .plyr__controls button:first-child:hover .plyr__tooltip,
.redactor-styles .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.redactor-styles .plyr__controls button:first-child .plyr__tooltip--visible,
.redactor-styles .plyr__controls button:last-child:hover .plyr__tooltip,
.redactor-styles .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.redactor-styles .plyr__controls button:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.redactor-styles .plyr__progress {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.redactor-styles .plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.redactor-styles .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.redactor-styles .plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}

.redactor-styles .plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.redactor-styles .plyr__progress .plyr__tooltip {
  left: 0;
}

.redactor-styles .plyr .plyr__progress {
  display: inline-block;
}

.redactor-styles .plyr__progress--buffer,
.redactor-styles .plyr__progress--played,
.redactor-styles .plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px;
}

.redactor-styles .plyr__progress--buffer::-webkit-progress-bar,
.redactor-styles .plyr__progress--played::-webkit-progress-bar,
.redactor-styles .plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}

.redactor-styles .plyr__progress--buffer::-webkit-progress-value,
.redactor-styles .plyr__progress--played::-webkit-progress-value,
.redactor-styles .plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.redactor-styles .plyr__progress--buffer::-moz-progress-bar,
.redactor-styles .plyr__progress--played::-moz-progress-bar,
.redactor-styles .plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.redactor-styles .plyr__progress--buffer::-ms-fill,
.redactor-styles .plyr__progress--played::-ms-fill,
.redactor-styles .plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.redactor-styles .plyr__progress--played,
.redactor-styles .plyr__volume--display {
  z-index: 1;
  color: #9e7f3b;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}

.redactor-styles .plyr__progress--played::-webkit-progress-value,
.redactor-styles .plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.redactor-styles .plyr__progress--played::-moz-progress-bar,
.redactor-styles .plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.redactor-styles .plyr__progress--played::-ms-fill,
.redactor-styles .plyr__volume--display::-ms-fill {
  display: none;
}

.redactor-styles .plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.redactor-styles .plyr__progress--buffer::-moz-progress-bar {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.redactor-styles .plyr__progress--buffer::-ms-fill {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.redactor-styles .plyr--video .plyr__progress--buffer,
.redactor-styles .plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.redactor-styles .plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.redactor-styles .plyr--audio .plyr__progress--buffer,
.redactor-styles .plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.redactor-styles .plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.redactor-styles .plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.redactor-styles .plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.redactor-styles .plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.redactor-styles .plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.redactor-styles .plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .redactor-styles .plyr__time + .plyr__time {
    display: inline-block;
  }
}

.redactor-styles .plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

.redactor-styles .plyr__volume {
  display: none;
}

.redactor-styles .plyr .plyr__volume {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.redactor-styles .plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .redactor-styles .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 768px) {
  .redactor-styles .plyr .plyr__volume {
    max-width: 100px;
  }
}

.redactor-styles .plyr--is-ios .plyr__volume,
.redactor-styles .plyr--is-ios [data-plyr='mute'] {
  display: none !important;
}

.redactor-styles .plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}

.redactor-styles .plyr--fullscreen-active video {
  height: 100%;
}

.redactor-styles .plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.redactor-styles .plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.redactor-styles .plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.redactor-styles .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.redactor-styles #app {
  padding-top: 70px;
  position: relative;
}

.redactor-styles #app #body-overlay {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.large-menu-open .redactor-styles #app #body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(191, 191, 191, 0.75);
  z-index: 999;
}

@media (max-width: 1500px) {
  .redactor-styles #app {
    padding-top: 117px;
  }
}

.redactor-styles i {
  font-style: normal;
}

.redactor-styles body {
  letter-spacing: 0.025rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .redactor-styles body.large-menu-open {
    overflow: hidden;
  }
}

.redactor-styles .font-mono {
  font-family: monospace;
}

.redactor-styles .header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  vertical-align: middle;
  z-index: 9999;
  -webkit-box-shadow: inset 0px -1px 0px 0px #ececec;
          box-shadow: inset 0px -1px 0px 0px #ececec;
}

.redactor-styles .header .header-logo-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.redactor-styles .header .header-logo-column > div {
  margin-left: 8px;
}

@media (min-width: 1600px) {
  .redactor-styles .header .header-logo-column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .redactor-styles .header .header-logo-column > div {
    margin-left: 0px;
  }
}

.redactor-styles .header .logo-main > a {
  text-indent: -999em;
  background-image: url("/images/lervikur-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 162px;
  height: 41px;
  background-size: 162px 41px;
}

@media (max-width: 767px) {
  .redactor-styles .header .logo-main > a {
    width: 130px;
    height: 32px;
    background-size: 130px 32px;
  }
}

.redactor-styles .nav-title {
  color: #9e7f3b;
}

.redactor-styles .nav-main ul {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.redactor-styles .nav-main ul li {
  display: inline-block;
}

.redactor-styles .nav-main > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.redactor-styles .nav-main > ul > li.is-active > a,
.redactor-styles .nav-main > ul > li.is-active > .nav-title, .redactor-styles .nav-main > ul > li:hover > a,
.redactor-styles .nav-main > ul > li:hover > .nav-title {
  -webkit-box-shadow: inset 0px -3px 0px 0px #9e7f3b;
          box-shadow: inset 0px -3px 0px 0px #9e7f3b;
}

.redactor-styles .nav-main > ul > li > a,
.redactor-styles .nav-main > ul > li .nav-title {
  height: 77px;
  line-height: 77px;
  display: block;
  text-decoration: none;
  letter-spacing: 0;
}

.redactor-styles .nav-main ul.sub-menu.active,
.redactor-styles .nav-main li:hover > ul.sub-menu {
  display: block;
}

.redactor-styles .nav-main ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 200;
  background: #23252F;
  padding: 45px;
}

.redactor-styles .nav-main ul.sub-menu li {
  display: block;
  text-align: left;
  margin: 0;
}

.redactor-styles .nav-main ul.sub-menu li > a,
.redactor-styles .nav-main ul.sub-menu li > span {
  color: #adadad;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}

.redactor-styles .nav-main ul.sub-menu li > a:hover,
.redactor-styles .nav-main ul.sub-menu li > span:hover {
  color: #fff;
  text-decoration: underline;
}

.redactor-styles .nav-main ul.sub-menu li > a:hover i > span,
.redactor-styles .nav-main ul.sub-menu li > span:hover i > span {
  color: #fff;
}

.redactor-styles .nav-main ul.sub-menu li.is-active > a,
.redactor-styles .nav-main ul.sub-menu li.is-active > span {
  color: #fff;
  text-decoration: underline;
}

.redactor-styles #left_menu > li > a,
.redactor-styles #left_menu > li .nav-title {
  font-weight: 500;
  display: block;
}

.redactor-styles #left_menu .brand-menu > .nav-title {
  position: relative;
}

.redactor-styles #left_menu .brand-menu ul.sub-menu {
  padding: 3rem 6.5rem;
  margin-left: 0;
  line-height: 2;
}

.redactor-styles #left_menu .brand-menu ul.sub-menu > li {
  display: inline-block;
  width: 100%;
}

@media (min-width: 576px) {
  .redactor-styles #left_menu .brand-menu ul.sub-menu {
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
  }
}

.redactor-styles #left_menu a,
.redactor-styles #home-btn-nav a,
.redactor-styles #left_menu .nav-title,
.redactor-styles #home-btn-nav .nav-title {
  padding: 0px 12px;
}

.redactor-styles #left_menu {
  margin-left: 15px;
}

@media (max-width: 1599px) {
  .redactor-styles #left_menu > li > a {
    font-size: 0.95rem;
    padding: 0px 10px;
  }
}

.redactor-styles #right_menu {
  float: right;
}

.redactor-styles #right_menu > ul > li > a {
  font-size: 20px;
  width: 45px;
  text-align: center;
  position: relative;
  z-index: 333;
  display: block;
}

.redactor-styles #right_menu > ul > li > a#toggle-menu {
  width: 60px;
}

.redactor-styles .my-account-menu {
  position: relative;
}

.redactor-styles .my-account-menu > a i {
  font-size: 22px;
}

.redactor-styles .my-account-menu > ul.sub-menu {
  line-height: 1.5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 0;
  padding: 35px 45px 45px 45px;
}

.redactor-styles .my-account-menu > ul.sub-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 13px 0px;
}

.redactor-styles .my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon {
  width: 220px;
}

.redactor-styles .my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon > i {
  float: right;
}

.redactor-styles .my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon:hover > i {
  color: #fff;
}

.redactor-styles .my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon:hover > i:after, .redactor-styles .my-account-menu > ul.sub-menu > li > a.my-account-menu-item-with-icon:hover > i:before {
  color: #fff;
}

.redactor-styles #home-btn-nav a,
.redactor-styles #toggle-menu {
  text-align: center;
  width: 60px;
}

.redactor-styles #toggle-menu {
  position: relative;
}

.redactor-styles #toggle-menu > div {
  margin: 0 auto;
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  left: -5px;
}

.redactor-styles #toggle-menu > div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #9e7f3b;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.redactor-styles #toggle-menu > div span:nth-child(1) {
  top: 0px;
}

.redactor-styles #toggle-menu > div span:nth-child(2) {
  top: 9px;
  width: 70%;
  left: 30%;
}

.redactor-styles #toggle-menu > div span:nth-child(3) {
  top: 18px;
}

.redactor-styles #toggle-menu.open > div span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.redactor-styles #toggle-menu.open > div span:nth-child(2) {
  opacity: 0;
  left: 60px;
}

.redactor-styles #toggle-menu.open > div span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.redactor-styles .header-search-wrapper--desktop {
  display: block;
}

@media (max-width: 1500px) {
  .redactor-styles .header-search-wrapper--desktop {
    display: none !important;
  }
}

.redactor-styles .header-search-wrapper--mobile {
  display: none;
}

@media (max-width: 1500px) {
  .redactor-styles .header-search-wrapper--mobile {
    display: block;
  }
}

.redactor-styles .header-search-wrapper {
  margin: 0px 10px;
}

.redactor-styles .header-search-wrapper #live-search {
  position: relative;
}

.redactor-styles .header-search-wrapper #live-search input {
  color: #23252F;
  font: 300 13px/34px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  vertical-align: middle;
  border: 1px solid #9e7f3b;
  width: 11rem;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0 15px 0 12px;
}

@media (min-width: 1400px) {
  .redactor-styles .header-search-wrapper #live-search input {
    width: 14rem;
  }
}

@media (min-width: 1700px) {
  .redactor-styles .header-search-wrapper #live-search input {
    width: 18rem;
  }
}

.redactor-styles .header-search-wrapper #live-search input::-ms-clear {
  display: none;
}

.redactor-styles .header-search-wrapper #live-search button {
  padding: 0.2rem 1.4rem;
  font-size: 20px;
  line-height: 1;
  width: 3.9375rem;
}

.redactor-styles .header-search-wrapper #live-search button,
.redactor-styles .header-search-wrapper #live-search input {
  height: 40px;
}

.redactor-styles .header-search-wrapper #live-search .results {
  padding: 12px 0;
  display: block;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 42px;
  max-height: calc(100vh - 110px);
  overflow: scroll;
}

.redactor-styles .header-search-wrapper #live-search .results a.result {
  display: block;
  text-align: left;
  padding: 12px;
  color: #23252F;
  line-height: 1.5;
}

.redactor-styles .header-search-wrapper #live-search .results a.result.is-active {
  background: #9e7f3b;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1399px) {
  .redactor-styles .header-search-wrapper #live-search .results {
    position: relative;
    top: auto;
  }
}

.redactor-styles .header-search-wrapper #live-search .remove-search-text {
  position: absolute;
  right: 63px;
  height: 100%;
  width: 40px;
  z-index: 3;
  font-size: 0.75rem;
  display: block;
  padding: 7px 10px 16px;
  color: #9e7f3b;
  cursor: pointer;
}

.redactor-styles .header-search-wrapper #live-search .remove-search-text:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.redactor-styles .header-search-wrapper #live-search .remove-search-text:hover {
  color: #23252f;
}

@media (max-width: 1500px) {
  .redactor-styles .header-search-wrapper {
    margin: 0;
    -webkit-box-shadow: 0px 1px 0px 0px #ececec;
            box-shadow: 0px 1px 0px 0px #ececec;
  }
  .redactor-styles .header-search-wrapper #live-search input {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #adadad;
  }
  .redactor-styles .header-search-wrapper #live-search input:hover, .redactor-styles .header-search-wrapper #live-search input:focus {
    outline: 0;
  }
  .redactor-styles .header-search-wrapper #live-search button {
    background: #fff;
    color: #adadad;
    border: 0;
    border-top: 1px solid #adadad;
    border-radius: 0;
  }
  .redactor-styles .header-search-wrapper #live-search .remove-search-text {
    color: #adadad;
  }
}

.redactor-styles .footer {
  position: relative;
  padding-top: 4.2rem;
  margin-top: 6.25rem;
}

@media (max-width: 1399px) {
  .redactor-styles .footer {
    padding-bottom: 9.4rem;
  }
}

.redactor-styles .footer::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  top: 0;
  -webkit-box-shadow: inset 0px 15px 8px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 15px 8px 0px rgba(0, 0, 0, 0.6);
}

.redactor-styles .footer #map {
  height: 100%;
  margin-top: -4.2rem;
  min-height: 44rem;
}

.redactor-styles .footer .social-wrapper {
  background: #ececec;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9.4rem;
}

.redactor-styles .footer .social-wrapper .social {
  background: #fff;
  width: 5.7rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 8.3333333333%;
  text-align: center;
  color: #23252F;
  font-size: 1.5rem;
}

.redactor-styles .footer .social-wrapper .social li a {
  display: block;
  padding-top: 2rem;
  color: #23252F;
}

.redactor-styles .fullwidth-header-menu-position, .redactor-styles #left_menu .brand-menu ul.sub-menu {
  position: absolute;
  width: calc(100vw - 136px);
  top: 100%;
  left: 68px;
  right: 68px;
}

.redactor-styles #expanded-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  line-height: 1.5;
  padding: 4.2rem 1rem;
  display: none;
}

.redactor-styles #expanded-menu.active {
  display: block;
}

@media (max-width: 767px) {
  .redactor-styles #expanded-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
    padding: 60px 15px 100px 25px;
    width: 100%;
    left: 0;
    right: 0;
  }
}

.redactor-styles #expanded-menu,
.redactor-styles .footer {
  background: #23252F;
  color: #adadad;
}

.redactor-styles #expanded-menu ul,
.redactor-styles .footer ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px;
}

.redactor-styles #expanded-menu ul li,
.redactor-styles .footer ul li {
  line-height: 2rem;
  display: block;
}

.redactor-styles #expanded-menu ul li a,
.redactor-styles .footer ul li a {
  color: #adadad;
  text-decoration: none;
  display: inline-block;
}

.redactor-styles #expanded-menu ul li.is-active > a,
.redactor-styles #expanded-menu ul li a:hover,
.redactor-styles .footer ul li.is-active > a,
.redactor-styles .footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.redactor-styles #expanded-menu h4,
.redactor-styles #expanded-menu .footer_middle_nav > li > a,
.redactor-styles #expanded-menu .nav-title,
.redactor-styles .footer h4,
.redactor-styles .footer .footer_middle_nav > li > a,
.redactor-styles .footer .nav-title {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 700;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #9e7f3b;
  text-transform: uppercase;
}

.redactor-styles #expanded-menu h4,
.redactor-styles .footer h4 {
  color: #9e7f3b;
}

.redactor-styles #expanded-menu .footer_middle_nav > li.is-active > a,
.redactor-styles .footer .footer_middle_nav > li.is-active > a {
  color: #9e7f3b;
  text-decoration: none;
}

.redactor-styles #expanded-menu .footer_middle_nav,
.redactor-styles .footer .footer_middle_nav {
  margin-bottom: 0;
}

.redactor-styles #expanded-menu .contact-email,
.redactor-styles .footer .contact-email {
  color: #9e7f3b;
}

.redactor-styles .alert-container > .alert {
  text-align: center;
  padding-left: 54px;
  margin-bottom: 0;
}

.redactor-styles .alert-container > .alert .close {
  padding: 0;
  top: 50%;
  right: -5px;
}

.redactor-styles .alert-toaster-container {
  position: fixed;
  top: 78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.25rem;
  color: #fff;
  font-size: 18px;
  z-index: 333;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1500px) {
  .redactor-styles .alert-toaster-container {
    top: 125px;
  }
}

.redactor-styles .alert-toaster-container i {
  margin-left: 5px;
}

.redactor-styles .alert-toaster-container.success {
  background-color: #5cb85c;
}

.redactor-styles .alert-toaster-container.danger {
  background-color: #d9534f;
}

.redactor-styles .alert-toaster-enter {
  opacity: 1;
}

.redactor-styles .alert-toaster-leave-active {
  opacity: 0;
}

.redactor-styles .alert-toaster-enter-active .alert-toaster-container,
.redactor-styles .alert-toaster-leave-active .alert-toaster-container {
  opacity: 1;
}

.redactor-styles .required {
  color: #9e7f3b;
}

.redactor-styles .btn-compact, .redactor-styles #delivery .select-pickup-point {
  text-decoration: none;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  line-height: 1rem;
  margin-left: 1rem;
}

.redactor-styles input,
.redactor-styles label {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.redactor-styles .form-group > label, .redactor-styles #delivery .select-store > label {
  color: #adadad;
}

.redactor-styles .form-group > label > span, .redactor-styles #delivery .select-store > label > span {
  color: #9e7f3b;
}

.redactor-styles h1 a,
.redactor-styles h2 a,
.redactor-styles .post-grid .post-item a .post-item-title a,
.redactor-styles .brand__post-grid .post-item a .post-item-title a,
.redactor-styles h3 a,
.redactor-styles h4 a,
.redactor-styles h5 a,
.redactor-styles h6 a {
  color: #23252f;
  text-decoration: none;
}

.redactor-styles .single-page {
  font-size: 1.125rem;
}

.redactor-styles .single-page .page-title {
  margin-top: 4.7rem;
}

.redactor-styles .single-page .page-lead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.redactor-styles h1.page-title {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
}

.redactor-styles h1.page-title:before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2px;
  background-color: #23252f;
  margin: 0 auto 2.2rem;
}

@media (max-width: 767px) {
  .redactor-styles h1.page-title {
    font-size: 1.5rem;
  }
}

.redactor-styles .section-title {
  margin-top: 35px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.redactor-styles .checkout .section-title, .redactor-styles .custom-order .section-title {
  margin-bottom: 1.2rem;
}

.redactor-styles .checkout .section-title > span, .redactor-styles .custom-order .section-title > span {
  font-size: 40px;
  color: #9e7f3b;
  font-weight: 700;
  margin-right: 10px;
}

.redactor-styles .checkout .custom-select, .redactor-styles .custom-order .custom-select {
  width: 100%;
  display: block;
}

.redactor-styles h2.section-title, .redactor-styles .post-grid .post-item a .section-title.post-item-title, .redactor-styles .brand__post-grid .post-item a .section-title.post-item-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 45px;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.redactor-styles h2.section-title:before, .redactor-styles .post-grid .post-item a .section-title.post-item-title:before, .redactor-styles .brand__post-grid .post-item a .section-title.post-item-title:before {
  content: "";
  display: block;
  height: 2px;
  width: 41px;
  background: #9e7f3b;
  margin: 0px auto 30px auto;
}

.redactor-styles .page-content {
  margin: 75px 0;
}

.redactor-styles .page-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .redactor-styles .page-content img {
    max-height: 400px;
    margin: 0 auto;
    display: block;
  }
}

.redactor-styles .login-container {
  margin-bottom: 10rem;
}

.redactor-styles .login-container label {
  color: #939ea7;
}

.redactor-styles .i-heart,
.redactor-styles .i-bag {
  position: relative;
}

.redactor-styles .i-heart > span,
.redactor-styles .i-bag > span {
  line-height: 1;
  position: absolute;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.redactor-styles .i-bag {
  text-align: center;
}

.redactor-styles .i-bag > span {
  display: inline-block;
  width: 100%;
  left: -9%;
  top: 47%;
  font-size: 46%;
}

.redactor-styles .i-heart > span {
  display: inline-block;
  width: 100%;
  left: 79%;
  top: 45%;
  text-align: left;
  font-size: 57%;
}

.redactor-styles .featured-brands {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 120px;
}

.redactor-styles .featured-brands :first-of-type(.featured-brand) {
  margin-left: 0;
}

.redactor-styles .featured-brands :last-of-type(.featured-brand) {
  margin-right: 0;
}

.redactor-styles .featured-brands .featured-brand {
  display: inline-block;
  width: 17%;
  margin: 60px 4%;
  position: relative;
}

.redactor-styles .featured-brands .featured-brand img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .redactor-styles .featured-brands .featured-brand {
    width: 27%;
    margin: 70px 3%;
  }
}

@media (max-width: 575px) {
  .redactor-styles .featured-brands .featured-brand {
    width: 40%;
    margin: 50px 5%;
  }
}

.redactor-styles .bg-gray-lightest {
  background-color: #f5f5f5;
}

.redactor-styles .featured-image,
.redactor-styles .fullsize-image {
  height: 720px;
  overflow: hidden;
}

.redactor-styles .featured-image img,
.redactor-styles .fullsize-image img {
  min-width: 100%;
  height: auto;
}

.redactor-styles .featured-image .media-object,
.redactor-styles .fullsize-image .media-object {
  background-position: center;
  background-size: cover;
  height: 100%;
}

@media (max-width: 991px) {
  .redactor-styles .featured-image,
  .redactor-styles .fullsize-image {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .redactor-styles .featured-image,
  .redactor-styles .fullsize-image {
    height: 250px;
  }
}

.redactor-styles .featured-image-caption,
.redactor-styles .fullwidth-image-caption {
  position: relative;
  margin: 0;
  max-height: 720px;
  overflow: hidden;
}

.redactor-styles .featured-image-caption img,
.redactor-styles .fullwidth-image-caption img {
  max-width: 100%;
  height: auto;
  display: block;
}

.redactor-styles .featured-image-caption-content,
.redactor-styles .fullwidth-image-caption-content {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.redactor-styles .featured-image-caption-content-inner,
.redactor-styles .fullwidth-image-caption-content-inner {
  max-width: 812px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.redactor-styles .featured-image-caption-content .featured-image-caption-title,
.redactor-styles .fullwidth-image-caption-content .featured-image-caption-title {
  margin: 0;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.2;
}

.redactor-styles .featured-image-caption-content p,
.redactor-styles .fullwidth-image-caption-content p {
  margin: 0;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.67;
}

.redactor-styles .featured-image-caption-content .featured-image-caption-title + p,
.redactor-styles .fullwidth-image-caption-content .featured-image-caption-title + p {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .redactor-styles .featured-image-caption-content,
  .redactor-styles .fullwidth-image-caption-content {
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 40px;
    padding-bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }
  .redactor-styles .featured-image-caption-content:before,
  .redactor-styles .fullwidth-image-caption-content:before {
    content: " ";
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background: #fff;
  }
  .redactor-styles .featured-image-caption-content .featured-image-caption-title,
  .redactor-styles .fullwidth-image-caption-content .featured-image-caption-title {
    font-size: 2.5rem;
  }
  .redactor-styles .featured-image-caption-content p,
  .redactor-styles .fullwidth-image-caption-content p {
    font-size: 1.125rem;
  }
  .redactor-styles .featured-image-caption-content .featured-image-caption-title + p,
  .redactor-styles .fullwidth-image-caption-content .featured-image-caption-title + p {
    margin-top: 30px;
  }
}

.redactor-styles .fullwidth-image-caption {
  width: 100%;
}

.redactor-styles .fullwidth-image-caption img {
  width: 100%;
}

.redactor-styles .page-section {
  padding-top: 105px;
  padding-bottom: 105px;
}

.redactor-styles .page-section .page-section-title {
  margin: 0 0 22px 0;
  font-size: 1.625rem;
  line-height: 1.35;
}

.redactor-styles .page-section img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.redactor-styles .page-section figure {
  margin: 0;
}

.redactor-styles .page-section [class*="col-"] + [class*="col-"] {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .redactor-styles .page-section [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}

.redactor-styles .page-image-one-third {
  padding-top: 92px;
  padding-bottom: 92px;
  font-size: 1rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .redactor-styles .page-image-one-third {
    font-size: 1.125rem;
  }
}

.redactor-styles .page-image-one-third .page-image-one-third-title {
  margin: 0 0 15px 0;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .redactor-styles .page-image-one-third .page-image-one-third-title {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}

.redactor-styles .page-image-one-third [class*="col-"] + [class*="col-"] {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .redactor-styles .page-image-one-third [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}

.redactor-styles .page-image-with-caption {
  padding-top: 140px;
  padding-bottom: 140px;
}

.redactor-styles .page-image-with-caption .page-image-with-caption-title {
  margin: 0 0 26px 0;
  font-size: 1.625rem;
}

.redactor-styles .page-image-with-caption .page-image-with-caption-image {
  position: relative;
}

.redactor-styles .page-image-with-caption .page-image-with-caption-image .page-image-with-caption-image-text {
  padding: 10px;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fff;
}

@media (min-width: 992px) {
  .redactor-styles .page-image-with-caption .page-image-with-caption-image .page-image-with-caption-image-text {
    max-width: 275px;
    padding: 35px 30px 33px 30px;
    position: absolute;
    top: 40px;
    right: -185px;
    font-size: 1rem;
  }
}

.redactor-styles .page-image-with-caption .page-image-with-caption-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.redactor-styles .page-image-with-caption .page-image-with-caption-text {
  margin-top: 40px;
  font-size: 1.125rem;
  line-height: 1.67;
}

.redactor-styles .slider {
  position: relative;
}

.redactor-styles .slider .frame {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.redactor-styles .slider .slides {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: inline-block;
}

.redactor-styles .slider ul.slides > li {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 1rem;
}

.redactor-styles .slider .prev,
.redactor-styles .slider .next {
  width: 18px;
  font-size: 56px;
  color: #9e7f3b;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  cursor: pointer;
  overflow: hidden;
}

.redactor-styles .slider .prev:hover,
.redactor-styles .slider .next:hover {
  color: #133058;
}

.redactor-styles .slider .next {
  left: calc(100% + 10px);
}

.redactor-styles .slider .prev {
  right: calc(100% + 5px);
}

.redactor-styles .watch-carousel-section {
  padding: 85px 0px 125px 0px;
  background: rgba(236, 236, 236, 0.3);
}

.redactor-styles .watch-carousel-section .section-title {
  margin-bottom: 18px;
}

.redactor-styles .watch-carousel-section .watch-carousel {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .redactor-styles .watch-carousel-section .watch-carousel {
    max-width: 1000px;
  }
}

.redactor-styles .watch-carousel-section .watch-carousel > .frame {
  padding-top: 10px;
}

.redactor-styles .watch-carousel-section .watch-carousel .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redactor-styles .watch-carousel-section .watch-carousel .slides > li {
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0px 10px;
}

@media (min-width: 576px) {
  .redactor-styles .watch-carousel-section .watch-carousel .slides > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .redactor-styles .watch-carousel-section .watch-carousel .slides > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media (min-width: 1200px) {
  .redactor-styles .watch-carousel-section .watch-carousel .slides > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.redactor-styles .watch-carousel-section .watch-carousel .slides > li img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.redactor-styles .watch-carousel-section .watch-item .thumbnail {
  max-height: 350px;
}

@media (max-width: 991px) {
  .redactor-styles .watch-carousel-section .watch-item .thumbnail {
    max-height: 500px;
  }
}

@media (max-width: 767px) {
  .redactor-styles .watch-carousel-section .watch-item .thumbnail {
    max-height: 400px;
  }
}

.redactor-styles .watch-item-wrapper {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redactor-styles .watch-item {
  background: #fff;
  border: 1px solid #f5f5f5;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: left;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.redactor-styles .watch-item .status-flag__container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.redactor-styles .watch-item .status-flag {
  background: #000;
  color: #9e7f3b;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 150px;
  position: absolute;
  text-align: center;
  padding: 40px 0px 10px;
  left: -51px;
  top: -10px;
  font: 600 14px/16px "Poppins";
  z-index: 10;
}

.redactor-styles .watch-item .status-flag.reserved {
  font-size: 12px;
}

.redactor-styles .watch-item .status-flag.featured {
  color: #fff;
  background: #9e7f3b;
}

.redactor-styles .watch-item .thumbnail {
  width: 100%;
  position: relative;
  cursor: pointer;
  max-height: 350px;
}

@media (max-width: 1399px) {
  .redactor-styles .watch-item .thumbnail {
    max-height: 440px;
  }
}

@media (max-width: 1199px) {
  .redactor-styles .watch-item .thumbnail {
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  .redactor-styles .watch-item .thumbnail {
    max-height: 350px;
  }
}

@media (max-width: 575px) {
  .redactor-styles .watch-item .thumbnail {
    max-height: 360px;
  }
}

@media (max-width: 300px) {
  .redactor-styles .watch-item .thumbnail {
    max-height: 220px;
  }
}

.redactor-styles .watch-item .thumbnail img {
  width: 100%;
  height: auto;
  padding-bottom: 1px;
}

.redactor-styles .watch-item .thumbnail.active .watch-item-options {
  display: block;
}

.redactor-styles .watch-item .watch-details {
  padding: 20px;
  position: relative;
  border-top: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 100%;
  background: #fff;
}

.redactor-styles .watch-item .watch-details .watch-brand-and-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.redactor-styles .watch-item .watch-details .watch-brand-and-name-wrapper .brand-name {
  width: 100%;
  margin-bottom: 4px;
}

.redactor-styles .watch-item .watch-details .watch-brand-and-name-wrapper .brand-name > a {
  color: #9e7f3b;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.redactor-styles .watch-item .watch-details .watch-brand-and-name-wrapper .watch-name {
  width: 100%;
  margin-bottom: 1.5rem;
  white-space: normal;
  color: #23252F;
  text-decoration: none;
  font-weight: 400;
}

.redactor-styles .watch-item .watch-details .watch-brand-and-name-wrapper .watch-name:hover {
  cursor: pointer;
  text-decoration: underline;
}

.redactor-styles .watch-item .watch-details .watch-price {
  color: #adadad;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 575px) {
  .redactor-styles .watch-item .watch-details .watch-brand-and-name-wrapper .brand-name {
    text-align: center;
  }
  .redactor-styles .watch-item .watch-details .watch-brand-and-name-wrapper .watch-name {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .redactor-styles .watch-item .watch-details .watch-price {
    margin: 0 auto;
  }
}

.redactor-styles .watch-item-options {
  font-size: 1.1rem;
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(35, 37, 47, 0.9);
  padding-top: 10px;
  z-index: 20;
  padding: 20px;
}

.redactor-styles .watch-item-options i {
  float: right;
}

.redactor-styles .watch-item-options button,
.redactor-styles .watch-item-options .product-link {
  text-align: left;
  line-height: 54px;
  height: 54px;
  border-bottom: 1px solid #636c72;
  color: #adadad;
  display: block;
  width: 100%;
}

.redactor-styles .watch-item-options button .i-bag,
.redactor-styles .watch-item-options .product-link .i-bag {
  margin-right: -4px;
  font-size: 24px;
}

.redactor-styles .watch-item-options button:hover,
.redactor-styles .watch-item-options .product-link:hover {
  color: #fff;
}

.redactor-styles .watch-item-options .product-link {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #9e7f3b;
  text-decoration: none;
  height: auto;
  padding: 8px 20px;
  border: none;
  color: #fff;
}

.redactor-styles .watch-item-options .product-link:hover {
  text-decoration: underline;
  background-color: #9a7c3a;
}

.redactor-styles .watch-item-options .product-link .i-arrow {
  margin-right: 6px;
  font-size: 18px;
}

.redactor-styles .watch-item-options .watch-item-option-close-btn {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #9e7f3b;
  border-radius: 50%;
}

.redactor-styles .watch-item-options .watch-item-option-close-btn:before, .redactor-styles .watch-item-options .watch-item-option-close-btn:after {
  content: "";
  position: absolute;
  height: 13px;
  width: 2px;
  top: 8px;
  left: 13px;
  background-color: #fff;
}

.redactor-styles .watch-item-options .watch-item-option-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.redactor-styles .watch-item-options .watch-item-option-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.redactor-styles .watch-item-options .watch-item-option-close-btn:hover {
  background-color: #806730;
}

@media (max-width: 575px) {
  .redactor-styles .watch-item-options {
    font-size: 1rem;
    bottom: auto;
    width: 200px;
    height: 300px;
    z-index: 10;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .watch-item-options {
    font-size: 1.3rem;
  }
}

@media (max-width: 575px) {
  .redactor-styles .watch-item-wrapper.odd .watch-item-options {
    left: auto;
  }
  .redactor-styles .watch-item-wrapper.even .watch-item-options {
    right: auto;
  }
}

.redactor-styles .frontpage-slides {
  position: relative;
}

.redactor-styles .frontpage-slides .frame {
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.redactor-styles .frontpage-slides .slides {
  display: inline-block;
  height: 100%;
}

.redactor-styles .frontpage-slides .slides .js_slide {
  height: 100%;
}

.redactor-styles .frontpage-slides li {
  position: relative;
  display: inline-block;
  width: 100vw;
}

.redactor-styles .frontpage-slides li .slide-details {
  white-space: normal;
  position: absolute;
  width: 720px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.redactor-styles .frontpage-slides li .slide-details h2.title, .redactor-styles .frontpage-slides li .slide-details .post-grid .post-item a .title.post-item-title, .redactor-styles .post-grid .post-item a .frontpage-slides li .slide-details .title.post-item-title, .redactor-styles .frontpage-slides li .slide-details .brand__post-grid .post-item a .title.post-item-title, .redactor-styles .brand__post-grid .post-item a .frontpage-slides li .slide-details .title.post-item-title {
  font-size: 2.25rem;
  color: #fff;
}

.redactor-styles .frontpage-slides li .slide-details h2.title--rolex, .redactor-styles .frontpage-slides li .slide-details .post-grid .post-item a .title--rolex.post-item-title, .redactor-styles .post-grid .post-item a .frontpage-slides li .slide-details .title--rolex.post-item-title, .redactor-styles .frontpage-slides li .slide-details .brand__post-grid .post-item a .title--rolex.post-item-title, .redactor-styles .brand__post-grid .post-item a .frontpage-slides li .slide-details .title--rolex.post-item-title, .redactor-styles .frontpage-slides li .slide-details h2.title--black, .redactor-styles .frontpage-slides li .slide-details .post-grid .post-item a .title--black.post-item-title, .redactor-styles .post-grid .post-item a .frontpage-slides li .slide-details .title--black.post-item-title, .redactor-styles .frontpage-slides li .slide-details .brand__post-grid .post-item a .title--black.post-item-title, .redactor-styles .brand__post-grid .post-item a .frontpage-slides li .slide-details .title--black.post-item-title {
  color: #000;
}

@media (max-width: 991px) {
  .redactor-styles .frontpage-slides li .slide-details {
    width: 90%;
  }
}

.redactor-styles .frontpage-slides .js_dots.dots {
  position: absolute;
  right: 15%;
  bottom: 100px;
}

.redactor-styles .frontpage-slides .js_dots.dots li {
  color: #fff;
  font-weight: 500;
  display: inline;
  margin-right: 8px;
  padding: 2px;
  cursor: pointer;
}

.redactor-styles .frontpage-slides .js_dots.dots li.active {
  border-bottom: 2px solid #fff;
}

@media (max-width: 767px) {
  .redactor-styles .frontpage-slides .frame {
    height: auto;
  }
  .redactor-styles .frontpage-slides ul.slides li.js_slide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .redactor-styles .frontpage-slides li .slide-details {
    position: relative;
    padding: 15px 0;
    -webkit-transform: none;
            transform: none;
  }
  .redactor-styles .frontpage-slides li .slide-details h2.title, .redactor-styles .frontpage-slides li .slide-details .post-grid .post-item a .title.post-item-title, .redactor-styles .post-grid .post-item a .frontpage-slides li .slide-details .title.post-item-title, .redactor-styles .frontpage-slides li .slide-details .brand__post-grid .post-item a .title.post-item-title, .redactor-styles .brand__post-grid .post-item a .frontpage-slides li .slide-details .title.post-item-title {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
    color: #23252F;
  }
  .redactor-styles .frontpage-slides li .slide-details .btn, .redactor-styles .frontpage-slides li .slide-details .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .frontpage-slides li .slide-details .dropdown-watch-search-btn, .redactor-styles .frontpage-slides li .slide-details .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .frontpage-slides li .slide-details .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-slides li .slide-details .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .frontpage-slides li .slide-details .newsletter-form-wide-subscribeBtn {
    width: 100%;
  }
  .redactor-styles .frontpage-slides .js_dots.dots {
    top: 200px;
    bottom: auto;
  }
  .redactor-styles .frontpage-slides .fullwidth-bg-image {
    height: 250px;
  }
}

.redactor-styles .frontpage-slides .js_slide--rolex .fullwidth-bg-image {
  background-position: right;
}

@media (max-width: 1399px) {
  .redactor-styles .frontpage-slides .js_slide--rolex .fullwidth-bg-image {
    background-position: 75% center;
  }
}

@media (max-width: 575px) {
  .redactor-styles .frontpage-slides .js_slide--rolex .fullwidth-bg-image {
    background-position: 80% center;
  }
}

@media (min-width: 768px) {
  .redactor-styles .frontpage-slides .js_slide--rolex .slide-details {
    left: -50%;
  }
}

.redactor-styles .frontpage-slides .js_slide--tudor .fullwidth-bg-image {
  background-position: 100% 85%;
}

@media (max-width: 1399px) {
  .redactor-styles .frontpage-slides .js_slide--tudor .fullwidth-bg-image {
    background-position: 100% 85%;
  }
}

@media (max-width: 1199px) {
  .redactor-styles .frontpage-slides .js_slide--tudor .fullwidth-bg-image {
    background-position: 0 85%;
  }
}

@media (min-width: 768px) {
  .redactor-styles .frontpage-slides .js_slide--right-align .slide-details {
    right: -50%;
  }
}

.redactor-styles .fullwidth-bg-image {
  width: 100%;
  height: 720px;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 767px) {
  .redactor-styles .fullwidth-bg-image {
    height: 400px;
  }
}

.redactor-styles .lervikur-blue-overlay-effect, .redactor-styles .fullwidth-bg-image .overlay, .redactor-styles #ad-lervikur-workshop .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(19, 48, 88, 0.75);
}

.redactor-styles .watch .zoom-container {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .redactor-styles .watch .zoom-container {
    padding-right: 0;
  }
}

.redactor-styles .watch .price {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  text-transform: capitalize;
}

.redactor-styles .watch .original-retail-price {
  font-size: 14px;
}

.redactor-styles .watch .rating {
  margin: 20px 0;
}

.redactor-styles .watch .rating i.fa-star {
  color: #9e7f3b;
  letter-spacing: -4px;
}

.redactor-styles .watch .rating i.fa-star-o {
  color: #adadad;
  letter-spacing: -4px;
}

.redactor-styles .watch .rating a {
  color: #23252F;
  text-decoration: underline;
  margin-left: 5px;
}

.redactor-styles .watch .small {
  color: #6a6c74;
  margin-bottom: 34px;
}

.redactor-styles .watch .small a {
  color: #23252F;
  text-decoration: underline;
}

.redactor-styles .watch figure img {
  width: 100%;
  height: auto;
}

.redactor-styles .watch .drift-zoom-pane {
  background: #fff;
  z-index: 20;
}

.redactor-styles .watch .drift-zoom-pane img {
  height: auto !important;
  max-width: none !important;
}

.redactor-styles .watch .brand {
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.redactor-styles .watch h1.name {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-bottom: 1.2rem;
}

.redactor-styles .watch h1.name .small {
  color: inherit;
}

@media (max-width: 767px) {
  .redactor-styles .watch h1.name {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

@media (max-width: 767px) {
  .redactor-styles .watch h2, .redactor-styles .watch .post-grid .post-item a .post-item-title, .redactor-styles .post-grid .post-item a .watch .post-item-title, .redactor-styles .watch .brand__post-grid .post-item a .post-item-title, .redactor-styles .brand__post-grid .post-item a .watch .post-item-title {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}

.redactor-styles .watch .product-reference {
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #636c72;
}

.redactor-styles .watch .watch-section-title {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-top: 60px;
  margin-bottom: 35px;
}

.redactor-styles .watch .watch-section-title h2, .redactor-styles .watch .watch-section-title .post-grid .post-item a .post-item-title, .redactor-styles .post-grid .post-item a .watch .watch-section-title .post-item-title, .redactor-styles .watch .watch-section-title .brand__post-grid .post-item a .post-item-title, .redactor-styles .brand__post-grid .post-item a .watch .watch-section-title .post-item-title {
  font: 400 1.6rem/2.2rem "Noto Serif";
  margin: 15px 0 15px;
}

.redactor-styles .watch .shop-info {
  font: 300 1.1rem/2.25rem "Poppins";
  margin-top: 25px;
}

.redactor-styles .watch .shop-info ul {
  padding-left: 1rem;
}

.redactor-styles .watch .description {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 5px;
}

.redactor-styles .watch .warranty,
.redactor-styles .watch .delivery {
  font: 400 0.9rem/1.5rem "Poppins";
}

.redactor-styles .watch .warranty strong,
.redactor-styles .watch .delivery strong {
  font: 600 1rem/1.5rem "Poppins";
}

.redactor-styles .watch .info-section {
  border-bottom: 1px solid #f5f5f5;
}

.redactor-styles .watch .info-section h3.info-section-title {
  text-transform: uppercase;
  font: 600 1rem/1.5rem "Poppins";
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 23px 0;
}

.redactor-styles .watch .info-section h3.info-section-title.info-section-title-toggle {
  cursor: pointer;
}

.redactor-styles .watch .info-section h3.info-section-title.info-section-title-toggle:after {
  position: absolute;
  right: 1.2rem;
  content: "+";
}

.redactor-styles .watch .info-section .info-section-content {
  z-index: 1;
  display: none;
}

.redactor-styles .watch .info-section .info-section-content div:last-of-type {
  padding-bottom: 1.2rem;
}

.redactor-styles .watch .info-section .info-section-content .detail {
  text-transform: uppercase;
  line-height: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.redactor-styles .watch .info-section .info-section-content .detail .detail-label {
  width: 30%;
}

.redactor-styles .watch .info-section .info-section-content .detail .detail-value {
  padding-bottom: 0;
  width: 62%;
  text-transform: none;
}

.redactor-styles .watch .info-section.open h3.info-section-title-toggle:after {
  content: "-";
}

.redactor-styles .watch .info-section.open .info-section-content {
  display: block;
}

.redactor-styles .watch .js_image_carousel .controls {
  text-align: center;
  margin-bottom: 30px;
}

.redactor-styles .watch .js_image_carousel .controls .prev,
.redactor-styles .watch .js_image_carousel .controls .next {
  position: relative;
  color: #23252F;
  right: auto;
  left: auto;
  display: inline;
  font-size: 20px;
  vertical-align: middle;
}

.redactor-styles .watch .js_image_carousel .controls .js_dots {
  margin: 0 50px 0 42px;
}

.redactor-styles .watch .js_image_carousel .controls .js_dots i {
  margin: 0 10px;
  display: inline-block;
  font-size: 10px;
  color: #adadad;
  vertical-align: middle;
}

.redactor-styles .watch .js_image_carousel .controls .js_dots i.active {
  font-size: 16px;
  color: #23252F;
}

@media (max-width: 1199px) {
  .redactor-styles .watch .js_image_carousel .controls .js_dots {
    margin: 0 16px 0 8px;
  }
  .redactor-styles .watch .js_image_carousel .controls .js_dots i {
    margin: 0 6px;
  }
}

.redactor-styles .reviews .watch-section-title {
  border-bottom: 0;
  margin-bottom: 0;
}

.redactor-styles .reviews .review-watch-name {
  margin-top: 35px;
  margin-bottom: 25px;
}

.redactor-styles .reviews .nav-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
}

.redactor-styles .reviews .nav-tabs a.nav-link {
  color: #23252f;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  padding: 19px 40px;
  text-transform: uppercase;
  font: 400 0.9rem/1.5rem "Poppins";
}

.redactor-styles .reviews .nav-tabs a.nav-link span.count {
  font-weight: 600;
}

.redactor-styles .reviews .nav-tabs a.active {
  background: #ececec;
}

@media (max-width: 767px) {
  .redactor-styles .reviews .nav-tabs {
    position: relative;
  }
}

@media (max-width: 575px) {
  .redactor-styles .reviews .nav-tabs a.nav-link {
    padding: 22px 15px;
  }
}

.redactor-styles .reviews .reviews-tabs {
  background: #ececec;
}

.redactor-styles .reviews .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  float: left;
  margin-bottom: 0;
  margin-top: -7px;
}

.redactor-styles .reviews .btn-primary, .redactor-styles .reviews .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .reviews .newsletter-form-wide-subscribeBtn {
  width: 230px;
  font: 400 0.9rem/1.5rem "Poppins";
  text-align: left;
}

.redactor-styles .reviews label {
  color: #23252F;
  margin-top: 4px;
  margin-bottom: 4px;
  font: 400 16px/24px "Poppins";
}

.redactor-styles .reviews .form-group.clearfix, .redactor-styles .reviews #delivery .clearfix.select-store, .redactor-styles #delivery .reviews .clearfix.select-store {
  margin-bottom: 5px;
}

.redactor-styles .reviews label.rating-label {
  margin-top: 5px;
  font: 500 1.5rem/1.5rem "Poppins";
  float: left;
  width: 130px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.redactor-styles .reviews .rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 1.5rem;
  margin-top: 6px;
}

.redactor-styles .reviews .rating > span:hover:before,
.redactor-styles .reviews .rating > span.active:before,
.redactor-styles .reviews .rating > span:hover ~ span:before,
.redactor-styles .reviews .rating > span.active ~ span:before {
  content: "\F005";
  font-family: FontAwesome;
  position: absolute;
  color: #9e7f3b;
  left: 8px;
}

@media (min-width: 992px) {
  .redactor-styles .reviews .review-ratings {
    margin-top: 4px;
    margin-left: 45px;
  }
}

.redactor-styles .reviews input,
.redactor-styles .reviews textarea {
  border: 0;
  border-radius: 0;
  font: 400 0.9rem/1.2rem "Poppins";
  padding: 16px 20px;
}

.redactor-styles .reviews .g-recaptcha {
  margin: 30px 0 80px;
}

@media (max-width: 767px) {
  .redactor-styles .reviews .g-recaptcha {
    margin: 15px 0;
  }
}

.redactor-styles .reviews .rating-stars span {
  float: left;
  width: 100px;
}

.redactor-styles .reviews .rating-stars i {
  color: #9e7f3b;
}

.redactor-styles .reviews .watch-review {
  padding: 1.5rem 0;
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .redactor-styles .reviews .watch-review {
    width: 66%;
    margin: 0 auto;
  }
}

.redactor-styles .reviews #write-review,
.redactor-styles .reviews #see-reviews {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .redactor-styles .reviews #write-review,
  .redactor-styles .reviews #see-reviews {
    padding-bottom: 40px;
  }
}

.redactor-styles .reviews .summary {
  font-size: 1.3rem;
  text-align: center;
}

.redactor-styles .reviews .created-by .date {
  font-size: 0.8rem;
}

.redactor-styles .reviews .review-text {
  padding: 12px 0;
}

.redactor-styles hr.bg-secondary {
  border-top: 2px solid #23252F;
}

.redactor-styles .section-box,
.redactor-styles .card {
  border: 1px solid #d0d7dd;
  border-radius: 5px;
  padding: 1.5rem 1.25rem;
  position: relative;
  margin-bottom: 2.8rem;
}

.redactor-styles .section-box label,
.redactor-styles .card label {
  line-height: 1rem;
}

.redactor-styles .section-box .radio label,
.redactor-styles .card .radio label {
  line-height: 1.5;
}

.redactor-styles .pagination a {
  text-decoration: none;
}

.redactor-styles .row.no-surrounding-gutters > div:first-child {
  padding-left: 0;
}

.redactor-styles .row.no-surrounding-gutters > div:last-child {
  padding-right: 0;
}

.redactor-styles .theme-search #theme-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.redactor-styles .theme-search #theme-search .search-category {
  width: 25%;
  text-align: center;
  padding: 36px 0;
  text-transform: uppercase;
  font: 500 14px/18px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid #f5f5f5;
  margin-left: -1px;
  margin-bottom: -1px;
  cursor: pointer;
}

.redactor-styles .theme-search #theme-search .search-category.active, .redactor-styles .theme-search #theme-search .search-category:hover {
  background: #9e7f3b;
  color: #fff;
  border: 1px solid #9e7f3b;
}

.redactor-styles .theme-search .search {
  width: 100%;
  background: #23252F;
  margin-top: 1px;
}

.redactor-styles .theme-search .search .input-group {
  padding: 40px 45px;
}

.redactor-styles .theme-search .search .input-group input {
  background: #23252F;
  color: #fff;
  border: 0;
  font-size: 1.6rem;
  padding: 0;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

.redactor-styles .theme-search .search .input-group button {
  border-radius: 0;
  padding: 12px 32px;
}

.redactor-styles .theme-search .search .input-group ::-webkit-input-placeholder {
  color: #fff;
}

.redactor-styles .theme-search .search .input-group :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.redactor-styles .theme-search .search .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.redactor-styles .theme-search .search .input-group :-ms-input-placeholder {
  color: #fff;
}

.redactor-styles .quote {
  height: 630px;
  margin-bottom: 80px;
}

.redactor-styles .quote .background-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.redactor-styles .quote .background-image .background-color {
  background-color: #23252F;
  opacity: 0.9;
  height: 100%;
  width: 100%;
}

.redactor-styles .quote .quote-content {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 976px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .redactor-styles .quote .quote-content {
    font-size: 1.9rem;
    line-height: 2.5rem;
    max-width: 90%;
  }
}

.redactor-styles .quote .quote-content .quote-text {
  color: #fff;
  font-size: 2.9rem;
  line-height: 3.75rem;
  margin-left: 80px;
  margin-top: -145px;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

@media (max-width: 991px) {
  .redactor-styles .quote .quote-content .quote-text {
    font-size: 1.9rem;
    line-height: 2.5rem;
    margin-top: -40px;
    margin-left: 50px;
  }
}

.redactor-styles .quote .quote-content .quote-open {
  font-size: 9rem;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  color: #9e7f3b;
}

@media (max-width: 991px) {
  .redactor-styles .quote .quote-content .quote-open {
    font-size: 4rem;
  }
}

.redactor-styles .quote .quote-content .quote-by {
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-left: 80px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #9e7f3b;
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .redactor-styles .quote .quote-content .quote-by {
    font-size: 0.8rem;
    margin-left: 50px;
  }
}

.redactor-styles .dropdown-watch-search-section {
  background: #23252F;
  padding: 40px 0px;
}

.redactor-styles .dropdown-watch-search-section .custom-select {
  padding: 0.87rem 1.75rem;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 991px) {
  .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-btn {
    width: 100%;
  }
  .redactor-styles .dropdown-watch-search-section .custom-select {
    margin-bottom: 5px;
  }
}

.redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .redactor-styles .dropdown-watch-search-section .dropdown-watch-search-container {
    width: 1000px;
  }
}

.redactor-styles .frontpage-video-section {
  background-color: #ececec;
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .redactor-styles .frontpage-video-section {
    margin-bottom: 50px;
  }
}

.redactor-styles .frontpage-video-section .frontpage-video-section-text-container {
  width: 90%;
  padding: 75px 0px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3;
}

.redactor-styles .frontpage-video-section .frontpage-video-section-text-container .frontpage-video-section-text--large {
  font-size: 34px;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 300;
}

.redactor-styles .frontpage-video-section .frontpage-video-section-text-container .frontpage-video-section-text--small {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .redactor-styles .frontpage-video-section .frontpage-video-section-text-container {
    max-width: 500px;
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .redactor-styles .frontpage-video-section .frontpage-video-section-text-container .frontpage-video-section-text--large {
    font-size: 60px;
  }
  .redactor-styles .frontpage-video-section .frontpage-video-section-text-container .frontpage-video-section-text--small {
    font-size: 18px;
  }
}

.redactor-styles .plyr--stopped {
  position: relative;
}

.redactor-styles .plyr--stopped:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 48, 88, 0.75);
  pointer-events: none;
  z-index: 20;
}

.redactor-styles .plyr--stopped .plyr__play-large {
  z-index: 21;
}

.redactor-styles .video-player {
  position: relative;
}

.redactor-styles .video-player .video-title {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 130px);
          transform: translate(-50%, 130px);
  font-size: 28px;
  text-transform: uppercase;
  z-index: 21;
  color: #fff;
}

@media (max-width: 767px) {
  .redactor-styles .video-player .video-title {
    font-size: 18px;
    -webkit-transform: translate(-50%, 90px);
            transform: translate(-50%, 90px);
  }
}

.redactor-styles .shadow-border, .redactor-styles .watch .drift-zoom-pane {
  -webkit-box-shadow: 0px 0px 10px -4px;
          box-shadow: 0px 0px 10px -4px;
}

.redactor-styles .brand__post-grid {
  margin-top: 140px;
}

@media (max-width: 991px) {
  .redactor-styles .brand__post-grid {
    margin-top: 50px;
  }
}

.redactor-styles .post-grid, .redactor-styles .brand__post-grid {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .redactor-styles .post-grid, .redactor-styles .brand__post-grid {
    margin-top: 40px;
  }
}

.redactor-styles .post-grid h2.section-title, .redactor-styles .brand__post-grid h2.section-title, .redactor-styles .post-grid .post-item a .section-title.post-item-title, .redactor-styles .brand__post-grid .post-item a .section-title.post-item-title {
  margin-bottom: 20px;
}

.redactor-styles .post-grid .post-item, .redactor-styles .brand__post-grid .post-item {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .redactor-styles .post-grid .post-item, .redactor-styles .brand__post-grid .post-item {
    margin-bottom: 25px;
  }
}

.redactor-styles .post-grid .post-item a, .redactor-styles .brand__post-grid .post-item a {
  text-decoration: none;
  color: #23252f;
}

.redactor-styles .post-grid .post-item a .post-item-title, .redactor-styles .brand__post-grid .post-item a .post-item-title {
  font-size: 26px;
  text-decoration: none;
  margin: 0;
}

.redactor-styles .post-grid .post-item a:hover h2, .redactor-styles .brand__post-grid .post-item a:hover h2, .redactor-styles .post-grid .post-item a:hover .post-item-title, .redactor-styles .brand__post-grid .post-item a:hover .post-item-title {
  text-decoration: underline;
}

.redactor-styles .post-grid .post-item a:hover .post-item-thumbnail:after, .redactor-styles .brand__post-grid .post-item a:hover .post-item-thumbnail:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 48, 88, 0.4);
}

.redactor-styles .post-grid .post-item a:hover .post-item-thumbnail:before, .redactor-styles .brand__post-grid .post-item a:hover .post-item-thumbnail:before {
  position: absolute;
  color: #fff;
  top: 50%;
  left: calc(50% + 28px);
  font-size: 56px;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.redactor-styles .post-grid .post-item .post-item-thumbnail, .redactor-styles .brand__post-grid .post-item .post-item-thumbnail {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}

.redactor-styles .post-grid .post-item .post-item-published-date, .redactor-styles .brand__post-grid .post-item .post-item-published-date {
  display: inline-block;
  margin-bottom: 4px;
  font: 500 0.8rem/1.9rem "Poppins";
  color: #9e7f3b;
}

.redactor-styles .post-grid .post-item .post-item-author, .redactor-styles .brand__post-grid .post-item .post-item-author {
  font: 300 0.8rem/1.9rem "Poppins";
  color: #9e7f3b;
  display: inline;
}

.redactor-styles .post-grid .post-item .post-item-author:before, .redactor-styles .brand__post-grid .post-item .post-item-author:before {
  content: "|";
  font: 500 0.8rem/1.9rem "Poppins";
  padding: 0 18px;
}

.redactor-styles .single-brand-page {
  text-align: center;
  margin-bottom: 170px;
}

@media (max-width: 767px) {
  .redactor-styles .single-brand-page {
    margin-bottom: 90px;
  }
}

.redactor-styles .single-brand-page .featured-image {
  position: relative;
}

.redactor-styles .single-brand-page .featured-image .image-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 720px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

@media (max-width: 767px) {
  .redactor-styles .single-brand-page .featured-image .image-content {
    width: 90%;
  }
}

.redactor-styles .single-brand-page .featured-image .image-content h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5rem;
}

.redactor-styles .single-brand-page .featured-image .image-content h1:before {
  content: "";
  display: block;
  height: 2px;
  width: 41px;
  background: #fff;
  margin: 30px auto;
}

.redactor-styles .single-brand-page .featured-image .image-content a {
  text-transform: uppercase;
  text-decoration: none;
}

.redactor-styles .single-brand-page .brand-logo {
  max-width: 100%;
  overflow: hidden;
  margin: 125px auto 80px auto;
}

.redactor-styles .single-brand-page .brand-logo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .redactor-styles .single-brand-page .brand-logo {
    max-width: 70%;
    margin: 70px auto 50px auto;
  }
}

.redactor-styles .single-brand-page .brand-description {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.redactor-styles .frontpage-newsletter-video-section {
  margin-top: 150px;
}

@media (max-width: 991px) {
  .redactor-styles .frontpage-newsletter-video-section {
    margin-top: 60px;
  }
}

.redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage {
  background-color: #ececec;
  width: 100%;
}

@media (max-width: 1399px) {
  .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage {
    padding: 170px 0px 120px 0px;
  }
}

.redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage input,
.redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage button {
  font: 500 16px/24px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.redactor-styles .frontpage-newsletter-video-section .center-and-adjust-width {
  width: 750px;
}

@media (max-width: 1399px) {
  .redactor-styles .frontpage-newsletter-video-section .center-and-adjust-width {
    max-width: 80%;
  }
}

.redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-heading {
  text-align: center;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 600px;
}

@media (max-width: 767px) {
  .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-heading {
    max-width: 90%;
  }
}

.redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
  text-transform: none;
  padding: 13px 0;
}

@media (max-width: 767px) {
  .redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn {
    margin-top: 10px;
  }
}

.redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-successMsg {
  font-size: 18px;
  text-align: center;
  color: #9e7f3b;
}

.redactor-styles .frontpage-newsletter-video-section .newsletter-form-frontpage-error {
  font-size: 14px;
  height: 0;
  margin: 0;
  color: #d9534f;
}

.redactor-styles .text-field--square--no-border {
  border: 2px solid #fff;
  border-radius: 0;
}

.redactor-styles .text-field--square--no-border:focus {
  border: 2px solid #9e7f3b;
}

.redactor-styles .newsletter-form-wide {
  background-color: #ececec;
  padding: 35px 0px;
  margin-top: 175px;
}

.redactor-styles .newsletter-form-wide .newsletter-form-wide-title {
  line-height: 1;
  font-size: 26px;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  margin-top: 13px;
}

@media (max-width: 1399px) {
  .redactor-styles .newsletter-form-wide .newsletter-form-wide-title {
    text-align: center;
    margin: 13px 0px 40px 0px;
  }
}

.redactor-styles .newsletter-form-wide .newsletter-form-wide-error {
  font-size: 14px;
  height: 0;
  margin: 0;
}

.redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
  line-height: auto;
  text-align: left;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .redactor-styles .newsletter-form-wide .newsletter-form-wide-subscribeBtn {
    margin-top: 15px;
  }
  .redactor-styles .newsletter-form-wide .newsletter-form-wide-error {
    height: auto;
  }
}

.redactor-styles .selected-filters {
  margin: 20px 0px;
}

.redactor-styles .selected-filters .selected-filters-head {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.redactor-styles .selected-filters .selected-filters-head .selected-filters-heading,
.redactor-styles .selected-filters .selected-filters-head .selected-filters-clear-all-btn {
  font-weight: 500;
  text-transform: uppercase;
  color: #9e7f3b;
  font-size: 12px;
  display: inline-block;
}

.redactor-styles .selected-filters .selected-filters-head .selected-filters-heading {
  color: #9e7f3b;
}

.redactor-styles .selected-filters .selected-filters-head .selected-filters-clear-all-btn {
  color: #23252f;
  cursor: pointer;
}

.redactor-styles .selected-filters .selected-filters-head .selected-filters-clear-all-btn:hover {
  color: #d9534f;
}

.redactor-styles .selected-filters .selected-filters-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.redactor-styles .selected-filters .selected-filters-item-list .selected-filters-brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

.redactor-styles .selected-filters .selected-filters-item-list .selected-filters-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  border: 1px solid transparent;
  background-color: #ededed;
  color: #6a6c74;
  font-size: 12px;
  padding: 0px 25px 0px 8px;
  margin: 0px 4px 4px 0px;
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
}

.redactor-styles .selected-filters .selected-filters-item-list .selected-filters-item:after {
  content: "\F00D";
  font-family: "FontAwesome";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #adadad;
}

.redactor-styles .selected-filters .selected-filters-item-list .selected-filters-item:hover, .redactor-styles .selected-filters .selected-filters-item-list .selected-filters-item.hoveringBrand {
  border: 1px solid #d9534f;
}

.redactor-styles .selected-filters .selected-filters-item-list .selected-filters-item:hover:after, .redactor-styles .selected-filters .selected-filters-item-list .selected-filters-item.hoveringBrand:after {
  color: #d9534f;
}

.redactor-styles .selected-filters .selected-filters-item-list .selected-filters-item .selected-filters-item-colorBox {
  width: 18px;
  height: 18px;
}

.redactor-styles #watch-browser #watchSearchFieldWrapper {
  position: relative;
}

.redactor-styles #watch-browser #watchSearchFieldWrapper i {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #d0d7dd;
  pointer-events: none;
}

.redactor-styles #watch-browser #watchSearchFieldWrapper input {
  border-width: 1px;
  padding-left: 43px;
}

.redactor-styles #watch-browser .search-result-count {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 1.625rem;
}

.redactor-styles #watch-browser .search-result-count span {
  color: #9e7f3b;
}

@media (max-width: 767px) {
  .redactor-styles #watch-browser .search-result-count {
    font-size: 1.2rem;
  }
}

.redactor-styles #watch-browser .filter-group {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
}

.redactor-styles #watch-browser .filter-group .filter-group-heading {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.redactor-styles #watch-browser .filter-group .filter-group-heading:after {
  content: "+";
  display: block;
  float: right;
}

.redactor-styles #watch-browser .filter-group.open .filter-group-heading:after {
  content: "-";
}

.redactor-styles #watch-browser .filter-group ul {
  list-style: none;
}

.redactor-styles #watch-browser .filter-group .filter-group-list {
  font-size: 12px;
  font-weight: 600;
  padding-left: 0;
}

.redactor-styles #watch-browser .filter-group .filter-group-list > li > ul {
  padding-left: 1.2rem;
}

.redactor-styles #watch-browser .filter-group .filter-group-colors {
  overflow: hidden;
}

.redactor-styles #watch-browser .filter-group .filter-group-colors .color {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.redactor-styles #watch-browser .filter-group .filter-group-colors .color input[type="checkbox"] + label {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #d0d7dd;
  -webkit-box-shadow: inset 0px 0px 0px 4px white;
  box-shadow: inset 0px 0px 0px 4px white;
}

.redactor-styles #watch-browser .filter-group .filter-group-colors .color input[type="checkbox"]:checked + label {
  border-color: #23252f;
}

.redactor-styles #watch-browser .filter-group .filter-group-colors .color input[type="checkbox"] {
  display: none;
}

.redactor-styles #watch-browser .sliderRange-values {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.redactor-styles #watch-browser .sliderRange-values div:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .redactor-styles #watch-browser .watch-browser-options {
    width: 100%;
    margin-bottom: 30px;
  }
  .redactor-styles #watch-browser .watch-browser-options button {
    color: #464a4c;
    font-size: 0.7rem;
    line-height: 1rem;
    border-color: #464a4c;
    padding: 8px 0;
  }
  .redactor-styles #watch-browser .watch-browser-options .toggle-search-filters {
    width: 50%;
  }
  .redactor-styles #watch-browser .watch-browser-options .toggle-order {
    width: 50%;
  }
  .redactor-styles #watch-browser .watch-browser-options .dropdown-menu {
    min-width: 50%;
    white-space: nowrap;
    padding: 15px 15px 15px 35px;
  }
  .redactor-styles #watch-browser .search-filters-list {
    display: none;
  }
  .redactor-styles #watch-browser .search-filters-list.visible-mobile {
    display: block;
  }
}

.redactor-styles #watch-browser .order-option {
  cursor: pointer;
}

.redactor-styles #watch-browser .order-option.active {
  color: #9e7f3b;
}

.redactor-styles #watch-browser .order-option.active:before {
  margin-left: -20px;
  padding-right: 10px;
  font-size: 10px;
}

.redactor-styles #watch-browser .order-option:hover {
  color: #9e7f3b;
}

.redactor-styles .newsletter-form-sidebar {
  background: #f5f5f5;
  padding: 2rem 1.75rem 1.75rem;
}

.redactor-styles .newsletter-form-sidebar .newsletter-form-sidebar-heading {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1.3;
}

.redactor-styles .newsletter-form-sidebar .newsletter-form-sidebar-interest-list {
  margin: 22px 0px;
}

.redactor-styles #ad-lervikur-workshop {
  padding: 2rem 1.75rem 4rem;
  display: block;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 13px;
  position: relative;
}

.redactor-styles #ad-lervikur-workshop #ad-lervikur-workshop-content {
  position: relative;
  z-index: 2;
}

.redactor-styles #ad-lervikur-workshop .heading {
  font-size: 22px;
  line-height: 1.3;
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

.redactor-styles #ad-lervikur-workshop p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.redactor-styles #ad-lervikur-workshop .link {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  position: relative;
  border-bottom: 2px solid transparent;
}

.redactor-styles #ad-lervikur-workshop .link i {
  position: absolute;
  top: -3px;
  left: calc(100% + 8px);
  color: #9e7f3b;
  font-size: 16px;
}

.redactor-styles #ad-lervikur-workshop:hover {
  text-decoration: none;
}

.redactor-styles #ad-lervikur-workshop:hover .link {
  border-bottom: 2px solid #9e7f3b;
}

.redactor-styles #ad-lervikur-workshop:hover .link i {
  color: #fff;
}

.redactor-styles #ad-lervikur-workshop .overlay {
  z-index: 1;
}

.redactor-styles .add-product-to-wishlist-btn--optionsMenu {
  position: relative;
}

.redactor-styles .add-product-to-wishlist-btn--optionsMenu > div {
  padding-right: 15px;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart {
  margin-top: 10px;
  text-align: left;
  color: #636c72;
  font-weight: 300;
  font-size: 13px;
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart:hover {
  color: #9e7f3b;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart .i-heart {
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart .i-heart:before, .redactor-styles .add-product-to-wishlist-btn--shoppingCart .i-heart:after,
.redactor-styles .add-product-to-wishlist-btn--shoppingCart .i-heart > span {
  color: #9e7f3b;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart .i-heart > span {
  top: 40%;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart.productIsInWishlist {
  color: #5cb85c;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart.productIsInWishlist i:after {
  left: 15px;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart.productIsInWishlist i:before,
.redactor-styles .add-product-to-wishlist-btn--shoppingCart.productIsInWishlist i:after,
.redactor-styles .add-product-to-wishlist-btn--shoppingCart.productIsInWishlist > span {
  color: #5cb85c;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart.productIsInWishlist:hover {
  color: #d9534f;
}

.redactor-styles .add-product-to-wishlist-btn--shoppingCart.productIsInWishlist:hover i:before,
.redactor-styles .add-product-to-wishlist-btn--shoppingCart.productIsInWishlist:hover i:after {
  color: #d9534f;
}

.redactor-styles .purchase-product {
  padding-bottom: 26px;
}

.redactor-styles .share-on-social-media-list {
  text-align: left;
  border: 1px solid #636c72;
  border-top: none;
  position: relative;
  z-index: 333;
  display: none;
}

.redactor-styles .share-on-social-media-list.show {
  display: block;
}

.redactor-styles .share-on-social-media-list span {
  white-space: nowrap;
  font-size: 16px;
  display: block;
  padding: 15px 20px;
  background-color: #23252f;
  color: #fff;
  cursor: pointer;
}

.redactor-styles .share-on-social-media-list span:nth-child(even) {
  background-color: #2c2e3b;
}

.redactor-styles .share-on-social-media-list span:hover {
  color: #9e7f3b;
}

.redactor-styles .share-on-social-media-btn {
  color: #adadad;
}

.redactor-styles .share-on-social-media-btn:hover, .redactor-styles .share-on-social-media-btn.active {
  color: #9e7f3b !important;
}

.redactor-styles .share-on-social-media-btn .share-on-social-media-btn-arrow-icon {
  margin-left: 5px;
  font-size: 17px;
  line-height: 3.2rem;
}

.redactor-styles .page-head {
  line-height: 66px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}

.redactor-styles .page-head-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redactor-styles .page-head-actions button {
  display: inline-block;
  height: 100%;
  width: 45px;
}

.redactor-styles .page-head-actions button i {
  color: #adadad;
  font-size: 20px;
}

.redactor-styles .page-head-actions button:hover, .redactor-styles .page-head-actions button.active {
  -webkit-box-shadow: inset 0px -3px 0px 0px #9e7f3b;
          box-shadow: inset 0px -3px 0px 0px #9e7f3b;
}

.redactor-styles .page-head-actions button:hover i, .redactor-styles .page-head-actions button.active i {
  color: #9e7f3b;
}

.redactor-styles .page-head-actions button.productIsInWishlist i {
  color: #9e7f3b;
}

.redactor-styles .page-head-actions button.wishlist-btn {
  width: 150px;
}

.redactor-styles .page-head-actions .share-on-social-media-btn-arrow-icon {
  display: none;
}

.redactor-styles .page-head-actions .share-on-social-media-btn {
  text-align: center;
}

.redactor-styles .page-head-actions .share-on-social-media-btn .i-share {
  float: none !important;
}

.redactor-styles .page-head-actions .share-on-social-media-list {
  position: absolute;
  right: 8px;
  top: 100%;
}

.redactor-styles .page-head-actions .share-on-social-media-list > span {
  padding: 0px 20px;
}

.redactor-styles .page-breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 300;
}

.redactor-styles .page-breadcrumb > li > a {
  text-decoration: underline;
  color: #23252f;
}

.redactor-styles .page-breadcrumb > li > span {
  display: inline-block;
  margin: 0px 5px;
}

.redactor-styles #popover-order {
  font: 500 14px/17px "Poppins";
  text-decoration: none;
  color: #23252F;
  margin-left: 30px;
}

.redactor-styles #popover-order i {
  color: #23252F;
  font-size: 28px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .redactor-styles #popover-order {
    margin-top: 15px;
  }
}

.redactor-styles .popover .popover-content {
  padding: 25px 30px 25px 30px;
}

.redactor-styles .popover .popover-content .order-option {
  cursor: pointer;
  color: #adadad;
}

.redactor-styles .popover .popover-content .order-option.active {
  color: #f5f2eb;
}

.redactor-styles .popover .popover-content .order-option.active:before {
  margin-left: -20px;
  padding-right: 10px;
  font-size: 10px;
}

.redactor-styles .popover .popover-content .order-option:hover {
  color: #9e7f3b;
}

.redactor-styles .theme-page .featured-image {
  position: relative;
}

.redactor-styles .theme-page .featured-image .image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 767px) {
  .redactor-styles .theme-page .featured-image .image-content {
    width: 90%;
  }
}

.redactor-styles .theme-page .featured-image .image-content a {
  color: #fff;
  background: transparent;
  border-color: #fff;
  font: 400 36px/40px "Noto serif";
  text-decoration: none;
  width: 278px;
}

.redactor-styles .theme-page .featured-image .image-content a.active, .redactor-styles .theme-page .featured-image .image-content a:hover {
  background: #fff;
  color: #23252f;
}

.redactor-styles .theme-page .featured-image .image-content a:first-of-type {
  margin-right: 80px;
}

@media (max-width: 1399px) {
  .redactor-styles .theme-page .featured-image .image-content a:first-of-type {
    margin-right: 35px;
  }
}

@media (max-width: 991px) {
  .redactor-styles .theme-page .featured-image .image-content a:first-of-type {
    margin-right: 0;
  }
}

@media (max-width: 1399px) {
  .redactor-styles .theme-page .featured-image .image-content a {
    width: 200px;
  }
}

@media (max-width: 575px) {
  .redactor-styles .theme-page .featured-image .image-content a {
    width: 75%;
  }
}

.redactor-styles .watch-collection-component {
  margin-top: 5rem;
}

.redactor-styles .watch-collection-watch-count {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}

.redactor-styles .watch-collection-watch-count span {
  color: #9e7f3b;
}

@media (min-width: 768px) {
  .redactor-styles .watch-collection-watch-count {
    font-size: 1.7rem;
  }
}

.redactor-styles .watch-collection-controls {
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .redactor-styles .watch-collection-controls {
    float: right;
  }
}

.redactor-styles .watch-collection-controls i {
  font-size: 1.1rem;
  margin-right: 1rem;
  color: #d0d7dd;
}

.redactor-styles .watch-collection-controls i.active, .redactor-styles .watch-collection-controls i:hover {
  color: #23252f;
}

.redactor-styles .watch-collection-watch.active .create-edit-form-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.redactor-styles .watch-collection-watch.active .create-edit-form-arrow:after, .redactor-styles .watch-collection-watch.active .create-edit-form-arrow:before {
  content: "";
  border-style: solid;
  border-width: 30px;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(100% - 59px);
  z-index: 4;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.redactor-styles .watch-collection-watch.active .create-edit-form-arrow:before {
  margin-top: -1px;
  border-color: transparent transparent #d0d7dd transparent;
}

.redactor-styles .watch-collection-watch.active .create-edit-form-arrow:after {
  border-color: transparent transparent #fff transparent;
}

.redactor-styles .grid .watch-collection-watch {
  width: 100%;
  display: block;
}

@media (min-width: 576px) {
  .redactor-styles .grid .watch-collection-watch {
    width: 49%;
    margin-right: 1%;
  }
}

@media (min-width: 768px) {
  .redactor-styles .grid .watch-collection-watch {
    width: 32%;
  }
}

@media (min-width: 1600px) {
  .redactor-styles .grid .watch-collection-watch {
    width: 24%;
  }
}

.redactor-styles .grid .watch-collection-watch .thumbnail {
  width: 100%;
  border-bottom: 1px solid #f0ede6;
  border-right: 0;
  text-align: center;
  padding: 25px 25px 10px 25px;
}

.redactor-styles .grid .watch-collection-watch .thumbnail img {
  width: 100%;
  height: auto;
}

.redactor-styles .grid .watch-collection-watch .my-rating i {
  width: 12px;
}

.redactor-styles .watch-collection-watch {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 1.3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: 1px solid #f0ede6;
}

.redactor-styles .watch-collection-watch.active, .redactor-styles .watch-collection-watch:hover {
  border-color: #9e7f3b;
}

.redactor-styles .watch-collection-watch .thumbnail {
  border-right: 1px solid #f0ede6;
  overflow: hidden;
  padding: 15px;
}

.redactor-styles .watch-collection-watch .thumbnail img {
  width: 100%;
  height: auto;
}

.redactor-styles .watch-collection-watch .detail-label {
  color: #6a6c74;
  font: 300 13px/20px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.redactor-styles .watch-collection-watch .watch-content {
  height: 100%;
  width: 100%;
  position: relative;
}

.redactor-styles .watch-collection-watch .watch-content .my-rating {
  position: absolute;
  top: 5px;
}

.grid .redactor-styles .watch-collection-watch .watch-content .my-rating {
  right: 8px;
}

.redactor-styles .watch-collection-watch .watch-content .my-rating i {
  font-size: 10px;
}

.redactor-styles .watch-collection-watch .watch-content .my-rating i.fa-star {
  color: #9e7f3b;
}

.redactor-styles .watch-collection-watch .watch-content .my-rating i.fa-star-o {
  color: #adadad;
}

.redactor-styles .watch-collection-watch .watch-content .details-section {
  border-bottom: 1px solid #f0ede6;
  padding: 15px 22px 18px;
}

.redactor-styles .watch-collection-watch .watch-content .details-section .brand {
  color: #9e7f3b;
  font-size: 12px;
  font-weight: 500;
}

.redactor-styles .watch-collection-watch .watch-content .details-section .model {
  font-size: 14px;
}

.redactor-styles .watch-collection-watch .watch-content .details-section .original-value,
.redactor-styles .watch-collection-watch .watch-content .details-section .production-year,
.redactor-styles .watch-collection-watch .watch-content .details-section .purchased-year {
  font: 18px "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 992px) {
  .redactor-styles .watch-collection-watch .watch-content .border-right-gold {
    border-right: 1px solid #f0ede6;
  }
}

.redactor-styles .watch-collection-watch .watch-content .list {
  padding-right: 15px;
}

.redactor-styles .watch-collection-watch .watch-content .list .thumbnail {
  height: 100%;
  width: auto;
}

.redactor-styles .watch-collection-watch .watch-content .list .brand {
  margin-top: 40px;
  font-size: 16px;
}

.redactor-styles .watch-collection-watch .watch-content .list .model {
  font-size: 18px;
  margin-bottom: 22px;
  margin-top: 14px;
}

@media (min-width: 1400px) {
  .redactor-styles .watch-collection-watch .watch-content .list .original-value,
  .redactor-styles .watch-collection-watch .watch-content .list .production-year,
  .redactor-styles .watch-collection-watch .watch-content .list .purchased-year {
    font-size: 21px;
  }
}

.redactor-styles .watch-collection-watch .watch-content .list .my-rating {
  position: relative;
  right: 3px;
}

.redactor-styles .watch-collection-watch .watch-content .list .my-rating i {
  font-size: 18px;
  width: 20px;
}

.redactor-styles .add-watch-to-watch-collection-btn_text {
  text-align: center;
  color: #9e7f3b;
  text-transform: uppercase;
  font-weight: 500;
  min-height: 135px;
}

.redactor-styles .watch-collection-value-summary {
  margin-top: 25px;
  padding: 26px 0 14px;
  width: 100%;
}

.redactor-styles .watch-collection-value-summary .value-label {
  font: 300 18px/30px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 50%;
  text-align: center;
  padding: 20px 0;
}

.redactor-styles .watch-collection-value-summary .value-sum {
  font: 600 24px/29px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  padding: 20px 0;
}

.redactor-styles .watch-collection-value-summary .original-value {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redactor-styles .watch-collection-value-summary .original-value .value-label {
  color: #23252f;
  border: 1px solid #9e7f3b;
  border-right: 0;
}

.redactor-styles .watch-collection-value-summary .original-value .value-sum {
  color: #9e7f3b;
  border: 1px solid #9e7f3b;
}

.redactor-styles .watch-collection-value-summary .current-value {
  background: #9e7f3b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redactor-styles .watch-collection-value-summary .current-value .value-sum {
  border-left: 1px solid #fff;
}

.redactor-styles .watch-collection-create-edit-form,
.redactor-styles .watch-collection__show-watch {
  z-index: 3;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
  padding: 3rem;
  cursor: default;
}

@media (max-width: 767px) {
  .redactor-styles .watch-collection-create-edit-form,
  .redactor-styles .watch-collection__show-watch {
    padding: 1rem;
  }
}

.redactor-styles .watch-collection-create-edit-form .form-group, .redactor-styles .watch-collection-create-edit-form #delivery .select-store, .redactor-styles #delivery .watch-collection-create-edit-form .select-store,
.redactor-styles .watch-collection__show-watch .form-group,
.redactor-styles .watch-collection__show-watch #delivery .select-store,
.redactor-styles #delivery .watch-collection__show-watch .select-store {
  margin-bottom: 25px;
}

.redactor-styles .watch-collection-create-edit-form .form-group label, .redactor-styles .watch-collection-create-edit-form #delivery .select-store label, .redactor-styles #delivery .watch-collection-create-edit-form .select-store label,
.redactor-styles .watch-collection__show-watch .form-group label,
.redactor-styles .watch-collection__show-watch #delivery .select-store label,
.redactor-styles #delivery .watch-collection__show-watch .select-store label {
  color: #939ea7;
  font-size: 18px;
  font-weight: 300;
}

.redactor-styles .watch-collection-create-edit-form h2, .redactor-styles .watch-collection-create-edit-form .post-grid .post-item a .post-item-title, .redactor-styles .post-grid .post-item a .watch-collection-create-edit-form .post-item-title, .redactor-styles .watch-collection-create-edit-form .brand__post-grid .post-item a .post-item-title, .redactor-styles .brand__post-grid .post-item a .watch-collection-create-edit-form .post-item-title,
.redactor-styles .watch-collection__show-watch h2,
.redactor-styles .watch-collection__show-watch .post-grid .post-item a .post-item-title,
.redactor-styles .post-grid .post-item a .watch-collection__show-watch .post-item-title,
.redactor-styles .watch-collection__show-watch .brand__post-grid .post-item a .post-item-title,
.redactor-styles .brand__post-grid .post-item a .watch-collection__show-watch .post-item-title {
  text-align: center;
  margin: 10px 0 30px 0;
  color: #9e7f3b;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.redactor-styles .watch-collection-create-edit-form .mediapicker-dropzone-container,
.redactor-styles .watch-collection__show-watch .mediapicker-dropzone-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  background: #f4f7f9;
}

.redactor-styles .watch-collection-create-edit-form .mediapicker-dropzone-container:hover,
.redactor-styles .watch-collection__show-watch .mediapicker-dropzone-container:hover {
  background: #d3dfe7;
}

.redactor-styles .watch-collection-create-edit-form .media-dropzone-container.image,
.redactor-styles .watch-collection__show-watch .media-dropzone-container.image {
  min-height: 10rem;
}

.redactor-styles .watch-collection-create-edit-form .mediapicker-preview-text,
.redactor-styles .watch-collection__show-watch .mediapicker-preview-text {
  display: block;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  text-align: center;
  font-size: 60px;
  line-height: 14rem;
  color: #939ea7;
}

.redactor-styles .watch-collection-create-edit-form .mediapicker-preview-image,
.redactor-styles .watch-collection__show-watch .mediapicker-preview-image {
  position: relative;
}

.redactor-styles .watch-collection-create-edit-form .mediapicker-remove-selected-image,
.redactor-styles .watch-collection__show-watch .mediapicker-remove-selected-image {
  position: absolute;
  top: 35px;
  right: 1rem;
  font-size: 2rem;
  line-height: 2rem;
  color: red;
  z-index: 40;
}

.redactor-styles .watch-collection-create-edit-form .mediapicker-remove-selected-image:hover,
.redactor-styles .watch-collection__show-watch .mediapicker-remove-selected-image:hover {
  color: red;
  text-decoration: none;
}

.redactor-styles .watch-collection-create-edit-form .mediapicker .dz-preview,
.redactor-styles .watch-collection__show-watch .mediapicker .dz-preview {
  display: none !important;
}

.redactor-styles .watch-collection-create-edit-form .mediapicker .progress-bar,
.redactor-styles .watch-collection__show-watch .mediapicker .progress-bar {
  -webkit-transition: width 0.3s;
  /* Safari */
  transition: width 0.3s;
}

.redactor-styles .watch-collection-create-edit-form .upload-thumbnail-card,
.redactor-styles .watch-collection__show-watch .upload-thumbnail-card {
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
}

.redactor-styles .watch-collection-create-edit-form .upload-thumbnail-card img,
.redactor-styles .watch-collection__show-watch .upload-thumbnail-card img {
  width: 100%;
}

.redactor-styles .watch-collection-create-edit-form .upload-thumbnail-card.active,
.redactor-styles .watch-collection__show-watch .upload-thumbnail-card.active {
  border-color: #9e7f3b;
}

.redactor-styles .watch-collection-create-edit-form .upload-thumbnail-card .card-block,
.redactor-styles .watch-collection__show-watch .upload-thumbnail-card .card-block {
  word-break: break-all;
  padding: 1rem;
}

.redactor-styles .watch-collection-create-edit-form .upload-info,
.redactor-styles .watch-collection__show-watch .upload-info {
  font: 300 13px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #6a6c74;
  margin-top: 12px;
}

.redactor-styles .watch-collection-create-edit-form .close-form,
.redactor-styles .watch-collection-create-edit-form .toggle-edit-form,
.redactor-styles .watch-collection__show-watch .close-form,
.redactor-styles .watch-collection__show-watch .toggle-edit-form {
  position: absolute;
  font-size: 13px;
  font-weight: 300;
  right: 25px;
  top: 28px;
  color: #6a6c74;
  cursor: pointer;
}

.redactor-styles .watch-collection-create-edit-form .close-form i,
.redactor-styles .watch-collection-create-edit-form .toggle-edit-form i,
.redactor-styles .watch-collection__show-watch .close-form i,
.redactor-styles .watch-collection__show-watch .toggle-edit-form i {
  font-size: 16px;
  padding-left: 5px;
  color: #9e7f3b;
}

.redactor-styles .watch-collection-create-edit-form .close-form:hover,
.redactor-styles .watch-collection-create-edit-form .toggle-edit-form:hover,
.redactor-styles .watch-collection__show-watch .close-form:hover,
.redactor-styles .watch-collection__show-watch .toggle-edit-form:hover {
  color: #8b7034;
}

.redactor-styles .watch-collection-create-edit-form .close-form:hover i,
.redactor-styles .watch-collection-create-edit-form .toggle-edit-form:hover i,
.redactor-styles .watch-collection__show-watch .close-form:hover i,
.redactor-styles .watch-collection__show-watch .toggle-edit-form:hover i {
  color: #8b7034;
}

.redactor-styles .watch-collection-create-edit-form .toggle-edit-form,
.redactor-styles .watch-collection__show-watch .toggle-edit-form {
  right: 90px;
  line-height: 25px;
}

.redactor-styles .watch-collection-create-edit-form .toggle-edit-form i,
.redactor-styles .watch-collection__show-watch .toggle-edit-form i {
  font-size: 1.1rem;
}

.redactor-styles .watch-collection-create-edit-form button.create-watch,
.redactor-styles .watch-collection__show-watch button.create-watch {
  margin-top: 35px;
}

.redactor-styles .watch-collection-create-edit-form button.remove-watch,
.redactor-styles .watch-collection__show-watch button.remove-watch {
  background: #f4f7f9;
  border: 1px solid #d0d7dd;
  color: #939ea7;
}

.redactor-styles .watch-collection-create-edit-form button.remove-watch:hover,
.redactor-styles .watch-collection__show-watch button.remove-watch:hover {
  background-color: #d9534f;
  border-color: #a02622;
  color: #fff;
}

.redactor-styles .watch-collection-create-edit-form .rating-label,
.redactor-styles .watch-collection__show-watch .rating-label {
  display: block;
}

.redactor-styles .watch-collection-create-edit-form .rating,
.redactor-styles .watch-collection__show-watch .rating {
  padding-top: 6px;
  float: left;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.redactor-styles .watch-collection-create-edit-form .rating i.fa-star-o,
.redactor-styles .watch-collection__show-watch .rating i.fa-star-o {
  letter-spacing: 0;
}

.redactor-styles .watch-collection-create-edit-form .rating > span,
.redactor-styles .watch-collection__show-watch .rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 24px;
  color: #adadad;
}

.redactor-styles .watch-collection-create-edit-form .rating > span:hover:before,
.redactor-styles .watch-collection-create-edit-form .rating > span.active:before,
.redactor-styles .watch-collection-create-edit-form .rating > span:hover ~ span:before,
.redactor-styles .watch-collection-create-edit-form .rating > span.active ~ span:before,
.redactor-styles .watch-collection__show-watch .rating > span:hover:before,
.redactor-styles .watch-collection__show-watch .rating > span.active:before,
.redactor-styles .watch-collection__show-watch .rating > span:hover ~ span:before,
.redactor-styles .watch-collection__show-watch .rating > span.active ~ span:before {
  content: "\F005";
  font-family: FontAwesome;
  position: absolute;
  color: #9e7f3b;
}

.redactor-styles .watch-collection-create-edit-form .flatpickr-input,
.redactor-styles .watch-collection__show-watch .flatpickr-input {
  background-color: #fff;
}

.redactor-styles .watch-collection-create-edit-form .onoffswitch span,
.redactor-styles .watch-collection__show-watch .onoffswitch span {
  padding: 2px 8px;
}

.redactor-styles .watch-collection-create-edit-form .error,
.redactor-styles .watch-collection__show-watch .error {
  color: #d9534f;
}

.redactor-styles .watch-collection-create-edit-form .brand-name,
.redactor-styles .watch-collection__show-watch .brand-name {
  margin-bottom: 10px;
  color: #9e7f3b;
}

.redactor-styles .watch-collection-create-edit-form .watch-collection__detail,
.redactor-styles .watch-collection__show-watch .watch-collection__detail {
  border-bottom: 1px solid #d0d7dd;
  padding: 10px 20px 14px 20px;
  font: 400 21px/30px "Noto Serif", Georgia, "Times New Roman", Times, serif;
}

.redactor-styles .watch-collection-create-edit-form .watch-collection__detail:nth-of-type(even),
.redactor-styles .watch-collection__show-watch .watch-collection__detail:nth-of-type(even) {
  padding: 10px 20px 14px 0;
  border-right: 1px solid #d0d7dd;
}

@media (max-width: 767px) {
  .redactor-styles .watch-collection-create-edit-form .watch-collection__detail:nth-of-type(even),
  .redactor-styles .watch-collection__show-watch .watch-collection__detail:nth-of-type(even) {
    padding: 5px 15px 8px 0;
  }
}

@media (max-width: 767px) {
  .redactor-styles .watch-collection-create-edit-form .watch-collection__detail,
  .redactor-styles .watch-collection__show-watch .watch-collection__detail {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 5px 0 8px 15px;
  }
}

.redactor-styles .watch-collection-create-edit-form .watch-collection__detail.service-reminder,
.redactor-styles .watch-collection__show-watch .watch-collection__detail.service-reminder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .redactor-styles .watch-collection-create-edit-form .watch-collection__detail.service-reminder,
  .redactor-styles .watch-collection__show-watch .watch-collection__detail.service-reminder {
    display: block;
  }
  .redactor-styles .watch-collection-create-edit-form .watch-collection__detail.service-reminder .service-reminder,
  .redactor-styles .watch-collection__show-watch .watch-collection__detail.service-reminder .service-reminder {
    margin-top: 10px;
  }
}

.redactor-styles .watch-collection-create-edit-form .watch-collection__detail .onoffswitch,
.redactor-styles .watch-collection__show-watch .watch-collection__detail .onoffswitch {
  margin-top: 3px;
}

.redactor-styles .watch-collection-create-edit-form .watch-collection__detail-label,
.redactor-styles .watch-collection__show-watch .watch-collection__detail-label {
  font: 300 13px/20px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #6a6c74;
}

.redactor-styles .watch-collection-create-edit-form .watch-functions,
.redactor-styles .watch-collection__show-watch .watch-functions {
  font: 300 16px/32px "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-bottom: 1px solid #d0d7dd;
  padding-bottom: 15px;
}

.redactor-styles .watch-collection-create-edit-form .documents,
.redactor-styles .watch-collection__show-watch .documents {
  padding-top: 20px;
}

.redactor-styles .watch-collection-create-edit-form .documents .document-list div:first-of-type,
.redactor-styles .watch-collection__show-watch .documents .document-list div:first-of-type {
  border-top: 0;
}

.redactor-styles .watch-collection-create-edit-form .documents .document-list .document,
.redactor-styles .watch-collection__show-watch .documents .document-list .document {
  border-top: 1px solid #f4f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 8px;
}

.redactor-styles .watch-collection-create-edit-form .documents .document-list .document a,
.redactor-styles .watch-collection__show-watch .documents .document-list .document a {
  margin-left: auto;
  text-decoration: underline;
  color: #23252F;
}

.redactor-styles .watch-collection-create-edit-form .documents .document-list .document .fa,
.redactor-styles .watch-collection__show-watch .documents .document-list .document .fa {
  margin-left: 8px;
  -ms-flex-item-align: center;
      align-self: center;
}

.redactor-styles .watch-collection-create-edit-form .documents .document-list .document .fa-file-pdf-o,
.redactor-styles .watch-collection__show-watch .documents .document-list .document .fa-file-pdf-o {
  color: #c0272d;
}

.redactor-styles .watch-collection-create-edit-form .documents .document-list .document .fa-file-image-o,
.redactor-styles .watch-collection__show-watch .documents .document-list .document .fa-file-image-o {
  color: #939ea7;
}

.redactor-styles .watch-collection-create-edit-form .documents .document-list .document .fa-file-word-o,
.redactor-styles .watch-collection__show-watch .documents .document-list .document .fa-file-word-o {
  color: #29aae1;
}

.redactor-styles .watch-collection-create-edit-form .notes,
.redactor-styles .watch-collection__show-watch .notes {
  font: 300 1rem/2rem "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #d0d7dd;
}

.redactor-styles .watch-collection-create-edit-form .notes span.notes-label,
.redactor-styles .watch-collection__show-watch .notes span.notes-label {
  color: #9e7f3b;
  font-weight: 700;
}

.redactor-styles .watch-collection-create-edit-form img.zoomable,
.redactor-styles .watch-collection__show-watch img.zoomable {
  max-width: 100%;
}

.redactor-styles .watch-content:hover .add-watch-to-watch-collection-btn_text {
  text-decoration: underline;
}

.redactor-styles .add-watch-to-watch-collection-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.redactor-styles .add-watch-to-watch-collection-component:hover .thumbnail:after {
  color: #9e7f3b;
}

.redactor-styles .add-watch-to-watch-collection-component .thumbnail {
  text-align: center;
  position: relative;
}

.redactor-styles .add-watch-to-watch-collection-component .thumbnail img {
  max-width: 100%;
}

.redactor-styles .add-watch-to-watch-collection-component .thumbnail:after {
  content: "+";
  font-size: 80px;
  color: #f0ede6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.redactor-styles .add-watch-to-watch-collection-component .add-watch-to-watch-collection-btn_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.redactor-styles #service-reminder-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.redactor-styles #service-reminder-settings .reminder-settings {
  width: 75%;
}

.redactor-styles #service-reminder-settings .switch {
  width: 20%;
}

.redactor-styles #service-reminder-settings label span {
  padding: 4px 10px;
}

.redactor-styles .ad {
  margin-bottom: 20px;
  width: 100%;
}

.redactor-styles .ad .ad__text {
  text-align: center;
  font: 300 13px "Poppins";
  color: #6a6c74;
  margin-bottom: 4px;
}

.redactor-styles .ad img {
  width: 100%;
  height: auto;
}

.redactor-styles #ad-lervikur-rolex-content {
  font-size: 0.9rem;
  padding: 15px 15px 35px;
}

.redactor-styles #ad-lervikur-rolex-content img {
  width: 150px;
}

.redactor-styles #ad-lervikur-contact-content,
.redactor-styles #ad-lervikur-rolex-content {
  padding: 42px 15px 35px;
  text-align: center;
  width: 100%;
  background: #23252f;
  color: #a1a2aa;
  font-weight: 300;
  line-height: 1.5rem;
}

.redactor-styles #ad-lervikur-contact-content .heading,
.redactor-styles #ad-lervikur-rolex-content .heading {
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
}

.redactor-styles #ad-lervikur-contact-content .address,
.redactor-styles #ad-lervikur-rolex-content .address {
  margin-bottom: 40px;
}

.redactor-styles #ad-lervikur-contact-content .social,
.redactor-styles #ad-lervikur-rolex-content .social {
  margin-top: 45px;
  font-size: 1.5rem;
}

.redactor-styles #ad-lervikur-contact-content .social li,
.redactor-styles #ad-lervikur-rolex-content .social li {
  display: inline;
  margin: 0 8px;
}

.redactor-styles #ad-lervikur-contact-content a,
.redactor-styles #ad-lervikur-rolex-content a {
  color: #a1a2aa;
  text-decoration: underline;
}

.redactor-styles #ad-lervikur-contact-content a:hover,
.redactor-styles #ad-lervikur-rolex-content a:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  .redactor-styles .purchase-product #add-product-to-shopping-cart .btn, .redactor-styles .purchase-product #add-product-to-shopping-cart .dropdown-watch-search-section .dropdown-watch-search-btn, .redactor-styles .dropdown-watch-search-section .purchase-product #add-product-to-shopping-cart .dropdown-watch-search-btn, .redactor-styles .purchase-product #add-product-to-shopping-cart .frontpage-newsletter-video-section .newsletter-form-frontpage-subscribeBtn, .redactor-styles .frontpage-newsletter-video-section .purchase-product #add-product-to-shopping-cart .newsletter-form-frontpage-subscribeBtn, .redactor-styles .purchase-product #add-product-to-shopping-cart .newsletter-form-wide .newsletter-form-wide-subscribeBtn, .redactor-styles .newsletter-form-wide .purchase-product #add-product-to-shopping-cart .newsletter-form-wide-subscribeBtn {
    margin-left: 0;
  }
  .redactor-styles .purchase-product #add-product-to-shopping-cart .form-control, .redactor-styles .purchase-product #add-product-to-shopping-cart #watch-browser #watchSearchFieldWrapper input, .redactor-styles #watch-browser #watchSearchFieldWrapper .purchase-product #add-product-to-shopping-cart input {
    width: 40px;
    padding: 1rem 0.5rem;
  }
}

.redactor-styles .page-content table,
.redactor-styles .post-content table,
.redactor-styles table,
.redactor-styles .table {
  border-collapse: separate;
  width: 100%;
  border: 1px solid #d0d7dd;
  border-radius: 0.25rem;
  margin: 0;
  font-size: 15px;
}

.redactor-styles .page-content table tr:nth-of-type(even),
.redactor-styles .post-content table tr:nth-of-type(even),
.redactor-styles table tr:nth-of-type(even),
.redactor-styles .table tr:nth-of-type(even) {
  background-color: rgba(237, 237, 237, 0.3);
}

.redactor-styles .page-content table th,
.redactor-styles .post-content table th,
.redactor-styles table th,
.redactor-styles .table th {
  color: #9e7f3b;
  font-weight: 600;
  border-bottom: 3px solid #ededed !important;
}

.redactor-styles .page-content table.table--vertical-align-cols th,
.redactor-styles .page-content table.table--vertical-align-cols td,
.redactor-styles .post-content table.table--vertical-align-cols th,
.redactor-styles .post-content table.table--vertical-align-cols td,
.redactor-styles table.table--vertical-align-cols th,
.redactor-styles table.table--vertical-align-cols td,
.redactor-styles .table.table--vertical-align-cols th,
.redactor-styles .table.table--vertical-align-cols td {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .redactor-styles .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .redactor-styles .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media (min-width: 576px) {
  .redactor-styles .custom-order__product-details {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.redactor-styles .custom-order__product-price {
  font: 400 1.1rem/1.5rem "Noto Serif";
}

.redactor-styles .custom-order__page-description {
  max-width: 500px;
  width: 80%;
  text-align: center;
  margin: 0 auto 3rem;
}

.redactor-styles .custom-order__product {
  border-bottom: 1px solid #f5f5f5;
  padding: 1rem;
}

.redactor-styles .custom-order__order-details-section {
  border-bottom: 1px solid #f5f5f5;
}

.redactor-styles .service__featured-image {
  height: auto;
}

.redactor-styles .service__featured-image img {
  width: 100%;
}

.redactor-styles .campaign-featured-image img {
  height: auto;
  width: 100%;
}

.redactor-styles .rolex-retailer-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.redactor-styles .onoffswitch {
  display: inline-block;
  position: relative;
  width: 68px;
  height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.redactor-styles .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 26px;
  padding: 0;
  line-height: 26px;
  border: 2px solid #939ea7;
  border-radius: 26px;
  background-color: #939ea7;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  font: 600 14px/20px 'Poppins';
}

.redactor-styles .onoffswitch-label:before {
  content: "";
  display: block;
  width: 26px;
  margin: 0px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  border: 2px solid #939ea7;
  border-radius: 26px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.redactor-styles .onoffswitch-checkbox {
  display: none;
}

.redactor-styles .onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #a6e50f;
}

.redactor-styles .onoffswitch-checkbox:checked + .onoffswitch-label, .redactor-styles .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #a6e50f;
}

.redactor-styles .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}

.redactor-styles .onoffswitch-checkbox:disabled + .onoffswitch-label {
  background-color: #939ea7;
}

.redactor-styles .onoffswitch-checkbox:disabled + .onoffswitch-label, .redactor-styles .onoffswitch-checkbox:disabled + .onoffswitch-label:before {
  border-color: rgba(35, 37, 47, 0.7);
}

.redactor-styles .onoffswitch-checkbox:checked.onoffswitch-checkbox:disabled + .onoffswitch-label {
  background-color: #a6e50f;
}

.redactor-styles .onoffswitch-checkbox:checked.onoffswitch-checkbox:disabled + .onoffswitch-label, .redactor-styles .onoffswitch-checkbox:checked.onoffswitch-checkbox:disabled + .onoffswitch-label:before {
  border-color: #a6e50f;
}
