@charset "UTF-8";
/*
   Site: Sports Demo

   Qiu Template System
   Base style sheet
   Version: 2.0
   Author: Albano Manganelli
   Mueva el Volante!
   	
   Table of Contents
   
   * Google Web Fonts and Icons
   * Normalization
   * Variables
   * Base styles: opinionated defaults
   * Site Styles
     * Type, Colors, Backgrounds
     * General Styles & Common Elements
     * Section: Home
     * Section: News 
     * Single: Article
     * Section: Landing
     * Single: Generic
     * Section: Gallery
     * Section: Contact, Login, Register
     * Error Page
   * Widgets
   * Plugins 
   * Helpers
   * Media Queries
   * Print
   
*/
/* ==========================================================
   GOOGLE WEB FONTS
   ========================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Voltaire');
@import url(/assets/css/fonts/ionicons.css);
@import url(/assets/css/fonts/fontawesome.css);
@import url(/assets/css/fonts/UIFont.css);
/* ==========================================================
   NORMALIZATION - http://necolas.github.com/normalize.css/
   ========================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* ==========================================================
   VARIABLES
   ========================================================== */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.icon-close {
  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;
}
.icon-close:before {
  content: "\f00d";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: rgba(4, 4, 4, 0.7);
  background-color: #f4f5f9;
}
input,
button,
select,
textarea {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
}
body,
input,
textarea {
  color: rgba(4, 4, 4, 0.7);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1.5;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}
a {
  color: #e20f2e;
  text-decoration: none;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  cursor: pointer;
}
a:hover {
  color: #3b5998;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.425;
  margin-bottom: 16px;
  margin-top: 16px;
  clear: both;
  color: #444444;
  word-wrap: break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #3b3d40;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #3b3d40;
}
h1 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
  position: relative;
}
h2 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.2;
}
h3 {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h6 {
  font-size: 16px;
  text-transform: none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
}
.subheader {
  line-height: 1.3;
  color: #838d8f;
  font-weight: 300;
  margin-bottom: 24px;
}
p {
  margin-bottom: 16px;
  text-rendering: optimizelegibility;
}
#content p:empty {
  padding: 0;
  margin: 0;
  display: none !important;
}
ul,
ol {
  margin: 1.825em 0 1.825em 2.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.825em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: 700;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-weight: 400;
  padding: 24px 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 44px !important;
  margin-bottom: 44px !important;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
  color: #3b3d40;
  text-align: center;
  font-style: italic;
  font-family: "PT Serif", "Times New Roman", Times, serif;
}
blockquote.img-100 {
  padding-left: 50px;
  padding-right: 50px;
}
blockquote.img-50.img-left,
blockquote.img-25.img-left,
blockquote.img-50.img-Left,
blockquote.img-25.img-Left {
  margin-right: 3% !important;
}
blockquote.img-50.img-right,
blockquote.img-25.img-right,
blockquote.img-50.img-Right,
blockquote.img-25.img-Right {
  margin-left: 3% !important;
}
blockquote p {
  margin: 0 !important;
  text-align: center !important;
  font-family: "PT Serif", "Times New Roman", Times, serif;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  font-size: 18px;
}
blockquote span {
  font-weight: bold;
  color: #a6a6b5;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  padding-top: 20px;
  position: relative;
  display: block;
  margin-top: 20px;
}
blockquote span:before {
  width: 40px;
  height: 3px;
  content: "";
  margin-bottom: 20px;
  background-color: #a6a6b5;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: 0;
}
pre {
  background: #f0f0f0;
  background-size: 38px 38px;
  font: 12px Consolas, "Liberation Mono", Courier, monospace;
  line-height: 19px;
  margin: 0 0 1.825em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 0 4px;
}
code,
kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #838d8f;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 16px;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
.input-block-level,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  background: #ffffff;
  border: 0 solid transparent;
  color: #3b3d40;
  box-shadow: none;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.input-block-level:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  color: #3b3d40;
  border-color: transparent;
  background: #F1F1F1;
  outline: none;
}
select {
  padding: 3px 7px;
  height: 48px;
  border: 1px solid transparent;
  color: #838d8f;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: border-color ease 0.1s;
  -moz-transition: border-color ease 0.1s;
  -ms-transition: border-color ease 0.1s;
  transition: border-color ease 0.1s;
  background-color: #ffffff;
}
select:focus {
  color: #3b3d40;
  border-color: #3b3d40;
  outline: none;
}
textarea {
  padding: 14px 11px;
  width: 100%;
  line-height: 18px;
  resize: none;
}
.input-block-level,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  padding: 3px 11px;
  height: 45px;
  line-height: 18px;
}
input.form-control,
input,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  -webkit-transition: border-color ease 0.1s, background-color ease 0.1s;
  -moz-transition: border-color ease 0.1s, background-color ease 0.1s;
  -ms-transition: border-color ease 0.1s, background-color ease 0.1s;
  transition: border-color ease 0.1s, background-color ease 0.1s;
}
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
input {
  -webkit-transition: background-color ease 0.1s;
  -moz-transition: background-color ease 0.1s;
  -ms-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 30px;
}
::-webkit-input-placeholder {
  color: #818183;
}
:-moz-placeholder {
  color: #818183;
}
::-moz-placeholder {
  color: #818183;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #818183;
}
:input-placeholder {
  color: #818183;
}
.white-bg input,
.md-content input {
  background-color: #eeeeee;
}
.control-group,
.formly-field,
.formly > * {
  margin: 0 auto 25px auto;
}
.control-group label,
.form-group label {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  color: rgba(19, 34, 70, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.control-group .checkbox label input,
.form-group .checkbox label input,
.form-group .radio label input {
  margin-right: 10px;
  vertical-align: top;
  margin-top: 5px;
}
.control-group label a,
.form-group label a {
  color: #132246;
  text-decoration: underline;
}
.control-group label > *,
.form-group label > *,
.control-group label > * > div,
.form-group label > * > div {
  display: inline;
}
.control-group .controls {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: stretch;
}
.control-group .controls label {
  margin-bottom: 10px;
  text-transform: none;
}
.control-group .controls a,
.md-content .col2 .control-group,
.md-content .col3 .control-group {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(4, 4, 4, 0.7);
  margin: 5px 0;
}
.control-group .controls a:hover {
  color: #000000;
}
.formly > * > * {
  margin-left: auto;
  margin-right: auto;
}
.formly-field .separator {
  border-bottom: none;
  font-size: 22px;
  margin-top: 40px;
  color: #132246;
  padding-top: 30px;
  border-top: 1px rgba(19, 34, 70, 0.2) dashed;
}
.formly-field.no-top-line .separator {
  border: none;
  padding-top: 0;
}
.formly-field-separator:first-child .separator {
  border: none;
}
.separator {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.formly-field .input-group {
  margin: 0;
}
.formly-field-datepicker .input-group-btn button {
  display: none;
}
.formly-field-image-crop input {
  margin-top: 10px;
}
.formly-field-image-crop .fld-require {
  display: none;
}
.validation {
  font-size: 12px;
  color: #e20f2e;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.form-group.has-error .form-control {
  border: 1px solid #e20f2e;
}
.form-group.has-error label,
.form-group.has-error label a {
  color: #e20f2e;
}
.formly-error {
  display: none;
}
.btn,
.link-button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #122246;
  border-color: #122246;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #152b5d;
  border-color: #152b5d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #33456d;
  border-color: #33456d;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-empty,
.link-button a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
}
.btn-empty:hover,
.btn-empty:focus,
.btn-empty.focus,
.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty,
.link-button a:hover {
  color: #333c4e;
  background-color: #ffffff;
  border-color: #333c4e;
}
.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty {
  background-image: none;
}
.btn-empty.disabled,
.btn-empty[disabled],
fieldset[disabled] .btn-empty,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-empty:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-empty:focus,
.btn-empty.disabled.focus,
.btn-empty[disabled].focus,
fieldset[disabled] .btn-empty.focus,
.btn-empty.disabled:active,
.btn-empty[disabled]:active,
fieldset[disabled] .btn-empty:active,
.btn-empty.disabled.active,
.btn-empty[disabled].active,
fieldset[disabled] .btn-empty.active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-empty .badge {
  color: #ffffff;
  background-color: transparent;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.is-mobile,
.is-tablet {
  display: none !important;
}
.is-desktop {
  display: block !important;
}
.more-items-text,
.more-items-short-text,
.slide-content p,
p,
.article-view-body,
.article-view-body table {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p a,
.article-view-body a {
  text-decoration: underline;
}
time {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 1px;
  color: #a7adb1;
}
table {
  text-align: left;
  border-spacing: 0;
  border: 1px solid #122246;
}
table td,
table th {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}
table th {
  background-color: #122246;
  color: #fff;
  font-weight: normal;
  border-bottom: none;
}
table tr:nth-child(even) td {
  /*background-color: #faf9f9;*/
}
/* DARK */
body.dark {
  color: rgba(255, 255, 255, 0.56);
  background-color: #122246;
}
.dark #header {
  background: #122246;
}
.dark .row-fluid,
.dark .widget,
.dark.widget,
.dark .md-content {
  background-color: #122246;
}
.dark .related-content {
  background-color: transparent;
}
.dark .md-content a {
  color: #ffffff;
}
.dark .img-aside .more-items-item,
.dark.img-aside .more-items-item,
.dark .widget:not(.text-over) .more-items-item .wrapper,
.dark.widget:not(.text-over) .more-items-item .wrapper,
.dark .video-view header,
.dark .primary-content .widget.article-view,
.primary-content .widget.article-view.dark,
.dark .primary-content .widget.article-view .article,
.primary-content .widget.article-view.dark .article {
  background-color: #0a1225;
  color: #ffffff;
}
.dark .more-items-item:hover {
  box-shadow: none;
  border-color: #45536f;
}
.dark .more-items-item {
  border: 1px solid #0a1225;
  background-color: #0a1225;
}
.dark #header .widget {
  background-color: inherit;
}
.dark .video-view header,
.dark.video-view header {
  background-color: rgba(255, 255, 255, 0.15);
}
.dark .section-title a,
.dark .widget-title a {
  color: #ffffff;
}
.dark.boxed .slide-content,
.dark .boxed .slide-content {
  background-color: #122246 !important;
}
.dark.boxed .slide-content *,
.dark .boxed .slide-content * {
  color: #ffffff !important;
}
.dark .scoreboard ul li * {
  color: rgba(255, 255, 255, 0.56);
}
.dark .tabs li a.active {
  color: #ffffff;
  border-color: #ffffff;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark h1 *,
.dark h2 *,
.dark h3 *,
.dark h4 *,
.dark h5 *,
.dark h6 *,
.dark .socialstream-item-username,
.dark .more-items-category,
.dark .more-items-subsection {
  color: #fff;
}
.dark h1 a:hover,
.dark h2 a:hover,
.dark h3 a:hover,
.dark h4 a:hover,
.dark h5 a:hover,
.dark h6 a:hover {
  color: #fff;
}
.dark input.form-control,
.dark input[type=text],
.dark input[type=password],
.dark input[type=email],
.dark input[type=tel],
.dark textarea {
  background: #ffffff;
  border-color: #57595c;
  color: #3b3d40;
}
.dark input.form-control:focus,
.dark input[type=text]:focus,
.dark input[type=password]:focus,
.dark input[type=email]:focus,
.dark input[type=number]:focus,
.dark input[type=tel]:focus,
.dark textarea:focus {
  background: #e4e4e4;
  border-color: #57595c;
  color: #3b3d40;
}
.dark::-webkit-input-placeholder {
  color: #aaa;
}
.dark:-moz-placeholder {
  color: #aaa;
}
.dark::-moz-placeholder {
  color: #aaa;
}
.dark:-ms-input-placeholder {
  color: #aaa;
}
.dark:input-placeholder {
  color: #ababab;
}
.dark .control-group label,
.dark .form-group label {
  color: #ffffff;
}
.dark p,
.dark .socialstream-item-message {
  color: rgba(255, 255, 255, 0.56);
}
.dark table tr:nth-child(even) td {
  background-color: rgba(222, 222, 222, 0.13);
}
.dark table,
.dark table td,
.dark table th {
  border-color: rgba(221, 221, 221, 0.36);
}
.dark .dropdown-menu {
  background-color: #122246;
}
a[href="##"] {
  pointer-events: none;
}
/* ==========================================================
   QIU GRID
   ========================================================== */
.row-fluid {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: stretch;
}
.column,
.widget {
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 auto;
  *overflow: visible;
}
.one-of-one {
  width: 100%;
}
.one-one .more-items-item,
.one-one .more-video-item,
.one-one .galleries-item,
.one-one .socialstream-item,
.one-one .control-group,
.one-one .formly > *,
.one-one.img-aside .more-items-item,
.one-one.landing li {
  width: calc(100% -  2px);
}
.one-one .more-items-item:last-child,
.one-one .more-video-item:last-child,
.one-one .galleries-item:last-child,
.one-one .socialstream-item:last-child,
.one-one.img-aside .more-items-item:last-child,
.one-one.landing li:last-child {
  margin-bottom: 0;
}
.one-one.full-width .more-items-item,
.one-one.full-width .more-video-item,
.one-one.full-width .galleries-item,
.one-one.full-width .socialstream-item,
.one-one.full-width.img-aside .more-items-item,
.one-one.full-width.landing li {
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
}
.one-of-two {
  width: 50%;
}
.one-two .more-items-item,
.one-two .more-video-item,
.one-two .galleries-item,
.one-two .socialstream-item,
.one-two .control-group,
.one-two .formly > *,
.one-two.img-aside .more-items-item,
.one-two.landing li {
  width: calc(50% -  2px);
}
.one-of-three {
  width: 33.33333333%;
}
.one-three .more-items-item,
.one-three .more-video-item,
.one-three .galleries-item,
.one-three .socialstream-item,
.one-three .control-group,
.one-three .formly > *,
.one-three.img-aside .more-items-item,
.one-three.landing li {
  width: calc(33.33333333% -  2px);
}
.two-of-three {
  width: 66.66666667%;
}
.one-of-four {
  width: 25%;
}
.one-four .more-items-item,
.one-four .more-video-item,
.one-four .galleries-item,
.one-four .socialstream-item,
.one-four .control-group,
.one-four .formly > *,
.one-four.img-aside .more-items-item,
.one-four.landing li {
  width: calc(25% -  2px);
}
.three-of-four {
  width: 75%;
}
.one-of-five {
  width: 20%;
}
.one-five .more-items-item,
.one-five .more-video-item,
.one-five .galleries-item,
.one-five .socialstream-item,
.one-five .control-group,
.one-five .formly > *,
.one-five.img-aside .more-items-item,
.one-five.landing li {
  width: calc(20% -  2px);
}
.two-of-five {
  width: 40%;
}
.three-of-five {
  width: 60%;
}
.four-of-five {
  width: 80%;
}
.one-of-six {
  width: 16.6666667%;
}
.one-six .more-items-item,
.one-six .more-video-item,
.one-six .galleries-item,
.one-six .socialstream-item,
.one-six .control-group,
.one-six .formly > *,
.one-six.img-aside .more-items-item,
.one-six.landing li {
  width: calc(16.5666667% -  2px);
}
.one-of-seven {
  width: 14.28571429%;
}
.one-seven {
  padding: 0;
}
.one-seven .more-items-item,
.one-seven .more-video-item,
.one-seven .galleries-item,
.one-seven .socialstream-item,
.one-seven .control-group,
.one-seven .formly > *,
.one-seven.img-aside .more-items-item,
.one-seven.landing li {
  width: calc(14.1857142857% -  2px);
}
.full-content .one-two,
.full-content .one-three,
.full-content .two-three,
.full-content .one-four,
.full-content .three-four,
.full-content .one-five,
.full-content .two-five,
.full-content .three-five,
.full-content .four-five {
  padding: 0;
}
.primary-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
}
.related-content {
  width: 400px;
  background-color: #d8d8d8;
  margin: 0;
}
.related-content .widget {
  padding-left: 20px;
  padding-right: 20px;
}
.hidden-related .related-content {
  margin-right: -100%;
}
.fixed-content .related-content {
  position: fixed;
  top: 100px;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.related-on-left .related-content {
  order: -1;
}
.secondary-content {
  width: 50%;
}
.secondary-content > * {
  width: 675px;
}
.row-fluid .secondary-content:first-child > * {
  margin-right: 0;
}
.row-fluid .secondary-content:last-child > * {
  margin-left: 0;
}
/* Image styles */
.img-right,
.img-Right {
  float: right;
  padding-left: 20px;
}
.img-left,
.img-Left {
  float: left;
  padding-right: 20px;
}
.img-left,
.img-Left,
.img-right,
.img-Right,
.img-center,
.img-Center {
  margin-bottom: 1.5em;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
}
.img-25 {
  width: 375px;
  margin-bottom: 20px;
}
.full-width .img-25.img-left,
.full-width .img-25.img-Left {
  margin-left: calc((100% -  750px )/2);
}
.full-width .img-25.img-right,
.full-width .img-25.img-Right {
  margin-right: calc((100% -  750px )/2);
}
.img-50 {
  width: 47%;
}
.img-75 {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.img-100 {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  float: none;
}
.img-text {
  width: 100%;
}
figcaption {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  padding: 3px 7px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.65);
}
.article-header-video-copyright {
  text-shadow: none;
}
.pdf-icon {
  background: url("/assets/img/icon_pdf.png") no-repeat;
  background-size: 25px;
  padding: 5px 0 10px 30px;
  margin: 5px;
}
.section-title,
.widget-title {
  font-size: 52px;
  text-align: center;
  margin-bottom: 20px;
  color: #132246;
}
.small-title .section-title,
.small-title .widget-title {
  font-size: 24px;
}
.x-small-title .section-title,
.x-small-title .widget-title {
  font-size: 18px;
}
.section-title a,
.widget-title a {
  color: #3b3d40;
}
.related-content .widget-title {
  text-align: left;
}
.background-title {
  background-color: rgba(19, 34, 70, 0.6);
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.background-title .section-title {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.background-title .section-title a {
  color: #ffffff;
}
.background-title.accreditations {
  background: url(https://www.americascup.com/original/m1592_Take-your-places-ready-for-the-action.jpg) transparent center center no-repeat;
  background-size: cover;
}
.background-title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.transparent-header .background-title {
  height: 35vh;
  align-items: flex-end;
  padding-bottom: 3vh !important;
}
.all-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100% !important;
  max-width: 100% !important;
}
.no-all-box-link .all-box-link {
  display: none;
}
.shadow-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.white-bg {
  background-color: #ffffff;
}
.dark-bg {
  background-color: #122246;
}
.dark-bg:not(.text-over) .wrapper h2 a {
  color: #122246;
}
.red-bg {
  background-color: #e20f2e;
}
.red-bg:not(.text-over) .wrapper h2 a {
  color: #e20f2e;
}
.grey-bg {
  background-color: #c3c9d5 !important;
}
.grey-bg .widget-title,
.grey-bg .tabs li a {
  color: #112146;
}
.grey-bg .tabs li a:hover {
  color: #ffffff;
}
.grey-bg .more-items-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.main-bg {
  background-color: #e20f2e;
}
blu .text-right,
.text-right .widget-title,
.text-right .section-title,
.text-right .wrapper,
.img-end-start.img-aside.text-right .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.text-right .wrapper,
.img-start-end.img-aside.text-right .more-items-item:nth-child(even) .wrapper {
  text-align: right;
}
.text-left,
.text-left .widget-title,
.text-left .section-title,
.text-left .wrapper,
.img-end-start.img-aside.text-left .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.text-left .wrapper,
.img-start-end.img-aside.text-left .more-items-item:nth-child(even) .wrapper {
  text-align: left;
}
.text-center,
.text-center .widget-title,
.text-center .section-title,
.text-center .wrapper,
.img-end-start.img-aside.text-center .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.text-center .wrapper,
.img-start-end.img-aside.text-center .more-items-item:nth-child(even) .wrapper {
  text-align: center;
}
.layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.layout-column {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-content-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.layout-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.layout-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.padding-0,
.widget.padding-0,
.column > .widget.padding-0 {
  padding: 0 !important;
}
.margin-0,
.widget.margin-0,
.column > .widget.margin-0 {
  margin: 0 !important;
}
#navigation .menu-hidden {
  display: none !important;
}
/* ==========================================================
   SITE STYLES
   ========================================================== */
/* General Layout & Common Elements
   ========================================================== */
#container {
  /*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
-webkit-flex-direction: column;
	flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
	*/
}
/* HEADER */
#header,
#footer {
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: #122246;
  height: 100px;
  -webkit-transition: height 0.2s, background 0.2s;
  transition: height 0.2s, background 0.2s;
  padding-left: calc((100% -  1350px )/2);
  padding-right: calc((100% -  1350px )/2);
}
#header .wrapper,
#footer .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100%;
  position: relative;
  height: 100px;
}
#header a,
#footer a {
  pointer-events: all;
}
.wrapper-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#header .menu > li:last-child > a {
  margin-right: 0;
}
#header .menu li.events .submenu li:last-child {
  display: none;
}
#header .wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .wrapper > *,
#header .wrapper .header-footer-zone > *,
#right-navigation,
#header .widget,
#header .social-icons,
nav:not(.burger-nav),
#languages-menu,
.header-footer-zone,
.logo-link,
#footer .wrapper > *,
#footer .wrapper .header-footer-zone > *,
#footer .widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
}
#footer .wrapper .header-footer-zone > * {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#footer .wrapper.row2 {
  border-top: 1px solid rgba(118, 131, 145, 0.59);
  margin-top: 30px;
}
.header-footer-zone {
  padding: 0 20px;
}
.header-footer-zone.empty-zone {
  display: none !important;
}
#header .wrapper.row1,
#header .wrapper.row2 {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.logo-img {
  height: 100px;
  margin: auto 0;
  max-height: 100px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.logo-link {
  align-items: center;
  -webkit-align-items: center;
}
.header-lg #header-zone7 .logo-img,
.header-lg #header-zone8 .logo-img {
  height: 200px;
}
.header-lg #header {
  height: 200px;
}
.fixed-header #header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999;
}
.fixed-header #content {
  margin-top: 100px;
}
.fixed-header.header-lg #content {
  margin-top: 200px;
}
.transparent-header.scroll-top #header {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.transparent-header #content {
  margin-top: 0;
}
.transparent-header.header-lg #content,
.transparent-header.header-lg .bg-vid {
  margin-top: 0;
}
.transparent-header.header-lg .slide.top-box .slide-content,
.transparent-header.header-lg .top-box .slide .slide-content {
  padding-top: 240px;
}
.transparent-header .slide.top-box .slide-content,
.transparent-header .top-box .slide .slide-content {
  padding-top: 140px;
}
.transparent-header .column > .widget:first-child .fotorama__video,
.transparent-header .column > section:first-child .fotorama__video {
  top: 100px;
}
#header-zone1.header-footer-zone,
#header-zone4.header-footer-zone,
#header-zone7.header-footer-zone,
#footer .wrapper-group #footer-zone1,
#footer .wrapper-group #footer-zone4 {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-left: 0;
}
#header-zone3.header-footer-zone,
#header-zone6.header-footer-zone,
#header-zone8.header-footer-zone,
#footer .wrapper-group #footer-zone3,
#footer .wrapper-group #footer-zone6 {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 0;
}
#header-zone2.header-footer-zone,
#header-zone5.header-footer-zone,
#footer .wrapper-group #footer-zone2,
#footer .wrapper-group #footer-zone5 {
  justify-content: center;
  -webkit-justify-content: center;
}
#header-zone6.header-footer-zone,
#footer-zone3.header-footer-zone {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1;
}
#header-zone6.header-footer-zone > div:first-child,
#footer-zone3.header-footer-zone > div:first-child {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#header-zone6.header-footer-zone > div:first-child > nav,
#footer-zone3.header-footer-zone > div:first-child > nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#footer .wrapper-group #footer-zone1 {
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 20%;
  min-height: 244px;
}
/* Scrolled header */
.scroll-not-top.fixed-header:not(.header-pinned) {
  /*
    #header-zone3,
    #header-zone4,
    #header-zone6,
    .header-footer-zone.empty-zone {
    	display: none;
    }
    */
}
.scroll-not-top.fixed-header:not(.header-pinned) #header {
  background: #122246;
  height: 50px;
  -webkit-transition: height 0.2s, background 0.2s;
  transition: height 0.2s, background 0.2s;
}
.scroll-not-top.fixed-header:not(.header-pinned) #header .wrapper.row2 {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: auto;
}
.scroll-not-top.fixed-header:not(.header-pinned) #header .wrapper.row1 {
  display: none;
}
.scroll-not-top.fixed-header:not(.header-pinned) #header .wrapper .header-footer-zone {
  width: auto;
}
.scroll-not-top.fixed-header:not(.header-pinned) #header .wrapper .header-footer-zone#header-zone2 {
  width: 100%;
}
.scroll-not-top.fixed-header:not(.header-pinned) #header .logo-img {
  height: 50px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.scroll-not-top.fixed-header:not(.header-pinned) #header .menu:not(.burger-nav) ul > li:not(.store) > a {
  padding-bottom: 7px;
}
.scroll-not-top.fixed-header:not(.header-pinned) #header .menu:not(.burger-nav) ul > li.store {
  padding-bottom: 3px;
}
.scroll-not-top.fixed-header:not(.header-pinned).header-lg #header {
  height: 100px;
}
.scroll-not-top.fixed-header:not(.header-pinned).header-lg.fixed-header:not(.transparent-header) #content {
  margin-top: 100px;
}
.scroll-not-top.fixed-header:not(.header-pinned):not(.transparent-header).fixed-header #content {
  margin-top: 50px !important;
}
/* Navigation */
#navigation-mobile,
#languages-menu {
  pointer-events: all;
}
#languages-menu {
  margin-left: 30px;
}
#navigation-mobile #languages {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  padding-top: 20px;
  margin-top: 20px;
  text-align: left;
  position: relative;
  order: 1;
}
#navigation-mobile #languages > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
#navigation-mobile #languages:before {
  position: absolute;
  left: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 1px;
}
body.open-menu {
  overflow: hidden;
}
/*
html[lang=en] #navigation-mobile #languages:before {
	content: "Languages";
}
html[lang=it] #navigation-mobile #languages:before {
	content: "Languages";
}
*/
#header-zone3.header-footer-zone #languages > a {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  margin-top: 6px;
  border-bottom: none;
  line-height: 1.3;
  font-weight: bold;
  color: transparent;
  width: 20px;
  z-index: 2;
  position: relative;
}
#header-zone3.header-footer-zone #languages .submenu {
  right: -10px;
  left: -10px;
  z-index: 1;
  top: -6px;
  padding-top: 36px;
  background-color: #0d1d49;
}
#header-zone3.header-footer-zone #languages .submenu li {
  padding: 10px;
}
#header-zone3.header-footer-zone #languages .submenu li a,
#navigation-mobile #languages > a {
  color: transparent;
  width: 20px;
  padding: 0;
}
#header-zone3.header-footer-zone #languages > a.lang_it_it,
#header-zone3.header-footer-zone #languages .submenu li.lang_it_it a,
#navigation-mobile #languages > a.lang_it_it {
  background: url(../img/flags/4x3/it.svg) center center transparent no-repeat;
  background-size: 20px auto;
}
#header-zone3.header-footer-zone #languages > a.lang_en_us,
#header-zone3.header-footer-zone #languages .submenu li.lang_en_us a,
#navigation-mobile #languages > a.lang_en_us {
  background: url(../img/flags/4x3/gb.svg) center center transparent no-repeat;
  background-size: 20px auto;
}
#navigation-mobile #languages > a {
  width: 30px;
  background-size: 30px auto !important;
}
#header #navigation-toggle {
  display: none;
  pointer-events: all;
}
.burger-nav {
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.navigation {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.navigation > ul,
nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  -webkit-align-items: center;
}
body:not(.downloads) #navigation > ul {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
#header .menu > li.store {
  border-bottom: 8px solid transparent;
  padding: 12px 0 9px;
}
#header .menu > li.store a {
  background-color: #e20f2e;
  padding: 3px 7px;
  border: none;
  border-radius: 2px;
  margin-left: 5px;
}
.menu {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
}
.menu > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 13px;
  font-size: 13px;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 8px solid transparent;
  padding: 15px 0 12px;
}
.menu > li:hover > a,
.menu li.active a {
  text-decoration: none;
  border-color: #e20f2e;
}
#languages:hover ul {
  display: block;
}
#languages > a {
  opacity: 1;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}
#languages > a.active,
#languages > a:hover {
  opacity: 0.8;
}
#languages .submenu {
  right: 0;
  left: 0;
  z-index: 1;
}
#footer {
  background-color: #122246;
  color: #83939e;
  height: auto !important;
  padding-top: 40px;
  padding-bottom: 0;
}
#footer .wrapper {
  height: auto !important;
}
#footer a {
  color: #83939e;
}
#footer a:hover {
  color: #ffffff;
}
#footer .logo-img {
  max-height: 130px;
  height: auto;
}
#footer .menu li.events .submenu li:last-child a {
  color: #ffffff;
  margin-top: 10px;
}
#footer .secondary-navigation .menu {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#footer .secondary-navigation .menu > li {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  max-width: 180px;
  margin-right: 20px;
  margin-left: 20px;
}
#footer .secondary-navigation .menu > li:first-child {
  margin-left: 0;
}
#footer .secondary-navigation .menu > li:last-child {
  margin-right: 0;
}
#footer .secondary-navigation .menu > li > a {
  color: #ffffff !important;
  padding: 5px 0;
  border: none;
  margin: 0;
}
#footer .secondary-navigation .menu > li.about {
  max-width: 135px;
}
#footer .secondary-navigation .dropdown {
  flex-direction: column;
  -webkit-flex-direction: column;
}
#footer .secondary-navigation .dropdown > a:after {
  display: none;
}
#footer .secondary-navigation .dropdown .submenu {
  position: relative;
  top: auto;
  left: auto !important;
  right: auto;
  bottom: auto;
  margin: 0 !important;
  display: block;
  width: auto !important;
  text-align: left !important;
  background-color: transparent;
  box-shadow: none;
}
#footer .secondary-navigation .dropdown .submenu li.press a,
#footer .secondary-navigation .dropdown .submenu li.volunteers a {
  color: #ffffff;
  margin-top: 10px;
}
#footer .secondary-navigation .dropdown .submenu a {
  text-align: left;
  padding: 5px 0 ;
  text-transform: none;
  font-weight: normal;
}
#footer .secondary-navigation .dropdown .submenu a:hover {
  background: none;
  color: #ffffff;
}
#content {
  width: 100%;
  overflow: hidden;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.jump-top {
  display: none;
}
#footer-logo {
  margin: 20px 0;
}
#copyright {
  font-size: 12px;
}
#copyright p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 30px 0;
}
#contact-footer {
  font-size: 14px;
  letter-spacing: 2px;
  text-align: right;
}
#contact-footer span {
  color: #ffffff;
  padding: 5px 0;
}
#contact-footer p {
  margin: 30px 0;
}
/* Cookies */
#cookiesbar {
  text-align: center;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background: #e20f2e;
  color: #ffffff;
  z-index: 99999999;
  font-size: 14px;
}
#cookiesbar a {
  color: #ffffff;
  text-decoration: underline;
}
#cookiesbar a.ok {
  padding: 0 10px;
  text-decoration: none;
}
/* USER MENU */
#user-menu {
  padding: 0 18px;
  color: #ffffff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  pointer-events: all;
}
#user-menu:hover .dropdown .submenu {
  display: block;
}
#user-menu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
}
#user-menu .menu > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
#user-menu .menu > li:not(.dropdown) > *:not(a) {
  padding-left: 0;
  padding-right: 0;
}
#user-menu .menu > li:not(.dropdown) span {
  margin-right: 5px;
  margin-left: 0;
  padding-left: 20px;
  border-left: 1px solid #dddddd;
}
#user-menu .menu > li.dropdown #user {
  padding-right: 0;
  padding-left: 0;
}
#user-menu .menu > li.dropdown > a:after {
  color: #ffffff;
}
#user-menu .menu > li.dropdown .submenu {
  margin-left: 0;
  right: 0;
  top: 35px;
  left: auto;
}
/* Widgets
  ========================================================== */
.column.primary-content > .widget:not(.full-width):not(.article-view) > * {
  width: 90%;
}
.column > .widget:not(.full-width) > .more-items-list,
.column > .widget:not(.full-width) .tabs-content {
  max-width: 1352px !important;
}
.column > .widget:not(.full-width):not(.widget-wrapper) > * {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.column > .widget:not(.full-width).widget-wrapper {
  padding-left: calc((100% - 1350px) / 2);
  padding-right: calc((100% - 1350px) / 2);
}
.column > .widget:not(.article-view):not(.full-width),
.column > .widget.slide-items {
  padding-top: 40px;
  padding-bottom: 40px;
}
.column > .widget.slide-items-events > .more-items-list,
.column > .widget.slide-items-events .tabs-content {
  max-width: 952px !important;
}
.widget img {
  width: 100%;
}
.widget > ul {
  margin: 0;
  padding: 0;
}
.widget.full-width,
.full-width,
.span-grid,
.full-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.grow-hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.grow-hover:hover {
  -webkit-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.grow-hover-item .more-items-item {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.grow-hover-item.text-over .more-items-item > a img,
.grow-hover-item.text-over .more-items-item .more-items-img-container img {
  -webkit-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.grow-hover-item .more-items-item:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.grow-hover-item.slide-items-events .more-items-item:hover,
.grow-hover-item.slide-items .more-items-item:hover {
  box-shadow: none;
}
.grow-hover-item.text-over .more-items-item:hover > a img,
.grow-hover-item.text-over .more-items-item:hover .more-items-img-container img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
/* Top Stories */
.slider-widget {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  position: relative;
  background-color: #0e1e48;
}
.slider-widget.full-height .slides {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.slider-widget.full-height .slides .fotorama__wrap {
  height: 100%;
}
.slider-widget.full-height .slides .fotorama__wrap .fotorama__stage {
  height: 100% !important;
}
.slider-widget:not(.normal-text-position) .fotorama__loaded .fotorama__img {
  opacity: 0.8;
}
.fotorama__loaded .fotorama__img.top-img {
  top: 0 !important;
}
.fotorama__loaded .fotorama__img.bottom-img {
  bottom: 0 !important;
  top: auto !important;
}
.home #home-highlights {
  margin-bottom: 40px;
}
.article.no-img header .main-image-slide {
  max-height: none;
  overflow: hidden;
  height: auto;
  min-height: auto;
}
.article.no-img header .main-image-slide .fotorama__stage {
  max-height: none;
  height: auto !important;
  position: relative;
}
.article.no-img header .main-image-slide .fotorama__stage .fotorama__arr:focus:after,
.article.no-img header .main-image-slide .fotorama__stage .fotorama__fullscreen-icon:focus:after,
.article.no-img header .main-image-slide .fotorama__stage .fotorama__html,
.article.no-img header .main-image-slide .fotorama__stage .fotorama__img,
.article.no-img header .main-image-slide .fotorama__stage .fotorama__nav__frame:focus .fotorama__dot:after,
.article.no-img header .main-image-slide .fotorama__stage .fotorama__nav__frame:focus .fotorama__thumb:after,
.article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame,
.article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__shaft,
.article.no-img header .main-image-slide .fotorama__stage .fotorama__video iframe {
  position: relative;
}
.article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame {
  background-color: #122246;
  padding: 170px 0;
}
.article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide {
  background: none;
  position: relative;
}
.article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide .slide-content {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame .fotorama__img {
  opacity: 0;
  display: none;
}
.slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.slide-content {
  z-index: 3;
  width: 100%;
  margin: 0 !important;
  background: none;
  padding-left: calc((100% -  1350px )/2);
  padding-right: calc((100% -  1350px )/2);
}
.topstory-text-right .slide-content {
  text-align: right;
}
.slide-content > * {
  max-width: 60%;
  margin-left: 0;
  color: #ffffff;
}
.topstory-text-left .slide-content > * {
  margin-left: 0;
  margin-right: auto;
}
.topstory-text-right .slide-content > * {
  margin-right: 0;
  margin-left: auto;
}
.fotorama__stage__frame:not(.fotorama__stage__frame--video) .topstory-text-center .slide-content > *,
.bg-vid .topstory-text-center .slide-content > * {
  margin-right: auto;
  margin-left: auto;
}
.fotorama__stage__frame:not(.fotorama__stage__frame--video) .topstory-text-center .slide-content,
.bg-vid .topstory-text-center .slide-content {
  text-align: center;
}
.topstory-text-left .slide-content .btn:before {
  left: 0;
}
.topstory-text-right .slide-content .btn:before {
  right: 0;
}
.topstory-text-center .slide-content {
  text-align: center;
}
.topstory-text-center .slide-content > * {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.topstory-text-center .slide-content .btn:before {
  left: 50%;
  margin-left: -25px;
}
.transparent-header .column > .widget:first-child .fotorama__video-close,
.transparent-header .column > section:first-child .fotorama__video-close {
  top: 57px;
  z-index: 10;
}
.bottom-box .slide-content {
  bottom: 0;
  padding-top: 40px;
  padding-bottom: 70px;
}
.top-box .slide-content {
  top: 0;
  padding-top: 40px;
  padding-bottom: 70px;
}
.slides .slide .slide-content:before {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  z-index: -1;
  display: none;
}
.bottom-box .slide-content:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.top-box .slide-content:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.widget:not(.boxed):not(.normal-text-position) > div > .fotorama .fotorama__stage__frame.fotorama__stage__frame--video .slide {
  justify-content: center;
  -webkit-justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.widget:not(.boxed) .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.widget:not(.boxed):not(.normal-text-position) > div > .fotorama .fotorama__stage__frame.fotorama__stage__frame--video .slide-content {
  text-align: left;
}
.widget:not(.boxed):not(.normal-text-position) > div > .fotorama .fotorama__stage__frame.fotorama__stage__frame--video .slide-content > * {
  max-width: 43%;
  margin-left: 0;
  text-align: left;
  left: 0;
  margin-right: auto;
}
.widget:not(.boxed):not(.normal-text-position) > div > .fotorama .fotorama__stage__frame.fotorama__stage__frame--video .slide-content .btn:before {
  left: 0;
  margin-left: 0;
}
.slide-content p {
  font-size: 18px;
  color: #fff;
}
.slide-content .slide-title {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0px;
  font-weight: 700;
  font-size: 54px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.slide-content .slide-title a {
  color: #ffffff;
}
.slide-content .slide-category {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.slide-content .slide-category:hover {
  color: #ffffff;
}
.slide-content .slide-category:after {
  content: " | ";
  font-weight: 100;
  display: none;
}
.slide-content .btn {
  text-shadow: none;
  margin-top: 10px;
  color: #ffffff;
  background: #e20f2e;
  border-color: transparent;
  padding: 20px 30px;
  font-size: 13px;
  letter-spacing: 2px;
}
.slide-content div .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.slide-content .btn:hover {
  background: #b20c24;
}
.slides .fotorama__nav-wrap {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 60px;
  left: auto;
  width: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.slides .fotorama__nav--dots .fotorama__nav__frame {
  width: 100%;
  display: block;
  margin: 30px 0;
  height: 1px;
}
.slides .fotorama__dot {
  width: 50%;
  height: 1px;
  border: none;
  background-color: #ffffff;
  left: 0;
  top: auto;
  margin-left: 50%;
}
.slides .fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 100%;
  height: 1px;
  margin: 0;
}
.slides .fotorama__nav__shaft {
  text-align: right;
  width: 100%;
}
.widget .fotorama__arr {
  background-color: transparent;
  border-radius: 4px;
}
.widget .fotorama__arr--next {
  right: 15px;
}
.widget .fotorama__arr--prev {
  left: 15px;
}
.widget .slides .fotorama__video-play {
  background: #e20f2e;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.widget .slides .fotorama__video-play:before {
  content: "\f488";
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-left: 7px;
}
.column .widget.article-video.article-view .article {
  padding-top: 0;
}
.column .widget.article-video.article-view:not(.full-width) {
  padding-top: 60px;
}
.column .widget.article-video.article-view:not(.full-width) .article {
  border-radius: 4px;
  border: 1px solid #ebeef3;
  overflow: hidden;
}
.column .widget.article-video.article-view:not(.full-width) .article header {
  margin-bottom: 50px;
}
.column .widget.article-video.article-view .slide-content > * {
  max-width: 43%;
}
.column .widget:not(.full-width) .article header .main-image-slide {
  min-height: 20px;
}
.column .widget:not(.full-width) .article header .main-image-slide .slide .slide-content {
  padding-left: 60px;
  padding-right: 60px;
}
.column .widget:not(.full-width).article-video .article .article-view-body {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 100%;
  width: 100%;
}
.column .widget:not(.full-width).article-video .article .article-view-body > * {
  max-width: 100%;
  width: 100%;
}
.column .widget:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .widget:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 950px !important;
}
.boxed .slide-content {
  background: #ffffff !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 70%;
  padding: 40px !important;
  border-radius: 0;
}
.boxed .slide-content * {
  color: #3b3d40 !important;
}
.boxed .bottom-box .slide-content {
  margin-bottom: 5%;
}
.boxed .top-box .slide-content {
  margin-top: 5%;
}
.boxed .topstory-text-center {
  align-items: center;
  -webkit-align-items: center;
}
.boxed .topstory-text-left .slide-content {
  margin-left: 5%;
}
.boxed .fotorama__stage__frame.fotorama__stage__frame--video .slide-content {
  max-width: 38%;
  margin-left: 60px !important;
  margin-right: auto !important;
}
.boxed .slide {
  background: none;
}
.continue-bt .fotorama:after,
.bg-vid:after {
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  background: url(/assets/img/scroll.png) no-repeat center center transparent;
  background-size: auto 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-animation: onoff 2s 1.5 linear;
  animation: onoff 2s 1.5 linear;
}
.continue-bt .fotorama iframe,
.bg-vid iframe {
  position: relative;
  display: block;
}
.scroll-not-top.fixed-header .continue-bt .fotorama:after,
.scroll-not-top.fixed-header .bg-vid:after {
  opacity: 0;
}
@-webkit-keyframes onoff {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes onoff {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  display: none;
}
.header-lg .bg-vid {
  margin-top: -200px;
}
.classic .slide-content {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.classic .slide-content .slide-title {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-weight: 100;
}
/* More Items */
.more-items-list {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nowrap .more-items-list {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.nowrap .more-items-list .more-items-item {
  margin-bottom: 0 !important;
  width: auto;
}
.more-items-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  margin: 0 1px 2px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ebeef3;
  transition: all 0.3s;
  overflow: hidden;
}
.more-items-item:hover {
  box-shadow: 0 0 30px #d3d8e0;
  border-color: #bdc5d4;
  z-index: 1;
}
.more-items-item img {
  padding: 0px;
}
.no-inner-padding .more-items-item img {
  padding: 0 !important;
}
.no-inner-padding .more-items-item {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.more-items-item .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 20px 20px;
}
.more-items-item .wrapper > * {
  margin: 5px 0;
}
#second-elements .more-items-long-text {
  display: none;
}
.more-items-item > a,
.more-items-item .more-items-img-container {
  overflow: hidden;
  width: 100%;
}
.no-img:not(.photos) .more-items-img-container {
  display: none;
}
.no-img.photos.more-items-item .more-items-img-container img {
  display: none !important;
}
.no-img.photos.more-items-item .more-items-img-container img:first-child {
  display: block !important;
}
.more-items-item > a img,
.more-items-item .more-items-img-container img {
  overflow: hidden;
  padding: 20px 20px 0;
}
.more-items-item h2 {
  order: -1;
}
.more-items-item .wrapper p:not(.more-items-text) {
  margin-top: 0;
}
.more-items-item .wrapper div ul {
  margin-bottom: 16px;
}
.more-items-category,
.more-items-subsection,
.more-items-action,
.link-button a {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0 !important;
  order: -1;
  color: #3b3d40;
}
.more-items-action,
.link-button a {
  border-radius: 4px;
}
.link-button a {
  text-shadow: none;
  margin-top: 10px;
  color: #ffffff;
  background: #e20f2e;
  border-color: transparent;
  padding: 15px 20px;
  font-size: 13px;
  letter-spacing: 2px;
}
.more-items-category ~ h2,
.more-items-subsection ~ h2,
.video-items time ~ h2 {
  margin-top: 5px !important;
}
.more-items-short-text {
  color: #808291;
  font-size: 16px;
}
.more-items-short-text a {
  color: #808291;
}
.center-items .more-items-list {
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.end-items .more-items-list {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.start-items .more-items-list {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.space-between-items .more-items-list {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.no-wrapper .more-items-item .wrapper {
  display: none;
}
.more-items-item > .fotorama .fotorama__video {
  top: 0;
}
.more-items-item > .fotorama .fotorama__video-close {
  display: none;
}
.elements-inline .more-items-item .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.elements-wrap .more-items-item .wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elements-wrap .more-items-item .wrapper .link-button {
  margin-right: 10px;
}
.no-border-element .more-items-item {
  border: none;
}
.one-line .more-items-item,
.slide-items-events .more-items-item,
.slide-items .more-items-item {
  margin-bottom: 0 !important;
}
/* More items Gap */
.column .gap-50.full-width {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.column .gap-50.full-width.tabs-end header,
.column .gap-50.full-width.tabs-start header,
.column .gap-50.full-width.tabs-end .widget-title,
.column .gap-50.full-width.tabs-start .widget-title,
.column .gap-50.full-width.tabs-end .section-title,
.column .gap-50.full-width.tabs-start .section-title {
  padding-left: 50px;
  padding-right: 50px;
}
.column .gap-50:not(.full-width) .more-items-list,
.column .gap-50:not(.full-width) .tabs-content {
  max-width: 1400px !important;
}
.column .gap-50:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-50:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 1000px !important;
}
.column .gap-50 .more-items-item {
  margin: 0 25px 50px;
}
.column .gap-50.img-aside.one-one .more-items-item {
  width: calc(100% -  50px);
}
.column .gap-50.img-aside.one-two .more-items-item {
  width: calc(50% -  50px);
}
.column .gap-50.img-aside.one-three .more-items-item {
  width: calc(33.29% -  50px);
}
.column .gap-50.img-aside.one-four .more-items-item {
  width: calc(25% -  50px);
}
.column .gap-50.one-one .more-items-item,
.column .gap-50.one-one .more-video-item,
.column .gap-50.one-one .galleries-item,
.column .gap-50.one-one .socialstream-item,
.column .gap-50.one-one .control-group,
.column .gap-50.one-one .formly > *,
.column .gap-50.one-one.img-aside .more-items-item,
.column .gap-50.one-one.landing li {
  width: calc(100% -  50px);
}
.column .gap-50.one-two .more-items-item,
.column .gap-50.one-two .more-video-item,
.column .gap-50.one-two .galleries-item,
.column .gap-50.one-two .socialstream-item,
.column .gap-50.one-two .control-group,
.column .gap-50.one-two .formly > *,
.column .gap-50.one-two.img-aside .more-items-item,
.column .gap-50.one-two.landing li {
  width: calc(50% -  50px);
}
.column .gap-50.one-three .more-items-item,
.column .gap-50.one-three .more-video-item,
.column .gap-50.one-three .galleries-item,
.column .gap-50.one-three .socialstream-item,
.column .gap-50.one-three .control-group,
.column .gap-50.one-three .formly > *,
.column .gap-50.one-three.img-aside .more-items-item,
.column .gap-50.one-three.landing li {
  width: calc(33.29% -  50px);
}
.column .gap-50.one-four .more-items-item,
.column .gap-50.one-four .more-video-item,
.column .gap-50.one-four .galleries-item,
.column .gap-50.one-four .socialstream-item,
.column .gap-50.one-four .control-group,
.column .gap-50.one-four .formly > *,
.column .gap-50.one-four.img-aside .more-items-item,
.column .gap-50.one-four.landing li {
  width: calc(25% -  50px);
}
.column .gap-50.one-five .more-items-item,
.column .gap-50.one-five .more-video-item,
.column .gap-50.one-five .galleries-item,
.column .gap-50.one-five .socialstream-item,
.column .gap-50.one-five .control-group,
.column .gap-50.one-five .formly > *,
.column .gap-50.one-five.img-aside .more-items-item,
.column .gap-50.one-five.landing li {
  width: calc(20% -  50px);
}
.column .gap-50.one-six .more-items-item,
.column .gap-50.one-six .more-video-item,
.column .gap-50.one-six .galleries-item,
.column .gap-50.one-six .socialstream-item,
.column .gap-50.one-six .control-group,
.column .gap-50.one-six .formly > *,
.column .gap-50.one-six.img-aside .more-items-item,
.column .gap-50.one-six.landing li {
  width: calc(16.5666667% -  50px);
}
.column .gap-50.one-seven .more-items-item,
.column .gap-50.one-seven .more-video-item,
.column .gap-50.one-seven .galleries-item,
.column .gap-50.one-seven .socialstream-item,
.column .gap-50.one-seven .control-group,
.column .gap-50.one-seven .formly > *,
.column .gap-50.one-seven.img-aside .more-items-item,
.column .gap-50.one-seven.landing li {
  width: calc(14.1857142857% -  50px);
}
.column .gap-49.full-width {
  padding-left: 24.5px !important;
  padding-right: 24.5px !important;
}
.column .gap-49.full-width.tabs-end header,
.column .gap-49.full-width.tabs-start header,
.column .gap-49.full-width.tabs-end .widget-title,
.column .gap-49.full-width.tabs-start .widget-title,
.column .gap-49.full-width.tabs-end .section-title,
.column .gap-49.full-width.tabs-start .section-title {
  padding-left: 49px;
  padding-right: 49px;
}
.column .gap-49:not(.full-width) .more-items-list,
.column .gap-49:not(.full-width) .tabs-content {
  max-width: 1399px !important;
}
.column .gap-49:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-49:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 999px !important;
}
.column .gap-49 .more-items-item {
  margin: 0 24.5px 49px;
}
.column .gap-49.img-aside.one-one .more-items-item {
  width: calc(100% -  49px);
}
.column .gap-49.img-aside.one-two .more-items-item {
  width: calc(50% -  49px);
}
.column .gap-49.img-aside.one-three .more-items-item {
  width: calc(33.29% -  49px);
}
.column .gap-49.img-aside.one-four .more-items-item {
  width: calc(25% -  49px);
}
.column .gap-49.one-one .more-items-item,
.column .gap-49.one-one .more-video-item,
.column .gap-49.one-one .galleries-item,
.column .gap-49.one-one .socialstream-item,
.column .gap-49.one-one .control-group,
.column .gap-49.one-one .formly > *,
.column .gap-49.one-one.img-aside .more-items-item,
.column .gap-49.one-one.landing li {
  width: calc(100% -  49px);
}
.column .gap-49.one-two .more-items-item,
.column .gap-49.one-two .more-video-item,
.column .gap-49.one-two .galleries-item,
.column .gap-49.one-two .socialstream-item,
.column .gap-49.one-two .control-group,
.column .gap-49.one-two .formly > *,
.column .gap-49.one-two.img-aside .more-items-item,
.column .gap-49.one-two.landing li {
  width: calc(50% -  49px);
}
.column .gap-49.one-three .more-items-item,
.column .gap-49.one-three .more-video-item,
.column .gap-49.one-three .galleries-item,
.column .gap-49.one-three .socialstream-item,
.column .gap-49.one-three .control-group,
.column .gap-49.one-three .formly > *,
.column .gap-49.one-three.img-aside .more-items-item,
.column .gap-49.one-three.landing li {
  width: calc(33.29% -  49px);
}
.column .gap-49.one-four .more-items-item,
.column .gap-49.one-four .more-video-item,
.column .gap-49.one-four .galleries-item,
.column .gap-49.one-four .socialstream-item,
.column .gap-49.one-four .control-group,
.column .gap-49.one-four .formly > *,
.column .gap-49.one-four.img-aside .more-items-item,
.column .gap-49.one-four.landing li {
  width: calc(25% -  49px);
}
.column .gap-49.one-five .more-items-item,
.column .gap-49.one-five .more-video-item,
.column .gap-49.one-five .galleries-item,
.column .gap-49.one-five .socialstream-item,
.column .gap-49.one-five .control-group,
.column .gap-49.one-five .formly > *,
.column .gap-49.one-five.img-aside .more-items-item,
.column .gap-49.one-five.landing li {
  width: calc(20% -  49px);
}
.column .gap-49.one-six .more-items-item,
.column .gap-49.one-six .more-video-item,
.column .gap-49.one-six .galleries-item,
.column .gap-49.one-six .socialstream-item,
.column .gap-49.one-six .control-group,
.column .gap-49.one-six .formly > *,
.column .gap-49.one-six.img-aside .more-items-item,
.column .gap-49.one-six.landing li {
  width: calc(16.5666667% -  49px);
}
.column .gap-49.one-seven .more-items-item,
.column .gap-49.one-seven .more-video-item,
.column .gap-49.one-seven .galleries-item,
.column .gap-49.one-seven .socialstream-item,
.column .gap-49.one-seven .control-group,
.column .gap-49.one-seven .formly > *,
.column .gap-49.one-seven.img-aside .more-items-item,
.column .gap-49.one-seven.landing li {
  width: calc(14.1857142857% -  49px);
}
.column .gap-48.full-width {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.column .gap-48.full-width.tabs-end header,
.column .gap-48.full-width.tabs-start header,
.column .gap-48.full-width.tabs-end .widget-title,
.column .gap-48.full-width.tabs-start .widget-title,
.column .gap-48.full-width.tabs-end .section-title,
.column .gap-48.full-width.tabs-start .section-title {
  padding-left: 48px;
  padding-right: 48px;
}
.column .gap-48:not(.full-width) .more-items-list,
.column .gap-48:not(.full-width) .tabs-content {
  max-width: 1398px !important;
}
.column .gap-48:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-48:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 998px !important;
}
.column .gap-48 .more-items-item {
  margin: 0 24px 48px;
}
.column .gap-48.img-aside.one-one .more-items-item {
  width: calc(100% -  48px);
}
.column .gap-48.img-aside.one-two .more-items-item {
  width: calc(50% -  48px);
}
.column .gap-48.img-aside.one-three .more-items-item {
  width: calc(33.29% -  48px);
}
.column .gap-48.img-aside.one-four .more-items-item {
  width: calc(25% -  48px);
}
.column .gap-48.one-one .more-items-item,
.column .gap-48.one-one .more-video-item,
.column .gap-48.one-one .galleries-item,
.column .gap-48.one-one .socialstream-item,
.column .gap-48.one-one .control-group,
.column .gap-48.one-one .formly > *,
.column .gap-48.one-one.img-aside .more-items-item,
.column .gap-48.one-one.landing li {
  width: calc(100% -  48px);
}
.column .gap-48.one-two .more-items-item,
.column .gap-48.one-two .more-video-item,
.column .gap-48.one-two .galleries-item,
.column .gap-48.one-two .socialstream-item,
.column .gap-48.one-two .control-group,
.column .gap-48.one-two .formly > *,
.column .gap-48.one-two.img-aside .more-items-item,
.column .gap-48.one-two.landing li {
  width: calc(50% -  48px);
}
.column .gap-48.one-three .more-items-item,
.column .gap-48.one-three .more-video-item,
.column .gap-48.one-three .galleries-item,
.column .gap-48.one-three .socialstream-item,
.column .gap-48.one-three .control-group,
.column .gap-48.one-three .formly > *,
.column .gap-48.one-three.img-aside .more-items-item,
.column .gap-48.one-three.landing li {
  width: calc(33.29% -  48px);
}
.column .gap-48.one-four .more-items-item,
.column .gap-48.one-four .more-video-item,
.column .gap-48.one-four .galleries-item,
.column .gap-48.one-four .socialstream-item,
.column .gap-48.one-four .control-group,
.column .gap-48.one-four .formly > *,
.column .gap-48.one-four.img-aside .more-items-item,
.column .gap-48.one-four.landing li {
  width: calc(25% -  48px);
}
.column .gap-48.one-five .more-items-item,
.column .gap-48.one-five .more-video-item,
.column .gap-48.one-five .galleries-item,
.column .gap-48.one-five .socialstream-item,
.column .gap-48.one-five .control-group,
.column .gap-48.one-five .formly > *,
.column .gap-48.one-five.img-aside .more-items-item,
.column .gap-48.one-five.landing li {
  width: calc(20% -  48px);
}
.column .gap-48.one-six .more-items-item,
.column .gap-48.one-six .more-video-item,
.column .gap-48.one-six .galleries-item,
.column .gap-48.one-six .socialstream-item,
.column .gap-48.one-six .control-group,
.column .gap-48.one-six .formly > *,
.column .gap-48.one-six.img-aside .more-items-item,
.column .gap-48.one-six.landing li {
  width: calc(16.5666667% -  48px);
}
.column .gap-48.one-seven .more-items-item,
.column .gap-48.one-seven .more-video-item,
.column .gap-48.one-seven .galleries-item,
.column .gap-48.one-seven .socialstream-item,
.column .gap-48.one-seven .control-group,
.column .gap-48.one-seven .formly > *,
.column .gap-48.one-seven.img-aside .more-items-item,
.column .gap-48.one-seven.landing li {
  width: calc(14.1857142857% -  48px);
}
.column .gap-47.full-width {
  padding-left: 23.5px !important;
  padding-right: 23.5px !important;
}
.column .gap-47.full-width.tabs-end header,
.column .gap-47.full-width.tabs-start header,
.column .gap-47.full-width.tabs-end .widget-title,
.column .gap-47.full-width.tabs-start .widget-title,
.column .gap-47.full-width.tabs-end .section-title,
.column .gap-47.full-width.tabs-start .section-title {
  padding-left: 47px;
  padding-right: 47px;
}
.column .gap-47:not(.full-width) .more-items-list,
.column .gap-47:not(.full-width) .tabs-content {
  max-width: 1397px !important;
}
.column .gap-47:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-47:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 997px !important;
}
.column .gap-47 .more-items-item {
  margin: 0 23.5px 47px;
}
.column .gap-47.img-aside.one-one .more-items-item {
  width: calc(100% -  47px);
}
.column .gap-47.img-aside.one-two .more-items-item {
  width: calc(50% -  47px);
}
.column .gap-47.img-aside.one-three .more-items-item {
  width: calc(33.29% -  47px);
}
.column .gap-47.img-aside.one-four .more-items-item {
  width: calc(25% -  47px);
}
.column .gap-47.one-one .more-items-item,
.column .gap-47.one-one .more-video-item,
.column .gap-47.one-one .galleries-item,
.column .gap-47.one-one .socialstream-item,
.column .gap-47.one-one .control-group,
.column .gap-47.one-one .formly > *,
.column .gap-47.one-one.img-aside .more-items-item,
.column .gap-47.one-one.landing li {
  width: calc(100% -  47px);
}
.column .gap-47.one-two .more-items-item,
.column .gap-47.one-two .more-video-item,
.column .gap-47.one-two .galleries-item,
.column .gap-47.one-two .socialstream-item,
.column .gap-47.one-two .control-group,
.column .gap-47.one-two .formly > *,
.column .gap-47.one-two.img-aside .more-items-item,
.column .gap-47.one-two.landing li {
  width: calc(50% -  47px);
}
.column .gap-47.one-three .more-items-item,
.column .gap-47.one-three .more-video-item,
.column .gap-47.one-three .galleries-item,
.column .gap-47.one-three .socialstream-item,
.column .gap-47.one-three .control-group,
.column .gap-47.one-three .formly > *,
.column .gap-47.one-three.img-aside .more-items-item,
.column .gap-47.one-three.landing li {
  width: calc(33.29% -  47px);
}
.column .gap-47.one-four .more-items-item,
.column .gap-47.one-four .more-video-item,
.column .gap-47.one-four .galleries-item,
.column .gap-47.one-four .socialstream-item,
.column .gap-47.one-four .control-group,
.column .gap-47.one-four .formly > *,
.column .gap-47.one-four.img-aside .more-items-item,
.column .gap-47.one-four.landing li {
  width: calc(25% -  47px);
}
.column .gap-47.one-five .more-items-item,
.column .gap-47.one-five .more-video-item,
.column .gap-47.one-five .galleries-item,
.column .gap-47.one-five .socialstream-item,
.column .gap-47.one-five .control-group,
.column .gap-47.one-five .formly > *,
.column .gap-47.one-five.img-aside .more-items-item,
.column .gap-47.one-five.landing li {
  width: calc(20% -  47px);
}
.column .gap-47.one-six .more-items-item,
.column .gap-47.one-six .more-video-item,
.column .gap-47.one-six .galleries-item,
.column .gap-47.one-six .socialstream-item,
.column .gap-47.one-six .control-group,
.column .gap-47.one-six .formly > *,
.column .gap-47.one-six.img-aside .more-items-item,
.column .gap-47.one-six.landing li {
  width: calc(16.5666667% -  47px);
}
.column .gap-47.one-seven .more-items-item,
.column .gap-47.one-seven .more-video-item,
.column .gap-47.one-seven .galleries-item,
.column .gap-47.one-seven .socialstream-item,
.column .gap-47.one-seven .control-group,
.column .gap-47.one-seven .formly > *,
.column .gap-47.one-seven.img-aside .more-items-item,
.column .gap-47.one-seven.landing li {
  width: calc(14.1857142857% -  47px);
}
.column .gap-46.full-width {
  padding-left: 23px !important;
  padding-right: 23px !important;
}
.column .gap-46.full-width.tabs-end header,
.column .gap-46.full-width.tabs-start header,
.column .gap-46.full-width.tabs-end .widget-title,
.column .gap-46.full-width.tabs-start .widget-title,
.column .gap-46.full-width.tabs-end .section-title,
.column .gap-46.full-width.tabs-start .section-title {
  padding-left: 46px;
  padding-right: 46px;
}
.column .gap-46:not(.full-width) .more-items-list,
.column .gap-46:not(.full-width) .tabs-content {
  max-width: 1396px !important;
}
.column .gap-46:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-46:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 996px !important;
}
.column .gap-46 .more-items-item {
  margin: 0 23px 46px;
}
.column .gap-46.img-aside.one-one .more-items-item {
  width: calc(100% -  46px);
}
.column .gap-46.img-aside.one-two .more-items-item {
  width: calc(50% -  46px);
}
.column .gap-46.img-aside.one-three .more-items-item {
  width: calc(33.29% -  46px);
}
.column .gap-46.img-aside.one-four .more-items-item {
  width: calc(25% -  46px);
}
.column .gap-46.one-one .more-items-item,
.column .gap-46.one-one .more-video-item,
.column .gap-46.one-one .galleries-item,
.column .gap-46.one-one .socialstream-item,
.column .gap-46.one-one .control-group,
.column .gap-46.one-one .formly > *,
.column .gap-46.one-one.img-aside .more-items-item,
.column .gap-46.one-one.landing li {
  width: calc(100% -  46px);
}
.column .gap-46.one-two .more-items-item,
.column .gap-46.one-two .more-video-item,
.column .gap-46.one-two .galleries-item,
.column .gap-46.one-two .socialstream-item,
.column .gap-46.one-two .control-group,
.column .gap-46.one-two .formly > *,
.column .gap-46.one-two.img-aside .more-items-item,
.column .gap-46.one-two.landing li {
  width: calc(50% -  46px);
}
.column .gap-46.one-three .more-items-item,
.column .gap-46.one-three .more-video-item,
.column .gap-46.one-three .galleries-item,
.column .gap-46.one-three .socialstream-item,
.column .gap-46.one-three .control-group,
.column .gap-46.one-three .formly > *,
.column .gap-46.one-three.img-aside .more-items-item,
.column .gap-46.one-three.landing li {
  width: calc(33.29% -  46px);
}
.column .gap-46.one-four .more-items-item,
.column .gap-46.one-four .more-video-item,
.column .gap-46.one-four .galleries-item,
.column .gap-46.one-four .socialstream-item,
.column .gap-46.one-four .control-group,
.column .gap-46.one-four .formly > *,
.column .gap-46.one-four.img-aside .more-items-item,
.column .gap-46.one-four.landing li {
  width: calc(25% -  46px);
}
.column .gap-46.one-five .more-items-item,
.column .gap-46.one-five .more-video-item,
.column .gap-46.one-five .galleries-item,
.column .gap-46.one-five .socialstream-item,
.column .gap-46.one-five .control-group,
.column .gap-46.one-five .formly > *,
.column .gap-46.one-five.img-aside .more-items-item,
.column .gap-46.one-five.landing li {
  width: calc(20% -  46px);
}
.column .gap-46.one-six .more-items-item,
.column .gap-46.one-six .more-video-item,
.column .gap-46.one-six .galleries-item,
.column .gap-46.one-six .socialstream-item,
.column .gap-46.one-six .control-group,
.column .gap-46.one-six .formly > *,
.column .gap-46.one-six.img-aside .more-items-item,
.column .gap-46.one-six.landing li {
  width: calc(16.5666667% -  46px);
}
.column .gap-46.one-seven .more-items-item,
.column .gap-46.one-seven .more-video-item,
.column .gap-46.one-seven .galleries-item,
.column .gap-46.one-seven .socialstream-item,
.column .gap-46.one-seven .control-group,
.column .gap-46.one-seven .formly > *,
.column .gap-46.one-seven.img-aside .more-items-item,
.column .gap-46.one-seven.landing li {
  width: calc(14.1857142857% -  46px);
}
.column .gap-45.full-width {
  padding-left: 22.5px !important;
  padding-right: 22.5px !important;
}
.column .gap-45.full-width.tabs-end header,
.column .gap-45.full-width.tabs-start header,
.column .gap-45.full-width.tabs-end .widget-title,
.column .gap-45.full-width.tabs-start .widget-title,
.column .gap-45.full-width.tabs-end .section-title,
.column .gap-45.full-width.tabs-start .section-title {
  padding-left: 45px;
  padding-right: 45px;
}
.column .gap-45:not(.full-width) .more-items-list,
.column .gap-45:not(.full-width) .tabs-content {
  max-width: 1395px !important;
}
.column .gap-45:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-45:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 995px !important;
}
.column .gap-45 .more-items-item {
  margin: 0 22.5px 45px;
}
.column .gap-45.img-aside.one-one .more-items-item {
  width: calc(100% -  45px);
}
.column .gap-45.img-aside.one-two .more-items-item {
  width: calc(50% -  45px);
}
.column .gap-45.img-aside.one-three .more-items-item {
  width: calc(33.29% -  45px);
}
.column .gap-45.img-aside.one-four .more-items-item {
  width: calc(25% -  45px);
}
.column .gap-45.one-one .more-items-item,
.column .gap-45.one-one .more-video-item,
.column .gap-45.one-one .galleries-item,
.column .gap-45.one-one .socialstream-item,
.column .gap-45.one-one .control-group,
.column .gap-45.one-one .formly > *,
.column .gap-45.one-one.img-aside .more-items-item,
.column .gap-45.one-one.landing li {
  width: calc(100% -  45px);
}
.column .gap-45.one-two .more-items-item,
.column .gap-45.one-two .more-video-item,
.column .gap-45.one-two .galleries-item,
.column .gap-45.one-two .socialstream-item,
.column .gap-45.one-two .control-group,
.column .gap-45.one-two .formly > *,
.column .gap-45.one-two.img-aside .more-items-item,
.column .gap-45.one-two.landing li {
  width: calc(50% -  45px);
}
.column .gap-45.one-three .more-items-item,
.column .gap-45.one-three .more-video-item,
.column .gap-45.one-three .galleries-item,
.column .gap-45.one-three .socialstream-item,
.column .gap-45.one-three .control-group,
.column .gap-45.one-three .formly > *,
.column .gap-45.one-three.img-aside .more-items-item,
.column .gap-45.one-three.landing li {
  width: calc(33.29% -  45px);
}
.column .gap-45.one-four .more-items-item,
.column .gap-45.one-four .more-video-item,
.column .gap-45.one-four .galleries-item,
.column .gap-45.one-four .socialstream-item,
.column .gap-45.one-four .control-group,
.column .gap-45.one-four .formly > *,
.column .gap-45.one-four.img-aside .more-items-item,
.column .gap-45.one-four.landing li {
  width: calc(25% -  45px);
}
.column .gap-45.one-five .more-items-item,
.column .gap-45.one-five .more-video-item,
.column .gap-45.one-five .galleries-item,
.column .gap-45.one-five .socialstream-item,
.column .gap-45.one-five .control-group,
.column .gap-45.one-five .formly > *,
.column .gap-45.one-five.img-aside .more-items-item,
.column .gap-45.one-five.landing li {
  width: calc(20% -  45px);
}
.column .gap-45.one-six .more-items-item,
.column .gap-45.one-six .more-video-item,
.column .gap-45.one-six .galleries-item,
.column .gap-45.one-six .socialstream-item,
.column .gap-45.one-six .control-group,
.column .gap-45.one-six .formly > *,
.column .gap-45.one-six.img-aside .more-items-item,
.column .gap-45.one-six.landing li {
  width: calc(16.5666667% -  45px);
}
.column .gap-45.one-seven .more-items-item,
.column .gap-45.one-seven .more-video-item,
.column .gap-45.one-seven .galleries-item,
.column .gap-45.one-seven .socialstream-item,
.column .gap-45.one-seven .control-group,
.column .gap-45.one-seven .formly > *,
.column .gap-45.one-seven.img-aside .more-items-item,
.column .gap-45.one-seven.landing li {
  width: calc(14.1857142857% -  45px);
}
.column .gap-44.full-width {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.column .gap-44.full-width.tabs-end header,
.column .gap-44.full-width.tabs-start header,
.column .gap-44.full-width.tabs-end .widget-title,
.column .gap-44.full-width.tabs-start .widget-title,
.column .gap-44.full-width.tabs-end .section-title,
.column .gap-44.full-width.tabs-start .section-title {
  padding-left: 44px;
  padding-right: 44px;
}
.column .gap-44:not(.full-width) .more-items-list,
.column .gap-44:not(.full-width) .tabs-content {
  max-width: 1394px !important;
}
.column .gap-44:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-44:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 994px !important;
}
.column .gap-44 .more-items-item {
  margin: 0 22px 44px;
}
.column .gap-44.img-aside.one-one .more-items-item {
  width: calc(100% -  44px);
}
.column .gap-44.img-aside.one-two .more-items-item {
  width: calc(50% -  44px);
}
.column .gap-44.img-aside.one-three .more-items-item {
  width: calc(33.29% -  44px);
}
.column .gap-44.img-aside.one-four .more-items-item {
  width: calc(25% -  44px);
}
.column .gap-44.one-one .more-items-item,
.column .gap-44.one-one .more-video-item,
.column .gap-44.one-one .galleries-item,
.column .gap-44.one-one .socialstream-item,
.column .gap-44.one-one .control-group,
.column .gap-44.one-one .formly > *,
.column .gap-44.one-one.img-aside .more-items-item,
.column .gap-44.one-one.landing li {
  width: calc(100% -  44px);
}
.column .gap-44.one-two .more-items-item,
.column .gap-44.one-two .more-video-item,
.column .gap-44.one-two .galleries-item,
.column .gap-44.one-two .socialstream-item,
.column .gap-44.one-two .control-group,
.column .gap-44.one-two .formly > *,
.column .gap-44.one-two.img-aside .more-items-item,
.column .gap-44.one-two.landing li {
  width: calc(50% -  44px);
}
.column .gap-44.one-three .more-items-item,
.column .gap-44.one-three .more-video-item,
.column .gap-44.one-three .galleries-item,
.column .gap-44.one-three .socialstream-item,
.column .gap-44.one-three .control-group,
.column .gap-44.one-three .formly > *,
.column .gap-44.one-three.img-aside .more-items-item,
.column .gap-44.one-three.landing li {
  width: calc(33.29% -  44px);
}
.column .gap-44.one-four .more-items-item,
.column .gap-44.one-four .more-video-item,
.column .gap-44.one-four .galleries-item,
.column .gap-44.one-four .socialstream-item,
.column .gap-44.one-four .control-group,
.column .gap-44.one-four .formly > *,
.column .gap-44.one-four.img-aside .more-items-item,
.column .gap-44.one-four.landing li {
  width: calc(25% -  44px);
}
.column .gap-44.one-five .more-items-item,
.column .gap-44.one-five .more-video-item,
.column .gap-44.one-five .galleries-item,
.column .gap-44.one-five .socialstream-item,
.column .gap-44.one-five .control-group,
.column .gap-44.one-five .formly > *,
.column .gap-44.one-five.img-aside .more-items-item,
.column .gap-44.one-five.landing li {
  width: calc(20% -  44px);
}
.column .gap-44.one-six .more-items-item,
.column .gap-44.one-six .more-video-item,
.column .gap-44.one-six .galleries-item,
.column .gap-44.one-six .socialstream-item,
.column .gap-44.one-six .control-group,
.column .gap-44.one-six .formly > *,
.column .gap-44.one-six.img-aside .more-items-item,
.column .gap-44.one-six.landing li {
  width: calc(16.5666667% -  44px);
}
.column .gap-44.one-seven .more-items-item,
.column .gap-44.one-seven .more-video-item,
.column .gap-44.one-seven .galleries-item,
.column .gap-44.one-seven .socialstream-item,
.column .gap-44.one-seven .control-group,
.column .gap-44.one-seven .formly > *,
.column .gap-44.one-seven.img-aside .more-items-item,
.column .gap-44.one-seven.landing li {
  width: calc(14.1857142857% -  44px);
}
.column .gap-43.full-width {
  padding-left: 21.5px !important;
  padding-right: 21.5px !important;
}
.column .gap-43.full-width.tabs-end header,
.column .gap-43.full-width.tabs-start header,
.column .gap-43.full-width.tabs-end .widget-title,
.column .gap-43.full-width.tabs-start .widget-title,
.column .gap-43.full-width.tabs-end .section-title,
.column .gap-43.full-width.tabs-start .section-title {
  padding-left: 43px;
  padding-right: 43px;
}
.column .gap-43:not(.full-width) .more-items-list,
.column .gap-43:not(.full-width) .tabs-content {
  max-width: 1393px !important;
}
.column .gap-43:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-43:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 993px !important;
}
.column .gap-43 .more-items-item {
  margin: 0 21.5px 43px;
}
.column .gap-43.img-aside.one-one .more-items-item {
  width: calc(100% -  43px);
}
.column .gap-43.img-aside.one-two .more-items-item {
  width: calc(50% -  43px);
}
.column .gap-43.img-aside.one-three .more-items-item {
  width: calc(33.29% -  43px);
}
.column .gap-43.img-aside.one-four .more-items-item {
  width: calc(25% -  43px);
}
.column .gap-43.one-one .more-items-item,
.column .gap-43.one-one .more-video-item,
.column .gap-43.one-one .galleries-item,
.column .gap-43.one-one .socialstream-item,
.column .gap-43.one-one .control-group,
.column .gap-43.one-one .formly > *,
.column .gap-43.one-one.img-aside .more-items-item,
.column .gap-43.one-one.landing li {
  width: calc(100% -  43px);
}
.column .gap-43.one-two .more-items-item,
.column .gap-43.one-two .more-video-item,
.column .gap-43.one-two .galleries-item,
.column .gap-43.one-two .socialstream-item,
.column .gap-43.one-two .control-group,
.column .gap-43.one-two .formly > *,
.column .gap-43.one-two.img-aside .more-items-item,
.column .gap-43.one-two.landing li {
  width: calc(50% -  43px);
}
.column .gap-43.one-three .more-items-item,
.column .gap-43.one-three .more-video-item,
.column .gap-43.one-three .galleries-item,
.column .gap-43.one-three .socialstream-item,
.column .gap-43.one-three .control-group,
.column .gap-43.one-three .formly > *,
.column .gap-43.one-three.img-aside .more-items-item,
.column .gap-43.one-three.landing li {
  width: calc(33.29% -  43px);
}
.column .gap-43.one-four .more-items-item,
.column .gap-43.one-four .more-video-item,
.column .gap-43.one-four .galleries-item,
.column .gap-43.one-four .socialstream-item,
.column .gap-43.one-four .control-group,
.column .gap-43.one-four .formly > *,
.column .gap-43.one-four.img-aside .more-items-item,
.column .gap-43.one-four.landing li {
  width: calc(25% -  43px);
}
.column .gap-43.one-five .more-items-item,
.column .gap-43.one-five .more-video-item,
.column .gap-43.one-five .galleries-item,
.column .gap-43.one-five .socialstream-item,
.column .gap-43.one-five .control-group,
.column .gap-43.one-five .formly > *,
.column .gap-43.one-five.img-aside .more-items-item,
.column .gap-43.one-five.landing li {
  width: calc(20% -  43px);
}
.column .gap-43.one-six .more-items-item,
.column .gap-43.one-six .more-video-item,
.column .gap-43.one-six .galleries-item,
.column .gap-43.one-six .socialstream-item,
.column .gap-43.one-six .control-group,
.column .gap-43.one-six .formly > *,
.column .gap-43.one-six.img-aside .more-items-item,
.column .gap-43.one-six.landing li {
  width: calc(16.5666667% -  43px);
}
.column .gap-43.one-seven .more-items-item,
.column .gap-43.one-seven .more-video-item,
.column .gap-43.one-seven .galleries-item,
.column .gap-43.one-seven .socialstream-item,
.column .gap-43.one-seven .control-group,
.column .gap-43.one-seven .formly > *,
.column .gap-43.one-seven.img-aside .more-items-item,
.column .gap-43.one-seven.landing li {
  width: calc(14.1857142857% -  43px);
}
.column .gap-42.full-width {
  padding-left: 21px !important;
  padding-right: 21px !important;
}
.column .gap-42.full-width.tabs-end header,
.column .gap-42.full-width.tabs-start header,
.column .gap-42.full-width.tabs-end .widget-title,
.column .gap-42.full-width.tabs-start .widget-title,
.column .gap-42.full-width.tabs-end .section-title,
.column .gap-42.full-width.tabs-start .section-title {
  padding-left: 42px;
  padding-right: 42px;
}
.column .gap-42:not(.full-width) .more-items-list,
.column .gap-42:not(.full-width) .tabs-content {
  max-width: 1392px !important;
}
.column .gap-42:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-42:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 992px !important;
}
.column .gap-42 .more-items-item {
  margin: 0 21px 42px;
}
.column .gap-42.img-aside.one-one .more-items-item {
  width: calc(100% -  42px);
}
.column .gap-42.img-aside.one-two .more-items-item {
  width: calc(50% -  42px);
}
.column .gap-42.img-aside.one-three .more-items-item {
  width: calc(33.29% -  42px);
}
.column .gap-42.img-aside.one-four .more-items-item {
  width: calc(25% -  42px);
}
.column .gap-42.one-one .more-items-item,
.column .gap-42.one-one .more-video-item,
.column .gap-42.one-one .galleries-item,
.column .gap-42.one-one .socialstream-item,
.column .gap-42.one-one .control-group,
.column .gap-42.one-one .formly > *,
.column .gap-42.one-one.img-aside .more-items-item,
.column .gap-42.one-one.landing li {
  width: calc(100% -  42px);
}
.column .gap-42.one-two .more-items-item,
.column .gap-42.one-two .more-video-item,
.column .gap-42.one-two .galleries-item,
.column .gap-42.one-two .socialstream-item,
.column .gap-42.one-two .control-group,
.column .gap-42.one-two .formly > *,
.column .gap-42.one-two.img-aside .more-items-item,
.column .gap-42.one-two.landing li {
  width: calc(50% -  42px);
}
.column .gap-42.one-three .more-items-item,
.column .gap-42.one-three .more-video-item,
.column .gap-42.one-three .galleries-item,
.column .gap-42.one-three .socialstream-item,
.column .gap-42.one-three .control-group,
.column .gap-42.one-three .formly > *,
.column .gap-42.one-three.img-aside .more-items-item,
.column .gap-42.one-three.landing li {
  width: calc(33.29% -  42px);
}
.column .gap-42.one-four .more-items-item,
.column .gap-42.one-four .more-video-item,
.column .gap-42.one-four .galleries-item,
.column .gap-42.one-four .socialstream-item,
.column .gap-42.one-four .control-group,
.column .gap-42.one-four .formly > *,
.column .gap-42.one-four.img-aside .more-items-item,
.column .gap-42.one-four.landing li {
  width: calc(25% -  42px);
}
.column .gap-42.one-five .more-items-item,
.column .gap-42.one-five .more-video-item,
.column .gap-42.one-five .galleries-item,
.column .gap-42.one-five .socialstream-item,
.column .gap-42.one-five .control-group,
.column .gap-42.one-five .formly > *,
.column .gap-42.one-five.img-aside .more-items-item,
.column .gap-42.one-five.landing li {
  width: calc(20% -  42px);
}
.column .gap-42.one-six .more-items-item,
.column .gap-42.one-six .more-video-item,
.column .gap-42.one-six .galleries-item,
.column .gap-42.one-six .socialstream-item,
.column .gap-42.one-six .control-group,
.column .gap-42.one-six .formly > *,
.column .gap-42.one-six.img-aside .more-items-item,
.column .gap-42.one-six.landing li {
  width: calc(16.5666667% -  42px);
}
.column .gap-42.one-seven .more-items-item,
.column .gap-42.one-seven .more-video-item,
.column .gap-42.one-seven .galleries-item,
.column .gap-42.one-seven .socialstream-item,
.column .gap-42.one-seven .control-group,
.column .gap-42.one-seven .formly > *,
.column .gap-42.one-seven.img-aside .more-items-item,
.column .gap-42.one-seven.landing li {
  width: calc(14.1857142857% -  42px);
}
.column .gap-41.full-width {
  padding-left: 20.5px !important;
  padding-right: 20.5px !important;
}
.column .gap-41.full-width.tabs-end header,
.column .gap-41.full-width.tabs-start header,
.column .gap-41.full-width.tabs-end .widget-title,
.column .gap-41.full-width.tabs-start .widget-title,
.column .gap-41.full-width.tabs-end .section-title,
.column .gap-41.full-width.tabs-start .section-title {
  padding-left: 41px;
  padding-right: 41px;
}
.column .gap-41:not(.full-width) .more-items-list,
.column .gap-41:not(.full-width) .tabs-content {
  max-width: 1391px !important;
}
.column .gap-41:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-41:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 991px !important;
}
.column .gap-41 .more-items-item {
  margin: 0 20.5px 41px;
}
.column .gap-41.img-aside.one-one .more-items-item {
  width: calc(100% -  41px);
}
.column .gap-41.img-aside.one-two .more-items-item {
  width: calc(50% -  41px);
}
.column .gap-41.img-aside.one-three .more-items-item {
  width: calc(33.29% -  41px);
}
.column .gap-41.img-aside.one-four .more-items-item {
  width: calc(25% -  41px);
}
.column .gap-41.one-one .more-items-item,
.column .gap-41.one-one .more-video-item,
.column .gap-41.one-one .galleries-item,
.column .gap-41.one-one .socialstream-item,
.column .gap-41.one-one .control-group,
.column .gap-41.one-one .formly > *,
.column .gap-41.one-one.img-aside .more-items-item,
.column .gap-41.one-one.landing li {
  width: calc(100% -  41px);
}
.column .gap-41.one-two .more-items-item,
.column .gap-41.one-two .more-video-item,
.column .gap-41.one-two .galleries-item,
.column .gap-41.one-two .socialstream-item,
.column .gap-41.one-two .control-group,
.column .gap-41.one-two .formly > *,
.column .gap-41.one-two.img-aside .more-items-item,
.column .gap-41.one-two.landing li {
  width: calc(50% -  41px);
}
.column .gap-41.one-three .more-items-item,
.column .gap-41.one-three .more-video-item,
.column .gap-41.one-three .galleries-item,
.column .gap-41.one-three .socialstream-item,
.column .gap-41.one-three .control-group,
.column .gap-41.one-three .formly > *,
.column .gap-41.one-three.img-aside .more-items-item,
.column .gap-41.one-three.landing li {
  width: calc(33.29% -  41px);
}
.column .gap-41.one-four .more-items-item,
.column .gap-41.one-four .more-video-item,
.column .gap-41.one-four .galleries-item,
.column .gap-41.one-four .socialstream-item,
.column .gap-41.one-four .control-group,
.column .gap-41.one-four .formly > *,
.column .gap-41.one-four.img-aside .more-items-item,
.column .gap-41.one-four.landing li {
  width: calc(25% -  41px);
}
.column .gap-41.one-five .more-items-item,
.column .gap-41.one-five .more-video-item,
.column .gap-41.one-five .galleries-item,
.column .gap-41.one-five .socialstream-item,
.column .gap-41.one-five .control-group,
.column .gap-41.one-five .formly > *,
.column .gap-41.one-five.img-aside .more-items-item,
.column .gap-41.one-five.landing li {
  width: calc(20% -  41px);
}
.column .gap-41.one-six .more-items-item,
.column .gap-41.one-six .more-video-item,
.column .gap-41.one-six .galleries-item,
.column .gap-41.one-six .socialstream-item,
.column .gap-41.one-six .control-group,
.column .gap-41.one-six .formly > *,
.column .gap-41.one-six.img-aside .more-items-item,
.column .gap-41.one-six.landing li {
  width: calc(16.5666667% -  41px);
}
.column .gap-41.one-seven .more-items-item,
.column .gap-41.one-seven .more-video-item,
.column .gap-41.one-seven .galleries-item,
.column .gap-41.one-seven .socialstream-item,
.column .gap-41.one-seven .control-group,
.column .gap-41.one-seven .formly > *,
.column .gap-41.one-seven.img-aside .more-items-item,
.column .gap-41.one-seven.landing li {
  width: calc(14.1857142857% -  41px);
}
.column .gap-40.full-width {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.column .gap-40.full-width.tabs-end header,
.column .gap-40.full-width.tabs-start header,
.column .gap-40.full-width.tabs-end .widget-title,
.column .gap-40.full-width.tabs-start .widget-title,
.column .gap-40.full-width.tabs-end .section-title,
.column .gap-40.full-width.tabs-start .section-title {
  padding-left: 40px;
  padding-right: 40px;
}
.column .gap-40:not(.full-width) .more-items-list,
.column .gap-40:not(.full-width) .tabs-content {
  max-width: 1390px !important;
}
.column .gap-40:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-40:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 990px !important;
}
.column .gap-40 .more-items-item {
  margin: 0 20px 40px;
}
.column .gap-40.img-aside.one-one .more-items-item {
  width: calc(100% -  40px);
}
.column .gap-40.img-aside.one-two .more-items-item {
  width: calc(50% -  40px);
}
.column .gap-40.img-aside.one-three .more-items-item {
  width: calc(33.29% -  40px);
}
.column .gap-40.img-aside.one-four .more-items-item {
  width: calc(25% -  40px);
}
.column .gap-40.one-one .more-items-item,
.column .gap-40.one-one .more-video-item,
.column .gap-40.one-one .galleries-item,
.column .gap-40.one-one .socialstream-item,
.column .gap-40.one-one .control-group,
.column .gap-40.one-one .formly > *,
.column .gap-40.one-one.img-aside .more-items-item,
.column .gap-40.one-one.landing li {
  width: calc(100% -  40px);
}
.column .gap-40.one-two .more-items-item,
.column .gap-40.one-two .more-video-item,
.column .gap-40.one-two .galleries-item,
.column .gap-40.one-two .socialstream-item,
.column .gap-40.one-two .control-group,
.column .gap-40.one-two .formly > *,
.column .gap-40.one-two.img-aside .more-items-item,
.column .gap-40.one-two.landing li {
  width: calc(50% -  40px);
}
.column .gap-40.one-three .more-items-item,
.column .gap-40.one-three .more-video-item,
.column .gap-40.one-three .galleries-item,
.column .gap-40.one-three .socialstream-item,
.column .gap-40.one-three .control-group,
.column .gap-40.one-three .formly > *,
.column .gap-40.one-three.img-aside .more-items-item,
.column .gap-40.one-three.landing li {
  width: calc(33.29% -  40px);
}
.column .gap-40.one-four .more-items-item,
.column .gap-40.one-four .more-video-item,
.column .gap-40.one-four .galleries-item,
.column .gap-40.one-four .socialstream-item,
.column .gap-40.one-four .control-group,
.column .gap-40.one-four .formly > *,
.column .gap-40.one-four.img-aside .more-items-item,
.column .gap-40.one-four.landing li {
  width: calc(25% -  40px);
}
.column .gap-40.one-five .more-items-item,
.column .gap-40.one-five .more-video-item,
.column .gap-40.one-five .galleries-item,
.column .gap-40.one-five .socialstream-item,
.column .gap-40.one-five .control-group,
.column .gap-40.one-five .formly > *,
.column .gap-40.one-five.img-aside .more-items-item,
.column .gap-40.one-five.landing li {
  width: calc(20% -  40px);
}
.column .gap-40.one-six .more-items-item,
.column .gap-40.one-six .more-video-item,
.column .gap-40.one-six .galleries-item,
.column .gap-40.one-six .socialstream-item,
.column .gap-40.one-six .control-group,
.column .gap-40.one-six .formly > *,
.column .gap-40.one-six.img-aside .more-items-item,
.column .gap-40.one-six.landing li {
  width: calc(16.5666667% -  40px);
}
.column .gap-40.one-seven .more-items-item,
.column .gap-40.one-seven .more-video-item,
.column .gap-40.one-seven .galleries-item,
.column .gap-40.one-seven .socialstream-item,
.column .gap-40.one-seven .control-group,
.column .gap-40.one-seven .formly > *,
.column .gap-40.one-seven.img-aside .more-items-item,
.column .gap-40.one-seven.landing li {
  width: calc(14.1857142857% -  40px);
}
.column .gap-39.full-width {
  padding-left: 19.5px !important;
  padding-right: 19.5px !important;
}
.column .gap-39.full-width.tabs-end header,
.column .gap-39.full-width.tabs-start header,
.column .gap-39.full-width.tabs-end .widget-title,
.column .gap-39.full-width.tabs-start .widget-title,
.column .gap-39.full-width.tabs-end .section-title,
.column .gap-39.full-width.tabs-start .section-title {
  padding-left: 39px;
  padding-right: 39px;
}
.column .gap-39:not(.full-width) .more-items-list,
.column .gap-39:not(.full-width) .tabs-content {
  max-width: 1389px !important;
}
.column .gap-39:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-39:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 989px !important;
}
.column .gap-39 .more-items-item {
  margin: 0 19.5px 39px;
}
.column .gap-39.img-aside.one-one .more-items-item {
  width: calc(100% -  39px);
}
.column .gap-39.img-aside.one-two .more-items-item {
  width: calc(50% -  39px);
}
.column .gap-39.img-aside.one-three .more-items-item {
  width: calc(33.29% -  39px);
}
.column .gap-39.img-aside.one-four .more-items-item {
  width: calc(25% -  39px);
}
.column .gap-39.one-one .more-items-item,
.column .gap-39.one-one .more-video-item,
.column .gap-39.one-one .galleries-item,
.column .gap-39.one-one .socialstream-item,
.column .gap-39.one-one .control-group,
.column .gap-39.one-one .formly > *,
.column .gap-39.one-one.img-aside .more-items-item,
.column .gap-39.one-one.landing li {
  width: calc(100% -  39px);
}
.column .gap-39.one-two .more-items-item,
.column .gap-39.one-two .more-video-item,
.column .gap-39.one-two .galleries-item,
.column .gap-39.one-two .socialstream-item,
.column .gap-39.one-two .control-group,
.column .gap-39.one-two .formly > *,
.column .gap-39.one-two.img-aside .more-items-item,
.column .gap-39.one-two.landing li {
  width: calc(50% -  39px);
}
.column .gap-39.one-three .more-items-item,
.column .gap-39.one-three .more-video-item,
.column .gap-39.one-three .galleries-item,
.column .gap-39.one-three .socialstream-item,
.column .gap-39.one-three .control-group,
.column .gap-39.one-three .formly > *,
.column .gap-39.one-three.img-aside .more-items-item,
.column .gap-39.one-three.landing li {
  width: calc(33.29% -  39px);
}
.column .gap-39.one-four .more-items-item,
.column .gap-39.one-four .more-video-item,
.column .gap-39.one-four .galleries-item,
.column .gap-39.one-four .socialstream-item,
.column .gap-39.one-four .control-group,
.column .gap-39.one-four .formly > *,
.column .gap-39.one-four.img-aside .more-items-item,
.column .gap-39.one-four.landing li {
  width: calc(25% -  39px);
}
.column .gap-39.one-five .more-items-item,
.column .gap-39.one-five .more-video-item,
.column .gap-39.one-five .galleries-item,
.column .gap-39.one-five .socialstream-item,
.column .gap-39.one-five .control-group,
.column .gap-39.one-five .formly > *,
.column .gap-39.one-five.img-aside .more-items-item,
.column .gap-39.one-five.landing li {
  width: calc(20% -  39px);
}
.column .gap-39.one-six .more-items-item,
.column .gap-39.one-six .more-video-item,
.column .gap-39.one-six .galleries-item,
.column .gap-39.one-six .socialstream-item,
.column .gap-39.one-six .control-group,
.column .gap-39.one-six .formly > *,
.column .gap-39.one-six.img-aside .more-items-item,
.column .gap-39.one-six.landing li {
  width: calc(16.5666667% -  39px);
}
.column .gap-39.one-seven .more-items-item,
.column .gap-39.one-seven .more-video-item,
.column .gap-39.one-seven .galleries-item,
.column .gap-39.one-seven .socialstream-item,
.column .gap-39.one-seven .control-group,
.column .gap-39.one-seven .formly > *,
.column .gap-39.one-seven.img-aside .more-items-item,
.column .gap-39.one-seven.landing li {
  width: calc(14.1857142857% -  39px);
}
.column .gap-38.full-width {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.column .gap-38.full-width.tabs-end header,
.column .gap-38.full-width.tabs-start header,
.column .gap-38.full-width.tabs-end .widget-title,
.column .gap-38.full-width.tabs-start .widget-title,
.column .gap-38.full-width.tabs-end .section-title,
.column .gap-38.full-width.tabs-start .section-title {
  padding-left: 38px;
  padding-right: 38px;
}
.column .gap-38:not(.full-width) .more-items-list,
.column .gap-38:not(.full-width) .tabs-content {
  max-width: 1388px !important;
}
.column .gap-38:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-38:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 988px !important;
}
.column .gap-38 .more-items-item {
  margin: 0 19px 38px;
}
.column .gap-38.img-aside.one-one .more-items-item {
  width: calc(100% -  38px);
}
.column .gap-38.img-aside.one-two .more-items-item {
  width: calc(50% -  38px);
}
.column .gap-38.img-aside.one-three .more-items-item {
  width: calc(33.29% -  38px);
}
.column .gap-38.img-aside.one-four .more-items-item {
  width: calc(25% -  38px);
}
.column .gap-38.one-one .more-items-item,
.column .gap-38.one-one .more-video-item,
.column .gap-38.one-one .galleries-item,
.column .gap-38.one-one .socialstream-item,
.column .gap-38.one-one .control-group,
.column .gap-38.one-one .formly > *,
.column .gap-38.one-one.img-aside .more-items-item,
.column .gap-38.one-one.landing li {
  width: calc(100% -  38px);
}
.column .gap-38.one-two .more-items-item,
.column .gap-38.one-two .more-video-item,
.column .gap-38.one-two .galleries-item,
.column .gap-38.one-two .socialstream-item,
.column .gap-38.one-two .control-group,
.column .gap-38.one-two .formly > *,
.column .gap-38.one-two.img-aside .more-items-item,
.column .gap-38.one-two.landing li {
  width: calc(50% -  38px);
}
.column .gap-38.one-three .more-items-item,
.column .gap-38.one-three .more-video-item,
.column .gap-38.one-three .galleries-item,
.column .gap-38.one-three .socialstream-item,
.column .gap-38.one-three .control-group,
.column .gap-38.one-three .formly > *,
.column .gap-38.one-three.img-aside .more-items-item,
.column .gap-38.one-three.landing li {
  width: calc(33.29% -  38px);
}
.column .gap-38.one-four .more-items-item,
.column .gap-38.one-four .more-video-item,
.column .gap-38.one-four .galleries-item,
.column .gap-38.one-four .socialstream-item,
.column .gap-38.one-four .control-group,
.column .gap-38.one-four .formly > *,
.column .gap-38.one-four.img-aside .more-items-item,
.column .gap-38.one-four.landing li {
  width: calc(25% -  38px);
}
.column .gap-38.one-five .more-items-item,
.column .gap-38.one-five .more-video-item,
.column .gap-38.one-five .galleries-item,
.column .gap-38.one-five .socialstream-item,
.column .gap-38.one-five .control-group,
.column .gap-38.one-five .formly > *,
.column .gap-38.one-five.img-aside .more-items-item,
.column .gap-38.one-five.landing li {
  width: calc(20% -  38px);
}
.column .gap-38.one-six .more-items-item,
.column .gap-38.one-six .more-video-item,
.column .gap-38.one-six .galleries-item,
.column .gap-38.one-six .socialstream-item,
.column .gap-38.one-six .control-group,
.column .gap-38.one-six .formly > *,
.column .gap-38.one-six.img-aside .more-items-item,
.column .gap-38.one-six.landing li {
  width: calc(16.5666667% -  38px);
}
.column .gap-38.one-seven .more-items-item,
.column .gap-38.one-seven .more-video-item,
.column .gap-38.one-seven .galleries-item,
.column .gap-38.one-seven .socialstream-item,
.column .gap-38.one-seven .control-group,
.column .gap-38.one-seven .formly > *,
.column .gap-38.one-seven.img-aside .more-items-item,
.column .gap-38.one-seven.landing li {
  width: calc(14.1857142857% -  38px);
}
.column .gap-37.full-width {
  padding-left: 18.5px !important;
  padding-right: 18.5px !important;
}
.column .gap-37.full-width.tabs-end header,
.column .gap-37.full-width.tabs-start header,
.column .gap-37.full-width.tabs-end .widget-title,
.column .gap-37.full-width.tabs-start .widget-title,
.column .gap-37.full-width.tabs-end .section-title,
.column .gap-37.full-width.tabs-start .section-title {
  padding-left: 37px;
  padding-right: 37px;
}
.column .gap-37:not(.full-width) .more-items-list,
.column .gap-37:not(.full-width) .tabs-content {
  max-width: 1387px !important;
}
.column .gap-37:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-37:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 987px !important;
}
.column .gap-37 .more-items-item {
  margin: 0 18.5px 37px;
}
.column .gap-37.img-aside.one-one .more-items-item {
  width: calc(100% -  37px);
}
.column .gap-37.img-aside.one-two .more-items-item {
  width: calc(50% -  37px);
}
.column .gap-37.img-aside.one-three .more-items-item {
  width: calc(33.29% -  37px);
}
.column .gap-37.img-aside.one-four .more-items-item {
  width: calc(25% -  37px);
}
.column .gap-37.one-one .more-items-item,
.column .gap-37.one-one .more-video-item,
.column .gap-37.one-one .galleries-item,
.column .gap-37.one-one .socialstream-item,
.column .gap-37.one-one .control-group,
.column .gap-37.one-one .formly > *,
.column .gap-37.one-one.img-aside .more-items-item,
.column .gap-37.one-one.landing li {
  width: calc(100% -  37px);
}
.column .gap-37.one-two .more-items-item,
.column .gap-37.one-two .more-video-item,
.column .gap-37.one-two .galleries-item,
.column .gap-37.one-two .socialstream-item,
.column .gap-37.one-two .control-group,
.column .gap-37.one-two .formly > *,
.column .gap-37.one-two.img-aside .more-items-item,
.column .gap-37.one-two.landing li {
  width: calc(50% -  37px);
}
.column .gap-37.one-three .more-items-item,
.column .gap-37.one-three .more-video-item,
.column .gap-37.one-three .galleries-item,
.column .gap-37.one-three .socialstream-item,
.column .gap-37.one-three .control-group,
.column .gap-37.one-three .formly > *,
.column .gap-37.one-three.img-aside .more-items-item,
.column .gap-37.one-three.landing li {
  width: calc(33.29% -  37px);
}
.column .gap-37.one-four .more-items-item,
.column .gap-37.one-four .more-video-item,
.column .gap-37.one-four .galleries-item,
.column .gap-37.one-four .socialstream-item,
.column .gap-37.one-four .control-group,
.column .gap-37.one-four .formly > *,
.column .gap-37.one-four.img-aside .more-items-item,
.column .gap-37.one-four.landing li {
  width: calc(25% -  37px);
}
.column .gap-37.one-five .more-items-item,
.column .gap-37.one-five .more-video-item,
.column .gap-37.one-five .galleries-item,
.column .gap-37.one-five .socialstream-item,
.column .gap-37.one-five .control-group,
.column .gap-37.one-five .formly > *,
.column .gap-37.one-five.img-aside .more-items-item,
.column .gap-37.one-five.landing li {
  width: calc(20% -  37px);
}
.column .gap-37.one-six .more-items-item,
.column .gap-37.one-six .more-video-item,
.column .gap-37.one-six .galleries-item,
.column .gap-37.one-six .socialstream-item,
.column .gap-37.one-six .control-group,
.column .gap-37.one-six .formly > *,
.column .gap-37.one-six.img-aside .more-items-item,
.column .gap-37.one-six.landing li {
  width: calc(16.5666667% -  37px);
}
.column .gap-37.one-seven .more-items-item,
.column .gap-37.one-seven .more-video-item,
.column .gap-37.one-seven .galleries-item,
.column .gap-37.one-seven .socialstream-item,
.column .gap-37.one-seven .control-group,
.column .gap-37.one-seven .formly > *,
.column .gap-37.one-seven.img-aside .more-items-item,
.column .gap-37.one-seven.landing li {
  width: calc(14.1857142857% -  37px);
}
.column .gap-36.full-width {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.column .gap-36.full-width.tabs-end header,
.column .gap-36.full-width.tabs-start header,
.column .gap-36.full-width.tabs-end .widget-title,
.column .gap-36.full-width.tabs-start .widget-title,
.column .gap-36.full-width.tabs-end .section-title,
.column .gap-36.full-width.tabs-start .section-title {
  padding-left: 36px;
  padding-right: 36px;
}
.column .gap-36:not(.full-width) .more-items-list,
.column .gap-36:not(.full-width) .tabs-content {
  max-width: 1386px !important;
}
.column .gap-36:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-36:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 986px !important;
}
.column .gap-36 .more-items-item {
  margin: 0 18px 36px;
}
.column .gap-36.img-aside.one-one .more-items-item {
  width: calc(100% -  36px);
}
.column .gap-36.img-aside.one-two .more-items-item {
  width: calc(50% -  36px);
}
.column .gap-36.img-aside.one-three .more-items-item {
  width: calc(33.29% -  36px);
}
.column .gap-36.img-aside.one-four .more-items-item {
  width: calc(25% -  36px);
}
.column .gap-36.one-one .more-items-item,
.column .gap-36.one-one .more-video-item,
.column .gap-36.one-one .galleries-item,
.column .gap-36.one-one .socialstream-item,
.column .gap-36.one-one .control-group,
.column .gap-36.one-one .formly > *,
.column .gap-36.one-one.img-aside .more-items-item,
.column .gap-36.one-one.landing li {
  width: calc(100% -  36px);
}
.column .gap-36.one-two .more-items-item,
.column .gap-36.one-two .more-video-item,
.column .gap-36.one-two .galleries-item,
.column .gap-36.one-two .socialstream-item,
.column .gap-36.one-two .control-group,
.column .gap-36.one-two .formly > *,
.column .gap-36.one-two.img-aside .more-items-item,
.column .gap-36.one-two.landing li {
  width: calc(50% -  36px);
}
.column .gap-36.one-three .more-items-item,
.column .gap-36.one-three .more-video-item,
.column .gap-36.one-three .galleries-item,
.column .gap-36.one-three .socialstream-item,
.column .gap-36.one-three .control-group,
.column .gap-36.one-three .formly > *,
.column .gap-36.one-three.img-aside .more-items-item,
.column .gap-36.one-three.landing li {
  width: calc(33.29% -  36px);
}
.column .gap-36.one-four .more-items-item,
.column .gap-36.one-four .more-video-item,
.column .gap-36.one-four .galleries-item,
.column .gap-36.one-four .socialstream-item,
.column .gap-36.one-four .control-group,
.column .gap-36.one-four .formly > *,
.column .gap-36.one-four.img-aside .more-items-item,
.column .gap-36.one-four.landing li {
  width: calc(25% -  36px);
}
.column .gap-36.one-five .more-items-item,
.column .gap-36.one-five .more-video-item,
.column .gap-36.one-five .galleries-item,
.column .gap-36.one-five .socialstream-item,
.column .gap-36.one-five .control-group,
.column .gap-36.one-five .formly > *,
.column .gap-36.one-five.img-aside .more-items-item,
.column .gap-36.one-five.landing li {
  width: calc(20% -  36px);
}
.column .gap-36.one-six .more-items-item,
.column .gap-36.one-six .more-video-item,
.column .gap-36.one-six .galleries-item,
.column .gap-36.one-six .socialstream-item,
.column .gap-36.one-six .control-group,
.column .gap-36.one-six .formly > *,
.column .gap-36.one-six.img-aside .more-items-item,
.column .gap-36.one-six.landing li {
  width: calc(16.5666667% -  36px);
}
.column .gap-36.one-seven .more-items-item,
.column .gap-36.one-seven .more-video-item,
.column .gap-36.one-seven .galleries-item,
.column .gap-36.one-seven .socialstream-item,
.column .gap-36.one-seven .control-group,
.column .gap-36.one-seven .formly > *,
.column .gap-36.one-seven.img-aside .more-items-item,
.column .gap-36.one-seven.landing li {
  width: calc(14.1857142857% -  36px);
}
.column .gap-35.full-width {
  padding-left: 17.5px !important;
  padding-right: 17.5px !important;
}
.column .gap-35.full-width.tabs-end header,
.column .gap-35.full-width.tabs-start header,
.column .gap-35.full-width.tabs-end .widget-title,
.column .gap-35.full-width.tabs-start .widget-title,
.column .gap-35.full-width.tabs-end .section-title,
.column .gap-35.full-width.tabs-start .section-title {
  padding-left: 35px;
  padding-right: 35px;
}
.column .gap-35:not(.full-width) .more-items-list,
.column .gap-35:not(.full-width) .tabs-content {
  max-width: 1385px !important;
}
.column .gap-35:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-35:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 985px !important;
}
.column .gap-35 .more-items-item {
  margin: 0 17.5px 35px;
}
.column .gap-35.img-aside.one-one .more-items-item {
  width: calc(100% -  35px);
}
.column .gap-35.img-aside.one-two .more-items-item {
  width: calc(50% -  35px);
}
.column .gap-35.img-aside.one-three .more-items-item {
  width: calc(33.29% -  35px);
}
.column .gap-35.img-aside.one-four .more-items-item {
  width: calc(25% -  35px);
}
.column .gap-35.one-one .more-items-item,
.column .gap-35.one-one .more-video-item,
.column .gap-35.one-one .galleries-item,
.column .gap-35.one-one .socialstream-item,
.column .gap-35.one-one .control-group,
.column .gap-35.one-one .formly > *,
.column .gap-35.one-one.img-aside .more-items-item,
.column .gap-35.one-one.landing li {
  width: calc(100% -  35px);
}
.column .gap-35.one-two .more-items-item,
.column .gap-35.one-two .more-video-item,
.column .gap-35.one-two .galleries-item,
.column .gap-35.one-two .socialstream-item,
.column .gap-35.one-two .control-group,
.column .gap-35.one-two .formly > *,
.column .gap-35.one-two.img-aside .more-items-item,
.column .gap-35.one-two.landing li {
  width: calc(50% -  35px);
}
.column .gap-35.one-three .more-items-item,
.column .gap-35.one-three .more-video-item,
.column .gap-35.one-three .galleries-item,
.column .gap-35.one-three .socialstream-item,
.column .gap-35.one-three .control-group,
.column .gap-35.one-three .formly > *,
.column .gap-35.one-three.img-aside .more-items-item,
.column .gap-35.one-three.landing li {
  width: calc(33.29% -  35px);
}
.column .gap-35.one-four .more-items-item,
.column .gap-35.one-four .more-video-item,
.column .gap-35.one-four .galleries-item,
.column .gap-35.one-four .socialstream-item,
.column .gap-35.one-four .control-group,
.column .gap-35.one-four .formly > *,
.column .gap-35.one-four.img-aside .more-items-item,
.column .gap-35.one-four.landing li {
  width: calc(25% -  35px);
}
.column .gap-35.one-five .more-items-item,
.column .gap-35.one-five .more-video-item,
.column .gap-35.one-five .galleries-item,
.column .gap-35.one-five .socialstream-item,
.column .gap-35.one-five .control-group,
.column .gap-35.one-five .formly > *,
.column .gap-35.one-five.img-aside .more-items-item,
.column .gap-35.one-five.landing li {
  width: calc(20% -  35px);
}
.column .gap-35.one-six .more-items-item,
.column .gap-35.one-six .more-video-item,
.column .gap-35.one-six .galleries-item,
.column .gap-35.one-six .socialstream-item,
.column .gap-35.one-six .control-group,
.column .gap-35.one-six .formly > *,
.column .gap-35.one-six.img-aside .more-items-item,
.column .gap-35.one-six.landing li {
  width: calc(16.5666667% -  35px);
}
.column .gap-35.one-seven .more-items-item,
.column .gap-35.one-seven .more-video-item,
.column .gap-35.one-seven .galleries-item,
.column .gap-35.one-seven .socialstream-item,
.column .gap-35.one-seven .control-group,
.column .gap-35.one-seven .formly > *,
.column .gap-35.one-seven.img-aside .more-items-item,
.column .gap-35.one-seven.landing li {
  width: calc(14.1857142857% -  35px);
}
.column .gap-34.full-width {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.column .gap-34.full-width.tabs-end header,
.column .gap-34.full-width.tabs-start header,
.column .gap-34.full-width.tabs-end .widget-title,
.column .gap-34.full-width.tabs-start .widget-title,
.column .gap-34.full-width.tabs-end .section-title,
.column .gap-34.full-width.tabs-start .section-title {
  padding-left: 34px;
  padding-right: 34px;
}
.column .gap-34:not(.full-width) .more-items-list,
.column .gap-34:not(.full-width) .tabs-content {
  max-width: 1384px !important;
}
.column .gap-34:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-34:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 984px !important;
}
.column .gap-34 .more-items-item {
  margin: 0 17px 34px;
}
.column .gap-34.img-aside.one-one .more-items-item {
  width: calc(100% -  34px);
}
.column .gap-34.img-aside.one-two .more-items-item {
  width: calc(50% -  34px);
}
.column .gap-34.img-aside.one-three .more-items-item {
  width: calc(33.29% -  34px);
}
.column .gap-34.img-aside.one-four .more-items-item {
  width: calc(25% -  34px);
}
.column .gap-34.one-one .more-items-item,
.column .gap-34.one-one .more-video-item,
.column .gap-34.one-one .galleries-item,
.column .gap-34.one-one .socialstream-item,
.column .gap-34.one-one .control-group,
.column .gap-34.one-one .formly > *,
.column .gap-34.one-one.img-aside .more-items-item,
.column .gap-34.one-one.landing li {
  width: calc(100% -  34px);
}
.column .gap-34.one-two .more-items-item,
.column .gap-34.one-two .more-video-item,
.column .gap-34.one-two .galleries-item,
.column .gap-34.one-two .socialstream-item,
.column .gap-34.one-two .control-group,
.column .gap-34.one-two .formly > *,
.column .gap-34.one-two.img-aside .more-items-item,
.column .gap-34.one-two.landing li {
  width: calc(50% -  34px);
}
.column .gap-34.one-three .more-items-item,
.column .gap-34.one-three .more-video-item,
.column .gap-34.one-three .galleries-item,
.column .gap-34.one-three .socialstream-item,
.column .gap-34.one-three .control-group,
.column .gap-34.one-three .formly > *,
.column .gap-34.one-three.img-aside .more-items-item,
.column .gap-34.one-three.landing li {
  width: calc(33.29% -  34px);
}
.column .gap-34.one-four .more-items-item,
.column .gap-34.one-four .more-video-item,
.column .gap-34.one-four .galleries-item,
.column .gap-34.one-four .socialstream-item,
.column .gap-34.one-four .control-group,
.column .gap-34.one-four .formly > *,
.column .gap-34.one-four.img-aside .more-items-item,
.column .gap-34.one-four.landing li {
  width: calc(25% -  34px);
}
.column .gap-34.one-five .more-items-item,
.column .gap-34.one-five .more-video-item,
.column .gap-34.one-five .galleries-item,
.column .gap-34.one-five .socialstream-item,
.column .gap-34.one-five .control-group,
.column .gap-34.one-five .formly > *,
.column .gap-34.one-five.img-aside .more-items-item,
.column .gap-34.one-five.landing li {
  width: calc(20% -  34px);
}
.column .gap-34.one-six .more-items-item,
.column .gap-34.one-six .more-video-item,
.column .gap-34.one-six .galleries-item,
.column .gap-34.one-six .socialstream-item,
.column .gap-34.one-six .control-group,
.column .gap-34.one-six .formly > *,
.column .gap-34.one-six.img-aside .more-items-item,
.column .gap-34.one-six.landing li {
  width: calc(16.5666667% -  34px);
}
.column .gap-34.one-seven .more-items-item,
.column .gap-34.one-seven .more-video-item,
.column .gap-34.one-seven .galleries-item,
.column .gap-34.one-seven .socialstream-item,
.column .gap-34.one-seven .control-group,
.column .gap-34.one-seven .formly > *,
.column .gap-34.one-seven.img-aside .more-items-item,
.column .gap-34.one-seven.landing li {
  width: calc(14.1857142857% -  34px);
}
.column .gap-33.full-width {
  padding-left: 16.5px !important;
  padding-right: 16.5px !important;
}
.column .gap-33.full-width.tabs-end header,
.column .gap-33.full-width.tabs-start header,
.column .gap-33.full-width.tabs-end .widget-title,
.column .gap-33.full-width.tabs-start .widget-title,
.column .gap-33.full-width.tabs-end .section-title,
.column .gap-33.full-width.tabs-start .section-title {
  padding-left: 33px;
  padding-right: 33px;
}
.column .gap-33:not(.full-width) .more-items-list,
.column .gap-33:not(.full-width) .tabs-content {
  max-width: 1383px !important;
}
.column .gap-33:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-33:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 983px !important;
}
.column .gap-33 .more-items-item {
  margin: 0 16.5px 33px;
}
.column .gap-33.img-aside.one-one .more-items-item {
  width: calc(100% -  33px);
}
.column .gap-33.img-aside.one-two .more-items-item {
  width: calc(50% -  33px);
}
.column .gap-33.img-aside.one-three .more-items-item {
  width: calc(33.29% -  33px);
}
.column .gap-33.img-aside.one-four .more-items-item {
  width: calc(25% -  33px);
}
.column .gap-33.one-one .more-items-item,
.column .gap-33.one-one .more-video-item,
.column .gap-33.one-one .galleries-item,
.column .gap-33.one-one .socialstream-item,
.column .gap-33.one-one .control-group,
.column .gap-33.one-one .formly > *,
.column .gap-33.one-one.img-aside .more-items-item,
.column .gap-33.one-one.landing li {
  width: calc(100% -  33px);
}
.column .gap-33.one-two .more-items-item,
.column .gap-33.one-two .more-video-item,
.column .gap-33.one-two .galleries-item,
.column .gap-33.one-two .socialstream-item,
.column .gap-33.one-two .control-group,
.column .gap-33.one-two .formly > *,
.column .gap-33.one-two.img-aside .more-items-item,
.column .gap-33.one-two.landing li {
  width: calc(50% -  33px);
}
.column .gap-33.one-three .more-items-item,
.column .gap-33.one-three .more-video-item,
.column .gap-33.one-three .galleries-item,
.column .gap-33.one-three .socialstream-item,
.column .gap-33.one-three .control-group,
.column .gap-33.one-three .formly > *,
.column .gap-33.one-three.img-aside .more-items-item,
.column .gap-33.one-three.landing li {
  width: calc(33.29% -  33px);
}
.column .gap-33.one-four .more-items-item,
.column .gap-33.one-four .more-video-item,
.column .gap-33.one-four .galleries-item,
.column .gap-33.one-four .socialstream-item,
.column .gap-33.one-four .control-group,
.column .gap-33.one-four .formly > *,
.column .gap-33.one-four.img-aside .more-items-item,
.column .gap-33.one-four.landing li {
  width: calc(25% -  33px);
}
.column .gap-33.one-five .more-items-item,
.column .gap-33.one-five .more-video-item,
.column .gap-33.one-five .galleries-item,
.column .gap-33.one-five .socialstream-item,
.column .gap-33.one-five .control-group,
.column .gap-33.one-five .formly > *,
.column .gap-33.one-five.img-aside .more-items-item,
.column .gap-33.one-five.landing li {
  width: calc(20% -  33px);
}
.column .gap-33.one-six .more-items-item,
.column .gap-33.one-six .more-video-item,
.column .gap-33.one-six .galleries-item,
.column .gap-33.one-six .socialstream-item,
.column .gap-33.one-six .control-group,
.column .gap-33.one-six .formly > *,
.column .gap-33.one-six.img-aside .more-items-item,
.column .gap-33.one-six.landing li {
  width: calc(16.5666667% -  33px);
}
.column .gap-33.one-seven .more-items-item,
.column .gap-33.one-seven .more-video-item,
.column .gap-33.one-seven .galleries-item,
.column .gap-33.one-seven .socialstream-item,
.column .gap-33.one-seven .control-group,
.column .gap-33.one-seven .formly > *,
.column .gap-33.one-seven.img-aside .more-items-item,
.column .gap-33.one-seven.landing li {
  width: calc(14.1857142857% -  33px);
}
.column .gap-32.full-width {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.column .gap-32.full-width.tabs-end header,
.column .gap-32.full-width.tabs-start header,
.column .gap-32.full-width.tabs-end .widget-title,
.column .gap-32.full-width.tabs-start .widget-title,
.column .gap-32.full-width.tabs-end .section-title,
.column .gap-32.full-width.tabs-start .section-title {
  padding-left: 32px;
  padding-right: 32px;
}
.column .gap-32:not(.full-width) .more-items-list,
.column .gap-32:not(.full-width) .tabs-content {
  max-width: 1382px !important;
}
.column .gap-32:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-32:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 982px !important;
}
.column .gap-32 .more-items-item {
  margin: 0 16px 32px;
}
.column .gap-32.img-aside.one-one .more-items-item {
  width: calc(100% -  32px);
}
.column .gap-32.img-aside.one-two .more-items-item {
  width: calc(50% -  32px);
}
.column .gap-32.img-aside.one-three .more-items-item {
  width: calc(33.29% -  32px);
}
.column .gap-32.img-aside.one-four .more-items-item {
  width: calc(25% -  32px);
}
.column .gap-32.one-one .more-items-item,
.column .gap-32.one-one .more-video-item,
.column .gap-32.one-one .galleries-item,
.column .gap-32.one-one .socialstream-item,
.column .gap-32.one-one .control-group,
.column .gap-32.one-one .formly > *,
.column .gap-32.one-one.img-aside .more-items-item,
.column .gap-32.one-one.landing li {
  width: calc(100% -  32px);
}
.column .gap-32.one-two .more-items-item,
.column .gap-32.one-two .more-video-item,
.column .gap-32.one-two .galleries-item,
.column .gap-32.one-two .socialstream-item,
.column .gap-32.one-two .control-group,
.column .gap-32.one-two .formly > *,
.column .gap-32.one-two.img-aside .more-items-item,
.column .gap-32.one-two.landing li {
  width: calc(50% -  32px);
}
.column .gap-32.one-three .more-items-item,
.column .gap-32.one-three .more-video-item,
.column .gap-32.one-three .galleries-item,
.column .gap-32.one-three .socialstream-item,
.column .gap-32.one-three .control-group,
.column .gap-32.one-three .formly > *,
.column .gap-32.one-three.img-aside .more-items-item,
.column .gap-32.one-three.landing li {
  width: calc(33.29% -  32px);
}
.column .gap-32.one-four .more-items-item,
.column .gap-32.one-four .more-video-item,
.column .gap-32.one-four .galleries-item,
.column .gap-32.one-four .socialstream-item,
.column .gap-32.one-four .control-group,
.column .gap-32.one-four .formly > *,
.column .gap-32.one-four.img-aside .more-items-item,
.column .gap-32.one-four.landing li {
  width: calc(25% -  32px);
}
.column .gap-32.one-five .more-items-item,
.column .gap-32.one-five .more-video-item,
.column .gap-32.one-five .galleries-item,
.column .gap-32.one-five .socialstream-item,
.column .gap-32.one-five .control-group,
.column .gap-32.one-five .formly > *,
.column .gap-32.one-five.img-aside .more-items-item,
.column .gap-32.one-five.landing li {
  width: calc(20% -  32px);
}
.column .gap-32.one-six .more-items-item,
.column .gap-32.one-six .more-video-item,
.column .gap-32.one-six .galleries-item,
.column .gap-32.one-six .socialstream-item,
.column .gap-32.one-six .control-group,
.column .gap-32.one-six .formly > *,
.column .gap-32.one-six.img-aside .more-items-item,
.column .gap-32.one-six.landing li {
  width: calc(16.5666667% -  32px);
}
.column .gap-32.one-seven .more-items-item,
.column .gap-32.one-seven .more-video-item,
.column .gap-32.one-seven .galleries-item,
.column .gap-32.one-seven .socialstream-item,
.column .gap-32.one-seven .control-group,
.column .gap-32.one-seven .formly > *,
.column .gap-32.one-seven.img-aside .more-items-item,
.column .gap-32.one-seven.landing li {
  width: calc(14.1857142857% -  32px);
}
.column .gap-31.full-width {
  padding-left: 15.5px !important;
  padding-right: 15.5px !important;
}
.column .gap-31.full-width.tabs-end header,
.column .gap-31.full-width.tabs-start header,
.column .gap-31.full-width.tabs-end .widget-title,
.column .gap-31.full-width.tabs-start .widget-title,
.column .gap-31.full-width.tabs-end .section-title,
.column .gap-31.full-width.tabs-start .section-title {
  padding-left: 31px;
  padding-right: 31px;
}
.column .gap-31:not(.full-width) .more-items-list,
.column .gap-31:not(.full-width) .tabs-content {
  max-width: 1381px !important;
}
.column .gap-31:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-31:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 981px !important;
}
.column .gap-31 .more-items-item {
  margin: 0 15.5px 31px;
}
.column .gap-31.img-aside.one-one .more-items-item {
  width: calc(100% -  31px);
}
.column .gap-31.img-aside.one-two .more-items-item {
  width: calc(50% -  31px);
}
.column .gap-31.img-aside.one-three .more-items-item {
  width: calc(33.29% -  31px);
}
.column .gap-31.img-aside.one-four .more-items-item {
  width: calc(25% -  31px);
}
.column .gap-31.one-one .more-items-item,
.column .gap-31.one-one .more-video-item,
.column .gap-31.one-one .galleries-item,
.column .gap-31.one-one .socialstream-item,
.column .gap-31.one-one .control-group,
.column .gap-31.one-one .formly > *,
.column .gap-31.one-one.img-aside .more-items-item,
.column .gap-31.one-one.landing li {
  width: calc(100% -  31px);
}
.column .gap-31.one-two .more-items-item,
.column .gap-31.one-two .more-video-item,
.column .gap-31.one-two .galleries-item,
.column .gap-31.one-two .socialstream-item,
.column .gap-31.one-two .control-group,
.column .gap-31.one-two .formly > *,
.column .gap-31.one-two.img-aside .more-items-item,
.column .gap-31.one-two.landing li {
  width: calc(50% -  31px);
}
.column .gap-31.one-three .more-items-item,
.column .gap-31.one-three .more-video-item,
.column .gap-31.one-three .galleries-item,
.column .gap-31.one-three .socialstream-item,
.column .gap-31.one-three .control-group,
.column .gap-31.one-three .formly > *,
.column .gap-31.one-three.img-aside .more-items-item,
.column .gap-31.one-three.landing li {
  width: calc(33.29% -  31px);
}
.column .gap-31.one-four .more-items-item,
.column .gap-31.one-four .more-video-item,
.column .gap-31.one-four .galleries-item,
.column .gap-31.one-four .socialstream-item,
.column .gap-31.one-four .control-group,
.column .gap-31.one-four .formly > *,
.column .gap-31.one-four.img-aside .more-items-item,
.column .gap-31.one-four.landing li {
  width: calc(25% -  31px);
}
.column .gap-31.one-five .more-items-item,
.column .gap-31.one-five .more-video-item,
.column .gap-31.one-five .galleries-item,
.column .gap-31.one-five .socialstream-item,
.column .gap-31.one-five .control-group,
.column .gap-31.one-five .formly > *,
.column .gap-31.one-five.img-aside .more-items-item,
.column .gap-31.one-five.landing li {
  width: calc(20% -  31px);
}
.column .gap-31.one-six .more-items-item,
.column .gap-31.one-six .more-video-item,
.column .gap-31.one-six .galleries-item,
.column .gap-31.one-six .socialstream-item,
.column .gap-31.one-six .control-group,
.column .gap-31.one-six .formly > *,
.column .gap-31.one-six.img-aside .more-items-item,
.column .gap-31.one-six.landing li {
  width: calc(16.5666667% -  31px);
}
.column .gap-31.one-seven .more-items-item,
.column .gap-31.one-seven .more-video-item,
.column .gap-31.one-seven .galleries-item,
.column .gap-31.one-seven .socialstream-item,
.column .gap-31.one-seven .control-group,
.column .gap-31.one-seven .formly > *,
.column .gap-31.one-seven.img-aside .more-items-item,
.column .gap-31.one-seven.landing li {
  width: calc(14.1857142857% -  31px);
}
.column .gap-30.full-width {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.column .gap-30.full-width.tabs-end header,
.column .gap-30.full-width.tabs-start header,
.column .gap-30.full-width.tabs-end .widget-title,
.column .gap-30.full-width.tabs-start .widget-title,
.column .gap-30.full-width.tabs-end .section-title,
.column .gap-30.full-width.tabs-start .section-title {
  padding-left: 30px;
  padding-right: 30px;
}
.column .gap-30:not(.full-width) .more-items-list,
.column .gap-30:not(.full-width) .tabs-content {
  max-width: 1380px !important;
}
.column .gap-30:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-30:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 980px !important;
}
.column .gap-30 .more-items-item {
  margin: 0 15px 30px;
}
.column .gap-30.img-aside.one-one .more-items-item {
  width: calc(100% -  30px);
}
.column .gap-30.img-aside.one-two .more-items-item {
  width: calc(50% -  30px);
}
.column .gap-30.img-aside.one-three .more-items-item {
  width: calc(33.29% -  30px);
}
.column .gap-30.img-aside.one-four .more-items-item {
  width: calc(25% -  30px);
}
.column .gap-30.one-one .more-items-item,
.column .gap-30.one-one .more-video-item,
.column .gap-30.one-one .galleries-item,
.column .gap-30.one-one .socialstream-item,
.column .gap-30.one-one .control-group,
.column .gap-30.one-one .formly > *,
.column .gap-30.one-one.img-aside .more-items-item,
.column .gap-30.one-one.landing li {
  width: calc(100% -  30px);
}
.column .gap-30.one-two .more-items-item,
.column .gap-30.one-two .more-video-item,
.column .gap-30.one-two .galleries-item,
.column .gap-30.one-two .socialstream-item,
.column .gap-30.one-two .control-group,
.column .gap-30.one-two .formly > *,
.column .gap-30.one-two.img-aside .more-items-item,
.column .gap-30.one-two.landing li {
  width: calc(50% -  30px);
}
.column .gap-30.one-three .more-items-item,
.column .gap-30.one-three .more-video-item,
.column .gap-30.one-three .galleries-item,
.column .gap-30.one-three .socialstream-item,
.column .gap-30.one-three .control-group,
.column .gap-30.one-three .formly > *,
.column .gap-30.one-three.img-aside .more-items-item,
.column .gap-30.one-three.landing li {
  width: calc(33.29% -  30px);
}
.column .gap-30.one-four .more-items-item,
.column .gap-30.one-four .more-video-item,
.column .gap-30.one-four .galleries-item,
.column .gap-30.one-four .socialstream-item,
.column .gap-30.one-four .control-group,
.column .gap-30.one-four .formly > *,
.column .gap-30.one-four.img-aside .more-items-item,
.column .gap-30.one-four.landing li {
  width: calc(25% -  30px);
}
.column .gap-30.one-five .more-items-item,
.column .gap-30.one-five .more-video-item,
.column .gap-30.one-five .galleries-item,
.column .gap-30.one-five .socialstream-item,
.column .gap-30.one-five .control-group,
.column .gap-30.one-five .formly > *,
.column .gap-30.one-five.img-aside .more-items-item,
.column .gap-30.one-five.landing li {
  width: calc(20% -  30px);
}
.column .gap-30.one-six .more-items-item,
.column .gap-30.one-six .more-video-item,
.column .gap-30.one-six .galleries-item,
.column .gap-30.one-six .socialstream-item,
.column .gap-30.one-six .control-group,
.column .gap-30.one-six .formly > *,
.column .gap-30.one-six.img-aside .more-items-item,
.column .gap-30.one-six.landing li {
  width: calc(16.5666667% -  30px);
}
.column .gap-30.one-seven .more-items-item,
.column .gap-30.one-seven .more-video-item,
.column .gap-30.one-seven .galleries-item,
.column .gap-30.one-seven .socialstream-item,
.column .gap-30.one-seven .control-group,
.column .gap-30.one-seven .formly > *,
.column .gap-30.one-seven.img-aside .more-items-item,
.column .gap-30.one-seven.landing li {
  width: calc(14.1857142857% -  30px);
}
.column .gap-29.full-width {
  padding-left: 14.5px !important;
  padding-right: 14.5px !important;
}
.column .gap-29.full-width.tabs-end header,
.column .gap-29.full-width.tabs-start header,
.column .gap-29.full-width.tabs-end .widget-title,
.column .gap-29.full-width.tabs-start .widget-title,
.column .gap-29.full-width.tabs-end .section-title,
.column .gap-29.full-width.tabs-start .section-title {
  padding-left: 29px;
  padding-right: 29px;
}
.column .gap-29:not(.full-width) .more-items-list,
.column .gap-29:not(.full-width) .tabs-content {
  max-width: 1379px !important;
}
.column .gap-29:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-29:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 979px !important;
}
.column .gap-29 .more-items-item {
  margin: 0 14.5px 29px;
}
.column .gap-29.img-aside.one-one .more-items-item {
  width: calc(100% -  29px);
}
.column .gap-29.img-aside.one-two .more-items-item {
  width: calc(50% -  29px);
}
.column .gap-29.img-aside.one-three .more-items-item {
  width: calc(33.29% -  29px);
}
.column .gap-29.img-aside.one-four .more-items-item {
  width: calc(25% -  29px);
}
.column .gap-29.one-one .more-items-item,
.column .gap-29.one-one .more-video-item,
.column .gap-29.one-one .galleries-item,
.column .gap-29.one-one .socialstream-item,
.column .gap-29.one-one .control-group,
.column .gap-29.one-one .formly > *,
.column .gap-29.one-one.img-aside .more-items-item,
.column .gap-29.one-one.landing li {
  width: calc(100% -  29px);
}
.column .gap-29.one-two .more-items-item,
.column .gap-29.one-two .more-video-item,
.column .gap-29.one-two .galleries-item,
.column .gap-29.one-two .socialstream-item,
.column .gap-29.one-two .control-group,
.column .gap-29.one-two .formly > *,
.column .gap-29.one-two.img-aside .more-items-item,
.column .gap-29.one-two.landing li {
  width: calc(50% -  29px);
}
.column .gap-29.one-three .more-items-item,
.column .gap-29.one-three .more-video-item,
.column .gap-29.one-three .galleries-item,
.column .gap-29.one-three .socialstream-item,
.column .gap-29.one-three .control-group,
.column .gap-29.one-three .formly > *,
.column .gap-29.one-three.img-aside .more-items-item,
.column .gap-29.one-three.landing li {
  width: calc(33.29% -  29px);
}
.column .gap-29.one-four .more-items-item,
.column .gap-29.one-four .more-video-item,
.column .gap-29.one-four .galleries-item,
.column .gap-29.one-four .socialstream-item,
.column .gap-29.one-four .control-group,
.column .gap-29.one-four .formly > *,
.column .gap-29.one-four.img-aside .more-items-item,
.column .gap-29.one-four.landing li {
  width: calc(25% -  29px);
}
.column .gap-29.one-five .more-items-item,
.column .gap-29.one-five .more-video-item,
.column .gap-29.one-five .galleries-item,
.column .gap-29.one-five .socialstream-item,
.column .gap-29.one-five .control-group,
.column .gap-29.one-five .formly > *,
.column .gap-29.one-five.img-aside .more-items-item,
.column .gap-29.one-five.landing li {
  width: calc(20% -  29px);
}
.column .gap-29.one-six .more-items-item,
.column .gap-29.one-six .more-video-item,
.column .gap-29.one-six .galleries-item,
.column .gap-29.one-six .socialstream-item,
.column .gap-29.one-six .control-group,
.column .gap-29.one-six .formly > *,
.column .gap-29.one-six.img-aside .more-items-item,
.column .gap-29.one-six.landing li {
  width: calc(16.5666667% -  29px);
}
.column .gap-29.one-seven .more-items-item,
.column .gap-29.one-seven .more-video-item,
.column .gap-29.one-seven .galleries-item,
.column .gap-29.one-seven .socialstream-item,
.column .gap-29.one-seven .control-group,
.column .gap-29.one-seven .formly > *,
.column .gap-29.one-seven.img-aside .more-items-item,
.column .gap-29.one-seven.landing li {
  width: calc(14.1857142857% -  29px);
}
.column .gap-28.full-width {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.column .gap-28.full-width.tabs-end header,
.column .gap-28.full-width.tabs-start header,
.column .gap-28.full-width.tabs-end .widget-title,
.column .gap-28.full-width.tabs-start .widget-title,
.column .gap-28.full-width.tabs-end .section-title,
.column .gap-28.full-width.tabs-start .section-title {
  padding-left: 28px;
  padding-right: 28px;
}
.column .gap-28:not(.full-width) .more-items-list,
.column .gap-28:not(.full-width) .tabs-content {
  max-width: 1378px !important;
}
.column .gap-28:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-28:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 978px !important;
}
.column .gap-28 .more-items-item {
  margin: 0 14px 28px;
}
.column .gap-28.img-aside.one-one .more-items-item {
  width: calc(100% -  28px);
}
.column .gap-28.img-aside.one-two .more-items-item {
  width: calc(50% -  28px);
}
.column .gap-28.img-aside.one-three .more-items-item {
  width: calc(33.29% -  28px);
}
.column .gap-28.img-aside.one-four .more-items-item {
  width: calc(25% -  28px);
}
.column .gap-28.one-one .more-items-item,
.column .gap-28.one-one .more-video-item,
.column .gap-28.one-one .galleries-item,
.column .gap-28.one-one .socialstream-item,
.column .gap-28.one-one .control-group,
.column .gap-28.one-one .formly > *,
.column .gap-28.one-one.img-aside .more-items-item,
.column .gap-28.one-one.landing li {
  width: calc(100% -  28px);
}
.column .gap-28.one-two .more-items-item,
.column .gap-28.one-two .more-video-item,
.column .gap-28.one-two .galleries-item,
.column .gap-28.one-two .socialstream-item,
.column .gap-28.one-two .control-group,
.column .gap-28.one-two .formly > *,
.column .gap-28.one-two.img-aside .more-items-item,
.column .gap-28.one-two.landing li {
  width: calc(50% -  28px);
}
.column .gap-28.one-three .more-items-item,
.column .gap-28.one-three .more-video-item,
.column .gap-28.one-three .galleries-item,
.column .gap-28.one-three .socialstream-item,
.column .gap-28.one-three .control-group,
.column .gap-28.one-three .formly > *,
.column .gap-28.one-three.img-aside .more-items-item,
.column .gap-28.one-three.landing li {
  width: calc(33.29% -  28px);
}
.column .gap-28.one-four .more-items-item,
.column .gap-28.one-four .more-video-item,
.column .gap-28.one-four .galleries-item,
.column .gap-28.one-four .socialstream-item,
.column .gap-28.one-four .control-group,
.column .gap-28.one-four .formly > *,
.column .gap-28.one-four.img-aside .more-items-item,
.column .gap-28.one-four.landing li {
  width: calc(25% -  28px);
}
.column .gap-28.one-five .more-items-item,
.column .gap-28.one-five .more-video-item,
.column .gap-28.one-five .galleries-item,
.column .gap-28.one-five .socialstream-item,
.column .gap-28.one-five .control-group,
.column .gap-28.one-five .formly > *,
.column .gap-28.one-five.img-aside .more-items-item,
.column .gap-28.one-five.landing li {
  width: calc(20% -  28px);
}
.column .gap-28.one-six .more-items-item,
.column .gap-28.one-six .more-video-item,
.column .gap-28.one-six .galleries-item,
.column .gap-28.one-six .socialstream-item,
.column .gap-28.one-six .control-group,
.column .gap-28.one-six .formly > *,
.column .gap-28.one-six.img-aside .more-items-item,
.column .gap-28.one-six.landing li {
  width: calc(16.5666667% -  28px);
}
.column .gap-28.one-seven .more-items-item,
.column .gap-28.one-seven .more-video-item,
.column .gap-28.one-seven .galleries-item,
.column .gap-28.one-seven .socialstream-item,
.column .gap-28.one-seven .control-group,
.column .gap-28.one-seven .formly > *,
.column .gap-28.one-seven.img-aside .more-items-item,
.column .gap-28.one-seven.landing li {
  width: calc(14.1857142857% -  28px);
}
.column .gap-27.full-width {
  padding-left: 13.5px !important;
  padding-right: 13.5px !important;
}
.column .gap-27.full-width.tabs-end header,
.column .gap-27.full-width.tabs-start header,
.column .gap-27.full-width.tabs-end .widget-title,
.column .gap-27.full-width.tabs-start .widget-title,
.column .gap-27.full-width.tabs-end .section-title,
.column .gap-27.full-width.tabs-start .section-title {
  padding-left: 27px;
  padding-right: 27px;
}
.column .gap-27:not(.full-width) .more-items-list,
.column .gap-27:not(.full-width) .tabs-content {
  max-width: 1377px !important;
}
.column .gap-27:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-27:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 977px !important;
}
.column .gap-27 .more-items-item {
  margin: 0 13.5px 27px;
}
.column .gap-27.img-aside.one-one .more-items-item {
  width: calc(100% -  27px);
}
.column .gap-27.img-aside.one-two .more-items-item {
  width: calc(50% -  27px);
}
.column .gap-27.img-aside.one-three .more-items-item {
  width: calc(33.29% -  27px);
}
.column .gap-27.img-aside.one-four .more-items-item {
  width: calc(25% -  27px);
}
.column .gap-27.one-one .more-items-item,
.column .gap-27.one-one .more-video-item,
.column .gap-27.one-one .galleries-item,
.column .gap-27.one-one .socialstream-item,
.column .gap-27.one-one .control-group,
.column .gap-27.one-one .formly > *,
.column .gap-27.one-one.img-aside .more-items-item,
.column .gap-27.one-one.landing li {
  width: calc(100% -  27px);
}
.column .gap-27.one-two .more-items-item,
.column .gap-27.one-two .more-video-item,
.column .gap-27.one-two .galleries-item,
.column .gap-27.one-two .socialstream-item,
.column .gap-27.one-two .control-group,
.column .gap-27.one-two .formly > *,
.column .gap-27.one-two.img-aside .more-items-item,
.column .gap-27.one-two.landing li {
  width: calc(50% -  27px);
}
.column .gap-27.one-three .more-items-item,
.column .gap-27.one-three .more-video-item,
.column .gap-27.one-three .galleries-item,
.column .gap-27.one-three .socialstream-item,
.column .gap-27.one-three .control-group,
.column .gap-27.one-three .formly > *,
.column .gap-27.one-three.img-aside .more-items-item,
.column .gap-27.one-three.landing li {
  width: calc(33.29% -  27px);
}
.column .gap-27.one-four .more-items-item,
.column .gap-27.one-four .more-video-item,
.column .gap-27.one-four .galleries-item,
.column .gap-27.one-four .socialstream-item,
.column .gap-27.one-four .control-group,
.column .gap-27.one-four .formly > *,
.column .gap-27.one-four.img-aside .more-items-item,
.column .gap-27.one-four.landing li {
  width: calc(25% -  27px);
}
.column .gap-27.one-five .more-items-item,
.column .gap-27.one-five .more-video-item,
.column .gap-27.one-five .galleries-item,
.column .gap-27.one-five .socialstream-item,
.column .gap-27.one-five .control-group,
.column .gap-27.one-five .formly > *,
.column .gap-27.one-five.img-aside .more-items-item,
.column .gap-27.one-five.landing li {
  width: calc(20% -  27px);
}
.column .gap-27.one-six .more-items-item,
.column .gap-27.one-six .more-video-item,
.column .gap-27.one-six .galleries-item,
.column .gap-27.one-six .socialstream-item,
.column .gap-27.one-six .control-group,
.column .gap-27.one-six .formly > *,
.column .gap-27.one-six.img-aside .more-items-item,
.column .gap-27.one-six.landing li {
  width: calc(16.5666667% -  27px);
}
.column .gap-27.one-seven .more-items-item,
.column .gap-27.one-seven .more-video-item,
.column .gap-27.one-seven .galleries-item,
.column .gap-27.one-seven .socialstream-item,
.column .gap-27.one-seven .control-group,
.column .gap-27.one-seven .formly > *,
.column .gap-27.one-seven.img-aside .more-items-item,
.column .gap-27.one-seven.landing li {
  width: calc(14.1857142857% -  27px);
}
.column .gap-26.full-width {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.column .gap-26.full-width.tabs-end header,
.column .gap-26.full-width.tabs-start header,
.column .gap-26.full-width.tabs-end .widget-title,
.column .gap-26.full-width.tabs-start .widget-title,
.column .gap-26.full-width.tabs-end .section-title,
.column .gap-26.full-width.tabs-start .section-title {
  padding-left: 26px;
  padding-right: 26px;
}
.column .gap-26:not(.full-width) .more-items-list,
.column .gap-26:not(.full-width) .tabs-content {
  max-width: 1376px !important;
}
.column .gap-26:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-26:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 976px !important;
}
.column .gap-26 .more-items-item {
  margin: 0 13px 26px;
}
.column .gap-26.img-aside.one-one .more-items-item {
  width: calc(100% -  26px);
}
.column .gap-26.img-aside.one-two .more-items-item {
  width: calc(50% -  26px);
}
.column .gap-26.img-aside.one-three .more-items-item {
  width: calc(33.29% -  26px);
}
.column .gap-26.img-aside.one-four .more-items-item {
  width: calc(25% -  26px);
}
.column .gap-26.one-one .more-items-item,
.column .gap-26.one-one .more-video-item,
.column .gap-26.one-one .galleries-item,
.column .gap-26.one-one .socialstream-item,
.column .gap-26.one-one .control-group,
.column .gap-26.one-one .formly > *,
.column .gap-26.one-one.img-aside .more-items-item,
.column .gap-26.one-one.landing li {
  width: calc(100% -  26px);
}
.column .gap-26.one-two .more-items-item,
.column .gap-26.one-two .more-video-item,
.column .gap-26.one-two .galleries-item,
.column .gap-26.one-two .socialstream-item,
.column .gap-26.one-two .control-group,
.column .gap-26.one-two .formly > *,
.column .gap-26.one-two.img-aside .more-items-item,
.column .gap-26.one-two.landing li {
  width: calc(50% -  26px);
}
.column .gap-26.one-three .more-items-item,
.column .gap-26.one-three .more-video-item,
.column .gap-26.one-three .galleries-item,
.column .gap-26.one-three .socialstream-item,
.column .gap-26.one-three .control-group,
.column .gap-26.one-three .formly > *,
.column .gap-26.one-three.img-aside .more-items-item,
.column .gap-26.one-three.landing li {
  width: calc(33.29% -  26px);
}
.column .gap-26.one-four .more-items-item,
.column .gap-26.one-four .more-video-item,
.column .gap-26.one-four .galleries-item,
.column .gap-26.one-four .socialstream-item,
.column .gap-26.one-four .control-group,
.column .gap-26.one-four .formly > *,
.column .gap-26.one-four.img-aside .more-items-item,
.column .gap-26.one-four.landing li {
  width: calc(25% -  26px);
}
.column .gap-26.one-five .more-items-item,
.column .gap-26.one-five .more-video-item,
.column .gap-26.one-five .galleries-item,
.column .gap-26.one-five .socialstream-item,
.column .gap-26.one-five .control-group,
.column .gap-26.one-five .formly > *,
.column .gap-26.one-five.img-aside .more-items-item,
.column .gap-26.one-five.landing li {
  width: calc(20% -  26px);
}
.column .gap-26.one-six .more-items-item,
.column .gap-26.one-six .more-video-item,
.column .gap-26.one-six .galleries-item,
.column .gap-26.one-six .socialstream-item,
.column .gap-26.one-six .control-group,
.column .gap-26.one-six .formly > *,
.column .gap-26.one-six.img-aside .more-items-item,
.column .gap-26.one-six.landing li {
  width: calc(16.5666667% -  26px);
}
.column .gap-26.one-seven .more-items-item,
.column .gap-26.one-seven .more-video-item,
.column .gap-26.one-seven .galleries-item,
.column .gap-26.one-seven .socialstream-item,
.column .gap-26.one-seven .control-group,
.column .gap-26.one-seven .formly > *,
.column .gap-26.one-seven.img-aside .more-items-item,
.column .gap-26.one-seven.landing li {
  width: calc(14.1857142857% -  26px);
}
.column .gap-25.full-width {
  padding-left: 12.5px !important;
  padding-right: 12.5px !important;
}
.column .gap-25.full-width.tabs-end header,
.column .gap-25.full-width.tabs-start header,
.column .gap-25.full-width.tabs-end .widget-title,
.column .gap-25.full-width.tabs-start .widget-title,
.column .gap-25.full-width.tabs-end .section-title,
.column .gap-25.full-width.tabs-start .section-title {
  padding-left: 25px;
  padding-right: 25px;
}
.column .gap-25:not(.full-width) .more-items-list,
.column .gap-25:not(.full-width) .tabs-content {
  max-width: 1375px !important;
}
.column .gap-25:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-25:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 975px !important;
}
.column .gap-25 .more-items-item {
  margin: 0 12.5px 25px;
}
.column .gap-25.img-aside.one-one .more-items-item {
  width: calc(100% -  25px);
}
.column .gap-25.img-aside.one-two .more-items-item {
  width: calc(50% -  25px);
}
.column .gap-25.img-aside.one-three .more-items-item {
  width: calc(33.29% -  25px);
}
.column .gap-25.img-aside.one-four .more-items-item {
  width: calc(25% -  25px);
}
.column .gap-25.one-one .more-items-item,
.column .gap-25.one-one .more-video-item,
.column .gap-25.one-one .galleries-item,
.column .gap-25.one-one .socialstream-item,
.column .gap-25.one-one .control-group,
.column .gap-25.one-one .formly > *,
.column .gap-25.one-one.img-aside .more-items-item,
.column .gap-25.one-one.landing li {
  width: calc(100% -  25px);
}
.column .gap-25.one-two .more-items-item,
.column .gap-25.one-two .more-video-item,
.column .gap-25.one-two .galleries-item,
.column .gap-25.one-two .socialstream-item,
.column .gap-25.one-two .control-group,
.column .gap-25.one-two .formly > *,
.column .gap-25.one-two.img-aside .more-items-item,
.column .gap-25.one-two.landing li {
  width: calc(50% -  25px);
}
.column .gap-25.one-three .more-items-item,
.column .gap-25.one-three .more-video-item,
.column .gap-25.one-three .galleries-item,
.column .gap-25.one-three .socialstream-item,
.column .gap-25.one-three .control-group,
.column .gap-25.one-three .formly > *,
.column .gap-25.one-three.img-aside .more-items-item,
.column .gap-25.one-three.landing li {
  width: calc(33.29% -  25px);
}
.column .gap-25.one-four .more-items-item,
.column .gap-25.one-four .more-video-item,
.column .gap-25.one-four .galleries-item,
.column .gap-25.one-four .socialstream-item,
.column .gap-25.one-four .control-group,
.column .gap-25.one-four .formly > *,
.column .gap-25.one-four.img-aside .more-items-item,
.column .gap-25.one-four.landing li {
  width: calc(25% -  25px);
}
.column .gap-25.one-five .more-items-item,
.column .gap-25.one-five .more-video-item,
.column .gap-25.one-five .galleries-item,
.column .gap-25.one-five .socialstream-item,
.column .gap-25.one-five .control-group,
.column .gap-25.one-five .formly > *,
.column .gap-25.one-five.img-aside .more-items-item,
.column .gap-25.one-five.landing li {
  width: calc(20% -  25px);
}
.column .gap-25.one-six .more-items-item,
.column .gap-25.one-six .more-video-item,
.column .gap-25.one-six .galleries-item,
.column .gap-25.one-six .socialstream-item,
.column .gap-25.one-six .control-group,
.column .gap-25.one-six .formly > *,
.column .gap-25.one-six.img-aside .more-items-item,
.column .gap-25.one-six.landing li {
  width: calc(16.5666667% -  25px);
}
.column .gap-25.one-seven .more-items-item,
.column .gap-25.one-seven .more-video-item,
.column .gap-25.one-seven .galleries-item,
.column .gap-25.one-seven .socialstream-item,
.column .gap-25.one-seven .control-group,
.column .gap-25.one-seven .formly > *,
.column .gap-25.one-seven.img-aside .more-items-item,
.column .gap-25.one-seven.landing li {
  width: calc(14.1857142857% -  25px);
}
.column .gap-24.full-width {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.column .gap-24.full-width.tabs-end header,
.column .gap-24.full-width.tabs-start header,
.column .gap-24.full-width.tabs-end .widget-title,
.column .gap-24.full-width.tabs-start .widget-title,
.column .gap-24.full-width.tabs-end .section-title,
.column .gap-24.full-width.tabs-start .section-title {
  padding-left: 24px;
  padding-right: 24px;
}
.column .gap-24:not(.full-width) .more-items-list,
.column .gap-24:not(.full-width) .tabs-content {
  max-width: 1374px !important;
}
.column .gap-24:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-24:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 974px !important;
}
.column .gap-24 .more-items-item {
  margin: 0 12px 24px;
}
.column .gap-24.img-aside.one-one .more-items-item {
  width: calc(100% -  24px);
}
.column .gap-24.img-aside.one-two .more-items-item {
  width: calc(50% -  24px);
}
.column .gap-24.img-aside.one-three .more-items-item {
  width: calc(33.29% -  24px);
}
.column .gap-24.img-aside.one-four .more-items-item {
  width: calc(25% -  24px);
}
.column .gap-24.one-one .more-items-item,
.column .gap-24.one-one .more-video-item,
.column .gap-24.one-one .galleries-item,
.column .gap-24.one-one .socialstream-item,
.column .gap-24.one-one .control-group,
.column .gap-24.one-one .formly > *,
.column .gap-24.one-one.img-aside .more-items-item,
.column .gap-24.one-one.landing li {
  width: calc(100% -  24px);
}
.column .gap-24.one-two .more-items-item,
.column .gap-24.one-two .more-video-item,
.column .gap-24.one-two .galleries-item,
.column .gap-24.one-two .socialstream-item,
.column .gap-24.one-two .control-group,
.column .gap-24.one-two .formly > *,
.column .gap-24.one-two.img-aside .more-items-item,
.column .gap-24.one-two.landing li {
  width: calc(50% -  24px);
}
.column .gap-24.one-three .more-items-item,
.column .gap-24.one-three .more-video-item,
.column .gap-24.one-three .galleries-item,
.column .gap-24.one-three .socialstream-item,
.column .gap-24.one-three .control-group,
.column .gap-24.one-three .formly > *,
.column .gap-24.one-three.img-aside .more-items-item,
.column .gap-24.one-three.landing li {
  width: calc(33.29% -  24px);
}
.column .gap-24.one-four .more-items-item,
.column .gap-24.one-four .more-video-item,
.column .gap-24.one-four .galleries-item,
.column .gap-24.one-four .socialstream-item,
.column .gap-24.one-four .control-group,
.column .gap-24.one-four .formly > *,
.column .gap-24.one-four.img-aside .more-items-item,
.column .gap-24.one-four.landing li {
  width: calc(25% -  24px);
}
.column .gap-24.one-five .more-items-item,
.column .gap-24.one-five .more-video-item,
.column .gap-24.one-five .galleries-item,
.column .gap-24.one-five .socialstream-item,
.column .gap-24.one-five .control-group,
.column .gap-24.one-five .formly > *,
.column .gap-24.one-five.img-aside .more-items-item,
.column .gap-24.one-five.landing li {
  width: calc(20% -  24px);
}
.column .gap-24.one-six .more-items-item,
.column .gap-24.one-six .more-video-item,
.column .gap-24.one-six .galleries-item,
.column .gap-24.one-six .socialstream-item,
.column .gap-24.one-six .control-group,
.column .gap-24.one-six .formly > *,
.column .gap-24.one-six.img-aside .more-items-item,
.column .gap-24.one-six.landing li {
  width: calc(16.5666667% -  24px);
}
.column .gap-24.one-seven .more-items-item,
.column .gap-24.one-seven .more-video-item,
.column .gap-24.one-seven .galleries-item,
.column .gap-24.one-seven .socialstream-item,
.column .gap-24.one-seven .control-group,
.column .gap-24.one-seven .formly > *,
.column .gap-24.one-seven.img-aside .more-items-item,
.column .gap-24.one-seven.landing li {
  width: calc(14.1857142857% -  24px);
}
.column .gap-23.full-width {
  padding-left: 11.5px !important;
  padding-right: 11.5px !important;
}
.column .gap-23.full-width.tabs-end header,
.column .gap-23.full-width.tabs-start header,
.column .gap-23.full-width.tabs-end .widget-title,
.column .gap-23.full-width.tabs-start .widget-title,
.column .gap-23.full-width.tabs-end .section-title,
.column .gap-23.full-width.tabs-start .section-title {
  padding-left: 23px;
  padding-right: 23px;
}
.column .gap-23:not(.full-width) .more-items-list,
.column .gap-23:not(.full-width) .tabs-content {
  max-width: 1373px !important;
}
.column .gap-23:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-23:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 973px !important;
}
.column .gap-23 .more-items-item {
  margin: 0 11.5px 23px;
}
.column .gap-23.img-aside.one-one .more-items-item {
  width: calc(100% -  23px);
}
.column .gap-23.img-aside.one-two .more-items-item {
  width: calc(50% -  23px);
}
.column .gap-23.img-aside.one-three .more-items-item {
  width: calc(33.29% -  23px);
}
.column .gap-23.img-aside.one-four .more-items-item {
  width: calc(25% -  23px);
}
.column .gap-23.one-one .more-items-item,
.column .gap-23.one-one .more-video-item,
.column .gap-23.one-one .galleries-item,
.column .gap-23.one-one .socialstream-item,
.column .gap-23.one-one .control-group,
.column .gap-23.one-one .formly > *,
.column .gap-23.one-one.img-aside .more-items-item,
.column .gap-23.one-one.landing li {
  width: calc(100% -  23px);
}
.column .gap-23.one-two .more-items-item,
.column .gap-23.one-two .more-video-item,
.column .gap-23.one-two .galleries-item,
.column .gap-23.one-two .socialstream-item,
.column .gap-23.one-two .control-group,
.column .gap-23.one-two .formly > *,
.column .gap-23.one-two.img-aside .more-items-item,
.column .gap-23.one-two.landing li {
  width: calc(50% -  23px);
}
.column .gap-23.one-three .more-items-item,
.column .gap-23.one-three .more-video-item,
.column .gap-23.one-three .galleries-item,
.column .gap-23.one-three .socialstream-item,
.column .gap-23.one-three .control-group,
.column .gap-23.one-three .formly > *,
.column .gap-23.one-three.img-aside .more-items-item,
.column .gap-23.one-three.landing li {
  width: calc(33.29% -  23px);
}
.column .gap-23.one-four .more-items-item,
.column .gap-23.one-four .more-video-item,
.column .gap-23.one-four .galleries-item,
.column .gap-23.one-four .socialstream-item,
.column .gap-23.one-four .control-group,
.column .gap-23.one-four .formly > *,
.column .gap-23.one-four.img-aside .more-items-item,
.column .gap-23.one-four.landing li {
  width: calc(25% -  23px);
}
.column .gap-23.one-five .more-items-item,
.column .gap-23.one-five .more-video-item,
.column .gap-23.one-five .galleries-item,
.column .gap-23.one-five .socialstream-item,
.column .gap-23.one-five .control-group,
.column .gap-23.one-five .formly > *,
.column .gap-23.one-five.img-aside .more-items-item,
.column .gap-23.one-five.landing li {
  width: calc(20% -  23px);
}
.column .gap-23.one-six .more-items-item,
.column .gap-23.one-six .more-video-item,
.column .gap-23.one-six .galleries-item,
.column .gap-23.one-six .socialstream-item,
.column .gap-23.one-six .control-group,
.column .gap-23.one-six .formly > *,
.column .gap-23.one-six.img-aside .more-items-item,
.column .gap-23.one-six.landing li {
  width: calc(16.5666667% -  23px);
}
.column .gap-23.one-seven .more-items-item,
.column .gap-23.one-seven .more-video-item,
.column .gap-23.one-seven .galleries-item,
.column .gap-23.one-seven .socialstream-item,
.column .gap-23.one-seven .control-group,
.column .gap-23.one-seven .formly > *,
.column .gap-23.one-seven.img-aside .more-items-item,
.column .gap-23.one-seven.landing li {
  width: calc(14.1857142857% -  23px);
}
.column .gap-22.full-width {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.column .gap-22.full-width.tabs-end header,
.column .gap-22.full-width.tabs-start header,
.column .gap-22.full-width.tabs-end .widget-title,
.column .gap-22.full-width.tabs-start .widget-title,
.column .gap-22.full-width.tabs-end .section-title,
.column .gap-22.full-width.tabs-start .section-title {
  padding-left: 22px;
  padding-right: 22px;
}
.column .gap-22:not(.full-width) .more-items-list,
.column .gap-22:not(.full-width) .tabs-content {
  max-width: 1372px !important;
}
.column .gap-22:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-22:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 972px !important;
}
.column .gap-22 .more-items-item {
  margin: 0 11px 22px;
}
.column .gap-22.img-aside.one-one .more-items-item {
  width: calc(100% -  22px);
}
.column .gap-22.img-aside.one-two .more-items-item {
  width: calc(50% -  22px);
}
.column .gap-22.img-aside.one-three .more-items-item {
  width: calc(33.29% -  22px);
}
.column .gap-22.img-aside.one-four .more-items-item {
  width: calc(25% -  22px);
}
.column .gap-22.one-one .more-items-item,
.column .gap-22.one-one .more-video-item,
.column .gap-22.one-one .galleries-item,
.column .gap-22.one-one .socialstream-item,
.column .gap-22.one-one .control-group,
.column .gap-22.one-one .formly > *,
.column .gap-22.one-one.img-aside .more-items-item,
.column .gap-22.one-one.landing li {
  width: calc(100% -  22px);
}
.column .gap-22.one-two .more-items-item,
.column .gap-22.one-two .more-video-item,
.column .gap-22.one-two .galleries-item,
.column .gap-22.one-two .socialstream-item,
.column .gap-22.one-two .control-group,
.column .gap-22.one-two .formly > *,
.column .gap-22.one-two.img-aside .more-items-item,
.column .gap-22.one-two.landing li {
  width: calc(50% -  22px);
}
.column .gap-22.one-three .more-items-item,
.column .gap-22.one-three .more-video-item,
.column .gap-22.one-three .galleries-item,
.column .gap-22.one-three .socialstream-item,
.column .gap-22.one-three .control-group,
.column .gap-22.one-three .formly > *,
.column .gap-22.one-three.img-aside .more-items-item,
.column .gap-22.one-three.landing li {
  width: calc(33.29% -  22px);
}
.column .gap-22.one-four .more-items-item,
.column .gap-22.one-four .more-video-item,
.column .gap-22.one-four .galleries-item,
.column .gap-22.one-four .socialstream-item,
.column .gap-22.one-four .control-group,
.column .gap-22.one-four .formly > *,
.column .gap-22.one-four.img-aside .more-items-item,
.column .gap-22.one-four.landing li {
  width: calc(25% -  22px);
}
.column .gap-22.one-five .more-items-item,
.column .gap-22.one-five .more-video-item,
.column .gap-22.one-five .galleries-item,
.column .gap-22.one-five .socialstream-item,
.column .gap-22.one-five .control-group,
.column .gap-22.one-five .formly > *,
.column .gap-22.one-five.img-aside .more-items-item,
.column .gap-22.one-five.landing li {
  width: calc(20% -  22px);
}
.column .gap-22.one-six .more-items-item,
.column .gap-22.one-six .more-video-item,
.column .gap-22.one-six .galleries-item,
.column .gap-22.one-six .socialstream-item,
.column .gap-22.one-six .control-group,
.column .gap-22.one-six .formly > *,
.column .gap-22.one-six.img-aside .more-items-item,
.column .gap-22.one-six.landing li {
  width: calc(16.5666667% -  22px);
}
.column .gap-22.one-seven .more-items-item,
.column .gap-22.one-seven .more-video-item,
.column .gap-22.one-seven .galleries-item,
.column .gap-22.one-seven .socialstream-item,
.column .gap-22.one-seven .control-group,
.column .gap-22.one-seven .formly > *,
.column .gap-22.one-seven.img-aside .more-items-item,
.column .gap-22.one-seven.landing li {
  width: calc(14.1857142857% -  22px);
}
.column .gap-21.full-width {
  padding-left: 10.5px !important;
  padding-right: 10.5px !important;
}
.column .gap-21.full-width.tabs-end header,
.column .gap-21.full-width.tabs-start header,
.column .gap-21.full-width.tabs-end .widget-title,
.column .gap-21.full-width.tabs-start .widget-title,
.column .gap-21.full-width.tabs-end .section-title,
.column .gap-21.full-width.tabs-start .section-title {
  padding-left: 21px;
  padding-right: 21px;
}
.column .gap-21:not(.full-width) .more-items-list,
.column .gap-21:not(.full-width) .tabs-content {
  max-width: 1371px !important;
}
.column .gap-21:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-21:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 971px !important;
}
.column .gap-21 .more-items-item {
  margin: 0 10.5px 21px;
}
.column .gap-21.img-aside.one-one .more-items-item {
  width: calc(100% -  21px);
}
.column .gap-21.img-aside.one-two .more-items-item {
  width: calc(50% -  21px);
}
.column .gap-21.img-aside.one-three .more-items-item {
  width: calc(33.29% -  21px);
}
.column .gap-21.img-aside.one-four .more-items-item {
  width: calc(25% -  21px);
}
.column .gap-21.one-one .more-items-item,
.column .gap-21.one-one .more-video-item,
.column .gap-21.one-one .galleries-item,
.column .gap-21.one-one .socialstream-item,
.column .gap-21.one-one .control-group,
.column .gap-21.one-one .formly > *,
.column .gap-21.one-one.img-aside .more-items-item,
.column .gap-21.one-one.landing li {
  width: calc(100% -  21px);
}
.column .gap-21.one-two .more-items-item,
.column .gap-21.one-two .more-video-item,
.column .gap-21.one-two .galleries-item,
.column .gap-21.one-two .socialstream-item,
.column .gap-21.one-two .control-group,
.column .gap-21.one-two .formly > *,
.column .gap-21.one-two.img-aside .more-items-item,
.column .gap-21.one-two.landing li {
  width: calc(50% -  21px);
}
.column .gap-21.one-three .more-items-item,
.column .gap-21.one-three .more-video-item,
.column .gap-21.one-three .galleries-item,
.column .gap-21.one-three .socialstream-item,
.column .gap-21.one-three .control-group,
.column .gap-21.one-three .formly > *,
.column .gap-21.one-three.img-aside .more-items-item,
.column .gap-21.one-three.landing li {
  width: calc(33.29% -  21px);
}
.column .gap-21.one-four .more-items-item,
.column .gap-21.one-four .more-video-item,
.column .gap-21.one-four .galleries-item,
.column .gap-21.one-four .socialstream-item,
.column .gap-21.one-four .control-group,
.column .gap-21.one-four .formly > *,
.column .gap-21.one-four.img-aside .more-items-item,
.column .gap-21.one-four.landing li {
  width: calc(25% -  21px);
}
.column .gap-21.one-five .more-items-item,
.column .gap-21.one-five .more-video-item,
.column .gap-21.one-five .galleries-item,
.column .gap-21.one-five .socialstream-item,
.column .gap-21.one-five .control-group,
.column .gap-21.one-five .formly > *,
.column .gap-21.one-five.img-aside .more-items-item,
.column .gap-21.one-five.landing li {
  width: calc(20% -  21px);
}
.column .gap-21.one-six .more-items-item,
.column .gap-21.one-six .more-video-item,
.column .gap-21.one-six .galleries-item,
.column .gap-21.one-six .socialstream-item,
.column .gap-21.one-six .control-group,
.column .gap-21.one-six .formly > *,
.column .gap-21.one-six.img-aside .more-items-item,
.column .gap-21.one-six.landing li {
  width: calc(16.5666667% -  21px);
}
.column .gap-21.one-seven .more-items-item,
.column .gap-21.one-seven .more-video-item,
.column .gap-21.one-seven .galleries-item,
.column .gap-21.one-seven .socialstream-item,
.column .gap-21.one-seven .control-group,
.column .gap-21.one-seven .formly > *,
.column .gap-21.one-seven.img-aside .more-items-item,
.column .gap-21.one-seven.landing li {
  width: calc(14.1857142857% -  21px);
}
.column .gap-20.full-width {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.column .gap-20.full-width.tabs-end header,
.column .gap-20.full-width.tabs-start header,
.column .gap-20.full-width.tabs-end .widget-title,
.column .gap-20.full-width.tabs-start .widget-title,
.column .gap-20.full-width.tabs-end .section-title,
.column .gap-20.full-width.tabs-start .section-title {
  padding-left: 20px;
  padding-right: 20px;
}
.column .gap-20:not(.full-width) .more-items-list,
.column .gap-20:not(.full-width) .tabs-content {
  max-width: 1370px !important;
}
.column .gap-20:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-20:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 970px !important;
}
.column .gap-20 .more-items-item {
  margin: 0 10px 20px;
}
.column .gap-20.img-aside.one-one .more-items-item {
  width: calc(100% -  20px);
}
.column .gap-20.img-aside.one-two .more-items-item {
  width: calc(50% -  20px);
}
.column .gap-20.img-aside.one-three .more-items-item {
  width: calc(33.29% -  20px);
}
.column .gap-20.img-aside.one-four .more-items-item {
  width: calc(25% -  20px);
}
.column .gap-20.one-one .more-items-item,
.column .gap-20.one-one .more-video-item,
.column .gap-20.one-one .galleries-item,
.column .gap-20.one-one .socialstream-item,
.column .gap-20.one-one .control-group,
.column .gap-20.one-one .formly > *,
.column .gap-20.one-one.img-aside .more-items-item,
.column .gap-20.one-one.landing li {
  width: calc(100% -  20px);
}
.column .gap-20.one-two .more-items-item,
.column .gap-20.one-two .more-video-item,
.column .gap-20.one-two .galleries-item,
.column .gap-20.one-two .socialstream-item,
.column .gap-20.one-two .control-group,
.column .gap-20.one-two .formly > *,
.column .gap-20.one-two.img-aside .more-items-item,
.column .gap-20.one-two.landing li {
  width: calc(50% -  20px);
}
.column .gap-20.one-three .more-items-item,
.column .gap-20.one-three .more-video-item,
.column .gap-20.one-three .galleries-item,
.column .gap-20.one-three .socialstream-item,
.column .gap-20.one-three .control-group,
.column .gap-20.one-three .formly > *,
.column .gap-20.one-three.img-aside .more-items-item,
.column .gap-20.one-three.landing li {
  width: calc(33.29% -  20px);
}
.column .gap-20.one-four .more-items-item,
.column .gap-20.one-four .more-video-item,
.column .gap-20.one-four .galleries-item,
.column .gap-20.one-four .socialstream-item,
.column .gap-20.one-four .control-group,
.column .gap-20.one-four .formly > *,
.column .gap-20.one-four.img-aside .more-items-item,
.column .gap-20.one-four.landing li {
  width: calc(25% -  20px);
}
.column .gap-20.one-five .more-items-item,
.column .gap-20.one-five .more-video-item,
.column .gap-20.one-five .galleries-item,
.column .gap-20.one-five .socialstream-item,
.column .gap-20.one-five .control-group,
.column .gap-20.one-five .formly > *,
.column .gap-20.one-five.img-aside .more-items-item,
.column .gap-20.one-five.landing li {
  width: calc(20% -  20px);
}
.column .gap-20.one-six .more-items-item,
.column .gap-20.one-six .more-video-item,
.column .gap-20.one-six .galleries-item,
.column .gap-20.one-six .socialstream-item,
.column .gap-20.one-six .control-group,
.column .gap-20.one-six .formly > *,
.column .gap-20.one-six.img-aside .more-items-item,
.column .gap-20.one-six.landing li {
  width: calc(16.5666667% -  20px);
}
.column .gap-20.one-seven .more-items-item,
.column .gap-20.one-seven .more-video-item,
.column .gap-20.one-seven .galleries-item,
.column .gap-20.one-seven .socialstream-item,
.column .gap-20.one-seven .control-group,
.column .gap-20.one-seven .formly > *,
.column .gap-20.one-seven.img-aside .more-items-item,
.column .gap-20.one-seven.landing li {
  width: calc(14.1857142857% -  20px);
}
.column .gap-19.full-width {
  padding-left: 9.5px !important;
  padding-right: 9.5px !important;
}
.column .gap-19.full-width.tabs-end header,
.column .gap-19.full-width.tabs-start header,
.column .gap-19.full-width.tabs-end .widget-title,
.column .gap-19.full-width.tabs-start .widget-title,
.column .gap-19.full-width.tabs-end .section-title,
.column .gap-19.full-width.tabs-start .section-title {
  padding-left: 19px;
  padding-right: 19px;
}
.column .gap-19:not(.full-width) .more-items-list,
.column .gap-19:not(.full-width) .tabs-content {
  max-width: 1369px !important;
}
.column .gap-19:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-19:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 969px !important;
}
.column .gap-19 .more-items-item {
  margin: 0 9.5px 19px;
}
.column .gap-19.img-aside.one-one .more-items-item {
  width: calc(100% -  19px);
}
.column .gap-19.img-aside.one-two .more-items-item {
  width: calc(50% -  19px);
}
.column .gap-19.img-aside.one-three .more-items-item {
  width: calc(33.29% -  19px);
}
.column .gap-19.img-aside.one-four .more-items-item {
  width: calc(25% -  19px);
}
.column .gap-19.one-one .more-items-item,
.column .gap-19.one-one .more-video-item,
.column .gap-19.one-one .galleries-item,
.column .gap-19.one-one .socialstream-item,
.column .gap-19.one-one .control-group,
.column .gap-19.one-one .formly > *,
.column .gap-19.one-one.img-aside .more-items-item,
.column .gap-19.one-one.landing li {
  width: calc(100% -  19px);
}
.column .gap-19.one-two .more-items-item,
.column .gap-19.one-two .more-video-item,
.column .gap-19.one-two .galleries-item,
.column .gap-19.one-two .socialstream-item,
.column .gap-19.one-two .control-group,
.column .gap-19.one-two .formly > *,
.column .gap-19.one-two.img-aside .more-items-item,
.column .gap-19.one-two.landing li {
  width: calc(50% -  19px);
}
.column .gap-19.one-three .more-items-item,
.column .gap-19.one-three .more-video-item,
.column .gap-19.one-three .galleries-item,
.column .gap-19.one-three .socialstream-item,
.column .gap-19.one-three .control-group,
.column .gap-19.one-three .formly > *,
.column .gap-19.one-three.img-aside .more-items-item,
.column .gap-19.one-three.landing li {
  width: calc(33.29% -  19px);
}
.column .gap-19.one-four .more-items-item,
.column .gap-19.one-four .more-video-item,
.column .gap-19.one-four .galleries-item,
.column .gap-19.one-four .socialstream-item,
.column .gap-19.one-four .control-group,
.column .gap-19.one-four .formly > *,
.column .gap-19.one-four.img-aside .more-items-item,
.column .gap-19.one-four.landing li {
  width: calc(25% -  19px);
}
.column .gap-19.one-five .more-items-item,
.column .gap-19.one-five .more-video-item,
.column .gap-19.one-five .galleries-item,
.column .gap-19.one-five .socialstream-item,
.column .gap-19.one-five .control-group,
.column .gap-19.one-five .formly > *,
.column .gap-19.one-five.img-aside .more-items-item,
.column .gap-19.one-five.landing li {
  width: calc(20% -  19px);
}
.column .gap-19.one-six .more-items-item,
.column .gap-19.one-six .more-video-item,
.column .gap-19.one-six .galleries-item,
.column .gap-19.one-six .socialstream-item,
.column .gap-19.one-six .control-group,
.column .gap-19.one-six .formly > *,
.column .gap-19.one-six.img-aside .more-items-item,
.column .gap-19.one-six.landing li {
  width: calc(16.5666667% -  19px);
}
.column .gap-19.one-seven .more-items-item,
.column .gap-19.one-seven .more-video-item,
.column .gap-19.one-seven .galleries-item,
.column .gap-19.one-seven .socialstream-item,
.column .gap-19.one-seven .control-group,
.column .gap-19.one-seven .formly > *,
.column .gap-19.one-seven.img-aside .more-items-item,
.column .gap-19.one-seven.landing li {
  width: calc(14.1857142857% -  19px);
}
.column .gap-18.full-width {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.column .gap-18.full-width.tabs-end header,
.column .gap-18.full-width.tabs-start header,
.column .gap-18.full-width.tabs-end .widget-title,
.column .gap-18.full-width.tabs-start .widget-title,
.column .gap-18.full-width.tabs-end .section-title,
.column .gap-18.full-width.tabs-start .section-title {
  padding-left: 18px;
  padding-right: 18px;
}
.column .gap-18:not(.full-width) .more-items-list,
.column .gap-18:not(.full-width) .tabs-content {
  max-width: 1368px !important;
}
.column .gap-18:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-18:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 968px !important;
}
.column .gap-18 .more-items-item {
  margin: 0 9px 18px;
}
.column .gap-18.img-aside.one-one .more-items-item {
  width: calc(100% -  18px);
}
.column .gap-18.img-aside.one-two .more-items-item {
  width: calc(50% -  18px);
}
.column .gap-18.img-aside.one-three .more-items-item {
  width: calc(33.29% -  18px);
}
.column .gap-18.img-aside.one-four .more-items-item {
  width: calc(25% -  18px);
}
.column .gap-18.one-one .more-items-item,
.column .gap-18.one-one .more-video-item,
.column .gap-18.one-one .galleries-item,
.column .gap-18.one-one .socialstream-item,
.column .gap-18.one-one .control-group,
.column .gap-18.one-one .formly > *,
.column .gap-18.one-one.img-aside .more-items-item,
.column .gap-18.one-one.landing li {
  width: calc(100% -  18px);
}
.column .gap-18.one-two .more-items-item,
.column .gap-18.one-two .more-video-item,
.column .gap-18.one-two .galleries-item,
.column .gap-18.one-two .socialstream-item,
.column .gap-18.one-two .control-group,
.column .gap-18.one-two .formly > *,
.column .gap-18.one-two.img-aside .more-items-item,
.column .gap-18.one-two.landing li {
  width: calc(50% -  18px);
}
.column .gap-18.one-three .more-items-item,
.column .gap-18.one-three .more-video-item,
.column .gap-18.one-three .galleries-item,
.column .gap-18.one-three .socialstream-item,
.column .gap-18.one-three .control-group,
.column .gap-18.one-three .formly > *,
.column .gap-18.one-three.img-aside .more-items-item,
.column .gap-18.one-three.landing li {
  width: calc(33.29% -  18px);
}
.column .gap-18.one-four .more-items-item,
.column .gap-18.one-four .more-video-item,
.column .gap-18.one-four .galleries-item,
.column .gap-18.one-four .socialstream-item,
.column .gap-18.one-four .control-group,
.column .gap-18.one-four .formly > *,
.column .gap-18.one-four.img-aside .more-items-item,
.column .gap-18.one-four.landing li {
  width: calc(25% -  18px);
}
.column .gap-18.one-five .more-items-item,
.column .gap-18.one-five .more-video-item,
.column .gap-18.one-five .galleries-item,
.column .gap-18.one-five .socialstream-item,
.column .gap-18.one-five .control-group,
.column .gap-18.one-five .formly > *,
.column .gap-18.one-five.img-aside .more-items-item,
.column .gap-18.one-five.landing li {
  width: calc(20% -  18px);
}
.column .gap-18.one-six .more-items-item,
.column .gap-18.one-six .more-video-item,
.column .gap-18.one-six .galleries-item,
.column .gap-18.one-six .socialstream-item,
.column .gap-18.one-six .control-group,
.column .gap-18.one-six .formly > *,
.column .gap-18.one-six.img-aside .more-items-item,
.column .gap-18.one-six.landing li {
  width: calc(16.5666667% -  18px);
}
.column .gap-18.one-seven .more-items-item,
.column .gap-18.one-seven .more-video-item,
.column .gap-18.one-seven .galleries-item,
.column .gap-18.one-seven .socialstream-item,
.column .gap-18.one-seven .control-group,
.column .gap-18.one-seven .formly > *,
.column .gap-18.one-seven.img-aside .more-items-item,
.column .gap-18.one-seven.landing li {
  width: calc(14.1857142857% -  18px);
}
.column .gap-17.full-width {
  padding-left: 8.5px !important;
  padding-right: 8.5px !important;
}
.column .gap-17.full-width.tabs-end header,
.column .gap-17.full-width.tabs-start header,
.column .gap-17.full-width.tabs-end .widget-title,
.column .gap-17.full-width.tabs-start .widget-title,
.column .gap-17.full-width.tabs-end .section-title,
.column .gap-17.full-width.tabs-start .section-title {
  padding-left: 17px;
  padding-right: 17px;
}
.column .gap-17:not(.full-width) .more-items-list,
.column .gap-17:not(.full-width) .tabs-content {
  max-width: 1367px !important;
}
.column .gap-17:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-17:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 967px !important;
}
.column .gap-17 .more-items-item {
  margin: 0 8.5px 17px;
}
.column .gap-17.img-aside.one-one .more-items-item {
  width: calc(100% -  17px);
}
.column .gap-17.img-aside.one-two .more-items-item {
  width: calc(50% -  17px);
}
.column .gap-17.img-aside.one-three .more-items-item {
  width: calc(33.29% -  17px);
}
.column .gap-17.img-aside.one-four .more-items-item {
  width: calc(25% -  17px);
}
.column .gap-17.one-one .more-items-item,
.column .gap-17.one-one .more-video-item,
.column .gap-17.one-one .galleries-item,
.column .gap-17.one-one .socialstream-item,
.column .gap-17.one-one .control-group,
.column .gap-17.one-one .formly > *,
.column .gap-17.one-one.img-aside .more-items-item,
.column .gap-17.one-one.landing li {
  width: calc(100% -  17px);
}
.column .gap-17.one-two .more-items-item,
.column .gap-17.one-two .more-video-item,
.column .gap-17.one-two .galleries-item,
.column .gap-17.one-two .socialstream-item,
.column .gap-17.one-two .control-group,
.column .gap-17.one-two .formly > *,
.column .gap-17.one-two.img-aside .more-items-item,
.column .gap-17.one-two.landing li {
  width: calc(50% -  17px);
}
.column .gap-17.one-three .more-items-item,
.column .gap-17.one-three .more-video-item,
.column .gap-17.one-three .galleries-item,
.column .gap-17.one-three .socialstream-item,
.column .gap-17.one-three .control-group,
.column .gap-17.one-three .formly > *,
.column .gap-17.one-three.img-aside .more-items-item,
.column .gap-17.one-three.landing li {
  width: calc(33.29% -  17px);
}
.column .gap-17.one-four .more-items-item,
.column .gap-17.one-four .more-video-item,
.column .gap-17.one-four .galleries-item,
.column .gap-17.one-four .socialstream-item,
.column .gap-17.one-four .control-group,
.column .gap-17.one-four .formly > *,
.column .gap-17.one-four.img-aside .more-items-item,
.column .gap-17.one-four.landing li {
  width: calc(25% -  17px);
}
.column .gap-17.one-five .more-items-item,
.column .gap-17.one-five .more-video-item,
.column .gap-17.one-five .galleries-item,
.column .gap-17.one-five .socialstream-item,
.column .gap-17.one-five .control-group,
.column .gap-17.one-five .formly > *,
.column .gap-17.one-five.img-aside .more-items-item,
.column .gap-17.one-five.landing li {
  width: calc(20% -  17px);
}
.column .gap-17.one-six .more-items-item,
.column .gap-17.one-six .more-video-item,
.column .gap-17.one-six .galleries-item,
.column .gap-17.one-six .socialstream-item,
.column .gap-17.one-six .control-group,
.column .gap-17.one-six .formly > *,
.column .gap-17.one-six.img-aside .more-items-item,
.column .gap-17.one-six.landing li {
  width: calc(16.5666667% -  17px);
}
.column .gap-17.one-seven .more-items-item,
.column .gap-17.one-seven .more-video-item,
.column .gap-17.one-seven .galleries-item,
.column .gap-17.one-seven .socialstream-item,
.column .gap-17.one-seven .control-group,
.column .gap-17.one-seven .formly > *,
.column .gap-17.one-seven.img-aside .more-items-item,
.column .gap-17.one-seven.landing li {
  width: calc(14.1857142857% -  17px);
}
.column .gap-16.full-width {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.column .gap-16.full-width.tabs-end header,
.column .gap-16.full-width.tabs-start header,
.column .gap-16.full-width.tabs-end .widget-title,
.column .gap-16.full-width.tabs-start .widget-title,
.column .gap-16.full-width.tabs-end .section-title,
.column .gap-16.full-width.tabs-start .section-title {
  padding-left: 16px;
  padding-right: 16px;
}
.column .gap-16:not(.full-width) .more-items-list,
.column .gap-16:not(.full-width) .tabs-content {
  max-width: 1366px !important;
}
.column .gap-16:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-16:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 966px !important;
}
.column .gap-16 .more-items-item {
  margin: 0 8px 16px;
}
.column .gap-16.img-aside.one-one .more-items-item {
  width: calc(100% -  16px);
}
.column .gap-16.img-aside.one-two .more-items-item {
  width: calc(50% -  16px);
}
.column .gap-16.img-aside.one-three .more-items-item {
  width: calc(33.29% -  16px);
}
.column .gap-16.img-aside.one-four .more-items-item {
  width: calc(25% -  16px);
}
.column .gap-16.one-one .more-items-item,
.column .gap-16.one-one .more-video-item,
.column .gap-16.one-one .galleries-item,
.column .gap-16.one-one .socialstream-item,
.column .gap-16.one-one .control-group,
.column .gap-16.one-one .formly > *,
.column .gap-16.one-one.img-aside .more-items-item,
.column .gap-16.one-one.landing li {
  width: calc(100% -  16px);
}
.column .gap-16.one-two .more-items-item,
.column .gap-16.one-two .more-video-item,
.column .gap-16.one-two .galleries-item,
.column .gap-16.one-two .socialstream-item,
.column .gap-16.one-two .control-group,
.column .gap-16.one-two .formly > *,
.column .gap-16.one-two.img-aside .more-items-item,
.column .gap-16.one-two.landing li {
  width: calc(50% -  16px);
}
.column .gap-16.one-three .more-items-item,
.column .gap-16.one-three .more-video-item,
.column .gap-16.one-three .galleries-item,
.column .gap-16.one-three .socialstream-item,
.column .gap-16.one-three .control-group,
.column .gap-16.one-three .formly > *,
.column .gap-16.one-three.img-aside .more-items-item,
.column .gap-16.one-three.landing li {
  width: calc(33.29% -  16px);
}
.column .gap-16.one-four .more-items-item,
.column .gap-16.one-four .more-video-item,
.column .gap-16.one-four .galleries-item,
.column .gap-16.one-four .socialstream-item,
.column .gap-16.one-four .control-group,
.column .gap-16.one-four .formly > *,
.column .gap-16.one-four.img-aside .more-items-item,
.column .gap-16.one-four.landing li {
  width: calc(25% -  16px);
}
.column .gap-16.one-five .more-items-item,
.column .gap-16.one-five .more-video-item,
.column .gap-16.one-five .galleries-item,
.column .gap-16.one-five .socialstream-item,
.column .gap-16.one-five .control-group,
.column .gap-16.one-five .formly > *,
.column .gap-16.one-five.img-aside .more-items-item,
.column .gap-16.one-five.landing li {
  width: calc(20% -  16px);
}
.column .gap-16.one-six .more-items-item,
.column .gap-16.one-six .more-video-item,
.column .gap-16.one-six .galleries-item,
.column .gap-16.one-six .socialstream-item,
.column .gap-16.one-six .control-group,
.column .gap-16.one-six .formly > *,
.column .gap-16.one-six.img-aside .more-items-item,
.column .gap-16.one-six.landing li {
  width: calc(16.5666667% -  16px);
}
.column .gap-16.one-seven .more-items-item,
.column .gap-16.one-seven .more-video-item,
.column .gap-16.one-seven .galleries-item,
.column .gap-16.one-seven .socialstream-item,
.column .gap-16.one-seven .control-group,
.column .gap-16.one-seven .formly > *,
.column .gap-16.one-seven.img-aside .more-items-item,
.column .gap-16.one-seven.landing li {
  width: calc(14.1857142857% -  16px);
}
.column .gap-15.full-width {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
.column .gap-15.full-width.tabs-end header,
.column .gap-15.full-width.tabs-start header,
.column .gap-15.full-width.tabs-end .widget-title,
.column .gap-15.full-width.tabs-start .widget-title,
.column .gap-15.full-width.tabs-end .section-title,
.column .gap-15.full-width.tabs-start .section-title {
  padding-left: 15px;
  padding-right: 15px;
}
.column .gap-15:not(.full-width) .more-items-list,
.column .gap-15:not(.full-width) .tabs-content {
  max-width: 1365px !important;
}
.column .gap-15:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-15:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 965px !important;
}
.column .gap-15 .more-items-item {
  margin: 0 7.5px 15px;
}
.column .gap-15.img-aside.one-one .more-items-item {
  width: calc(100% -  15px);
}
.column .gap-15.img-aside.one-two .more-items-item {
  width: calc(50% -  15px);
}
.column .gap-15.img-aside.one-three .more-items-item {
  width: calc(33.29% -  15px);
}
.column .gap-15.img-aside.one-four .more-items-item {
  width: calc(25% -  15px);
}
.column .gap-15.one-one .more-items-item,
.column .gap-15.one-one .more-video-item,
.column .gap-15.one-one .galleries-item,
.column .gap-15.one-one .socialstream-item,
.column .gap-15.one-one .control-group,
.column .gap-15.one-one .formly > *,
.column .gap-15.one-one.img-aside .more-items-item,
.column .gap-15.one-one.landing li {
  width: calc(100% -  15px);
}
.column .gap-15.one-two .more-items-item,
.column .gap-15.one-two .more-video-item,
.column .gap-15.one-two .galleries-item,
.column .gap-15.one-two .socialstream-item,
.column .gap-15.one-two .control-group,
.column .gap-15.one-two .formly > *,
.column .gap-15.one-two.img-aside .more-items-item,
.column .gap-15.one-two.landing li {
  width: calc(50% -  15px);
}
.column .gap-15.one-three .more-items-item,
.column .gap-15.one-three .more-video-item,
.column .gap-15.one-three .galleries-item,
.column .gap-15.one-three .socialstream-item,
.column .gap-15.one-three .control-group,
.column .gap-15.one-three .formly > *,
.column .gap-15.one-three.img-aside .more-items-item,
.column .gap-15.one-three.landing li {
  width: calc(33.29% -  15px);
}
.column .gap-15.one-four .more-items-item,
.column .gap-15.one-four .more-video-item,
.column .gap-15.one-four .galleries-item,
.column .gap-15.one-four .socialstream-item,
.column .gap-15.one-four .control-group,
.column .gap-15.one-four .formly > *,
.column .gap-15.one-four.img-aside .more-items-item,
.column .gap-15.one-four.landing li {
  width: calc(25% -  15px);
}
.column .gap-15.one-five .more-items-item,
.column .gap-15.one-five .more-video-item,
.column .gap-15.one-five .galleries-item,
.column .gap-15.one-five .socialstream-item,
.column .gap-15.one-five .control-group,
.column .gap-15.one-five .formly > *,
.column .gap-15.one-five.img-aside .more-items-item,
.column .gap-15.one-five.landing li {
  width: calc(20% -  15px);
}
.column .gap-15.one-six .more-items-item,
.column .gap-15.one-six .more-video-item,
.column .gap-15.one-six .galleries-item,
.column .gap-15.one-six .socialstream-item,
.column .gap-15.one-six .control-group,
.column .gap-15.one-six .formly > *,
.column .gap-15.one-six.img-aside .more-items-item,
.column .gap-15.one-six.landing li {
  width: calc(16.5666667% -  15px);
}
.column .gap-15.one-seven .more-items-item,
.column .gap-15.one-seven .more-video-item,
.column .gap-15.one-seven .galleries-item,
.column .gap-15.one-seven .socialstream-item,
.column .gap-15.one-seven .control-group,
.column .gap-15.one-seven .formly > *,
.column .gap-15.one-seven.img-aside .more-items-item,
.column .gap-15.one-seven.landing li {
  width: calc(14.1857142857% -  15px);
}
.column .gap-14.full-width {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.column .gap-14.full-width.tabs-end header,
.column .gap-14.full-width.tabs-start header,
.column .gap-14.full-width.tabs-end .widget-title,
.column .gap-14.full-width.tabs-start .widget-title,
.column .gap-14.full-width.tabs-end .section-title,
.column .gap-14.full-width.tabs-start .section-title {
  padding-left: 14px;
  padding-right: 14px;
}
.column .gap-14:not(.full-width) .more-items-list,
.column .gap-14:not(.full-width) .tabs-content {
  max-width: 1364px !important;
}
.column .gap-14:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-14:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 964px !important;
}
.column .gap-14 .more-items-item {
  margin: 0 7px 14px;
}
.column .gap-14.img-aside.one-one .more-items-item {
  width: calc(100% -  14px);
}
.column .gap-14.img-aside.one-two .more-items-item {
  width: calc(50% -  14px);
}
.column .gap-14.img-aside.one-three .more-items-item {
  width: calc(33.29% -  14px);
}
.column .gap-14.img-aside.one-four .more-items-item {
  width: calc(25% -  14px);
}
.column .gap-14.one-one .more-items-item,
.column .gap-14.one-one .more-video-item,
.column .gap-14.one-one .galleries-item,
.column .gap-14.one-one .socialstream-item,
.column .gap-14.one-one .control-group,
.column .gap-14.one-one .formly > *,
.column .gap-14.one-one.img-aside .more-items-item,
.column .gap-14.one-one.landing li {
  width: calc(100% -  14px);
}
.column .gap-14.one-two .more-items-item,
.column .gap-14.one-two .more-video-item,
.column .gap-14.one-two .galleries-item,
.column .gap-14.one-two .socialstream-item,
.column .gap-14.one-two .control-group,
.column .gap-14.one-two .formly > *,
.column .gap-14.one-two.img-aside .more-items-item,
.column .gap-14.one-two.landing li {
  width: calc(50% -  14px);
}
.column .gap-14.one-three .more-items-item,
.column .gap-14.one-three .more-video-item,
.column .gap-14.one-three .galleries-item,
.column .gap-14.one-three .socialstream-item,
.column .gap-14.one-three .control-group,
.column .gap-14.one-three .formly > *,
.column .gap-14.one-three.img-aside .more-items-item,
.column .gap-14.one-three.landing li {
  width: calc(33.29% -  14px);
}
.column .gap-14.one-four .more-items-item,
.column .gap-14.one-four .more-video-item,
.column .gap-14.one-four .galleries-item,
.column .gap-14.one-four .socialstream-item,
.column .gap-14.one-four .control-group,
.column .gap-14.one-four .formly > *,
.column .gap-14.one-four.img-aside .more-items-item,
.column .gap-14.one-four.landing li {
  width: calc(25% -  14px);
}
.column .gap-14.one-five .more-items-item,
.column .gap-14.one-five .more-video-item,
.column .gap-14.one-five .galleries-item,
.column .gap-14.one-five .socialstream-item,
.column .gap-14.one-five .control-group,
.column .gap-14.one-five .formly > *,
.column .gap-14.one-five.img-aside .more-items-item,
.column .gap-14.one-five.landing li {
  width: calc(20% -  14px);
}
.column .gap-14.one-six .more-items-item,
.column .gap-14.one-six .more-video-item,
.column .gap-14.one-six .galleries-item,
.column .gap-14.one-six .socialstream-item,
.column .gap-14.one-six .control-group,
.column .gap-14.one-six .formly > *,
.column .gap-14.one-six.img-aside .more-items-item,
.column .gap-14.one-six.landing li {
  width: calc(16.5666667% -  14px);
}
.column .gap-14.one-seven .more-items-item,
.column .gap-14.one-seven .more-video-item,
.column .gap-14.one-seven .galleries-item,
.column .gap-14.one-seven .socialstream-item,
.column .gap-14.one-seven .control-group,
.column .gap-14.one-seven .formly > *,
.column .gap-14.one-seven.img-aside .more-items-item,
.column .gap-14.one-seven.landing li {
  width: calc(14.1857142857% -  14px);
}
.column .gap-13.full-width {
  padding-left: 6.5px !important;
  padding-right: 6.5px !important;
}
.column .gap-13.full-width.tabs-end header,
.column .gap-13.full-width.tabs-start header,
.column .gap-13.full-width.tabs-end .widget-title,
.column .gap-13.full-width.tabs-start .widget-title,
.column .gap-13.full-width.tabs-end .section-title,
.column .gap-13.full-width.tabs-start .section-title {
  padding-left: 13px;
  padding-right: 13px;
}
.column .gap-13:not(.full-width) .more-items-list,
.column .gap-13:not(.full-width) .tabs-content {
  max-width: 1363px !important;
}
.column .gap-13:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-13:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 963px !important;
}
.column .gap-13 .more-items-item {
  margin: 0 6.5px 13px;
}
.column .gap-13.img-aside.one-one .more-items-item {
  width: calc(100% -  13px);
}
.column .gap-13.img-aside.one-two .more-items-item {
  width: calc(50% -  13px);
}
.column .gap-13.img-aside.one-three .more-items-item {
  width: calc(33.29% -  13px);
}
.column .gap-13.img-aside.one-four .more-items-item {
  width: calc(25% -  13px);
}
.column .gap-13.one-one .more-items-item,
.column .gap-13.one-one .more-video-item,
.column .gap-13.one-one .galleries-item,
.column .gap-13.one-one .socialstream-item,
.column .gap-13.one-one .control-group,
.column .gap-13.one-one .formly > *,
.column .gap-13.one-one.img-aside .more-items-item,
.column .gap-13.one-one.landing li {
  width: calc(100% -  13px);
}
.column .gap-13.one-two .more-items-item,
.column .gap-13.one-two .more-video-item,
.column .gap-13.one-two .galleries-item,
.column .gap-13.one-two .socialstream-item,
.column .gap-13.one-two .control-group,
.column .gap-13.one-two .formly > *,
.column .gap-13.one-two.img-aside .more-items-item,
.column .gap-13.one-two.landing li {
  width: calc(50% -  13px);
}
.column .gap-13.one-three .more-items-item,
.column .gap-13.one-three .more-video-item,
.column .gap-13.one-three .galleries-item,
.column .gap-13.one-three .socialstream-item,
.column .gap-13.one-three .control-group,
.column .gap-13.one-three .formly > *,
.column .gap-13.one-three.img-aside .more-items-item,
.column .gap-13.one-three.landing li {
  width: calc(33.29% -  13px);
}
.column .gap-13.one-four .more-items-item,
.column .gap-13.one-four .more-video-item,
.column .gap-13.one-four .galleries-item,
.column .gap-13.one-four .socialstream-item,
.column .gap-13.one-four .control-group,
.column .gap-13.one-four .formly > *,
.column .gap-13.one-four.img-aside .more-items-item,
.column .gap-13.one-four.landing li {
  width: calc(25% -  13px);
}
.column .gap-13.one-five .more-items-item,
.column .gap-13.one-five .more-video-item,
.column .gap-13.one-five .galleries-item,
.column .gap-13.one-five .socialstream-item,
.column .gap-13.one-five .control-group,
.column .gap-13.one-five .formly > *,
.column .gap-13.one-five.img-aside .more-items-item,
.column .gap-13.one-five.landing li {
  width: calc(20% -  13px);
}
.column .gap-13.one-six .more-items-item,
.column .gap-13.one-six .more-video-item,
.column .gap-13.one-six .galleries-item,
.column .gap-13.one-six .socialstream-item,
.column .gap-13.one-six .control-group,
.column .gap-13.one-six .formly > *,
.column .gap-13.one-six.img-aside .more-items-item,
.column .gap-13.one-six.landing li {
  width: calc(16.5666667% -  13px);
}
.column .gap-13.one-seven .more-items-item,
.column .gap-13.one-seven .more-video-item,
.column .gap-13.one-seven .galleries-item,
.column .gap-13.one-seven .socialstream-item,
.column .gap-13.one-seven .control-group,
.column .gap-13.one-seven .formly > *,
.column .gap-13.one-seven.img-aside .more-items-item,
.column .gap-13.one-seven.landing li {
  width: calc(14.1857142857% -  13px);
}
.column .gap-12.full-width {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.column .gap-12.full-width.tabs-end header,
.column .gap-12.full-width.tabs-start header,
.column .gap-12.full-width.tabs-end .widget-title,
.column .gap-12.full-width.tabs-start .widget-title,
.column .gap-12.full-width.tabs-end .section-title,
.column .gap-12.full-width.tabs-start .section-title {
  padding-left: 12px;
  padding-right: 12px;
}
.column .gap-12:not(.full-width) .more-items-list,
.column .gap-12:not(.full-width) .tabs-content {
  max-width: 1362px !important;
}
.column .gap-12:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-12:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 962px !important;
}
.column .gap-12 .more-items-item {
  margin: 0 6px 12px;
}
.column .gap-12.img-aside.one-one .more-items-item {
  width: calc(100% -  12px);
}
.column .gap-12.img-aside.one-two .more-items-item {
  width: calc(50% -  12px);
}
.column .gap-12.img-aside.one-three .more-items-item {
  width: calc(33.29% -  12px);
}
.column .gap-12.img-aside.one-four .more-items-item {
  width: calc(25% -  12px);
}
.column .gap-12.one-one .more-items-item,
.column .gap-12.one-one .more-video-item,
.column .gap-12.one-one .galleries-item,
.column .gap-12.one-one .socialstream-item,
.column .gap-12.one-one .control-group,
.column .gap-12.one-one .formly > *,
.column .gap-12.one-one.img-aside .more-items-item,
.column .gap-12.one-one.landing li {
  width: calc(100% -  12px);
}
.column .gap-12.one-two .more-items-item,
.column .gap-12.one-two .more-video-item,
.column .gap-12.one-two .galleries-item,
.column .gap-12.one-two .socialstream-item,
.column .gap-12.one-two .control-group,
.column .gap-12.one-two .formly > *,
.column .gap-12.one-two.img-aside .more-items-item,
.column .gap-12.one-two.landing li {
  width: calc(50% -  12px);
}
.column .gap-12.one-three .more-items-item,
.column .gap-12.one-three .more-video-item,
.column .gap-12.one-three .galleries-item,
.column .gap-12.one-three .socialstream-item,
.column .gap-12.one-three .control-group,
.column .gap-12.one-three .formly > *,
.column .gap-12.one-three.img-aside .more-items-item,
.column .gap-12.one-three.landing li {
  width: calc(33.29% -  12px);
}
.column .gap-12.one-four .more-items-item,
.column .gap-12.one-four .more-video-item,
.column .gap-12.one-four .galleries-item,
.column .gap-12.one-four .socialstream-item,
.column .gap-12.one-four .control-group,
.column .gap-12.one-four .formly > *,
.column .gap-12.one-four.img-aside .more-items-item,
.column .gap-12.one-four.landing li {
  width: calc(25% -  12px);
}
.column .gap-12.one-five .more-items-item,
.column .gap-12.one-five .more-video-item,
.column .gap-12.one-five .galleries-item,
.column .gap-12.one-five .socialstream-item,
.column .gap-12.one-five .control-group,
.column .gap-12.one-five .formly > *,
.column .gap-12.one-five.img-aside .more-items-item,
.column .gap-12.one-five.landing li {
  width: calc(20% -  12px);
}
.column .gap-12.one-six .more-items-item,
.column .gap-12.one-six .more-video-item,
.column .gap-12.one-six .galleries-item,
.column .gap-12.one-six .socialstream-item,
.column .gap-12.one-six .control-group,
.column .gap-12.one-six .formly > *,
.column .gap-12.one-six.img-aside .more-items-item,
.column .gap-12.one-six.landing li {
  width: calc(16.5666667% -  12px);
}
.column .gap-12.one-seven .more-items-item,
.column .gap-12.one-seven .more-video-item,
.column .gap-12.one-seven .galleries-item,
.column .gap-12.one-seven .socialstream-item,
.column .gap-12.one-seven .control-group,
.column .gap-12.one-seven .formly > *,
.column .gap-12.one-seven.img-aside .more-items-item,
.column .gap-12.one-seven.landing li {
  width: calc(14.1857142857% -  12px);
}
.column .gap-11.full-width {
  padding-left: 5.5px !important;
  padding-right: 5.5px !important;
}
.column .gap-11.full-width.tabs-end header,
.column .gap-11.full-width.tabs-start header,
.column .gap-11.full-width.tabs-end .widget-title,
.column .gap-11.full-width.tabs-start .widget-title,
.column .gap-11.full-width.tabs-end .section-title,
.column .gap-11.full-width.tabs-start .section-title {
  padding-left: 11px;
  padding-right: 11px;
}
.column .gap-11:not(.full-width) .more-items-list,
.column .gap-11:not(.full-width) .tabs-content {
  max-width: 1361px !important;
}
.column .gap-11:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-11:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 961px !important;
}
.column .gap-11 .more-items-item {
  margin: 0 5.5px 11px;
}
.column .gap-11.img-aside.one-one .more-items-item {
  width: calc(100% -  11px);
}
.column .gap-11.img-aside.one-two .more-items-item {
  width: calc(50% -  11px);
}
.column .gap-11.img-aside.one-three .more-items-item {
  width: calc(33.29% -  11px);
}
.column .gap-11.img-aside.one-four .more-items-item {
  width: calc(25% -  11px);
}
.column .gap-11.one-one .more-items-item,
.column .gap-11.one-one .more-video-item,
.column .gap-11.one-one .galleries-item,
.column .gap-11.one-one .socialstream-item,
.column .gap-11.one-one .control-group,
.column .gap-11.one-one .formly > *,
.column .gap-11.one-one.img-aside .more-items-item,
.column .gap-11.one-one.landing li {
  width: calc(100% -  11px);
}
.column .gap-11.one-two .more-items-item,
.column .gap-11.one-two .more-video-item,
.column .gap-11.one-two .galleries-item,
.column .gap-11.one-two .socialstream-item,
.column .gap-11.one-two .control-group,
.column .gap-11.one-two .formly > *,
.column .gap-11.one-two.img-aside .more-items-item,
.column .gap-11.one-two.landing li {
  width: calc(50% -  11px);
}
.column .gap-11.one-three .more-items-item,
.column .gap-11.one-three .more-video-item,
.column .gap-11.one-three .galleries-item,
.column .gap-11.one-three .socialstream-item,
.column .gap-11.one-three .control-group,
.column .gap-11.one-three .formly > *,
.column .gap-11.one-three.img-aside .more-items-item,
.column .gap-11.one-three.landing li {
  width: calc(33.29% -  11px);
}
.column .gap-11.one-four .more-items-item,
.column .gap-11.one-four .more-video-item,
.column .gap-11.one-four .galleries-item,
.column .gap-11.one-four .socialstream-item,
.column .gap-11.one-four .control-group,
.column .gap-11.one-four .formly > *,
.column .gap-11.one-four.img-aside .more-items-item,
.column .gap-11.one-four.landing li {
  width: calc(25% -  11px);
}
.column .gap-11.one-five .more-items-item,
.column .gap-11.one-five .more-video-item,
.column .gap-11.one-five .galleries-item,
.column .gap-11.one-five .socialstream-item,
.column .gap-11.one-five .control-group,
.column .gap-11.one-five .formly > *,
.column .gap-11.one-five.img-aside .more-items-item,
.column .gap-11.one-five.landing li {
  width: calc(20% -  11px);
}
.column .gap-11.one-six .more-items-item,
.column .gap-11.one-six .more-video-item,
.column .gap-11.one-six .galleries-item,
.column .gap-11.one-six .socialstream-item,
.column .gap-11.one-six .control-group,
.column .gap-11.one-six .formly > *,
.column .gap-11.one-six.img-aside .more-items-item,
.column .gap-11.one-six.landing li {
  width: calc(16.5666667% -  11px);
}
.column .gap-11.one-seven .more-items-item,
.column .gap-11.one-seven .more-video-item,
.column .gap-11.one-seven .galleries-item,
.column .gap-11.one-seven .socialstream-item,
.column .gap-11.one-seven .control-group,
.column .gap-11.one-seven .formly > *,
.column .gap-11.one-seven.img-aside .more-items-item,
.column .gap-11.one-seven.landing li {
  width: calc(14.1857142857% -  11px);
}
.column .gap-10.full-width {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.column .gap-10.full-width.tabs-end header,
.column .gap-10.full-width.tabs-start header,
.column .gap-10.full-width.tabs-end .widget-title,
.column .gap-10.full-width.tabs-start .widget-title,
.column .gap-10.full-width.tabs-end .section-title,
.column .gap-10.full-width.tabs-start .section-title {
  padding-left: 10px;
  padding-right: 10px;
}
.column .gap-10:not(.full-width) .more-items-list,
.column .gap-10:not(.full-width) .tabs-content {
  max-width: 1360px !important;
}
.column .gap-10:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-10:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 960px !important;
}
.column .gap-10 .more-items-item {
  margin: 0 5px 10px;
}
.column .gap-10.img-aside.one-one .more-items-item {
  width: calc(100% -  10px);
}
.column .gap-10.img-aside.one-two .more-items-item {
  width: calc(50% -  10px);
}
.column .gap-10.img-aside.one-three .more-items-item {
  width: calc(33.29% -  10px);
}
.column .gap-10.img-aside.one-four .more-items-item {
  width: calc(25% -  10px);
}
.column .gap-10.one-one .more-items-item,
.column .gap-10.one-one .more-video-item,
.column .gap-10.one-one .galleries-item,
.column .gap-10.one-one .socialstream-item,
.column .gap-10.one-one .control-group,
.column .gap-10.one-one .formly > *,
.column .gap-10.one-one.img-aside .more-items-item,
.column .gap-10.one-one.landing li {
  width: calc(100% -  10px);
}
.column .gap-10.one-two .more-items-item,
.column .gap-10.one-two .more-video-item,
.column .gap-10.one-two .galleries-item,
.column .gap-10.one-two .socialstream-item,
.column .gap-10.one-two .control-group,
.column .gap-10.one-two .formly > *,
.column .gap-10.one-two.img-aside .more-items-item,
.column .gap-10.one-two.landing li {
  width: calc(50% -  10px);
}
.column .gap-10.one-three .more-items-item,
.column .gap-10.one-three .more-video-item,
.column .gap-10.one-three .galleries-item,
.column .gap-10.one-three .socialstream-item,
.column .gap-10.one-three .control-group,
.column .gap-10.one-three .formly > *,
.column .gap-10.one-three.img-aside .more-items-item,
.column .gap-10.one-three.landing li {
  width: calc(33.29% -  10px);
}
.column .gap-10.one-four .more-items-item,
.column .gap-10.one-four .more-video-item,
.column .gap-10.one-four .galleries-item,
.column .gap-10.one-four .socialstream-item,
.column .gap-10.one-four .control-group,
.column .gap-10.one-four .formly > *,
.column .gap-10.one-four.img-aside .more-items-item,
.column .gap-10.one-four.landing li {
  width: calc(25% -  10px);
}
.column .gap-10.one-five .more-items-item,
.column .gap-10.one-five .more-video-item,
.column .gap-10.one-five .galleries-item,
.column .gap-10.one-five .socialstream-item,
.column .gap-10.one-five .control-group,
.column .gap-10.one-five .formly > *,
.column .gap-10.one-five.img-aside .more-items-item,
.column .gap-10.one-five.landing li {
  width: calc(20% -  10px);
}
.column .gap-10.one-six .more-items-item,
.column .gap-10.one-six .more-video-item,
.column .gap-10.one-six .galleries-item,
.column .gap-10.one-six .socialstream-item,
.column .gap-10.one-six .control-group,
.column .gap-10.one-six .formly > *,
.column .gap-10.one-six.img-aside .more-items-item,
.column .gap-10.one-six.landing li {
  width: calc(16.5666667% -  10px);
}
.column .gap-10.one-seven .more-items-item,
.column .gap-10.one-seven .more-video-item,
.column .gap-10.one-seven .galleries-item,
.column .gap-10.one-seven .socialstream-item,
.column .gap-10.one-seven .control-group,
.column .gap-10.one-seven .formly > *,
.column .gap-10.one-seven.img-aside .more-items-item,
.column .gap-10.one-seven.landing li {
  width: calc(14.1857142857% -  10px);
}
.column .gap-9.full-width {
  padding-left: 4.5px !important;
  padding-right: 4.5px !important;
}
.column .gap-9.full-width.tabs-end header,
.column .gap-9.full-width.tabs-start header,
.column .gap-9.full-width.tabs-end .widget-title,
.column .gap-9.full-width.tabs-start .widget-title,
.column .gap-9.full-width.tabs-end .section-title,
.column .gap-9.full-width.tabs-start .section-title {
  padding-left: 9px;
  padding-right: 9px;
}
.column .gap-9:not(.full-width) .more-items-list,
.column .gap-9:not(.full-width) .tabs-content {
  max-width: 1359px !important;
}
.column .gap-9:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-9:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 959px !important;
}
.column .gap-9 .more-items-item {
  margin: 0 4.5px 9px;
}
.column .gap-9.img-aside.one-one .more-items-item {
  width: calc(100% -  9px);
}
.column .gap-9.img-aside.one-two .more-items-item {
  width: calc(50% -  9px);
}
.column .gap-9.img-aside.one-three .more-items-item {
  width: calc(33.29% -  9px);
}
.column .gap-9.img-aside.one-four .more-items-item {
  width: calc(25% -  9px);
}
.column .gap-9.one-one .more-items-item,
.column .gap-9.one-one .more-video-item,
.column .gap-9.one-one .galleries-item,
.column .gap-9.one-one .socialstream-item,
.column .gap-9.one-one .control-group,
.column .gap-9.one-one .formly > *,
.column .gap-9.one-one.img-aside .more-items-item,
.column .gap-9.one-one.landing li {
  width: calc(100% -  9px);
}
.column .gap-9.one-two .more-items-item,
.column .gap-9.one-two .more-video-item,
.column .gap-9.one-two .galleries-item,
.column .gap-9.one-two .socialstream-item,
.column .gap-9.one-two .control-group,
.column .gap-9.one-two .formly > *,
.column .gap-9.one-two.img-aside .more-items-item,
.column .gap-9.one-two.landing li {
  width: calc(50% -  9px);
}
.column .gap-9.one-three .more-items-item,
.column .gap-9.one-three .more-video-item,
.column .gap-9.one-three .galleries-item,
.column .gap-9.one-three .socialstream-item,
.column .gap-9.one-three .control-group,
.column .gap-9.one-three .formly > *,
.column .gap-9.one-three.img-aside .more-items-item,
.column .gap-9.one-three.landing li {
  width: calc(33.29% -  9px);
}
.column .gap-9.one-four .more-items-item,
.column .gap-9.one-four .more-video-item,
.column .gap-9.one-four .galleries-item,
.column .gap-9.one-four .socialstream-item,
.column .gap-9.one-four .control-group,
.column .gap-9.one-four .formly > *,
.column .gap-9.one-four.img-aside .more-items-item,
.column .gap-9.one-four.landing li {
  width: calc(25% -  9px);
}
.column .gap-9.one-five .more-items-item,
.column .gap-9.one-five .more-video-item,
.column .gap-9.one-five .galleries-item,
.column .gap-9.one-five .socialstream-item,
.column .gap-9.one-five .control-group,
.column .gap-9.one-five .formly > *,
.column .gap-9.one-five.img-aside .more-items-item,
.column .gap-9.one-five.landing li {
  width: calc(20% -  9px);
}
.column .gap-9.one-six .more-items-item,
.column .gap-9.one-six .more-video-item,
.column .gap-9.one-six .galleries-item,
.column .gap-9.one-six .socialstream-item,
.column .gap-9.one-six .control-group,
.column .gap-9.one-six .formly > *,
.column .gap-9.one-six.img-aside .more-items-item,
.column .gap-9.one-six.landing li {
  width: calc(16.5666667% -  9px);
}
.column .gap-9.one-seven .more-items-item,
.column .gap-9.one-seven .more-video-item,
.column .gap-9.one-seven .galleries-item,
.column .gap-9.one-seven .socialstream-item,
.column .gap-9.one-seven .control-group,
.column .gap-9.one-seven .formly > *,
.column .gap-9.one-seven.img-aside .more-items-item,
.column .gap-9.one-seven.landing li {
  width: calc(14.1857142857% -  9px);
}
.column .gap-8.full-width {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.column .gap-8.full-width.tabs-end header,
.column .gap-8.full-width.tabs-start header,
.column .gap-8.full-width.tabs-end .widget-title,
.column .gap-8.full-width.tabs-start .widget-title,
.column .gap-8.full-width.tabs-end .section-title,
.column .gap-8.full-width.tabs-start .section-title {
  padding-left: 8px;
  padding-right: 8px;
}
.column .gap-8:not(.full-width) .more-items-list,
.column .gap-8:not(.full-width) .tabs-content {
  max-width: 1358px !important;
}
.column .gap-8:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-8:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 958px !important;
}
.column .gap-8 .more-items-item {
  margin: 0 4px 8px;
}
.column .gap-8.img-aside.one-one .more-items-item {
  width: calc(100% -  8px);
}
.column .gap-8.img-aside.one-two .more-items-item {
  width: calc(50% -  8px);
}
.column .gap-8.img-aside.one-three .more-items-item {
  width: calc(33.29% -  8px);
}
.column .gap-8.img-aside.one-four .more-items-item {
  width: calc(25% -  8px);
}
.column .gap-8.one-one .more-items-item,
.column .gap-8.one-one .more-video-item,
.column .gap-8.one-one .galleries-item,
.column .gap-8.one-one .socialstream-item,
.column .gap-8.one-one .control-group,
.column .gap-8.one-one .formly > *,
.column .gap-8.one-one.img-aside .more-items-item,
.column .gap-8.one-one.landing li {
  width: calc(100% -  8px);
}
.column .gap-8.one-two .more-items-item,
.column .gap-8.one-two .more-video-item,
.column .gap-8.one-two .galleries-item,
.column .gap-8.one-two .socialstream-item,
.column .gap-8.one-two .control-group,
.column .gap-8.one-two .formly > *,
.column .gap-8.one-two.img-aside .more-items-item,
.column .gap-8.one-two.landing li {
  width: calc(50% -  8px);
}
.column .gap-8.one-three .more-items-item,
.column .gap-8.one-three .more-video-item,
.column .gap-8.one-three .galleries-item,
.column .gap-8.one-three .socialstream-item,
.column .gap-8.one-three .control-group,
.column .gap-8.one-three .formly > *,
.column .gap-8.one-three.img-aside .more-items-item,
.column .gap-8.one-three.landing li {
  width: calc(33.29% -  8px);
}
.column .gap-8.one-four .more-items-item,
.column .gap-8.one-four .more-video-item,
.column .gap-8.one-four .galleries-item,
.column .gap-8.one-four .socialstream-item,
.column .gap-8.one-four .control-group,
.column .gap-8.one-four .formly > *,
.column .gap-8.one-four.img-aside .more-items-item,
.column .gap-8.one-four.landing li {
  width: calc(25% -  8px);
}
.column .gap-8.one-five .more-items-item,
.column .gap-8.one-five .more-video-item,
.column .gap-8.one-five .galleries-item,
.column .gap-8.one-five .socialstream-item,
.column .gap-8.one-five .control-group,
.column .gap-8.one-five .formly > *,
.column .gap-8.one-five.img-aside .more-items-item,
.column .gap-8.one-five.landing li {
  width: calc(20% -  8px);
}
.column .gap-8.one-six .more-items-item,
.column .gap-8.one-six .more-video-item,
.column .gap-8.one-six .galleries-item,
.column .gap-8.one-six .socialstream-item,
.column .gap-8.one-six .control-group,
.column .gap-8.one-six .formly > *,
.column .gap-8.one-six.img-aside .more-items-item,
.column .gap-8.one-six.landing li {
  width: calc(16.5666667% -  8px);
}
.column .gap-8.one-seven .more-items-item,
.column .gap-8.one-seven .more-video-item,
.column .gap-8.one-seven .galleries-item,
.column .gap-8.one-seven .socialstream-item,
.column .gap-8.one-seven .control-group,
.column .gap-8.one-seven .formly > *,
.column .gap-8.one-seven.img-aside .more-items-item,
.column .gap-8.one-seven.landing li {
  width: calc(14.1857142857% -  8px);
}
.column .gap-7.full-width {
  padding-left: 3.5px !important;
  padding-right: 3.5px !important;
}
.column .gap-7.full-width.tabs-end header,
.column .gap-7.full-width.tabs-start header,
.column .gap-7.full-width.tabs-end .widget-title,
.column .gap-7.full-width.tabs-start .widget-title,
.column .gap-7.full-width.tabs-end .section-title,
.column .gap-7.full-width.tabs-start .section-title {
  padding-left: 7px;
  padding-right: 7px;
}
.column .gap-7:not(.full-width) .more-items-list,
.column .gap-7:not(.full-width) .tabs-content {
  max-width: 1357px !important;
}
.column .gap-7:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-7:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 957px !important;
}
.column .gap-7 .more-items-item {
  margin: 0 3.5px 7px;
}
.column .gap-7.img-aside.one-one .more-items-item {
  width: calc(100% -  7px);
}
.column .gap-7.img-aside.one-two .more-items-item {
  width: calc(50% -  7px);
}
.column .gap-7.img-aside.one-three .more-items-item {
  width: calc(33.29% -  7px);
}
.column .gap-7.img-aside.one-four .more-items-item {
  width: calc(25% -  7px);
}
.column .gap-7.one-one .more-items-item,
.column .gap-7.one-one .more-video-item,
.column .gap-7.one-one .galleries-item,
.column .gap-7.one-one .socialstream-item,
.column .gap-7.one-one .control-group,
.column .gap-7.one-one .formly > *,
.column .gap-7.one-one.img-aside .more-items-item,
.column .gap-7.one-one.landing li {
  width: calc(100% -  7px);
}
.column .gap-7.one-two .more-items-item,
.column .gap-7.one-two .more-video-item,
.column .gap-7.one-two .galleries-item,
.column .gap-7.one-two .socialstream-item,
.column .gap-7.one-two .control-group,
.column .gap-7.one-two .formly > *,
.column .gap-7.one-two.img-aside .more-items-item,
.column .gap-7.one-two.landing li {
  width: calc(50% -  7px);
}
.column .gap-7.one-three .more-items-item,
.column .gap-7.one-three .more-video-item,
.column .gap-7.one-three .galleries-item,
.column .gap-7.one-three .socialstream-item,
.column .gap-7.one-three .control-group,
.column .gap-7.one-three .formly > *,
.column .gap-7.one-three.img-aside .more-items-item,
.column .gap-7.one-three.landing li {
  width: calc(33.29% -  7px);
}
.column .gap-7.one-four .more-items-item,
.column .gap-7.one-four .more-video-item,
.column .gap-7.one-four .galleries-item,
.column .gap-7.one-four .socialstream-item,
.column .gap-7.one-four .control-group,
.column .gap-7.one-four .formly > *,
.column .gap-7.one-four.img-aside .more-items-item,
.column .gap-7.one-four.landing li {
  width: calc(25% -  7px);
}
.column .gap-7.one-five .more-items-item,
.column .gap-7.one-five .more-video-item,
.column .gap-7.one-five .galleries-item,
.column .gap-7.one-five .socialstream-item,
.column .gap-7.one-five .control-group,
.column .gap-7.one-five .formly > *,
.column .gap-7.one-five.img-aside .more-items-item,
.column .gap-7.one-five.landing li {
  width: calc(20% -  7px);
}
.column .gap-7.one-six .more-items-item,
.column .gap-7.one-six .more-video-item,
.column .gap-7.one-six .galleries-item,
.column .gap-7.one-six .socialstream-item,
.column .gap-7.one-six .control-group,
.column .gap-7.one-six .formly > *,
.column .gap-7.one-six.img-aside .more-items-item,
.column .gap-7.one-six.landing li {
  width: calc(16.5666667% -  7px);
}
.column .gap-7.one-seven .more-items-item,
.column .gap-7.one-seven .more-video-item,
.column .gap-7.one-seven .galleries-item,
.column .gap-7.one-seven .socialstream-item,
.column .gap-7.one-seven .control-group,
.column .gap-7.one-seven .formly > *,
.column .gap-7.one-seven.img-aside .more-items-item,
.column .gap-7.one-seven.landing li {
  width: calc(14.1857142857% -  7px);
}
.column .gap-6.full-width {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.column .gap-6.full-width.tabs-end header,
.column .gap-6.full-width.tabs-start header,
.column .gap-6.full-width.tabs-end .widget-title,
.column .gap-6.full-width.tabs-start .widget-title,
.column .gap-6.full-width.tabs-end .section-title,
.column .gap-6.full-width.tabs-start .section-title {
  padding-left: 6px;
  padding-right: 6px;
}
.column .gap-6:not(.full-width) .more-items-list,
.column .gap-6:not(.full-width) .tabs-content {
  max-width: 1356px !important;
}
.column .gap-6:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-6:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 956px !important;
}
.column .gap-6 .more-items-item {
  margin: 0 3px 6px;
}
.column .gap-6.img-aside.one-one .more-items-item {
  width: calc(100% -  6px);
}
.column .gap-6.img-aside.one-two .more-items-item {
  width: calc(50% -  6px);
}
.column .gap-6.img-aside.one-three .more-items-item {
  width: calc(33.29% -  6px);
}
.column .gap-6.img-aside.one-four .more-items-item {
  width: calc(25% -  6px);
}
.column .gap-6.one-one .more-items-item,
.column .gap-6.one-one .more-video-item,
.column .gap-6.one-one .galleries-item,
.column .gap-6.one-one .socialstream-item,
.column .gap-6.one-one .control-group,
.column .gap-6.one-one .formly > *,
.column .gap-6.one-one.img-aside .more-items-item,
.column .gap-6.one-one.landing li {
  width: calc(100% -  6px);
}
.column .gap-6.one-two .more-items-item,
.column .gap-6.one-two .more-video-item,
.column .gap-6.one-two .galleries-item,
.column .gap-6.one-two .socialstream-item,
.column .gap-6.one-two .control-group,
.column .gap-6.one-two .formly > *,
.column .gap-6.one-two.img-aside .more-items-item,
.column .gap-6.one-two.landing li {
  width: calc(50% -  6px);
}
.column .gap-6.one-three .more-items-item,
.column .gap-6.one-three .more-video-item,
.column .gap-6.one-three .galleries-item,
.column .gap-6.one-three .socialstream-item,
.column .gap-6.one-three .control-group,
.column .gap-6.one-three .formly > *,
.column .gap-6.one-three.img-aside .more-items-item,
.column .gap-6.one-three.landing li {
  width: calc(33.29% -  6px);
}
.column .gap-6.one-four .more-items-item,
.column .gap-6.one-four .more-video-item,
.column .gap-6.one-four .galleries-item,
.column .gap-6.one-four .socialstream-item,
.column .gap-6.one-four .control-group,
.column .gap-6.one-four .formly > *,
.column .gap-6.one-four.img-aside .more-items-item,
.column .gap-6.one-four.landing li {
  width: calc(25% -  6px);
}
.column .gap-6.one-five .more-items-item,
.column .gap-6.one-five .more-video-item,
.column .gap-6.one-five .galleries-item,
.column .gap-6.one-five .socialstream-item,
.column .gap-6.one-five .control-group,
.column .gap-6.one-five .formly > *,
.column .gap-6.one-five.img-aside .more-items-item,
.column .gap-6.one-five.landing li {
  width: calc(20% -  6px);
}
.column .gap-6.one-six .more-items-item,
.column .gap-6.one-six .more-video-item,
.column .gap-6.one-six .galleries-item,
.column .gap-6.one-six .socialstream-item,
.column .gap-6.one-six .control-group,
.column .gap-6.one-six .formly > *,
.column .gap-6.one-six.img-aside .more-items-item,
.column .gap-6.one-six.landing li {
  width: calc(16.5666667% -  6px);
}
.column .gap-6.one-seven .more-items-item,
.column .gap-6.one-seven .more-video-item,
.column .gap-6.one-seven .galleries-item,
.column .gap-6.one-seven .socialstream-item,
.column .gap-6.one-seven .control-group,
.column .gap-6.one-seven .formly > *,
.column .gap-6.one-seven.img-aside .more-items-item,
.column .gap-6.one-seven.landing li {
  width: calc(14.1857142857% -  6px);
}
.column .gap-5.full-width {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
}
.column .gap-5.full-width.tabs-end header,
.column .gap-5.full-width.tabs-start header,
.column .gap-5.full-width.tabs-end .widget-title,
.column .gap-5.full-width.tabs-start .widget-title,
.column .gap-5.full-width.tabs-end .section-title,
.column .gap-5.full-width.tabs-start .section-title {
  padding-left: 5px;
  padding-right: 5px;
}
.column .gap-5:not(.full-width) .more-items-list,
.column .gap-5:not(.full-width) .tabs-content {
  max-width: 1355px !important;
}
.column .gap-5:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-5:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 955px !important;
}
.column .gap-5 .more-items-item {
  margin: 0 2.5px 5px;
}
.column .gap-5.img-aside.one-one .more-items-item {
  width: calc(100% -  5px);
}
.column .gap-5.img-aside.one-two .more-items-item {
  width: calc(50% -  5px);
}
.column .gap-5.img-aside.one-three .more-items-item {
  width: calc(33.29% -  5px);
}
.column .gap-5.img-aside.one-four .more-items-item {
  width: calc(25% -  5px);
}
.column .gap-5.one-one .more-items-item,
.column .gap-5.one-one .more-video-item,
.column .gap-5.one-one .galleries-item,
.column .gap-5.one-one .socialstream-item,
.column .gap-5.one-one .control-group,
.column .gap-5.one-one .formly > *,
.column .gap-5.one-one.img-aside .more-items-item,
.column .gap-5.one-one.landing li {
  width: calc(100% -  5px);
}
.column .gap-5.one-two .more-items-item,
.column .gap-5.one-two .more-video-item,
.column .gap-5.one-two .galleries-item,
.column .gap-5.one-two .socialstream-item,
.column .gap-5.one-two .control-group,
.column .gap-5.one-two .formly > *,
.column .gap-5.one-two.img-aside .more-items-item,
.column .gap-5.one-two.landing li {
  width: calc(50% -  5px);
}
.column .gap-5.one-three .more-items-item,
.column .gap-5.one-three .more-video-item,
.column .gap-5.one-three .galleries-item,
.column .gap-5.one-three .socialstream-item,
.column .gap-5.one-three .control-group,
.column .gap-5.one-three .formly > *,
.column .gap-5.one-three.img-aside .more-items-item,
.column .gap-5.one-three.landing li {
  width: calc(33.29% -  5px);
}
.column .gap-5.one-four .more-items-item,
.column .gap-5.one-four .more-video-item,
.column .gap-5.one-four .galleries-item,
.column .gap-5.one-four .socialstream-item,
.column .gap-5.one-four .control-group,
.column .gap-5.one-four .formly > *,
.column .gap-5.one-four.img-aside .more-items-item,
.column .gap-5.one-four.landing li {
  width: calc(25% -  5px);
}
.column .gap-5.one-five .more-items-item,
.column .gap-5.one-five .more-video-item,
.column .gap-5.one-five .galleries-item,
.column .gap-5.one-five .socialstream-item,
.column .gap-5.one-five .control-group,
.column .gap-5.one-five .formly > *,
.column .gap-5.one-five.img-aside .more-items-item,
.column .gap-5.one-five.landing li {
  width: calc(20% -  5px);
}
.column .gap-5.one-six .more-items-item,
.column .gap-5.one-six .more-video-item,
.column .gap-5.one-six .galleries-item,
.column .gap-5.one-six .socialstream-item,
.column .gap-5.one-six .control-group,
.column .gap-5.one-six .formly > *,
.column .gap-5.one-six.img-aside .more-items-item,
.column .gap-5.one-six.landing li {
  width: calc(16.5666667% -  5px);
}
.column .gap-5.one-seven .more-items-item,
.column .gap-5.one-seven .more-video-item,
.column .gap-5.one-seven .galleries-item,
.column .gap-5.one-seven .socialstream-item,
.column .gap-5.one-seven .control-group,
.column .gap-5.one-seven .formly > *,
.column .gap-5.one-seven.img-aside .more-items-item,
.column .gap-5.one-seven.landing li {
  width: calc(14.1857142857% -  5px);
}
.column .gap-4.full-width {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.column .gap-4.full-width.tabs-end header,
.column .gap-4.full-width.tabs-start header,
.column .gap-4.full-width.tabs-end .widget-title,
.column .gap-4.full-width.tabs-start .widget-title,
.column .gap-4.full-width.tabs-end .section-title,
.column .gap-4.full-width.tabs-start .section-title {
  padding-left: 4px;
  padding-right: 4px;
}
.column .gap-4:not(.full-width) .more-items-list,
.column .gap-4:not(.full-width) .tabs-content {
  max-width: 1354px !important;
}
.column .gap-4:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-4:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 954px !important;
}
.column .gap-4 .more-items-item {
  margin: 0 2px 4px;
}
.column .gap-4.img-aside.one-one .more-items-item {
  width: calc(100% -  4px);
}
.column .gap-4.img-aside.one-two .more-items-item {
  width: calc(50% -  4px);
}
.column .gap-4.img-aside.one-three .more-items-item {
  width: calc(33.29% -  4px);
}
.column .gap-4.img-aside.one-four .more-items-item {
  width: calc(25% -  4px);
}
.column .gap-4.one-one .more-items-item,
.column .gap-4.one-one .more-video-item,
.column .gap-4.one-one .galleries-item,
.column .gap-4.one-one .socialstream-item,
.column .gap-4.one-one .control-group,
.column .gap-4.one-one .formly > *,
.column .gap-4.one-one.img-aside .more-items-item,
.column .gap-4.one-one.landing li {
  width: calc(100% -  4px);
}
.column .gap-4.one-two .more-items-item,
.column .gap-4.one-two .more-video-item,
.column .gap-4.one-two .galleries-item,
.column .gap-4.one-two .socialstream-item,
.column .gap-4.one-two .control-group,
.column .gap-4.one-two .formly > *,
.column .gap-4.one-two.img-aside .more-items-item,
.column .gap-4.one-two.landing li {
  width: calc(50% -  4px);
}
.column .gap-4.one-three .more-items-item,
.column .gap-4.one-three .more-video-item,
.column .gap-4.one-three .galleries-item,
.column .gap-4.one-three .socialstream-item,
.column .gap-4.one-three .control-group,
.column .gap-4.one-three .formly > *,
.column .gap-4.one-three.img-aside .more-items-item,
.column .gap-4.one-three.landing li {
  width: calc(33.29% -  4px);
}
.column .gap-4.one-four .more-items-item,
.column .gap-4.one-four .more-video-item,
.column .gap-4.one-four .galleries-item,
.column .gap-4.one-four .socialstream-item,
.column .gap-4.one-four .control-group,
.column .gap-4.one-four .formly > *,
.column .gap-4.one-four.img-aside .more-items-item,
.column .gap-4.one-four.landing li {
  width: calc(25% -  4px);
}
.column .gap-4.one-five .more-items-item,
.column .gap-4.one-five .more-video-item,
.column .gap-4.one-five .galleries-item,
.column .gap-4.one-five .socialstream-item,
.column .gap-4.one-five .control-group,
.column .gap-4.one-five .formly > *,
.column .gap-4.one-five.img-aside .more-items-item,
.column .gap-4.one-five.landing li {
  width: calc(20% -  4px);
}
.column .gap-4.one-six .more-items-item,
.column .gap-4.one-six .more-video-item,
.column .gap-4.one-six .galleries-item,
.column .gap-4.one-six .socialstream-item,
.column .gap-4.one-six .control-group,
.column .gap-4.one-six .formly > *,
.column .gap-4.one-six.img-aside .more-items-item,
.column .gap-4.one-six.landing li {
  width: calc(16.5666667% -  4px);
}
.column .gap-4.one-seven .more-items-item,
.column .gap-4.one-seven .more-video-item,
.column .gap-4.one-seven .galleries-item,
.column .gap-4.one-seven .socialstream-item,
.column .gap-4.one-seven .control-group,
.column .gap-4.one-seven .formly > *,
.column .gap-4.one-seven.img-aside .more-items-item,
.column .gap-4.one-seven.landing li {
  width: calc(14.1857142857% -  4px);
}
.column .gap-3.full-width {
  padding-left: 1.5px !important;
  padding-right: 1.5px !important;
}
.column .gap-3.full-width.tabs-end header,
.column .gap-3.full-width.tabs-start header,
.column .gap-3.full-width.tabs-end .widget-title,
.column .gap-3.full-width.tabs-start .widget-title,
.column .gap-3.full-width.tabs-end .section-title,
.column .gap-3.full-width.tabs-start .section-title {
  padding-left: 3px;
  padding-right: 3px;
}
.column .gap-3:not(.full-width) .more-items-list,
.column .gap-3:not(.full-width) .tabs-content {
  max-width: 1353px !important;
}
.column .gap-3:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-3:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 953px !important;
}
.column .gap-3 .more-items-item {
  margin: 0 1.5px 3px;
}
.column .gap-3.img-aside.one-one .more-items-item {
  width: calc(100% -  3px);
}
.column .gap-3.img-aside.one-two .more-items-item {
  width: calc(50% -  3px);
}
.column .gap-3.img-aside.one-three .more-items-item {
  width: calc(33.29% -  3px);
}
.column .gap-3.img-aside.one-four .more-items-item {
  width: calc(25% -  3px);
}
.column .gap-3.one-one .more-items-item,
.column .gap-3.one-one .more-video-item,
.column .gap-3.one-one .galleries-item,
.column .gap-3.one-one .socialstream-item,
.column .gap-3.one-one .control-group,
.column .gap-3.one-one .formly > *,
.column .gap-3.one-one.img-aside .more-items-item,
.column .gap-3.one-one.landing li {
  width: calc(100% -  3px);
}
.column .gap-3.one-two .more-items-item,
.column .gap-3.one-two .more-video-item,
.column .gap-3.one-two .galleries-item,
.column .gap-3.one-two .socialstream-item,
.column .gap-3.one-two .control-group,
.column .gap-3.one-two .formly > *,
.column .gap-3.one-two.img-aside .more-items-item,
.column .gap-3.one-two.landing li {
  width: calc(50% -  3px);
}
.column .gap-3.one-three .more-items-item,
.column .gap-3.one-three .more-video-item,
.column .gap-3.one-three .galleries-item,
.column .gap-3.one-three .socialstream-item,
.column .gap-3.one-three .control-group,
.column .gap-3.one-three .formly > *,
.column .gap-3.one-three.img-aside .more-items-item,
.column .gap-3.one-three.landing li {
  width: calc(33.29% -  3px);
}
.column .gap-3.one-four .more-items-item,
.column .gap-3.one-four .more-video-item,
.column .gap-3.one-four .galleries-item,
.column .gap-3.one-four .socialstream-item,
.column .gap-3.one-four .control-group,
.column .gap-3.one-four .formly > *,
.column .gap-3.one-four.img-aside .more-items-item,
.column .gap-3.one-four.landing li {
  width: calc(25% -  3px);
}
.column .gap-3.one-five .more-items-item,
.column .gap-3.one-five .more-video-item,
.column .gap-3.one-five .galleries-item,
.column .gap-3.one-five .socialstream-item,
.column .gap-3.one-five .control-group,
.column .gap-3.one-five .formly > *,
.column .gap-3.one-five.img-aside .more-items-item,
.column .gap-3.one-five.landing li {
  width: calc(20% -  3px);
}
.column .gap-3.one-six .more-items-item,
.column .gap-3.one-six .more-video-item,
.column .gap-3.one-six .galleries-item,
.column .gap-3.one-six .socialstream-item,
.column .gap-3.one-six .control-group,
.column .gap-3.one-six .formly > *,
.column .gap-3.one-six.img-aside .more-items-item,
.column .gap-3.one-six.landing li {
  width: calc(16.5666667% -  3px);
}
.column .gap-3.one-seven .more-items-item,
.column .gap-3.one-seven .more-video-item,
.column .gap-3.one-seven .galleries-item,
.column .gap-3.one-seven .socialstream-item,
.column .gap-3.one-seven .control-group,
.column .gap-3.one-seven .formly > *,
.column .gap-3.one-seven.img-aside .more-items-item,
.column .gap-3.one-seven.landing li {
  width: calc(14.1857142857% -  3px);
}
.column .gap-2.full-width {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.column .gap-2.full-width.tabs-end header,
.column .gap-2.full-width.tabs-start header,
.column .gap-2.full-width.tabs-end .widget-title,
.column .gap-2.full-width.tabs-start .widget-title,
.column .gap-2.full-width.tabs-end .section-title,
.column .gap-2.full-width.tabs-start .section-title {
  padding-left: 2px;
  padding-right: 2px;
}
.column .gap-2:not(.full-width) .more-items-list,
.column .gap-2:not(.full-width) .tabs-content {
  max-width: 1352px !important;
}
.column .gap-2:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-2:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 952px !important;
}
.column .gap-2 .more-items-item {
  margin: 0 1px 2px;
}
.column .gap-2.img-aside.one-one .more-items-item {
  width: calc(100% -  2px);
}
.column .gap-2.img-aside.one-two .more-items-item {
  width: calc(50% -  2px);
}
.column .gap-2.img-aside.one-three .more-items-item {
  width: calc(33.29% -  2px);
}
.column .gap-2.img-aside.one-four .more-items-item {
  width: calc(25% -  2px);
}
.column .gap-2.one-one .more-items-item,
.column .gap-2.one-one .more-video-item,
.column .gap-2.one-one .galleries-item,
.column .gap-2.one-one .socialstream-item,
.column .gap-2.one-one .control-group,
.column .gap-2.one-one .formly > *,
.column .gap-2.one-one.img-aside .more-items-item,
.column .gap-2.one-one.landing li {
  width: calc(100% -  2px);
}
.column .gap-2.one-two .more-items-item,
.column .gap-2.one-two .more-video-item,
.column .gap-2.one-two .galleries-item,
.column .gap-2.one-two .socialstream-item,
.column .gap-2.one-two .control-group,
.column .gap-2.one-two .formly > *,
.column .gap-2.one-two.img-aside .more-items-item,
.column .gap-2.one-two.landing li {
  width: calc(50% -  2px);
}
.column .gap-2.one-three .more-items-item,
.column .gap-2.one-three .more-video-item,
.column .gap-2.one-three .galleries-item,
.column .gap-2.one-three .socialstream-item,
.column .gap-2.one-three .control-group,
.column .gap-2.one-three .formly > *,
.column .gap-2.one-three.img-aside .more-items-item,
.column .gap-2.one-three.landing li {
  width: calc(33.29% -  2px);
}
.column .gap-2.one-four .more-items-item,
.column .gap-2.one-four .more-video-item,
.column .gap-2.one-four .galleries-item,
.column .gap-2.one-four .socialstream-item,
.column .gap-2.one-four .control-group,
.column .gap-2.one-four .formly > *,
.column .gap-2.one-four.img-aside .more-items-item,
.column .gap-2.one-four.landing li {
  width: calc(25% -  2px);
}
.column .gap-2.one-five .more-items-item,
.column .gap-2.one-five .more-video-item,
.column .gap-2.one-five .galleries-item,
.column .gap-2.one-five .socialstream-item,
.column .gap-2.one-five .control-group,
.column .gap-2.one-five .formly > *,
.column .gap-2.one-five.img-aside .more-items-item,
.column .gap-2.one-five.landing li {
  width: calc(20% -  2px);
}
.column .gap-2.one-six .more-items-item,
.column .gap-2.one-six .more-video-item,
.column .gap-2.one-six .galleries-item,
.column .gap-2.one-six .socialstream-item,
.column .gap-2.one-six .control-group,
.column .gap-2.one-six .formly > *,
.column .gap-2.one-six.img-aside .more-items-item,
.column .gap-2.one-six.landing li {
  width: calc(16.5666667% -  2px);
}
.column .gap-2.one-seven .more-items-item,
.column .gap-2.one-seven .more-video-item,
.column .gap-2.one-seven .galleries-item,
.column .gap-2.one-seven .socialstream-item,
.column .gap-2.one-seven .control-group,
.column .gap-2.one-seven .formly > *,
.column .gap-2.one-seven.img-aside .more-items-item,
.column .gap-2.one-seven.landing li {
  width: calc(14.1857142857% -  2px);
}
.column .gap-1.full-width {
  padding-left: 0.5px !important;
  padding-right: 0.5px !important;
}
.column .gap-1.full-width.tabs-end header,
.column .gap-1.full-width.tabs-start header,
.column .gap-1.full-width.tabs-end .widget-title,
.column .gap-1.full-width.tabs-start .widget-title,
.column .gap-1.full-width.tabs-end .section-title,
.column .gap-1.full-width.tabs-start .section-title {
  padding-left: 1px;
  padding-right: 1px;
}
.column .gap-1:not(.full-width) .more-items-list,
.column .gap-1:not(.full-width) .tabs-content {
  max-width: 1351px !important;
}
.column .gap-1:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-1:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 951px !important;
}
.column .gap-1 .more-items-item {
  margin: 0 0.5px 1px;
}
.column .gap-1.img-aside.one-one .more-items-item {
  width: calc(100% -  1px);
}
.column .gap-1.img-aside.one-two .more-items-item {
  width: calc(50% -  1px);
}
.column .gap-1.img-aside.one-three .more-items-item {
  width: calc(33.29% -  1px);
}
.column .gap-1.img-aside.one-four .more-items-item {
  width: calc(25% -  1px);
}
.column .gap-1.one-one .more-items-item,
.column .gap-1.one-one .more-video-item,
.column .gap-1.one-one .galleries-item,
.column .gap-1.one-one .socialstream-item,
.column .gap-1.one-one .control-group,
.column .gap-1.one-one .formly > *,
.column .gap-1.one-one.img-aside .more-items-item,
.column .gap-1.one-one.landing li {
  width: calc(100% -  1px);
}
.column .gap-1.one-two .more-items-item,
.column .gap-1.one-two .more-video-item,
.column .gap-1.one-two .galleries-item,
.column .gap-1.one-two .socialstream-item,
.column .gap-1.one-two .control-group,
.column .gap-1.one-two .formly > *,
.column .gap-1.one-two.img-aside .more-items-item,
.column .gap-1.one-two.landing li {
  width: calc(50% -  1px);
}
.column .gap-1.one-three .more-items-item,
.column .gap-1.one-three .more-video-item,
.column .gap-1.one-three .galleries-item,
.column .gap-1.one-three .socialstream-item,
.column .gap-1.one-three .control-group,
.column .gap-1.one-three .formly > *,
.column .gap-1.one-three.img-aside .more-items-item,
.column .gap-1.one-three.landing li {
  width: calc(33.29% -  1px);
}
.column .gap-1.one-four .more-items-item,
.column .gap-1.one-four .more-video-item,
.column .gap-1.one-four .galleries-item,
.column .gap-1.one-four .socialstream-item,
.column .gap-1.one-four .control-group,
.column .gap-1.one-four .formly > *,
.column .gap-1.one-four.img-aside .more-items-item,
.column .gap-1.one-four.landing li {
  width: calc(25% -  1px);
}
.column .gap-1.one-five .more-items-item,
.column .gap-1.one-five .more-video-item,
.column .gap-1.one-five .galleries-item,
.column .gap-1.one-five .socialstream-item,
.column .gap-1.one-five .control-group,
.column .gap-1.one-five .formly > *,
.column .gap-1.one-five.img-aside .more-items-item,
.column .gap-1.one-five.landing li {
  width: calc(20% -  1px);
}
.column .gap-1.one-six .more-items-item,
.column .gap-1.one-six .more-video-item,
.column .gap-1.one-six .galleries-item,
.column .gap-1.one-six .socialstream-item,
.column .gap-1.one-six .control-group,
.column .gap-1.one-six .formly > *,
.column .gap-1.one-six.img-aside .more-items-item,
.column .gap-1.one-six.landing li {
  width: calc(16.5666667% -  1px);
}
.column .gap-1.one-seven .more-items-item,
.column .gap-1.one-seven .more-video-item,
.column .gap-1.one-seven .galleries-item,
.column .gap-1.one-seven .socialstream-item,
.column .gap-1.one-seven .control-group,
.column .gap-1.one-seven .formly > *,
.column .gap-1.one-seven.img-aside .more-items-item,
.column .gap-1.one-seven.landing li {
  width: calc(14.1857142857% -  1px);
}
.column .gap-0.full-width {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.column .gap-0.full-width.tabs-end header,
.column .gap-0.full-width.tabs-start header,
.column .gap-0.full-width.tabs-end .widget-title,
.column .gap-0.full-width.tabs-start .widget-title,
.column .gap-0.full-width.tabs-end .section-title,
.column .gap-0.full-width.tabs-start .section-title {
  padding-left: 0px;
  padding-right: 0px;
}
.column .gap-0:not(.full-width) .more-items-list,
.column .gap-0:not(.full-width) .tabs-content {
  max-width: 1350px !important;
}
.column .gap-0:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-0:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 950px !important;
}
.column .gap-0 .more-items-item {
  margin: 0 0px 0px;
}
.column .gap-0.img-aside.one-one .more-items-item {
  width: calc(100% -  0px);
}
.column .gap-0.img-aside.one-two .more-items-item {
  width: calc(50% -  0px);
}
.column .gap-0.img-aside.one-three .more-items-item {
  width: calc(33.29% -  0px);
}
.column .gap-0.img-aside.one-four .more-items-item {
  width: calc(25% -  0px);
}
.column .gap-0.one-one .more-items-item,
.column .gap-0.one-one .more-video-item,
.column .gap-0.one-one .galleries-item,
.column .gap-0.one-one .socialstream-item,
.column .gap-0.one-one .control-group,
.column .gap-0.one-one .formly > *,
.column .gap-0.one-one.img-aside .more-items-item,
.column .gap-0.one-one.landing li {
  width: calc(100% -  0px);
}
.column .gap-0.one-two .more-items-item,
.column .gap-0.one-two .more-video-item,
.column .gap-0.one-two .galleries-item,
.column .gap-0.one-two .socialstream-item,
.column .gap-0.one-two .control-group,
.column .gap-0.one-two .formly > *,
.column .gap-0.one-two.img-aside .more-items-item,
.column .gap-0.one-two.landing li {
  width: calc(50% -  0px);
}
.column .gap-0.one-three .more-items-item,
.column .gap-0.one-three .more-video-item,
.column .gap-0.one-three .galleries-item,
.column .gap-0.one-three .socialstream-item,
.column .gap-0.one-three .control-group,
.column .gap-0.one-three .formly > *,
.column .gap-0.one-three.img-aside .more-items-item,
.column .gap-0.one-three.landing li {
  width: calc(33.29% -  0px);
}
.column .gap-0.one-four .more-items-item,
.column .gap-0.one-four .more-video-item,
.column .gap-0.one-four .galleries-item,
.column .gap-0.one-four .socialstream-item,
.column .gap-0.one-four .control-group,
.column .gap-0.one-four .formly > *,
.column .gap-0.one-four.img-aside .more-items-item,
.column .gap-0.one-four.landing li {
  width: calc(25% -  0px);
}
.column .gap-0.one-five .more-items-item,
.column .gap-0.one-five .more-video-item,
.column .gap-0.one-five .galleries-item,
.column .gap-0.one-five .socialstream-item,
.column .gap-0.one-five .control-group,
.column .gap-0.one-five .formly > *,
.column .gap-0.one-five.img-aside .more-items-item,
.column .gap-0.one-five.landing li {
  width: calc(20% -  0px);
}
.column .gap-0.one-six .more-items-item,
.column .gap-0.one-six .more-video-item,
.column .gap-0.one-six .galleries-item,
.column .gap-0.one-six .socialstream-item,
.column .gap-0.one-six .control-group,
.column .gap-0.one-six .formly > *,
.column .gap-0.one-six.img-aside .more-items-item,
.column .gap-0.one-six.landing li {
  width: calc(16.5666667% -  0px);
}
.column .gap-0.one-seven .more-items-item,
.column .gap-0.one-seven .more-video-item,
.column .gap-0.one-seven .galleries-item,
.column .gap-0.one-seven .socialstream-item,
.column .gap-0.one-seven .control-group,
.column .gap-0.one-seven .formly > *,
.column .gap-0.one-seven.img-aside .more-items-item,
.column .gap-0.one-seven.landing li {
  width: calc(14.1857142857% -  0px);
}
.column .gap-0.one-one {
  border-radius: 4px;
  overflow: hidden;
}
.column .gap-0 .more-items-item {
  border-radius: 0;
}
.column .gap-0 .more-items-item:hover {
  box-shadow: none;
}
.column > .gap-0.one-one {
  border-radius: 0;
}
.column .widget-wrapper .gap-0.one-one {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Image aside */
.img-aside .more-items-item {
  width: 100%;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  padding: 0;
  margin-bottom: 2px;
  background-color: #ffffff;
}
.img-aside .more-items-item > a,
.img-aside .more-items-item .more-items-img-container,
.img-aside .more-items-item > .fotorama {
  width: 50%;
}
.img-aside .more-items-item > a img,
.img-aside .more-items-item .more-items-img-container img {
  padding: 20px 0 20px 20px;
}
.img-end.img-aside .more-items-item > a img,
.img-end.img-aside .more-items-item .more-items-img-container img,
.img-end-start.img-aside .more-items-item:nth-child(odd) > a img,
.img-end-start.img-aside .more-items-item:nth-child(odd) .more-items-img-container img,
.img-start-end.img-aside .more-items-item:nth-child(even) > a img,
.img-start-end.img-aside .more-items-item:nth-child(even) .more-items-img-container img {
  padding: 20px 20px 20px 0;
}
.img-start-end:not(.img-aside) .more-items-item:nth-child(even) > a img,
.img-start-end:not(.img-aside) .more-items-item:nth-child(even) .more-items-img-container img,
.img-end-start:not(.img-aside) .more-items-item:nth-child(odd) > a img,
.img-end-start:not(.img-aside) .more-items-item:nth-child(odd) .more-items-img-container img {
  padding: 0 20px 20px 20px;
}
.img-aside .more-items-item .wrapper {
  background-color: transparent;
  padding: 20px 20px 0 20px;
}
.img-aside.top-box .more-items-item .wrapper {
  padding-bottom: 0;
}
.img-aside.bottom-box .more-items-item .wrapper {
  padding-top: 0;
  padding-bottom: 20px;
}
.img-aside.center-box:not(#second-elements) .more-items-item .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.img-aside.img-max-w .more-items-item > a,
.img-aside.img-max-w .more-items-item .more-items-img-container {
  max-width: 200px;
}
.related-content .img-aside .more-items-item {
  background-color: transparent;
}
.related-content .img-aside .more-items-item .wrapper {
  padding: 5px 10px;
}
.related-content .img-aside .more-items-item h2 {
  font-size: 18px;
}
.related-content .img-aside .more-items-item > a,
.related-content .img-aside .more-items-item .more-items-img-container {
  max-width: 100px;
}
.img-end-start.img-aside .more-items-item:nth-child(odd),
.img-end.img-aside .more-items-item {
  flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
}
.img-end-start.img-aside .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside .wrapper,
.img-start-end.img-aside .more-items-item:nth-child(even) .wrapper {
  text-align: right;
}
.img-start-end.img-aside .more-items-item:nth-child(even) {
  flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
}
.img-start-end .more-items-item:nth-child(even) {
  -webkit-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
.img-end-start .more-items-item:nth-child(odd),
.img-end .more-items-item {
  flex-flow: column-reverse;
  -webkit-flex-flow: column-reverse;
}
.boxed.bottom-box .more-items-item {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.boxed.bottom-box .wrapper {
  margin-bottom: 5%;
  bottom: 0;
}
.boxed.top-box .more-items-item {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.boxed.top-box .wrapper {
  margin-top: 5%;
}
.boxed.center-box .more-items-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.boxed.right-box .more-items-item {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.boxed.right-box .wrapper {
  margin-right: 5%;
  width: 50%;
}
.boxed.left-box .more-items-item {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.boxed.left-box .wrapper {
  margin-left: 5%;
  width: 50%;
}
.boxed.center-h-box .more-items-item {
  align-items: center;
  -webkit-align-items: center;
}
.boxed .wrapper {
  position: absolute;
  width: 70%;
  max-width: 500px;
  background-color: #ffffff;
}
.one-one.boxed .wrapper {
  max-width: 600px;
}
.boxed .btn-empty,
.boxed .link-button a {
  border: none;
  color: #ffffff;
  background-color: #276CF2;
}
.boxed .btn-empty:hover,
.boxed .link-button a:hover {
  background-color: #1857d4;
}
/* Text over */
.text-over .more-items-item {
  display: block;
}
.text-over .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  background: none;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.text-over .wrapper h2 {
  min-height: 10px;
  -webkit-box-flex: none;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
.text-over .wrapper h2 a:hover {
  opacity: 1;
}
.text-over .wrapper * {
  color: #ffffff;
}
.text-over .more-items-item > a:not(.all-box-link),
.text-over .more-items-item .more-items-img-container {
  display: block;
  background-color: #000000;
}
.text-over .more-items-item > a img,
.text-over .more-items-item .more-items-img-container img,
.boxed .more-items-item > a img,
.boxed .more-items-item .more-items-img-container img,
.rounded .more-items-item > a img,
.rounded .more-items-item .more-items-img-container img,
.no-wrapper .more-items-item > a img,
.no-wrapper .more-items-item .more-items-img-container img {
  padding: 0;
}
.text-over.center-box .wrapper,
.slide.center-box,
.center-box .slide {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.2s;
  /* Safari */
  transition: background-color 0.2s;
}
.center-box .wrapper,
.slide.center-box,
.center-box .slide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-over.center-box .more-items-item:hover .wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
.text-over.bottom-box .wrapper,
.slide.bottom-box .slide-content,
.bottom-box .slide .slide-content {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  top: auto;
}
.bottom-box .wrapper,
.slide.bottom-box,
.bottom-box .slide {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: none;
}
.text-over.top-box .wrapper,
.slide.top-box .slide-content,
.top-box .slide .slide-content {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  bottom: auto;
}
.top-box .wrapper,
.slide.top-box,
.top-box .slide {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: none;
}
.text-over.bottom-box .more-items-item > a .more-items-img,
.text-over.top-box .more-items-item > a .more-items-img {
  opacity: 1;
}
.top-box .more-items-item .wrapper > *,
.center-box .more-items-item .wrapper > *,
.bottom-box .more-items-item .wrapper > * {
  -webkit-box-flex: none;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
.cover-box .wrapper,
.slide.cover-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* Rounded image */
.rounded:not(.img-aside) {
  text-align: center;
}
.rounded ul li {
  background-color: transparent !important;
}
.rounded ul li .wrapper,
.rounded .wrapper {
  background-color: transparent !important;
}
.rounded img {
  border-radius: 50% !important;
}
/* Large */
.large-text .more-items-item .wrapper {
  padding: 30px;
}
.large-text .more-items-item .wrapper h2 {
  font-size: 48px;
}
.large-text .more-items-item .wrapper time {
  font-size: 24px;
}
.large-text .more-items-item .wrapper .more-items-category,
.large-text .more-items-item .wrapper .more-items-subsection {
  font-size: 14px;
}
.large-text.img-aside .more-items-item .wrapper {
  padding: 30px;
}
.large-text.img-aside .more-items-item .wrapper h2 {
  font-size: 42px;
}
/* Gradient */
.bottom-gradient {
  overflow: hidden;
  height: 70vh;
  padding-bottom: 0;
  margin-bottom: 80px;
}
.bottom-gradient .tabs-content {
  overflow: auto;
  height: 70vh;
  padding-bottom: 200px;
}
.bottom-gradient .tabs-content .load-more-bt {
  z-index: 2;
  position: relative;
}
.bottom-gradient:after {
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  bottom: 0;
  z-index: 1;
  background: rgba(244, 245, 249, 0);
  background: -moz-linear-gradient(top, rgba(244, 245, 249, 0) 0%, #f4f5f9 89%, #f4f5f9 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 245, 249, 0)), color-stop(89%, #f4f5f9), color-stop(100%, #f4f5f9));
  background: -webkit-linear-gradient(top, rgba(244, 245, 249, 0) 0%, #f4f5f9 89%, #f4f5f9 100%);
  background: -o-linear-gradient(top, rgba(244, 245, 249, 0) 0%, #f4f5f9 89%, #f4f5f9 100%);
  background: -ms-linear-gradient(top, rgba(244, 245, 249, 0) 0%, #f4f5f9 89%, #f4f5f9 100%);
  background: linear-gradient(to bottom, rgba(244, 245, 249, 0) 0%, #f4f5f9 89%, #f4f5f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f5f9', endColorstr='#f4f5f9', GradientType=0);
  pointer-events: none;
}
/* Overlay */
.ov-content {
  display: none;
}
/* Slide items */
.slide-items .more-items-item {
  width: 100% !important;
}
.slide-items .more-items-list {
  display: none ;
}
.slide-items .showmore-inline.pagination .pagination-page.next,
.slide-items .pagination.more .pagination-more {
  display: none;
}
.column > .slide-items.widget {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.slide-items .more-items-item,
.slide-items-events .more-items-item {
  opacity: 0;
}
.slide-items .owl-item .more-items-item,
.slide-items-events .owl-item .more-items-item {
  opacity: 1;
}
.slide-items.grow-hover-item .more-items-list,
.slide-items-events.grow-hover-item .more-items-list {
  padding: 40px 0;
  overflow: hidden;
}
.slide-items.grow-hover-item .owl-carousel .owl-stage-outer,
.slide-items-events.grow-hover-item .owl-carousel .owl-stage-outer {
  overflow: visible;
}
/* Video */
.more-video-items {
  width: 100%;
  margin-bottom: 0;
}
.video-items .wrapper time {
  margin-bottom: 0;
}
/* Video Element */
.video-view header {
  padding: 20px;
  background-color: #ffffff;
}
.video-element .vidPlayer {
  width: 100%;
  display: block;
}
.video-element-title {
  color: #3b3d40;
  display: inline-block;
}
.video-element-time {
  padding-bottom: 10px;
  display: block;
}
/* Galleries list */
.galleries-items .galleries-item .galleries-item-count {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a7adb1;
}
/* Gallery */
#photo-gallery,
#article-photo {
  max-width: 1350px;
  margin: 60px auto;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ebeef3;
}
#photo-gallery .widget-title,
#article-photo .widget-title {
  margin-bottom: 40px;
}
#article-photo .article-photo-title {
  margin-bottom: 40px;
}
/* Social stream */
.widget.social-stream,
.full-content .widget.social-stream {
  position: relative;
  padding-bottom: 100px;
}
.social-stream .socialstream-item {
  position: relative;
  min-height: 65px;
}
.social-stream .socialstream-item img {
  padding: 0;
}
.social-stream.text-over .socialstream-item {
  padding-bottom: 0;
  background: transparent;
}
.social-stream.text-over .socialstream-item .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 10px;
}
.social-stream.text-over .socialstream-item .wrapper > *,
.social-stream.text-over .socialstream-item .wrapper:after {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}
.social-stream.text-over .socialstream-item .wrapper time {
  text-align: right;
}
.social-stream.text-over .socialstream-item .wrapper .socialstream-item-message {
  display: none;
}
.social-stream.text-over .socialstream-item .socialstream-item-username-image img {
  left: 10px;
  top: 18px;
}
.social-stream.text-over .socialstream-item .socialstream-item-username,
.social-stream.text-over .socialstream-item .socialstream-item-time {
  padding-left: 40px;
}
.social-stream.text-over .socialstream-item .wrapper:after {
  bottom: 16px;
}
.social-stream.text-over .socialstream-item:not(.no-img) .wrapper:after {
  color: #ffffff !important;
}
.social-stream .socialstream-item .wrapper {
  position: relative;
  -webkit-transition: background-color 0.2s;
  /* Safari */
  transition: background-color 0.2s;
}
.social-stream .socialstream-item .wrapper:after {
  position: absolute;
  left: 20px;
  bottom: 10px;
  content: "";
  width: 24px;
  height: 24px;
  font-family: "FontAwesome";
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
}
.social-stream .socialstream-item .wrapper > a {
  color: #3b3d40;
  margin: 0;
}
.social-stream.color .socialstream-item.instagram {
  background-color: #517fa4;
}
.social-stream.color .socialstream-item.instagram:hover {
  background-color: #477294;
}
.social-stream .socialstream-item.instagram .wrapper:after {
  content: "\f16d";
  color: #517fa4;
}
.social-stream.color .socialstream-item.twitter {
  background-color: #00aced;
}
.social-stream.color .socialstream-item.twitter:hover {
  background-color: #0090c6;
}
.social-stream .socialstream-item.twitter .wrapper:after {
  content: "\f099";
  color: #00aced;
}
.social-stream.color .socialstream-item.facebook {
  background-color: #3b5998;
}
.social-stream.color .socialstream-item.facebook:hover {
  background-color: #324d85;
}
.social-stream .socialstream-item.facebook .wrapper:after {
  content: "\f082";
  color: #3b5998;
}
.social-stream.color .socialstream-item.google {
  background-color: #dd4b39;
}
.social-stream.color .socialstream-item.google:hover {
  background-color: #af382a;
}
.social-stream .socialstream-item.google .wrapper:after {
  content: "\f0d4";
  color: #dd4b39;
}
.social-stream .socialstream-item .socialstream-item-username-image,
.social-stream.list-view .socialstream-item .socialstream-item-username-image {
  width: 40px;
  margin: 0;
  border-radius: 50%;
  padding: 0;
  min-width: inherit;
  max-width: none;
  top: 18px;
  position: absolute;
  left: 20px;
}
.social-stream .socialstream-item .socialstream-item-username-image img,
.social-stream.list-view .socialstream-item .socialstream-item-username-image img {
  border-radius: 50%;
}
.social-stream .socialstream-item .socialstream-item-username {
  display: block;
  font-weight: bold;
  text-align: left;
  padding-left: 50px;
  font-size: 16px;
  padding-right: 50px;
}
.social-stream .socialstream-item .socialstream-item-time {
  text-align: left;
  display: block;
  padding-left: 50px;
  font-size: 12px;
  padding-right: 50px;
}
.social-stream .socialstream-item .socialstream-item-message {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.social-stream.list-view .socialstream-item {
  width: 100%;
  margin: 10px 0;
}
.social-stream.list-view .socialstream-item img {
  padding: 0 20px 0 0;
  float: left;
  width: 30%;
  min-width: 100px;
  max-width: 300px;
}
.social-stream.color .socialstream-item .wrapper *,
.social-stream.color .socialstream-item .wrapper:after {
  color: #ffffff;
}
/* Article */
.widget.article-view .article {
  max-width: 1024px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px 0;
}
.widget.article-view.full-width .article {
  max-width: 100%;
}
.transparent-header .widget.article-view.full-width .article {
  padding-top: 0;
}
.widget.article-view .article header {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: stretch;
}
.widget.article-view .article header > * {
  width: 100%;
}
.widget.article-view,
.column .widget.article-view {
  padding: 0;
}
.primary-content .widget.article-view {
  background-color: #ffffff;
}
.primary-content .widget.article-view .article {
  padding: 40px 0;
}
.article-view-title,
.article-view-time,
.article-view-category,
.article-view-intro,
.article-view-body,
.article-view header figure,
.article-view #slideshow-gallery,
.article-view .article-aside {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  width: 90%;
}
.article-view-body .article-view-intro {
  margin: 0;
  width: 100%;
}
.article-view-body {
  padding-bottom: 20px;
  overflow: auto;
}
.article-view-body .files-list {
  list-style: none;
  margin-left: 0;
  margin-top: 40px;
}
.article-view-body .files-list li {
  margin-left: 0;
  margin-bottom: 10px;
}
.text-left .article-view-title {
  text-align: left;
}
.text-right .article-view-title {
  text-align: right;
}
.article-view-title {
  margin: 30px auto ;
  text-align: center;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-view-time {
  font-size: 18px;
  display: block;
}
.article-view-category {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3b3d40;
  text-align: center;
  order: -1;
}
.article-view header figure,
.article-view #slideshow-gallery {
  margin-bottom: 40px;
  position: relative;
}
.article-view-intro p {
  font-weight: bold;
  font-size: 20px;
}
.article-view-intro p,
.article-view-body p,
.article-view-body ul {
  margin: 0 0 1.5em;
  word-break: break-word;
}
.article-view-body ul,
.article-view-body ol {
  padding: 0;
}
.article-view-body figure {
  position: relative;
}
.article-view-body figure iframe ~ figcaption {
  position: relative;
  color: #a7adb1;
}
.article-view-body > ul > li,
.article-view-body > ol > li {
  margin-left: 40px;
}
.article-view-body table {
  width: 100%;
  font-size: 16px;
}
.share-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.share-buttons .share-text {
  font-size: 14px;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #a7adb1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
}
.share-buttons .share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.share-buttons .share > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #a7adb1;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 5px;
}
.share-buttons .share > a:hover {
  background-color: #e20f2e;
}
.article-view-footer {
  padding: 50px 0 0;
  margin-top: 50px;
  border-top: 1px solid rgba(118, 131, 145, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  max-width: 750px;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
}
.share-button {
  display: inline-block;
  vertical-align: top;
}
.share-button.addthis_default_style > iframe {
  width: 112px !important;
}
.fb_iframe_widget {
  padding-right: 20px;
  padding-left: 30px;
}
.full-width.widget.article-view .article {
  background: transparent;
}
.full-width .article-view-body {
  max-width: 1350px;
  padding: 80px 0;
  position: relative;
  z-index: 3;
  margin-top: -60px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ebeef3;
}
.full-width .article-view-body > p iframe {
  display: block;
}
.full-width .article-view-body > *:not(figure):not(blockquote),
.full-width .article-view-body > p iframe {
  max-width: 750px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.widget .article header .main-image-slide {
  min-height: 500px;
  position: relative;
  overflow: visible;
}
.widget .article header .main-image-slide .fotorama__video {
  position: relative;
  top: 0;
  width: 80%;
  margin: auto;
}
.widget .article header .main-image-slide .fotorama__video:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
  top: auto;
}
.widget .article header .main-image-slide .fotorama__video iframe {
  width: 100%;
}
.widget .article header .main-image-slide .fotorama__wrap--video {
  z-index: 9999999;
  position: fixed;
}
.widget .article header .main-image-slide .fotorama__wrap--video:after {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.widget .article header .main-image-slide .fotorama__wrap--video .fotorama__stage__frame.fotorama__active {
  position: fixed;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content .article-header-data {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content .article-header-data .article-header-icon {
  margin-left: 0;
  margin-right: 30px;
}
.widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide.topstory-text-right .slide-content .article-header-data {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide.topstory-text-right .slide-content .article-header-data .article-header-icon {
  margin-right: 0;
  margin-left: 30px;
}
.widget .article header .main-image-slide .fotorama__video-close {
  top: 0;
  width: 48px;
  height: 48px;
  background: none;
  line-height: 48px;
  font-size: 36px;
  text-align: center;
  margin: 10px;
  right: 0;
  position: fixed;
}
.widget .article header .main-image-slide .fotorama__video-close:before {
  content: "\f2c0";
  color: #ffffff;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget .article header .main-image-slide .slide.bottom-box .slide-content {
  padding-bottom: 150px;
}
.widget .article header .main-image-slide .slide.topstory-text-right .slide-content .article-header-data {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.widget .article header .main-image-slide .slide.topstory-text-right .slide-content .article-header-data .article-header-icon {
  margin-right: 0;
  margin-left: 30px;
}
.widget .article header .main-image-slide .slide.topstory-text-right .slide-content .article-header-data .article-header-icon:before {
  order: 1;
  margin-left: 10px;
  margin-right: 0;
}
.widget .article header .main-image-slide .slide.topstory-text-center .slide-content .article-header-data {
  justify-content: center;
  -webkit-justify-content: center;
}
.widget .article header .main-image-slide .slide.topstory-text-center .slide-content .article-header-data .article-header-icon {
  margin-right: 15px;
  margin-left: 15px;
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-top: 30px;
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 30px;
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon:before {
  width: 50px;
  height: 50px;
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 26px;
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon#article-view-time:before {
  content: "\f3f4";
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon#article-view-author:before {
  content: "\f2db";
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon > div span {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon > div span:first-child {
  color: #c9cdd0;
  text-transform: uppercase;
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon > div span:first-child:after {
  content: ":";
}
.widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon > div time {
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  width: auto;
  text-align: left;
}
.widget.bottom-box .slide .slide-content {
  padding-bottom: 80px;
}
.widget.topstory-text-right .slide .slide-content .article-header-data {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.widget.topstory-text-right .slide .slide-content .article-header-data .article-header-icon {
  margin-right: 0;
  margin-left: 30px;
}
.widget.topstory-text-right .slide .slide-content .article-header-data .article-header-icon:before {
  order: 1;
  margin-left: 10px;
  margin-right: 0;
}
.widget.topstory-text-right .slide .slide-content .article-header-data .article-header-icon > div time {
  text-align: right;
}
.widget.topstory-text-center .slide .slide-content .article-header-data {
  justify-content: center;
  -webkit-justify-content: center;
}
.widget.topstory-text-center .slide .slide-content .article-header-data .article-header-icon {
  margin-right: 15px;
  margin-left: 15px;
}
body.video .widget.article-view.full-width .article {
  padding-top: 0;
}
/* Pagination */
.pagination {
  text-align: center;
  position: relative;
  font-weight: normal;
}
.pagination:hover a,
.pagination a:hover {
  background-color: #fafafa;
}
.pagination.more .pagination-more:hover,
.pagination.showmore-inline .pagination-page:hover,
.load-more-bt:hover,
.widget-link > a:hover {
  color: #ffffff;
  background: #e20f2e;
  border-color: transparent;
}
.pagination-page,
.pagination.more .pagination-more,
.pagination.showmore-inline .pagination-page,
.load-more-bt,
.widget-link > a {
  padding: 20px 10px;
  line-height: 1.4;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: transparent;
  width: 200px;
  margin: 20px auto;
  color: #000000;
  border: none;
  border-radius: 4px;
  display: block;
  font-weight: bold;
  border: 2px solid #000000;
  font-size: 13px;
  letter-spacing: 2px;
}
.pagination-page:before {
  text-indent: 0;
  position: absolute;
}
.pagination-page.next {
  right: 0;
  top: 0;
  z-index: 1;
}
.pagination-page.next:before {
  content: "\f061";
  font-family: "FontAwesome";
  right: 10px;
}
.pagination-page.previous {
  left: 0;
  top: 0;
  z-index: 1;
}
.pagination-page.previous:before {
  content: "\f060";
  font-family: "FontAwesome";
  left: 10px;
}
.pagination-page.current {
  position: relative;
  padding: 10px;
  text-indent: 0;
  display: block;
}
.showmore-inline.pagination .pagination-page.next,
.pagination.more .pagination-more {
  text-indent: 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.showmore-inline.pagination .pagination-page.next:before {
  display: none;
}
.pagination-page:after {
  position: absolute;
  content: "\f021";
  font-family: "FontAwesome";
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  display: none;
  font-size: 30px;
  top: 3px;
  text-indent: 0;
}
.loading.showmore-inline .pagination-page,
.loading.showmore-inline.pagination .pagination-page.next {
  text-indent: -99999px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading > .pagination-page:after {
  -webkit-animation: spinner 1s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: spinner 1s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
/* Scoreboard */
.tabs-content .scoreboard .widget-title {
  display: none;
}
.tabs-content .scoreboard {
  margin-bottom: 0;
  padding-bottom: 0;
}
.scoreboard {
  font-size: 30px;
}
.scoreboard > ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.scoreboard ul li {
  position: relative;
  margin: 0;
  border-top: 1px solid rgba(127, 127, 127, 0.2);
  padding: 12px 0;
  font-size: 24px;
}
.scoreboard ul li * {
  color: #3b3d40;
}
.scoreboard ul li:hover {
  color: #999999;
}
.scoreboard ul li:first-child {
  border: none;
}
.scoreboard ul li .field-position {
  margin-right: 10px;
}
.scoreboard ul li .field-points {
  position: absolute;
  right: 10px;
  top: 13px;
}
.scoreboard li img {
  width: 7%;
  margin-right: 10px;
}
.tabs-view .scoreboard > ul {
  padding-left: 0;
  padding-right: 0;
}
/* Tabs */
.tabs {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.tabs li a {
  clear: none;
  margin: 0 12px;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  float: none;
  border: none;
  display: inline-block;
  color: #000000;
  line-height: 1.325;
  background-color: transparent;
  border-bottom: 4px solid transparent;
  border-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
  visibility: visible;
  font-weight: 700;
  padding: 10px 0;
}
.tabs li a.active {
  border-bottom: 3px solid #e20f2e;
}
.widget-title ~ header .tabs {
  margin-top: 0;
}
.tabs-end,
.tabs-start {
  position: relative;
  padding-top: 117px !important;
}
.tabs-end header,
.tabs-start header {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -70px;
}
.tabs-end .widget-title,
.tabs-start .widget-title,
.tabs-end .section-title,
.tabs-start .section-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 33px;
  margin-top: 0;
}
.tabs-end .widget-title,
.tabs-end .section-title {
  text-align: left;
}
.tabs-end header .tabs {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin: 0;
}
.tabs-end header .tabs > li > a {
  margin-right: 0;
  margin-left: 24px;
}
.tabs-start .widget-title,
.tabs-start .section-title {
  text-align: right;
}
.tabs-start header .tabs {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 0;
}
.tabs-start header .tabs li a {
  margin-right: 24px;
  margin-left: 0;
}
.full-width.tabs-end header,
.full-width.tabs-start header,
.full-width.tabs-end .widget-title,
.full-width.tabs-start .widget-title,
.full-width.tabs-end .section-title,
.full-width.tabs-start .section-title {
  padding-left: 20px;
  padding-right: 20px;
}
.secondary-content .tabs-view,
.secondary-content .tabs-view .section-title,
.secondary-content .tabs-view header {
  padding-right: 40px;
  padding-left: 40px;
}
.secondary-content:first-child .tabs-view,
.secondary-content:first-child .tabs-view .section-title,
.secondary-content:first-child .tabs-view header {
  padding-left: 0;
}
.secondary-content:last-child .tabs-view,
.secondary-content:last-child .tabs-view .section-title,
.secondary-content:last-child .tabs-view header {
  padding-right: 0;
}
.tabs-view:not(.tabs-col):not(.angular-fixture) > header {
  overflow-x: auto;
  overflow-y: hidden;
}
.tabs-view .widget .widget-title {
  display: none;
}
.tabs-col > .widget-title,
.tabs-col > .section-title {
  margin-bottom: 40px;
}
.tabs-col > header {
  position: relative;
}
.tabs-col > header .tabs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  margin: 0;
  left: 0;
  text-align: left;
  padding-right: 10px;
  width: 200px;
}
.tabs-col > header .tabs li {
  margin-bottom: 10px;
}
.tabs-col > header .tabs li a {
  padding: 0 0 3px;
  margin: 0 0 0 0;
  display: inline;
}
.tabs-col:not(.slide-items-events) > .tabs-content,
.tabs-col:not(.slide-items-events) > .more-items-list {
  padding-left: 200px;
  padding-right: 200px;
}
.tabs-col > .tabs-content {
  min-height: 400px;
}
.tabs-col.full > .tabs-content,
.tabs-col.full > .more-items-list {
  padding-right: 0 !important;
}
.tabs-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.large-tabs .tabs {
  margin-bottom: 40px;
}
.large-tabs .tabs li a {
  font-size: 18px;
}
.no-results-container {
  font-size: 36px;
  opacity: 0.5;
  color: #122246;
  text-align: center;
}
/* Sponsors */
.event-page .sponsors,
.event-page .portsmouth-sponsors-wrapper {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.event-page .sponsors .sponsors,
.event-page .portsmouth-sponsors-wrapper .sponsors {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.sponsors .widget-title {
  color: #83939e;
  font-weight: normal;
}
.sponsors li {
  border: none;
}
#sponsors-wrapper > .widget-title {
  text-align: left;
  padding: 0;
}
#sponsors-wrapper > .widget {
  padding: 50px 70px 0 !important;
  background-color: #ffffff;
  border-left: 1px solid #ebeef3;
  border-right: 1px solid #ebeef3;
}
#sponsors-wrapper > .widget:last-child {
  padding-bottom: 50px !important;
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #ebeef3;
}
#sponsors-wrapper > .widget:first-child {
  padding-top: 50px !important;
}
#sponsors-wrapper > .widget#presenter-naming-partner {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #ebeef3;
}
#sponsors-wrapper > .widget .widget-title {
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(118, 131, 145, 0.3);
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  color: #8991a3;
  letter-spacing: 1px;
}
#suppliers ul {
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}
.landing-sponsors #suppliers ul li:first-child {
  margin-left: 12%;
}
.landing-sponsors #suppliers ul li:nth-child(3) {
  margin-right: 12%;
}
/* Fotorama */
.fotorama .fotorama__caption {
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  bottom: 40px;
}
.fotorama .fotorama__caption .fotorama__caption__wrap {
  background: none;
  text-align: center;
  color: #ffffff;
  width: 80%;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 5px auto;
  display: block;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.fotorama .fotorama__wrap--no-controls .fotorama__caption {
  opacity: 0;
}
/* Sign up form */
/* Simple Text */
.simple-text-body {
  text-align: center;
}
.simple-text-body p {
  color: rgba(4, 4, 4, 0.7);
}
.simple-text-body p span {
  padding: 20px;
  background-color: #1e284b;
  color: #fff;
  display: inline-block;
}
.text-right .simple-text-body {
  text-align: right;
}
.text-left .simple-text-body {
  text-align: left;
}
/* Widget link */
.widget-link > a {
  display: block;
  width: 200px !important;
}
.widget-link.large-link a {
  font-size: 28px;
  width: auto !important;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 40px 20px;
}
.widget-link.large-link a small {
  font-size: 50%;
  font-weight: normal;
}
.widget-link.large-text a {
  font-size: 36px;
}
.widget-link.red-link a {
  color: #ffffff;
  background: #e20f2e;
  border-color: transparent;
}
.widget-link.red-link a:hover {
  background: #122246;
}
.widget-link.white-link a {
  color: #122246;
  background: #ffffff;
  border-color: transparent;
}
.widget-link.white-link a:hover {
  background: #e20f2e;
  color: #ffffff;
}
.layout-column .widget-link {
  margin-bottom: 20px;
}
.layout-column .widget-link:last-child {
  margin-bottom: 0;
}
/* Countdown */
.countdown {
  text-align: center;
}
.countdown * {
  color: #ffffff;
}
.countdown-text {
  font-size: 42px;
  line-height: 1;
  display: inline-block;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  text-align: center;
  background: rgba(226, 15, 46, 0.9);
  border-radius: 4px;
}
.countdown-text .number {
  line-height: 42px;
  height: 42px;
  margin-bottom: 10px;
}
.countdown-text .name {
  font-size: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-transform: uppercase;
}
.countdown-text .countdown-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.countdown-text .countdown-time > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.countdown-text .countdown-time > * strong {
  font-size: 48px;
}
.countdown-text .countdown-time .secs {
  width: 70px;
}
#header .countdown > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
}
#header .countdown-text {
  font-size: 20px;
  padding: 0;
  min-width: 10px;
}
#header .countdown-text .number {
  line-height: 20px;
  height: 20px;
  margin-bottom: 2px;
}
#header .countdown-text .name {
  font-size: 11px;
  line-height: 11px;
}
#header .countdown-text .countdown-time .secs {
  width: auto;
}
/* Social Links */
#header .social-links .widget-title,
#footer .social-links .widget-title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #83939e;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  margin: 10px 20px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  letter-spacing: 1px;
}
#header .social-links:hover header {
  vertical-align: middle;
}
#header .social-icons {
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
#header .social-links header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#header .social-icons > div {
  margin: 0;
}
#header .social-icons > div:last-child a {
  margin-right: 0;
}
#header .social-icons > div.social-search {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
#header .social-icons > div.social-search:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background-color: rgba(68, 68, 68, 0.11);
}
#header .social-icons > div h3,
#header .social-icons a {
  font-size: 17px;
  line-height: 17px;
}
#header .social-icons a {
  padding: 16px 0px 7px;
  margin: 0 12px;
  width: 17px;
  border-bottom: 4px solid transparent;
}
.social-icons > div {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
.social-icons > div h3 {
  margin: 0;
}
.social-icons > div h3 a {
  font-size: 32px;
}
#header .social-icons a:hover {
  border-color: #e20f2e;
}
#header .social-icons a:hover:before {
  color: #ffffff;
}
#header .social-icons .social-twitter a:hover {
  border-color: #55acee;
}
.social-icons .social-twitter a,
.prefooter .social-icons .social-twitter a:hover:before {
  color: #55acee;
}
.social-icons .social-twitter a:before {
  content: "\f099";
}
#header .social-icons .social-facebook a:hover {
  border-color: #3b5999;
}
.social-icons .social-facebook a,
.prefooter .social-icons .social-facebook a:hover:before {
  color: #3b5999;
}
.social-icons .social-facebook a:before {
  content: "\f09a";
}
#header .social-icons .social-instagram a:hover {
  border-color: #e4405f;
}
.social-icons .social-instagram a,
.prefooter .social-icons .social-instagram a:hover:before {
  color: #e4405f;
}
.social-icons .social-instagram a:before {
  content: "\f16d";
}
.social-icons .social-linkedin a:before {
  content: "\f0e1";
}
#header .social-icons .social-linkedin a:hover {
  border-color: #0077B5;
}
.social-icons .social-linkedin a,
.prefooter .social-icons .social-linkedin a:hover:before {
  color: #0077B5;
}
#header .social-icons .social-youtube a:hover {
  border-color: #cd201f;
}
.social-icons .social-youtube a,
.prefooter .social-icons .social-youtube a:hover:before {
  color: #cd201f;
}
.social-icons .social-youtube a:before {
  content: "\f16a";
}
#header .social-icons .social-search a:hover {
  border-color: #818892;
}
.social-icons .social-search a:before {
  content: "\f002";
}
.social-icons .social-website a:before {
  content: "\f0ac";
}
#header .social-icons .social-weibo a:hover {
  border-color: #e62227;
}
#header .social-icons .social-weibo a:hover:before {
  background-color: #e62227;
}
.social-icons .social-weibo a,
.prefooter .social-icons .social-weibo a:hover:before {
  color: #e62227;
}
.social-icons .social-weibo a:before {
  content: "\f18a";
}
#header .social-icons .social-youku a:hover {
  border-color: #1b96d5;
}
#header .social-icons .social-youku a:hover:before {
  background-color: #1b96d5;
}
.social-icons .social-youku a,
.prefooter .social-icons .social-youku a:hover:before {
  color: #1b96d5;
}
.social-icons .social-youku a:before {
  content: "\f01d";
}
#header .social-icons .social-tumblr a:hover {
  border-color: #35465c;
}
#header .social-icons .social-tumblr a:hover:before {
  background-color: #35465c;
}
.social-icons .social-tumblr a,
.prefooter .social-icons .social-tumblr a:hover:before {
  color: #35465c;
}
.social-icons .social-tumblr a:before {
  content: "\f173";
}
#header .social-icons .social-wechat a:hover {
  border-color: #70a63b;
}
#header .social-icons .social-wechat a:hover:before {
  background-color: #70a63b;
}
.social-icons .social-wechat a,
.prefooter .social-icons .social-wechat a:hover:before {
  color: #70a63b;
}
.social-icons .social-wechat a:before {
  content: "\f1d7";
}
#header .social-icons .social-newsletter a:hover {
  border-color: #e20f2e;
}
.social-icons .social-newsletter a,
.prefooter .social-icons .social-newsletter a:hover:before {
  color: #e20f2e;
}
.social-icons .social-newsletter a:before {
  content: "\f003";
}
.social-icons a {
  color: #ffffff;
  font-size: 32px;
  display: inline-block;
}
.social-icons a:before {
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .social-icons a:before,
.prefooter .social-icons a:before {
  color: #83939e;
}
.transparent-header #header .social-icons a:before,
.transparent-header #header .social-links .widget-title {
  color: #c7d1d8;
}
#footer .social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#footer .social-icons > div {
  margin-left: 0;
  margin-right: 20px;
}
#footer .social-icons > div h3 a {
  font-size: 22px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  padding: 5px 0;
}
#footer .social-icons > div h3 a:hover {
  color: #ffffff;
}
#footer .social-icons .social-instagram {
  order: -2;
}
#footer .social-icons .social-facebook {
  order: -1;
}
#footer .social-links .widget-title {
  font-size: 18px;
  margin-left: 0;
}
#footer #socialLinks {
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
#footer #socialLinks header {
  order: 1;
}
/* Landing Home */
#landing-news header .tabs .tab-lang-1 a,
.landing-news header .tabs .tab-lang-1 a {
  background: url(../img/flags/4x3/gb.svg) center center transparent no-repeat;
  background-size: 20px auto;
  color: transparent;
  width: 20px;
}
#landing-news header .tabs .tab-lang-2 a,
.landing-news header .tabs .tab-lang-2 a {
  background: url(../img/flags/4x3/es.svg) center center transparent no-repeat;
  background-size: 20px auto;
  color: transparent;
  width: 20px;
}
#landing-news header .tabs .tab-lang-3 a,
.landing-news header .tabs .tab-lang-3 a {
  background: url(../img/flags/4x3/it.svg) center center transparent no-repeat;
  background-size: 20px auto;
  color: transparent;
  width: 20px;
}
#landing-news header .tabs .tab-lang-4 a,
.landing-news header .tabs .tab-lang-4 a {
  background: url(../img/flags/4x3/fr.svg) center center transparent no-repeat;
  background-size: 20px auto;
  color: transparent;
  width: 20px;
}
#landing-news .more-items-item,
.landing-news .more-items-item {
  padding-top: 40px;
}
#landing-news .more-items-item.videos .more-items-img-container,
.landing-news .more-items-item.videos .more-items-img-container {
  position: relative;
}
#landing-news .more-items-item.videos .more-items-img-container:after,
.landing-news .more-items-item.videos .more-items-img-container:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff1839;
  position: absolute;
  bottom: 10px;
  right: 30px;
}
#landing-news .more-items-item.videos .more-items-img-container:before,
.landing-news .more-items-item.videos .more-items-img-container:before {
  content: "\f488";
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  padding-left: 4px;
}
#landing-news .more-items-item.videos .wrapper .more-items-subsection,
.landing-news .more-items-item.videos .wrapper .more-items-subsection {
  color: #ff1839;
}
#landing-news .more-items-item.videos .wrapper .more-items-category,
.landing-news .more-items-item.videos .wrapper .more-items-category {
  background-color: #3e61af;
}
#landing-news .more-items-item.news .wrapper .more-items-subsection,
.landing-news .more-items-item.news .wrapper .more-items-subsection {
  color: #3e61af;
}
#landing-news .more-items-item.news .wrapper .more-items-category,
.landing-news .more-items-item.news .wrapper .more-items-category {
  background-color: #3e61af;
}
#landing-news .more-items-item.photos .wrapper .more-items-subsection,
.landing-news .more-items-item.photos .wrapper .more-items-subsection {
  color: #03A9F4;
}
#landing-news .more-items-item.photos .wrapper .more-items-category,
.landing-news .more-items-item.photos .wrapper .more-items-category {
  background-color: #03A9F4;
}
#landing-news .more-items-item.social .wrapper .more-items-subsection,
.landing-news .more-items-item.social .wrapper .more-items-subsection {
  color: #7fa7f9;
}
#landing-news .more-items-item.social .wrapper .more-items-category,
.landing-news .more-items-item.social .wrapper .more-items-category {
  background-color: #7fa7f9;
}
#landing-news .more-items-item.social .wrapper h2,
.landing-news .more-items-item.social .wrapper h2 {
  font-size: 16px;
}
#landing-news .more-items-item.social.facebook .wrapper .more-items-category,
.landing-news .more-items-item.social.facebook .wrapper .more-items-category {
  background-color: #4267b2;
}
#landing-news .more-items-item .wrapper,
.landing-news .more-items-item .wrapper {
  padding-bottom: 60px;
}
#landing-news .more-items-item .wrapper .more-items-subsection,
.landing-news .more-items-item .wrapper .more-items-subsection {
  position: absolute;
  top: 20px;
  margin: 0;
  font-size: 12px;
  padding: 2px 7px;
  border: 1px solid;
  border-radius: 3px;
  letter-spacing: 1px;
}
#landing-news .more-items-item .wrapper .more-items-category,
.landing-news .more-items-item .wrapper .more-items-category {
  color: #ffffff;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 4px;
  align-self: flex-start;
  background-color: #c3c9d2;
  margin-bottom: 10px !important;
}
#landing-news .more-items-item .wrapper .more-items-time,
.landing-news .more-items-item .wrapper .more-items-time {
  position: absolute;
  top: 20px;
  margin: 0;
  right: 20px;
  font-size: 14px;
}
#landing-news .more-items-item .wrapper .more-items-time .date-time,
.landing-news .more-items-item .wrapper .more-items-time .date-time {
  display: none;
}
#landing-news .more-items-item .wrapper .more-items-action,
.landing-news .more-items-item .wrapper .more-items-action,
#landing-news .more-items-item .wrapper .link-button a,
.landing-news .more-items-item .wrapper .link-button a {
  order: 0;
  position: absolute;
  bottom: 20px;
  margin: 0 ;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#landing-news .more-items-item .wrapper .more-items-action:after,
.landing-news .more-items-item .wrapper .more-items-action:after,
#landing-news .more-items-item .wrapper .link-button a:after,
.landing-news .more-items-item .wrapper .link-button a:after {
  content: "\f119";
  margin-left: 5px;
  font-size: 16px;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#social-stream .tabs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
}
#social-stream .tabs li a:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  margin-right: 10px;
  width: 22px;
}
#social-stream .tabs li a.active {
  border-color: transparent;
}
#social-stream .tabs li.tab-twitter a:before {
  content: "\f099";
}
#social-stream .tabs li.tab-twitter a.active {
  color: #00aced;
}
#social-stream .tabs li.tab-facebook a:before {
  content: "\f082";
}
#social-stream .tabs li.tab-facebook a.active {
  color: #4267B2;
}
#social-stream .tabs li.tab-instagram a:before {
  content: "\f16d";
}
#social-stream .tabs li.tab-instagram a.active {
  color: #517fa4;
}
#social-stream .more-items-item .wrapper {
  padding: 10px 20px;
}
#social-stream .more-items-item .wrapper .more-items-time .date-time {
  display: none;
}
#social-stream .more-items-item.no-img .wrapper {
  position: relative;
  padding: 10px 20px 10px;
  background: #ffffff;
}
#social-stream .more-items-item.no-img .wrapper time {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 20px;
}
#social-stream .more-items-item.no-img .wrapper .more-items-short-text {
  display: block;
  margin-top: 20px;
  text-align: left;
}
#social-stream .more-items-item.no-img .wrapper:after {
  text-shadow: none !important;
}
#social-stream .more-items-item.no-img .wrapper * {
  color: #808291;
  text-shadow: none !important;
}
#social-stream .more-items-item.no-img .more-items-img-container {
  display: none;
}
#social-stream .more-items-item.no-img.twitter .wrapper:after {
  color: #00aced;
}
#social-stream .more-items-item.no-img.facebook .wrapper:after {
  color: #4267B2;
}
#social-stream.text-over .more-items-short-text {
  display: none;
}
.hide-subsection .more-items-subsection {
  display: none;
}
.link-button-simple .more-items-item .wrapper .more-items-action,
.link-button-simple .more-items-item .wrapper .link-button a {
  order: 0;
  margin: 20px 0 0 0 ;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 0;
  background-color: transparent;
}
.link-button-simple .more-items-item .wrapper .more-items-action:after,
.link-button-simple .more-items-item .wrapper .link-button a:after {
  content: "\f119";
  margin-left: 5px;
  font-size: 16px;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-button-simple .more-items-item .wrapper .more-items-action:hover,
.link-button-simple .more-items-item .wrapper .link-button a:hover {
  border-color: transparent;
  color: white;
}
/* Landing Large (Events and Teams) */
.landing-large {
  padding: 0 !important;
}
.landing-large header {
  display: none;
}
.landing-large ul .more-items-item {
  margin-left: 0;
  margin-right: 0;
  border: none;
  border-radius: 0;
}
.landing-large ul .more-items-item .wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: calc((100% -  1350px )/2);
  padding-right: calc((100% -  1350px )/2);
}
.landing-large ul .more-items-item .wrapper h2 {
  font-size: 70px;
  line-height: 1;
  margin-top: 10px !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  max-width: 55%;
}
.landing-large ul .more-items-item .wrapper h2 span {
  color: #bbb9ba;
}
.landing-large ul .more-items-item .wrapper .more-items-category {
  margin: 0 0 10px 0;
}
.landing-large ul .more-items-item .wrapper .more-items-time {
  font-size: 16px;
}
.landing-large ul .more-items-item .wrapper .more-items-time .date-time {
  display: none;
}
.landing-large ul .more-items-item .wrapper .more-items-time,
.landing-large ul .more-items-item .wrapper .more-items-short-text,
.landing-large ul .more-items-item .wrapper .more-items-category,
.landing-large ul .more-items-item .wrapper .more-items-subsection,
.landing-large ul .more-items-item .wrapper .more-items-action,
.landing-large ul .more-items-item .wrapper .link-button a {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: none;
  font-weight: 100;
  margin-bottom: 0 !important;
}
.landing-large ul .more-items-item .wrapper .more-items-short-text {
  font-size: 18px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: 0;
}
.landing-large ul .more-items-item .wrapper .more-items-action,
.landing-large ul .more-items-item .wrapper .link-button a {
  order: 1;
  text-shadow: none;
  margin-top: 44px;
  color: #ffffff;
  background: #e20f2e;
  border-color: transparent;
  padding: 20px 30px;
  font-size: 13px;
  letter-spacing: 2px;
  max-width: 200px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.landing-large ul .more-items-item .wrapper .more-items-action:before,
.landing-large ul .more-items-item .wrapper .link-button a:before {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
}
.landing-large ul .more-items-item .wrapper .more-items-action:hover,
.landing-large ul .more-items-item .wrapper .link-button a:hover {
  background-color: #c9000e;
}
.landing-large ul .more-items-item .wrapper .btn-group {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.landing-large ul .more-items-item .wrapper .btn-group .btn2,
.landing-large ul .more-items-item .wrapper .btn-group .btn3 {
  margin-left: 30px;
  background-color: #6c6869;
}
.landing-large ul .more-items-item .wrapper .btn-group .btn2:before,
.landing-large ul .more-items-item .wrapper .btn-group .btn3:before {
  display: none;
}
.landing-large ul .more-items-item .wrapper .btn-group .btn2:hover,
.landing-large ul .more-items-item .wrapper .btn-group .btn3:hover {
  background-color: #544f50;
}
.landing-large ul .more-items-item .wrapper .btn-group .btn3 {
  display: none;
}
.landing-large ul .more-items-item.dutchsail-ac36 .wrapper .btn-group .btn3 {
  display: block;
}
.landing-large .slide-content .slide-title {
  font-size: 70px;
  line-height: 1;
}
.landing-large .slide-content .slide-title a {
  line-height: 1;
  margin-top: 10px !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  max-width: 50%;
}
.landing-large .slide-content .slide-title a span {
  color: #bbb9ba;
}
.landing-large .slide-content .slide-title a small {
  line-height: 1.3;
  display: inline-block;
  font-size: 55%;
}
.landing-large .slide-content .slide-category {
  font-size: 18px;
  text-transform: none;
  font-weight: 100;
  margin-bottom: 0 !important;
}
.landing-large .slide-content .slide-category:after {
  display: none;
}
.landing-large .slide-content p {
  margin-bottom: 0;
  margin-top: 0;
}
.landing-large .slide-content p strong {
  font-size: 32px;
}
.landing-large:not(#event-top) .slide-content .btn {
  margin-top: 56px;
  position: relative;
}
.landing-large:not(#event-top) .slide-content .btn:before {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
}
.landing-large#event-top .slide-content .btn {
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}
.landing-large#event-top .slide-content .btn.btn1 {
  background-color: #0c1d48;
  border-color: #0c1d48;
}
.landing-small.topstory-text-center .slide-content > *,
.landing-small .topstory-text-center .slide-content > * {
  max-width: 95%;
}
.landing-small .slide-content .slide-title {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.landing-small .slide-content .btn {
  margin-top: 5px;
  padding: 10px 20px;
}
.landing-small.widget .slides .fotorama__video-play {
  width: 78px;
  height: 78px;
  margin-left: -39px;
  margin-top: -39px;
}
.landing-small.widget .slides .fotorama__video-play:before {
  font-size: 50px;
}
.landing-small.bottom-box .slide .slide-content {
  padding-bottom: 40px;
}
.landing-small.bottom-box .fotorama__video-play {
  margin-top: -60px;
}
#events-active .slide-content p {
  margin-top: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#events-active .slide-content p strong {
  text-transform: uppercase;
  font-size: 32px;
}
#events-active .slide-content .slide-title {
  margin-bottom: 0;
}
#events-active .slide-content > * {
  max-width: 100%;
}
#landing-teams ul .more-items-item,
.landing-events ul .more-items-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#landing-teams ul .more-items-item.malta-altus-challenge .btn-group a:first-child,
.landing-events ul .more-items-item.malta-altus-challenge .btn-group a:first-child,
#landing-teams ul .more-items-item.dutchsail-ac36 .btn-group a:first-child,
.landing-events ul .more-items-item.dutchsail-ac36 .btn-group a:first-child {
  display: none;
}
#landing-teams ul .more-items-item.malta-altus-challenge .btn-group a:last-child,
.landing-events ul .more-items-item.malta-altus-challenge .btn-group a:last-child,
#landing-teams ul .more-items-item.dutchsail-ac36 .btn-group a.btn2,
.landing-events ul .more-items-item.dutchsail-ac36 .btn-group a.btn2 {
  margin-left: 0;
}
#landing-teams ul .more-items-item.dutchsail-ac36 .btn-group a.btn2:before,
.landing-events ul .more-items-item.dutchsail-ac36 .btn-group a.btn2:before,
#landing-teams ul .more-items-item.malta-altus-challenge .btn-group a.btn2:before,
.landing-events ul .more-items-item.malta-altus-challenge .btn-group a.btn2:before {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
}
#landing-teams ul .more-items-item .wrapper .more-items-short-text,
.landing-events ul .more-items-item .wrapper .more-items-short-text {
  font-size: 14px;
  letter-spacing: 2px;
}
#landing-teams ul .more-items-item .wrapper .btn-group .more-items-action.btn3 {
  display: none;
}
#landing-teams ul .more-items-item.dutchsail-ac36 .wrapper .btn-group .more-items-action.btn3 {
  display: block;
}
#landing-teams ul .more-items-item .wrapper h2 {
  max-width: 44%;
}
.landing-extra-large .classic .slide-content {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing-extra-large .classic .slide-content .slide-title {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-weight: 100;
  font-size: 110px;
  line-height: 1;
}
.landing-extra-large .slide:not(.classic) .slide-content > *:not(.btn):not(.slide-title) {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing-extra-large .topstory-text-right .slide-content .btn:before {
  right: 0;
  left: auto;
}
.landing-extra-large .topstory-text-center .slide-content .btn:before {
  left: 50%;
  margin-left: -25px;
}
.landing-extra-large .topstory-text-center .slide-content > *,
.landing-extra-large .topstory-text-center .slide-content .slide-title {
  max-width: 70%;
}
.landing-extra-large .slide-content > * {
  max-width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.landing-extra-large .slide-content > *:not(.btn):not(.slide-title) {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing-extra-large .slide-content .slide-title {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 1;
  max-width: 65%;
}
.landing-extra-large .slide-content .slide-title a span {
  color: #bbb9ba;
}
.landing-extra-large .slide-content .slide-category {
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: none;
  font-weight: 100;
  margin-bottom: 0 !important;
}
.landing-extra-large .slide-content .slide-category:hover {
  color: #ffffff;
}
.landing-extra-large .slide-content .slide-category:after {
  display: none;
}
.landing-extra-large .slide-content p {
  font-size: 26px;
}
.landing-extra-large .slide-content .btn {
  margin-top: 46px;
  position: relative;
}
.landing-extra-large .slide-content .btn:before {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
}
#sign-up-home {
  background: url(/assets/img/waves-bg-large.jpg) no-repeat center center transparent;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 70px;
}
#sign-up-home form {
  padding-top: 20px;
}
#sign-up-home form.ng-invalid .btn {
  opacity: 0.6;
}
#sign-up-home .widget-title {
  margin-bottom: 0;
}
#sign-up-home > * {
  max-width: 800px;
  width: 50%;
}
#sign-up-home .btn {
  background-color: #141623;
  border-color: transparent;
  width: 100%;
}
.form-inline .formly {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 5px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-radius: 4px;
}
.form-inline .formly .formly-field {
  padding: 10px 5px;
  position: relative;
  margin-bottom: 0;
}
.form-inline .formly .formly-field.firstname,
.form-inline .formly .formly-field.email {
  width: 50%;
}
.form-inline .formly > *:last-child {
  width: 100%;
  margin: 10px 5px;
  position: relative;
}
.form-inline .formly > *:last-child .tooltip {
  display: none !important;
}
.form-inline .formly .formly-field .validation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -24px;
}
.form-messages {
  padding: 20px;
  background-color: #1e284b;
  color: #fff;
  margin-top: 20px;
}
.signup.downloads #main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
}
.signup #main {
  background-color: #d6d9dd;
}
.sign-up p {
  margin-top: 0;
  color: #ffffff;
  opacity: 1;
  font-size: 24px;
}
.form-in-article .article-view-body #sign-up {
  padding: 30px !important;
  background-color: #d6d9dd;
  border-radius: 5px;
}
.form-in-article .article-view-body .formly-field.formly-field-separator:first-child .separator {
  margin-top: 0;
  padding-top: 10px;
}
.form-in-article .article-view-body .separator small {
  font-weight: normal;
  font-size: 16px;
}
.form-in-article .uib-datepicker table {
  font-size: 13px;
}
.subscription-list ul {
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}
.subscription-list ul.list-items > li {
  margin-bottom: 20px;
}
.press-unsubscribe .subscription-message {
  color: #f4f5f9;
  background-color: #4CAF50;
  padding: 20px;
  margin-top: 40px;
  letter-spacing: 1px;
}
#sign-up-home .control-group label a,
#sign-up-home .form-group label a {
  color: #ffffff;
}
.no-flexboxlegacy #landing-news .more-items-list .more-items-item,
.no-flexboxlegacy .landing-news .more-items-list .more-items-item {
  display: block;
}
.no-flexboxlegacy #landing-news .more-items-list .more-items-item .wrapper,
.no-flexboxlegacy .landing-news .more-items-list .more-items-item .wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
/* MEDIACENTER */
.downloads {
  /* Galleries view */
  /* Newsletter */
}
.downloads.fixed-content .related-content {
  top: 150px;
}
.downloads.no-filters .related-content,
.downloads.no-filters .filters-select:not(.close-bt) {
  display: none !important;
}
.downloads:not(.normal-header) #header,
.downloads:not(.normal-header) #footer {
  padding-right: 20px;
  padding-left: 30px;
  z-index: 5;
}
.downloads:not(.normal-header) #header {
  height: 90px;
}
.downloads:not(.normal-header) #header .logo-img {
  height: 90px;
  max-height: 90px;
}
.downloads #footer {
  position: relative;
  padding-top: 0;
}
.downloads #footer .wrapper-group {
  padding-top: 40px;
}
.downloads .menu > li > a {
  padding-bottom: 6px;
  padding-top: 15px;
}
.downloads #main {
  background-color: #d6d9dd;
}
.downloads #main .downloads-main {
  font-size: 14px;
}
.downloads #main .downloads-main * {
  text-decoration: none;
}
.downloads #main .downloads-main .related-content {
  right: 0;
  z-index: 4;
  padding: 0;
}
.downloads #main .downloads-main .related-content .widget .widget-title:after {
  display: none;
}
.downloads #main .downloads-main .main-view.column.related-content .widget {
  margin-bottom: 10px;
  padding: 25px 30px 0 30px;
}
.downloads:not(.normal-header).fixed-header #content {
  margin-top: 90px;
}
.downloads.fixed-content .downloads-main > section > header {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  z-index: 4;
  position: fixed;
  top: 90px;
}
.downloads.fixed-content .downloads-main.full-width {
  width: 100%;
}
.downloads.fixed-content .downloads-main .related-content {
  background-color: #d6d9dd;
}
.downloads.fixed-content .downloads-main .related-content.zone-3 {
  padding-bottom: 200px;
}
.downloads.fixed-content .downloads-main .downloads-container {
  margin-top: 60px;
}
.downloads.fixed-content.scroll-not-top .downloads-main > section > header {
  top: 50px;
}
.downloads .downloads-main > section > header {
  background-color: transparent;
  height: 60px;
  background-color: #d6d9dd;
}
.downloads .downloads-main > section > header form {
  width: 100%;
}
.downloads.normal-header .downloads-main > section > header {
  background-color: #f4f5f9;
}
.downloads .downloads-filters.submenu-list > ul > li {
  position: relative;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.downloads .downloads-filters.submenu-list > ul > li.filter-types {
  margin-bottom: 20px;
}
.downloads .downloads-filters.submenu-list > ul > li.filters {
  display: block;
  margin-bottom: 10px;
  color: black;
}
.downloads .downloads-filters.submenu-list.widget > ul > li.filters-select {
  margin-right: 15px !important;
  margin-bottom: 10px;
  width: auto;
  text-align: left;
}
.downloads .downloads-filters.submenu-list > ul > li.filters-select a {
  color: #818892;
  cursor: pointer;
}
.downloads .downloads-filters.submenu-list > ul > li.filters-select a:hover {
  color: black;
}
.downloads .downloads-filters.submenu-list > ul > li.filters-select .filter-count {
  font-size: 12px;
}
.downloads .downloads-filters.submenu-list.tree-view > ul > li.filters-select {
  display: block;
  margin-right: 0;
  width: 100%;
}
.downloads .downloads-filters.submenu-list > ul > li ul {
  opacity: 0.9;
}
.downloads .downloads-filters.submenu-list li .control-group {
  padding: 0;
  margin: 0;
}
.downloads .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup {
  right: 0 !important;
  left: auto !important;
  min-width: 261px;
  padding: 0 0 5px 0;
}
.downloads .downloads-filters.submenu-list > ul > li.search {
  width: 100%;
  margin-bottom: 20px;
}
.downloads .downloads-filters.submenu-list > ul > li.dates {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  max-width: 100%;
  overflow: visible;
}
.downloads .downloads-filters.submenu-list > ul > li.dates .date {
  position: relative;
}
.downloads .downloads-filters.submenu-list > ul > li.dates .date:first-child {
  margin-right: 10px;
}
.downloads .downloads-filters.submenu-list > ul > li.dates .date:last-child {
  margin-left: 10px;
}
.downloads .downloads-filters.submenu-list > ul > li .controls {
  height: 42px;
  border-radius: 4px;
  color: #818892;
  background-color: #ffffff;
  background-image: none;
  width: 100%;
  height: 48px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.42857143;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.downloads .downloads-filters.submenu-list > ul > li .controls > i {
  position: absolute;
  margin: 0 12px;
}
.downloads .downloads-filters.submenu-list > ul > li .controls a {
  color: #818892;
  position: absolute;
  margin: 0 12px;
}
.downloads .downloads-filters.submenu-list > ul > li .controls input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  border: none;
  background: none;
  padding: 0 0 0 50px;
  height: 50px;
}
.downloads .downloads-filters.submenu-list > ul > li .controls input:focus {
  box-shadow: none;
}
.downloads .downloads-main .related-content .icon-tabs > ul li a:before {
  color: #ffffff;
}
.downloads .downloads-main .related-content .icon-tabs.submenu-list > ul > li.filters a {
  margin-bottom: 20px;
  font-weight: 400;
  color: black;
  cursor: default;
}
.downloads .downloads-main .related-content .icon-tabs.submenu-list > ul > li.filters a:after {
  display: none;
}
.downloads.headroom--unpinned.fixed-content .downloads-main > section > header {
  top: 90px;
}
.downloads.headroom--pinned.fixed-content .downloads-main > section > header,
.downloads.headroom--top.fixed-content .downloads-main > section > header {
  top: 90px;
}
.downloads.fixed-content .downloads-main.widget > section {
  transition: padding 0.15s;
}
.downloads .downloads-main.widget {
  position: relative;
  padding: 0 !important;
}
.downloads .downloads-main.widget > section {
  padding: 0 400px 0 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
.downloads .downloads-main .search-toggle {
  display: none !important;
}
.downloads .downloads-main .filters-select,
.downloads .downloads-main .lightbox-toggle,
.downloads .downloads-main .search-toggle {
  padding: 0 ;
  text-align: center;
  color: #a0a6af;
  cursor: pointer;
  border-radius: 50%;
}
.downloads.hidden-related .downloads-main .filters-select {
  color: #a0a6af;
}
.downloads .downloads-main .filter-types a {
  height: 44px;
  width: 44px;
  margin: 0 10px;
}
.downloads .downloads-main .filter-types a:hover {
  color: #818892;
}
.downloads .downloads-main .filter-types a i {
  font-size: 32px !important;
  line-height: 32px;
}
.downloads .downloads-main .filter-types a.active {
  background-color: #d6d9dd;
  color: black;
}
.downloads .downloads-main .filter-types a.active i {
  color: black;
}
.downloads .downloads-main .filter-types a.filters-text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.downloads .downloads-main > section > header .show-hide-filters {
  border-right-color: transparent;
}
.downloads .downloads-main > section > header .show-hide-filters.active {
  background-color: #ffffff;
}
.downloads .downloads-main > section > header .show-hide-filters.active i,
.downloads.hidden-related .downloads-main > section > header .show-hide-filters.active i {
  color: #818892;
}
.downloads body:not(.hidden-related) .downloads-main > section > header .show-hide-filters.open.active,
.downloads body:not(.hidden-related) .downloads-main > section > header .show-hide-filters.open,
.downloads body:not(.hidden-related) .downloads-main > section > header .show-hide-filters {
  background-color: #2c2f35;
  color: #ffffff;
  border-right-color: #2d3036;
  height: 45px;
}
.downloads:not(.hidden-related) .downloads-main > section > header .show-hide-filters.open i,
.downloads:not(.hidden-related) .downloads-main > section > header .show-hide-filters i {
  color: #ffffff;
}
.downloads .downloads-main > section > header .show-hide-filters.open i:before,
.downloads body:not(.hidden-related) .downloads-main > section > header .show-hide-filters i:before {
  content: "\f12a";
}
.downloads.hidden-related .downloads-main > section > header .show-hide-filters i:before {
  content: "\f39d";
}
.downloads .downloads-main .filter-types a i {
  padding: 0 ;
  width: auto;
}
.downloads.hidden-related .downloads-main .filter-types a:not(.active):hover,
.downloads.hidden-related .downloads-main > section > header .show-hide-filters.active:not(.open):hover,
.downloads.hidden-related .downloads-main > section > header .show-hide-filters:not(.active):hover {
  background-color: rgba(222, 222, 222, 0.38);
}
.downloads.fixed-content .downloads-main > section > header {
  width: 100%;
}
.downloads.fixed-content .downloads-main > section > header form {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  transition: padding 0.15s;
}
.downloads .downloads-main > section > header form > .filter-types:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 200px;
}
.downloads .downloads-main > section > header form > .filter-types {
  padding: 0 ;
}
.downloads .downloads-main > section > header form .header-title {
  margin: 0 0 0 30px;
  color: #3b3d40;
}
.downloads .downloads-main > section > header form .header-title .events-list {
  margin-right: 20px;
}
.downloads .downloads-main > section > header form .header-title .header-logo {
  max-height: 76px;
  width: auto;
}
.downloads .downloads-main > section > header form .header-title .gallery-breadcrum-icon {
  display: none;
  font-size: 24px;
  color: #a0a6af;
}
.downloads .downloads-main > section > header .control-group {
  padding: 0;
  margin: 0;
}
.downloads .downloads-main > section > header .control-group.search .controls > a {
  position: absolute;
  top: 2px;
  right: 39px;
}
.downloads .downloads-main > section > header .control-group .controls {
  margin: 0;
  position: relative;
}
.downloads .downloads-main > section > header .control-group .controls i {
  padding: 0 12px;
  line-height: 36px;
}
.downloads .downloads-main > section > header .input-block-level {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  height: 36px;
  padding-left: 42px;
}
.downloads .downloads-main > section > header .search .input-block-level {
  padding-right: 35px;
}
.downloads .downloads-main > section > header .search input {
  border: none;
  min-width: 250px;
  border-left: 1px solid #d6d9dd;
}
.downloads .downloads-main > section > header .search {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #ffffff;
  margin-right: 20px;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  overflow: hidden;
}
.downloads .downloads-main > section > header .search .input-block-level {
  padding-right: 20px;
  padding-left: 20px;
}
.downloads .downloads-main > section > header .search .custom-select,
.downloads .downloads-main > section > header .search input.input-block-level {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.downloads .downloads-main > section > header .search i {
  background-color: rgba(185, 186, 188, 0.07) !important;
}
.downloads .downloads-main > section > header .search.off {
  background-color: transparent;
  border: none;
}
.downloads .downloads-main > section > header .search.off .custom-select,
.downloads .downloads-main > section > header .search.off input.input-block-level {
  width: 0;
  margin: 0;
  min-width: auto;
  padding: 0;
}
.downloads .custom-select {
  margin-right: 0;
}
.downloads .custom-select select {
  padding: 5px 35px 5px 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/assets/img/arrow-down.png') 90% center no-repeat #eee;
  background-size: 12px auto;
  width: auto !important;
  max-width: 200px !important;
  position: relative;
  background-color: rgba(185, 186, 188, 0.07) !important;
}
.downloads .custom-select select::-ms-expand {
  display: none;
}
.downloads .downloads-main .tabs-container {
  min-height: 100px;
}
.downloads .downloads-main .downloads-container {
  background-color: white;
  min-height: 1200px;
  opacity: 1 ;
  border-radius: 0;
  padding-bottom: 100px;
}
.downloads .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view {
  display: inline-block;
  border-bottom: 1px solid rgba(221, 221, 221, 0.29);
  background-color: #818892;
  position: relative;
}
.downloads .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article header {
  padding-top: 35px;
}
.downloads .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 35px !important;
}
.downloads .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body p {
  margin-left: 0 !important;
  font-size: 16px;
  color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.downloads .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body p a {
  color: #ffffff;
  border-color: #ffffff;
}
.downloads .downloads-main .items-tab:not(.home):not(.contact):not(.accreditation) .article-view-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.downloads .downloads-main .items-tab:not(.home):not(.contact):not(.accreditation) .article-view-title:after {
  background-color: #ffffff;
  width: 20px;
}
.downloads .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article header,
.downloads .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body {
  margin-left: 20px !important;
  max-width: 100% !important;
  margin-right: 20px !important;
}
.downloads .downloads-main .widget.article-view {
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.downloads .downloads-main .widget.article-view .article header {
  padding-bottom: 0;
  border: none;
}
.downloads .downloads-main .widget.article-view .article .article-view-body {
  padding-top: 5px;
}
.downloads .downloads-main .widget.article-view .article .article-view-subheader {
  margin-bottom: 20px;
}
.downloads .downloads-main .downloads-container > ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}
.downloads .downloads-main .load-more-bt {
  display: block;
  width: 200px;
  color: #a0a6af;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0;
  margin: 20px auto 0;
  border: 2px solid #a0a6af;
  transition: background 0.15s, color 0.15s;
}
.downloads .downloads-main .load-more-bt:hover {
  background: #a0a6af;
  color: #ffffff;
}
.downloads .downloads-main .downloads-container > ul li p {
  font-size: 16px;
}
.downloads .downloads-main .downloads-container > ul li:first-child {
  border-top: 1px solid #ececec;
}
.downloads .downloads-main .downloads-container > ul li {
  padding: 15px 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #ececec;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.downloads .downloads-main .downloads-container > ul li:nth-child(even):not(.separator) {
  background-color: #fbfbfb;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-Youtube > a i {
  font-size: 75px;
  width: 95px;
  color: #b7b7b7;
  text-align: center;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-top-container i {
  margin-right: 15px;
}
.downloads .downloads-main .downloads-container > ul li.file-doc .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-doc .downloads-item-info .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-docx .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-docx .downloads-item-info .item-info-type,
.downloads .item-info.file-doc .item-info-type,
.downloads .item-info.file-docx .item-info-type {
  color: #0078e8;
}
.downloads .downloads-main .downloads-container > ul li.file-pdf .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-pdf .downloads-item-info .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-Articles .downloads-item-info .item-info-type,
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type,
.downloads .item-info.file-pdf .item-info-type {
  color: #e80000;
}
.downloads .downloads-main .downloads-container > ul li.file-zip .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-zip .downloads-item-info .item-info-type,
.downloads .item-info.file-zip .item-info-type {
  color: #444444;
}
.downloads .downloads-main .downloads-container > ul li.file-xlsx .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-xlsx .downloads-item-info .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-xls .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-xls .downloads-item-info .item-info-type,
.downloads .item-info.file-xls .item-info-type,
.downloads .item-info.file-xlsx .item-info-type {
  color: #21950d;
}
.downloads .downloads-main .downloads-container > ul li.file-jpeg .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-jpeg .downloads-item-info .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-jpg .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-jpg .downloads-item-info .item-info-type,
.downloads .item-info.file-jpg .item-info-type,
.downloads .item-info.file-jpeg .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-png .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-png .downloads-item-info .item-info-type,
.downloads .item-info.file-png,
.downloads .item-info.file-png .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-Teams .downloads-item-info .item-info-type {
  color: #65c700;
}
.downloads .downloads-main .downloads-container > ul li.file-mp4 .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-mp4 .downloads-item-info .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-yt .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-yt .downloads-item-info .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-Youtube .downloads-item-top-container i,
.downloads .downloads-main .downloads-container > ul li.file-Youtube .downloads-item-info .item-info-type,
.downloads .item-info.file-Youtube .item-info-type,
.downloads .item-info.file-yt .item-info-type,
.downloads .item-info.file-mp4 .item-info-type,
.downloads .item-info.file-Youtube .item-info-type,
.downloads .item-info.file-yt .item-info-type,
.downloads .item-info.file-mp4 .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-Youtube > a i,
.downloads .downloads-main .downloads-container > ul li.file-Video .downloads-item-info .item-info-type {
  color: #e80000;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i:after {
  position: absolute;
  content: "";
  background-color: #e0e4e8;
  z-index: 0;
  height: 40px;
  width: 40px;
  margin-top: -16px;
  margin-left: -20px;
  top: 50%;
  left: 50%;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i:before {
  z-index: 1;
}
.downloads .downloads-main .downloads-container > ul li.file-LEG .downloads-item-info .item-info-type,
.downloads .downloads-main .downloads-container > ul li.file-PORT .downloads-item-info .item-info-type {
  color: #8a8a8a;
}
.downloads .downloads-main .downloads-container > ul li.file-Youtube > a i {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  border-radius: 50%;
}
.downloads .downloads-main .downloads-container > ul li.file-News .downloads-item-info .item-info-type {
  color: #08baff;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type {
  line-height: 22px;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type:hover span {
  border-bottom: 1px solid #e80000;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type i {
  font-size: 22px;
  vertical-align: middle;
  line-height: 22px;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type span {
  line-height: 25px;
  vertical-align: middle;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-main {
  width: calc(100% - 235px);
}
.downloads .futureteams .downloads-main .downloads-container > ul li .no-buttons.downloads-item-main {
  width: calc(100% - 215px);
}
.downloads .downloads-main .downloads-container > ul li .no-buttons.downloads-item-main {
  width: calc(100% - 35px);
}
.downloads .landing-search .downloads-main .downloads-container > ul li .downloads-item-main {
  width: calc(100% - 35px);
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
  line-height: 1.3;
  font-weight: bold;
  cursor: pointer;
}
.downloads .downloads-item-info.top-info {
  padding-bottom: 5px;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info spa {
  margin-right: 10px;
  color: #37424a;
  font-weight: bold;
}
.downloads .item-info .item-info-type {
  text-transform: uppercase;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra {
  display: block;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 100;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.description {
  white-space: pre-wrap;
  word-break: break-word;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.date {
  margin-bottom: 5px;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-type,
.downloads .item-info .item-info-type {
  color: #b7b7b7;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-time {
  font-weight: 400;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-tools {
  width: 140px;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-tools a,
.downloads .tool-favorite,
.downloads .tool-select {
  font-size: 30px;
  color: #818892;
  padding: 5px 20px;
  cursor: pointer;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-tools a:hover {
  color: #a0a6af;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-tools a,
.downloads .tool-favorite,
.downloads .tool-select {
  color: #e0e4e8;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-tools .tool-favorite.active,
.downloads .tool-favorite.active {
  color: #ffae00;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-tools .tool-select.active,
.downloads .tool-select.active {
  color: #009eff;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-tools a:hover:not(.active),
.downloads .tool-favorite:hover:not(.active) {
  color: #a0a6af;
}
.downloads .downloads-main .downloads-container > ul li .tool-link,
.downloads .downloads-main .downloads-container > ul li .tool-link a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.downloads .downloads-main .separator {
  color: #818892;
  display: block !important;
  width: auto;
  min-height: 10px !important;
  margin-bottom: 0;
  margin-top: 0;
  right: 400px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  z-index: 3;
  background-color: #e0e4e8;
  padding-bottom: 0;
  font-size: 14px;
  transition: right 0.15s;
  font-weight: normal;
}
.downloads .downloads-main .separator .separator-container {
  border-radius: 0 4px 0 0;
  padding: 15px 30px 10px;
  background-color: white;
  min-height: 52px;
}
.downloads .downloads-main .separator .separator-container a {
  line-height: 1;
  border-radius: 18px;
  color: #818892;
}
.downloads .downloads-main .separator .separator-container a:hover {
  color: #333c4e;
  border-color: rgba(52, 61, 80, 0.41);
}
.downloads .downloads-main .separator .separator-container a i {
  margin-left: 5px;
  font-size: 26px;
  vertical-align: middle;
}
.downloads .downloads-main .separator .search-term {
  font-weight: bold;
}
.downloads .downloads-main .downloads-container > ul li .downloads-item-top-container {
  width: 95px;
  margin-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.downloads .loading,
.downloads .downloads-main .no-results-container {
  color: #818892;
  border-radius: 0px 4px 0 0;
  padding-top: 100px;
}
.downloads .no-results-container {
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 40px 0;
}
.downloads .no-results-button {
  color: #a0a6af;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 20px;
  margin: 20px auto 0;
  border: 2px solid #a0a6af;
  transition: background 0.15s, color 0.15s;
}
.downloads .no-results-button:hover {
  background: #a0a6af;
  color: #ffffff;
}
.downloads .downloads-main.widget .details-view,
.downloads.fixed-content .downloads-main > section.details-view > header form {
  padding-right: 0;
}
.downloads .downloads-main > section.details-view > header form .close-bt {
  margin-right: 35px;
  color: black;
}
.downloads.fixed-content .details-view .downloads-container,
.downloads.fixed-content .loading,
.downloads.fixed-content .downloads-main .no-results-container {
  margin-top: 60px;
}
.downloads .details-view .downloads-container {
  color: #818892;
  padding: 50px 30px;
  min-height: auto;
  margin-bottom: 30px;
}
.downloads .full-width .details-view .downloads-container {
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 4px;
}
.downloads .details-view .downloads-container > .item-info {
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
}
.downloads .details-view .separator {
  width: 100%;
  border-bottom: 1px solid #d6d9dd;
}
.downloads .details-view.lightbox-view .downloads-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.downloads.hidden-related .downloads-main.widget > section {
  padding-right: 0;
}
.downloads.hidden-related .downloads-main .separator {
  right: 0;
}
.downloads.hidden-related .downloads-main .separator .separator-container {
  border-radius: 0;
}
.downloads.hidden-related.fixed-content .downloads-main > section > header form {
  padding-right: 0;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 20px 30px;
  margin: 0;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 2px solid #e0e4e8;
  -moz-box-sizing: border-box;
  position: relative;
  vertical-align: top;
  background: transparent;
  border-radius: 4px;
  background-color: #ffffff;
  align-content: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  transition: border-color 0.15s, box-shadow 0.15s;
  overflow: hidden;
  width: calc(20% - 20px);
  margin: 0 10px 30px;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li:hover {
  border-color: #a0a6af;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li.selected,
.downloads .thumbnails-view.downloads-main .downloads-container > ul li.selected:hover {
  border-color: #009eff;
}
.downloads .selected .ion-md-checkbox-outline,
.downloads .selected:hover .ion-md-checkbox-outline,
.downloads .active.ion-md-checkbox-outline {
  color: #009eff;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-title {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  word-break: break-word;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
  width: auto;
  height: 200px;
  text-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  max-width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background-color: #e0e4e8;
  cursor: pointer;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 170px;
  padding: 0;
  -moz-box-sizing: border-box;
  margin: 0;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i {
  position: absolute;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container i,
.downloads .item-info .preview-media .item-info-type {
  margin-right: 0;
  width: auto;
  font-size: 110px;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-main,
.downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-tools {
  width: auto;
  padding: 10px 5%;
  margin: 0;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-tools a {
  padding: 0;
  margin-left: 10px;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li {
  overflow: hidden;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 1px;
  border-color: white;
  height: 20vh;
  border-radius: 0;
  background-color: #e0e4e8;
  min-width: 150px;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.type-4,
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.type-3 {
  min-width: 200px;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.selected {
  border-color: var(--selected-items-color);
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:last-child,
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:nth-last-child(2),
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:nth-last-child(3) {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-top-container {
  display: block;
  height: auto;
  margin: auto 0;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-top-container img {
  height: 20vh;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
  max-height: none;
  min-height: 20vh;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i:after {
  position: absolute;
  content: "";
  background-color: var(--light-grey-color);
  z-index: 0;
  height: 17px;
  width: 16px;
  margin-top: -7px;
  margin-left: -8px;
  top: 50%;
  left: 50%;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  font-size: 48px;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-tools {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #020024;
  background: -moz-linear-gradient(top, rgba(1, 0, 12, 0) 0%, rgba(1, 0, 12, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(1, 0, 12, 0) 0%, rgba(1, 0, 12, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(1, 0, 12, 0) 0%, rgba(1, 0, 12, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0001000c', endColorstr='#a601000c', GradientType=0);
  padding-top: 40px;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-main {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 1;
  padding-left: 3%;
  padding-top: 15px;
  padding-bottom: 13px;
  pointer-events: none;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-tools .downloads-item-info {
  opacity: 0;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:hover .downloads-item-tools,
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.selected .downloads-item-tools,
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:hover .downloads-item-main {
  opacity: 1;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-title,
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-info {
  color: #ffffff;
  padding-right: 75px;
}
.downloads .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-info .item-info-type {
  color: #ffffff;
  font-size: 14px;
}
.downloads.multiple-content .downloads-main .downloads-container.latest-main,
.downloads.multiple-content .downloads-main .downloads-container.people-faces {
  padding-top: 40px;
  margin-top: 0;
}
.downloads.multiple-content .downloads-main .downloads-container.people-faces,
.downloads .downloads-main .people-faces .separator .separator-container {
  background-color: rgba(185, 186, 188, 0.07);
}
.downloads .people-faces .downloads-item-tools,
.downloads .latest-main .tool-select {
  display: none;
}
.downloads .thumbnails-view.downloads-main .downloads-container.people-faces > ul li {
  border: none;
  max-width: 200px;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  -o-transition: transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.downloads .thumbnails-view.downloads-main .downloads-container.people-faces > ul li:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.downloads .thumbnails-view.downloads-main .downloads-container.people-faces > ul li .downloads-item-top-container {
  background: none;
}
.downloads .thumbnails-view.downloads-main .downloads-container.people-faces > ul li .downloads-item-title {
  font-weight: bold;
  font-size: 16px;
}
.downloads .downloads-main .latest-main .separator .separator-container,
.downloads .downloads-main .people-faces .separator .separator-container {
  font-size: 24px;
  color: var(--titles-color);
  font-weight: bold;
}
.downloads .thumbnails-view.downloads-main .downloads-container.people-faces > ul li .downloads-item-top-container img {
  border: 2px solid var(--light-grey-color);
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  -o-transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.downloads .thumbnails-view.downloads-main .downloads-container.people-faces > ul li:hover .downloads-item-top-container img {
  border-color: var(--grey-color);
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
.downloads .downloads-filters.submenu-list > ul > li.toggle-col {
  height: 60px;
  margin-bottom: 0 !important;
  display: none;
}
.downloads .more-items-item > .toggle-bt,
.downloads .toggle-bt {
  height: 44px;
  width: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #a0a6af;
  cursor: pointer;
  border-radius: 50%;
}
.downloads .toggle-bt:hover {
  color: black;
}
.downloads .toggle-bt i {
  font-size: 32px !important;
  line-height: 32px;
  padding: 0;
  width: auto;
}
.downloads .downloads-main .filter-types a.filters-toggle,
.downloads .filters-toggle,
.downloads .lightbox-toggle,
.downloads .search-toggle {
  border-radius: 0;
  padding-left: 0;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  margin-left: 0;
}
.downloads .downloads-main .filter-types a.filters-toggle:hover,
.downloads .filters-toggle:hover,
.downloads .lightbox-toggle:hover,
.downloads .search-toggle:hover {
  color: black;
}
.downloads .preview-media {
  width: 50%;
  text-align: right;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.downloads .preview-media img {
  max-width: 700px;
  width: 100%;
}
.downloads .item-info .preview-media .item-info-type {
  margin-top: -22px;
  line-height: 110px;
  display: block;
  text-align: right;
}
.downloads .file-zip .preview-media,
.downloads .file-xls .preview-media,
.downloads .file-xlsx .preview-media,
.downloads .file-docx .preview-media,
.downloads .file-doc .preview-media,
.downloads .file-pdf .preview-media,
.downloads .file-zip .preview-details,
.downloads .file-xls .preview-details,
.downloads .file-xlsx .preview-details,
.downloads .file-docx .preview-details,
.downloads .file-doc .preview-details,
.downloads .file-pdf .preview-details {
  margin: 0 auto;
  display: block;
  padding: 0;
  float: none;
  max-width: 600px;
  min-width: 320px;
}
.downloads .file-zip .preview-media .item-info-type,
.downloads .file-xls .preview-media .item-info-type,
.downloads .file-xlsx .preview-media .item-info-type,
.downloads .file-docx .preview-media .item-info-type,
.downloads .file-doc .preview-media .item-info-type,
.downloads .file-pdf .preview-media .item-info-type {
  max-width: 100px;
  margin-left: -23px;
  margin-bottom: 10px;
}
.downloads .preview-details {
  width: 50%;
  max-width: 600px;
  min-width: 320px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.downloads .preview-details .preview-text .item-title {
  margin-top: 0;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
}
.downloads .preview-details .preview-text .item-info > *,
.downloads .preview-details > * {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.downloads .preview-details .preview-link .preview-link-title {
  font-weight: bold;
  padding: 10px 20px;
  margin: 0;
  background-color: #e0e4e8;
}
.downloads .preview-details .preview-text .item-info-description {
  white-space: pre-wrap;
  word-break: break-word;
  margin-bottom: 20px;
  font-size: 18px;
}
.downloads .preview-details .preview-text .item-info > *:not(.item-info-type) {
  color: #818892;
}
.downloads .preview-details .preview-link,
.downloads .preview-details .preview-bottom {
  margin-top: 20px;
  color: #818892;
  border: 2px solid #e0e4e8;
  border-radius: 4px;
}
.downloads .preview-bottom .share-combo label {
  margin-right: 10px;
  margin-bottom: 0;
}
.downloads .preview-bottom a {
  padding: 5px 20px ;
  color: #818892;
}
.downloads .preview-bottom a.lightbox-bt i {
  color: #e0e4e8;
  margin-top: -2px;
  font-size: 30px;
  margin-left: -2px;
}
.downloads .preview-bottom a.lightbox-bt:hover i {
  color: #ffae00;
}
.downloads .preview-bottom a i {
  font-size: 24px;
  padding-right: 10px;
}
.downloads .preview-bottom a.lightbox-bt:hover {
  color: #000000;
}
.downloads .preview-bottom a.share-bt i {
  font-size: 24px;
  padding-left: 10px;
  padding-right: 0;
}
.downloads .preview-bottom a:hover {
  color: #000000;
  background-color: #f3f5f6;
}
.downloads .preview-link a {
  color: #818892;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.downloads .preview-link a i {
  font-size: 30px;
}
.downloads .preview-link a:hover {
  color: #000000;
}
.downloads .preview-details .preview-link ul {
  margin: 0;
  padding: 0;
}
.downloads .preview-details .preview-link ul li {
  border-bottom: 1px solid #e0e4e8;
  width: 100%;
}
.downloads .preview-details .preview-link ul li:hover {
  background-color: #f3f5f6;
}
.downloads .preview-details .preview-link ul li:last-child {
  border: none;
}
.downloads .tags-list {
  margin: 20px 0;
  padding-left: 0;
}
.downloads .tags-list .tag-element {
  margin: 0 10px 10px 0;
  width: auto;
  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background-color: #e0e4e8;
}
.downloads .tags-list .tag-element:hover {
  background-color: #818892;
}
.downloads .tags-list .tag-element:hover a {
  color: #ffffff;
}
.downloads .tags-list .tag-element a {
  color: #818892;
}
.downloads .landing-events.more-items {
  min-height: 700px;
}
.downloads .landing-events.more-items ul:before {
  display: none;
}
.downloads .landing-events.more-items ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  vertical-align: top;
  background: transparent;
  background-color: #ffffff;
  max-width: 100%;
  transition: border-color 0.15s, background 0.15s;
  overflow: hidden;
  border: 2px solid rgba(160, 166, 175, 0.5);
  border-radius: 4px;
}
.downloads .landing-events.more-items ul li:hover {
  border-color: #a0a6af;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
.downloads .landing-events.more-items ul li > a {
  height: 200px;
  overflow: visible;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.downloads .landing-events.more-items ul li > a img {
  width: auto;
  max-width: 80%;
  height: auto;
  padding: 0;
  max-height: 200px;
}
.downloads .landing-events.more-items ul li .wrapper {
  text-align: center;
  margin: 0;
  max-width: 80%;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
}
.downloads .landing-events.more-items ul li .wrapper h2 {
  min-height: 10px;
  font-size: 24px;
  font-weight: 100;
}
.downloads .landing-events.more-items ul li .wrapper h2 a {
  color: #818892;
}
.downloads .landing-events.more-items ul li .wrapper .plus {
  display: none;
}
.downloads .modal-lightbox .tool-favorite.active {
  color: #56d000;
}
.downloads .modal-lightbox .md-content ul {
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-bottom: 0;
  max-height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.downloads .modal-lightbox .control-group .controls.buttons {
  width: auto;
}
.downloads .modal-lightbox .md-content ul li {
  border-bottom: 1px solid #e0e4e8;
  width: 100%;
}
.downloads .modal-lightbox .md-content ul li:first-child {
  border-top: 1px solid #e0e4e8;
}
.downloads .modal-lightbox .md-content ul li .lightbox-bt {
  color: #818892;
  padding: 5px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.downloads .modal-lightbox .lightbox-name {
  display: block;
}
.downloads .lightbox-bt .lightbox-created-at,
.downloads .lightbox-bt .lightbox-last-update {
  font-size: 12px;
  margin-right: 5px;
}
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-title {
  font-weight: bold;
}
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li:before {
  border: 2px solid transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  background: #e0e4e8;
  border-radius: 4px;
  max-width: 100%;
  transition: border-color 0.15s, box-shadow 0.15s, margin 0.15s;
  overflow: hidden;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -10px;
  margin-top: 10px;
  z-index: -1;
}
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li:hover,
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li:hover:before {
  border-color: var(--grey-color);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-main,
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-tools {
  background-color: #ffffff;
}
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-tools a {
  font-size: 22px;
  color: var(--grey-color);
}
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-top-container {
  height: auto;
}
.downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-top-container img {
  max-width: 100%;
  max-height: none;
}
.downloads .breadcrum-arrow {
  margin-right: 10px;
  margin-left: 10px;
  color: #000000;
  font-size: 16px;
}
.downloads #press-release .tabs-content iframe {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
}
.downloads #press-releases .more-items-item .wrapper time .date-time {
  display: none;
}
.downloads.hidden-related .filters-toggle,
.downloads.hidden-related .lightbox-toggle,
.downloads.hidden-related .search-toggle,
.downloads.hidden-related .downloads-main .filter-types a.filters-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloads i.border.UIcon,
.downloads i.rounded.UIcon,
.downloads i.square.UIcon,
.downloads i.transparent.UIcon,
.downloads span.border.UIcon,
.downloads span.rounded.UIcon,
.downloads span.square.UIcon,
.downloads span.transparent.UIcon,
.downloads i.border.ion,
.downloads i.rounded.ion,
.downloads i.square.ion,
.downloads i.transparent.ion,
.downloads span.border.ion,
.downloads span.rounded.ion,
.downloads span.square.ion,
.downloads span.transparent.ion {
  font-size: 28px;
}
.downloads [layout-align="start stretch"],
.downloads [layout-align] {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-align-items: stretch;
}
.downloads [layout-align="start stretch"],
.downloads [layout-align=start],
.downloads [layout-align="start start"],
.downloads [layout-align="start center"],
.downloads [layout-align="start end"] {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.downloads [layout-align=center],
.downloads [layout-align="center start"],
.downloads [layout-align="center center"],
.downloads [layout-align="center end"],
.downloads [layout-align="center stretch"] {
  justify-content: center;
  -webkit-justify-content: center;
}
.downloads [layout-align=end],
.downloads [layout-align="end center"],
.downloads [layout-align="end start"],
.downloads [layout-align="end end"],
.downloads [layout-align="end stretch"] {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.downloads [layout-align=space-around],
.downloads [layout-align="space-around center"],
.downloads [layout-align="space-around start"],
.downloads [layout-align="space-around end"],
.downloads [layout-align="space-around stretch"] {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.downloads [layout-align=space-between],
.downloads [layout-align="space-between center"],
.downloads [layout-align="space-between start"],
.downloads [layout-align="space-between end"],
.downloads [layout-align="space-between stretch"] {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.downloads [layout-align="start start"],
.downloads [layout-align="center start"],
.downloads [layout-align="end start"],
.downloads [layout-align="space-around start"],
.downloads [layout-align="space-between start"] {
  align-items: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-align-content: flex-start;
}
.downloads [layout-align="start center"],
.downloads [layout-align="center center"],
.downloads [layout-align="end center"],
.downloads [layout-align="space-around center"],
.downloads [layout-align="space-between center"] {
  align-items: center;
  align-content: center;
  -webkit-align-items: center;
  -webkit-align-content: center;
  max-width: 100%;
}
.downloads [layout-align="start center"] > *,
.downloads [layout-align="center center"] > *,
.downloads [layout-align="end center"] > *,
.downloads [layout-align="space-around center"] > *,
.downloads [layout-align="space-between center"] > * {
  max-width: 100%;
  box-sizing: border-box;
}
.downloads [layout-align="start end"],
.downloads [layout-align="center end"],
.downloads [layout-align="end end"],
.downloads [layout-align="space-around end"],
.downloads [layout-align="space-between end"] {
  align-items: flex-end;
  align-content: flex-end;
  -webkit-align-align-items: flex-end;
  -webkit-align-align-content: flex-end;
}
.downloads [layout-align="start stretch"],
.downloads [layout-align="center stretch"],
.downloads [layout-align="end stretch"],
.downloads [layout-align="space-around stretch"],
.downloads [layout-align="space-between stretch"] {
  align-items: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
}
.downloads [layout=row],
.downloads [layout=column],
.downloads [layout] {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloads [layout=column] {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.downloads [layout=row] {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.downloads.public-access .gallery-breadcrum:first-child {
  display: none;
}
html.touch .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-tools,
html.touch .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-main {
  opacity: 1;
}
.no-flexboxlegacy .downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li {
  width: 17%;
  display: inline-block;
}
.no-flexboxlegacy .downloads .thumbnails-view.downloads-main .downloads-container > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexboxlegacy .downloads .thumbnails-view.downloads-main .downloads-container > ul li {
  width: 17%;
  display: inline-block;
}
.no-flexboxlegacy .downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
  max-width: 100%;
  width: 100%;
  max-height: none;
}
.no-flexboxlegacy .downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-main {
  display: block;
}
.no-flexboxlegacy .downloads .thumbnails-view.downloads-main .downloads-container:not(.galleries-container) > ul li {
  margin: 0 3% 3% 0;
}
.no-flexboxlegacy .downloads .thumbnails-view.downloads-main .downloads-container:not(.galleries-container) > ul li .downloads-item-top-container img {
  max-width: auto;
  width: auto;
  max-height: 170px;
}
/* ==========================================================
   MEDIACENTER MEDIA QUERIES
   ========================================================== */
/* Large screen
  ========================================================== */
@media only screen and (min-width: 2000px) {
  .downloads .downloads-main.widget > section,
  .downloads form.ng-submitted #search-main.downloads-main.widget > section {
    padding-right: 380px;
  }
  .downloads.fixed-content .downloads-main > section > header form {
    padding-right: 0;
  }
  .downloads.hidden-related .related-content {
    margin-right: -380px;
  }
  .downloads .related-content {
    width: 380px;
  }
  .downloads .downloads-main .separator {
    right: 380px;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(16.6666666% - 20px);
  }
}
@media only screen and (min-width: 1681px) {
  .downloads .no-results-container {
    font-size: 40px;
  }
  .downloads .no-results-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) {
  .downloads:not(.normal-header) #header,
  .downloads:not(.normal-header) #footer {
    padding-left: 20px;
  }
  .downloads:not(.normal-header) #header {
    padding-right: 10px;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(25% - 20px);
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-title {
    line-height: 1.4;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
    height: 180px;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
    max-height: 150px;
  }
  .downloads .downloads-main .separator .separator-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .downloads .downloads-main > section > header form .header-title {
    margin-left: 20px;
    font-size: 12px;
  }
  .downloads .downloads-main .main-view.column.related-content .widget {
    padding-left: 20px !important;
    padding-right: 20px !important ;
  }
  .downloads .full-width .details-view .downloads-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .downloads.fixed-content .downloads-main > section.details-view > header form .close-bt {
    margin-right: 25px;
  }
  .downloads .downloads-main .filter-types a.filters-toggle,
  .downloads .filters-toggle,
  .downloads .lightbox-toggle,
  .downloads .search-toggle {
    margin-right: 20px;
  }
  .downloads .details-view.lightbox-view .downloads-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .downloads .downloads-main.widget > section,
  .downloads form.ng-submitted #search-main.downloads-main.widget > section {
    padding-right: 270px;
  }
  .downloads .downloads-main .related-content {
    width: 270px;
    max-width: 270px;
    min-width: 10px;
  }
  .downloads .downloads-main .separator {
    right: 270px;
    top: 155px;
  }
  .downloads .downloads-main .separator .separator-container {
    min-height: 40px;
  }
  .downloads .downloads-filters.submenu-list > ul > li.toggle-col {
    height: 65px;
  }
  .downloads .downloads-filters.submenu-list > ul > li.dates {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .downloads .downloads-filters.submenu-list > ul > li.dates .date:first-child,
  .downloads .downloads-filters.submenu-list > ul > li.dates .date:last-child {
    margin: 0 0 20px 0;
  }
  .downloads .downloads-filters.submenu-list > ul > li .controls {
    height: 40px;
  }
  .downloads .downloads-filters.submenu-list > ul > li .controls input {
    height: 40px;
  }
  .downloads.fixed-content .details-view .downloads-container,
  .downloads.fixed-content .loading,
  .downloads.fixed-content .downloads-main .no-results-container {
    margin-top: 65px;
  }
  .downloads .landing-events.more-items ul li > a {
    height: 150px;
  }
  .downloads .landing-events.more-items ul li > a img {
    max-height: 150px;
  }
  .downloads .landing-events.more-items ul li .wrapper h2 {
    font-size: 20px;
  }
  .downloads .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup {
    min-width: 100%;
    left: auto !important;
  }
  .downloads .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup table {
    width: 100%;
  }
  .uib-day .btn,
  .uib-daypicker th .btn,
  .uib-monthpicker th .btn,
  .uib-yearpicker th .btn {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Tablet devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1024px) {
  .downloads:not(.normal-header).fixed-header #content {
    margin-top: 50px;
  }
  .downloads:not(.normal-header) #footer,
  .downloads:not(.normal-header) #header {
    padding-right: 5px;
    padding-left: 20px;
  }
  .downloads:not(.normal-header) #header {
    height: 50px;
  }
  .downloads:not(.normal-header) #header .logo-img {
    height: 50px;
    max-height: 50px;
  }
  .downloads #header {
    height: 50px;
  }
  .downloads #header .logo-img {
    height: 50px;
    max-height: 50px;
  }
  .downloads #header .wrapper-group {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .downloads #header .menu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .downloads #navigation-toggle {
    display: none !important;
  }
  .downloads.fixed-header #content {
    margin-top: 50px;
  }
  .downloads.fixed-content .related-content {
    top: 110px;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(33.3333333% - 20px);
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
    height: 180px;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
    max-height: 150px;
  }
  .downloads.fixed-content .downloads-main > section > header {
    top: 50px;
  }
  .downloads .downloads-main .separator {
    top: 115px;
  }
  .downloads .downloads-main > section > header form .header-title.large .gallery-breadcrum-icon {
    display: block;
  }
  .downloads .downloads-main > section > header form .header-title.large .gallery-breadcrum-name {
    display: none;
  }
  .downloads .downloads-main > section > header form .header-title.large > span:last-child .gallery-breadcrum-name {
    display: block;
  }
  .downloads .downloads-main > section > header form .header-title.large > span:last-child .gallery-breadcrum-icon {
    display: none;
  }
  .downloads .downloads-main > section > header .search input {
    min-width: 200px;
  }
  .downloads .downloads-main > section > header .control-group .controls i {
    font-size: 22px;
  }
}
/* Tablet devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1023px) {
  .downloads:not(.normal-header) #header,
  .downloads:not(.normal-header) #footer {
    padding-left: 20px !important;
  }
  .downloads .downloads-main.widget > section,
  .downloads form.ng-submitted #search-main.downloads-main.widget > section {
    padding-right: 0;
  }
  .downloads.fixed-content .downloads-main > section > header form {
    padding-right: 0;
  }
  .downloads .downloads-main .related-content {
    width: 50%;
    max-width: 50%;
  }
  .downloads .downloads-main .main-view.column.related-content .widget .more-items-list {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    max-width: 100%;
  }
  .downloads .downloads-main .separator {
    right: 220px;
  }
  .downloads .downloads-filters.submenu-list > ul > li.dates,
  .downloads .downloads-filters.submenu-list > ul > li.toggle-col {
    width: 100%;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(50% - 20px);
  }
  .downloads .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li {
    text-align: center;
  }
  .downloads .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li .btn-group {
    float: none;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    text-align: center;
  }
  .downloads .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li > .btn {
    float: none;
  }
  .downloads .downloads-main > section > header .search input {
    max-width: 190px;
  }
  .downloads .downloads-main > section > header .search input.input-block-level {
    padding-left: 10px;
  }
  .downloads .downloads-main > section > header .search select.input-block-level {
    padding-left: 10px !important;
    padding-right: 30px !important;
  }
  .downloads .downloads-main > section > header .search .controls > i {
    display: none;
  }
  .downloads .downloads-main .search-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .downloads .downloads-main > section > header .search {
    margin-right: -40px;
  }
  .downloads .downloads-main > section > header .search input {
    padding-right: 40px;
  }
  .downloads .downloads-main > section > header .off .search {
    display: none;
  }
  .downloads .downloads-main > section > header .off .search .custom-select,
  .downloads .downloads-main > section > header .off .search input.input-block-level {
    width: 0;
    margin: 0;
    min-width: auto;
    padding: 0;
    overflow: hidden;
  }
  .downloads .downloads-main .filter-types a.filters-toggle,
  .downloads .filters-toggle,
  .downloads .lightbox-toggle,
  .downloads .search-toggle {
    margin-right: 15px;
  }
  .downloads .downloads-main .off .search-toggle {
    margin-right: 15px;
  }
  .downloads .downloads-main .search-toggle {
    margin-right: 20px;
  }
}
/* Mobile devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 767px) {
  .downloads .right-content #right-navigation .menu li {
    display: inline-block !important;
  }
  .downloads:not(.normal-header) #header,
  .downloads:not(.normal-header) #footer {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
  .downloads:not(.normal-header) #footer {
    padding-right: 15px !important;
  }
  .downloads #header .menu > li > a {
    margin-left: 12px;
  }
  .downloads .downloads-main .related-content {
    z-index: 4;
    top: 50px;
    max-width: none;
    bottom: 0;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background-color: #d6d9dd;
  }
  .downloads .downloads-main .related-content.active {
    display: block;
    top: 45px;
  }
  .downloads .downloads-main .related-content .widget {
    padding-left: 20px;
    padding-right: 20px;
  }
  .downloads .downloads-main .main-view.column.related-content .widget {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .downloads .downloads-main .main-view.column.related-content .widget:first-child {
    padding-top: 0 !important;
  }
  .downloads .downloads-filters.submenu-list > ul > li.toggle-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .downloads.fixed-content.downloads-page .related-content.zone-3 > *:first-child {
    padding-top: 20px;
  }
  .downloads #header .wrapper.row-two .right-content {
    display: none;
  }
  .downloads #header .wrapper.row-two .menu > li.filters {
    display: none;
  }
  .downloads .downloads.downloads-page #header .wrapper.row-two .menu > li.filters {
    position: fixed;
    right: 0;
    display: block;
    top: 0;
  }
  .downloads #header .wrapper.row-two .menu > li.filters {
    display: none !important;
  }
  .downloads.fixed-content .downloads-main > section > header,
  .downloads.headroom--pinned.fixed-content .downloads-main > section > header,
  .downloads.headroom--top.fixed-content .downloads-main > section > header {
    top: 50px;
  }
  .downloads.fixed-content .downloads-main > section > header {
    height: 60px;
  }
  .downloads .downloads-main .filter-types a {
    padding: 0;
    width: 47px;
  }
  .downloads .downloads-main.widget > section {
    padding-right: 0;
  }
  .downloads.fixed-content .downloads-main > section > header form {
    padding-right: 0;
  }
  .downloads .downloads-main > section > header form .header-title {
    margin-left: 15px;
  }
  .downloads .downloads-main > section > header form .header-title .gallery-breadcrum-icon {
    display: block;
  }
  .downloads .downloads-main > section > header form .header-title .gallery-breadcrum-name {
    display: none;
  }
  .downloads .downloads-main > section > header form .header-title > span:last-child .gallery-breadcrum-name {
    display: block;
  }
  .downloads .downloads-main > section > header form .header-title > span:last-child .gallery-breadcrum-icon {
    display: none;
  }
  .downloads .downloads-main > section > header form > .filter-types:first-child {
    min-width: 100px;
  }
  .downloads .downloads-main > section > header .search {
    margin-right: 0;
    position: fixed;
    background-color: #fff;
    left: 15px;
    right: 15px;
    top: 122px;
  }
  .downloads .downloads-main > section > header .search:before {
    content: "";
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
  }
  .downloads.fixed-content .downloads-main .downloads-container {
    margin-top: 60px;
  }
  .downloads .downloads-main .downloads-container > ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
  .downloads .downloads-main .downloads-container > ul li .downloads-item-tools a {
    padding: 0 5px;
  }
  .downloads .downloads-main .downloads-container > ul li .downloads-item-top-container i {
    font-size: 45px;
  }
  .downloads .downloads-main .downloads-container > ul li .downloads-item-tools {
    width: 70px;
  }
  .downloads .downloads-main .downloads-container > ul li .downloads-item-main {
    width: calc(100% - 98px);
  }
  .downloads .downloads-main .downloads-container > ul li .downloads-item-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .downloads .downloads-main > section > header form .input-block-level {
    padding-left: 40px;
  }
  .downloads .downloads-main > section > header form .header-title .header-logo {
    max-height: 50px;
  }
  .downloads.hidden-related .filters-toggle,
  .downloads.hidden-related .lightbox-toggle,
  .downloads.hidden-related .downloads-main .filter-types a.filters-toggle {
    padding-right: 0;
    border: none;
    width: 24px;
    padding-left: 0;
    margin-right: 15px;
  }
  .downloads.hidden-related .filters-toggle i,
  .downloads.hidden-related .lightbox-toggle i,
  .downloads.hidden-related .downloads-main .filter-types a.filters-toggle i {
    font-size: 28px !important;
  }
  .downloads .downloads-filters.submenu-list > ul > li.toggle-col {
    height: 60px;
  }
  .downloads .more-items-item > .toggle-bt,
  .downloads .toggle-bt {
    width: 21px;
  }
  .downloads .toggle-bt i {
    font-size: 28px !important;
  }
  .downloads .toggle-bt i:before {
    content: "\f2c0";
  }
  .downloads .downloads-main .separator {
    position: relative;
    top: auto;
  }
  .downloads .downloads-main .separator .separator-container {
    padding: 0 15px;
  }
  .downloads .downloads-filters.submenu-list > ul > li.filter-types {
    margin-bottom: 20px;
  }
  .downloads .downloads-filters.submenu-list > ul > li.filter-types a {
    width: 28px;
  }
  .downloads .downloads-filters.submenu-list > ul > li.filter-types a:first-child {
    margin-left: 0;
  }
  .downloads .downloads-filters.submenu-list > ul > li.filter-types a:last-child {
    margin-right: 0;
  }
  .downloads .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li .btn-group {
    float: left;
    width: auto;
    padding: 0;
    text-align: left;
  }
  .downloads .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li > .btn {
    float: right;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container > ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .downloads .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li {
    margin-left: 10px;
  }
  .downloads .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article header,
  .downloads .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .downloads .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra {
    display: none;
  }
  .downloads .downloads-main > section > header .show-hide-filters {
    display: none;
  }
  .downloads .preview-details {
    padding-left: 0;
    width: 100%;
    min-width: 10px;
  }
  .downloads .preview-details .preview-text .item-title {
    font-size: 22px;
  }
  .downloads .preview-link a,
  .downloads .preview-bottom a,
  .downloads .preview-details .preview-link .preview-link-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .downloads .preview-media {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .downloads .preview-media img {
    max-width: 100%;
  }
  .downloads .item-info .preview-media .item-info-type {
    text-align: left;
    margin: 0 0 0 -20px;
    line-height: 100px;
    font-size: 100px;
  }
  .downloads .details-view .downloads-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .downloads.fixed-content .details-view .downloads-container {
    margin-top: 60px;
  }
  .downloads.fixed-content .downloads-main > section.details-view > header form .close-bt {
    margin-right: 15px;
  }
  .downloads .landing-events.more-items ul li > a {
    height: 200px;
  }
  .downloads .landing-events.more-items ul li > a img {
    max-height: 200px;
  }
  .downloads .lightbox-bt .lightbox-created-at,
  .downloads .lightbox-bt .lightbox-last-update {
    display: block;
  }
  .downloads .modal-lightbox .md-content ul {
    max-height: 300px;
  }
  .downloads .modal-lightbox .control-group {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .downloads .modal-lightbox .control-group .controls.buttons {
    margin-top: 10px;
    width: 100%;
  }
}
/* MEDIACENTER EXCLUSIVE CSS PLUGINS */
tags-input {
  display: block;
  padding: 0 !important;
  height: auto !important;
}
tags-input *,
tags-input:after,
tags-input:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #585858;
}
tags-input .host {
  position: relative;
  height: 100%;
}
tags-input .host:active {
  outline: 0;
}
tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 12px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: rgba(224, 228, 232, 0.38);
  height: 100%;
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 4px 13px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 33px;
  line-height: 25px;
  border: none;
  border-radius: 25px;
  background: var(--light-grey-color);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
  color: #e20f2e;
}
tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0 0 0 5px;
  float: left;
  height: 33px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: 0;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
#invitation_list .wrapper {
  padding-bottom: 20px;
}
#invitation_list .tabs-content li.checked {
  background-color: #f3fbf4;
  border-color: rgba(76, 175, 80, 0.33);
}
#invitation_list header {
  padding: 0!important;
}
#invitation_list header .control-group.search .controls {
  position: relative;
}
#invitation_list header .control-group.search .controls .input-block-level {
  border: 1px solid #ebeef3;
  padding-left: 40px;
}
#invitation_list header .control-group.search .controls i {
  position: absolute;
  width: 40px;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
}
#invitation_list .tabs {
  display: none;
}
#invitation_list .action-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  max-width: 120px !important;
  padding: 20px 30px;
  font-size: 32px;
}
#invitation_list .action-button.on {
  color: #4caf50;
}
#invitation_list .action-button.off {
  color: #808291;
  opacity: 0.8;
}
#invitation_list .action-button.loading {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
}
#landing-teams .all-box-link,
.landing-events .all-box-link {
  display: none;
}
.newsletter #main,
.newsletter #main #row-first .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newsletter #main .row-fluid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newsletter #sign-up-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.newsletter #sign-up-home .widget-title {
  margin-top: 0;
}
.social-news ul {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.social-news li {
  position: relative;
  background: #000000 !important;
  width: calc(33.29% - 30px) !important;
}
.social-news li .more-items-img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.social-news li:hover .more-items-img {
  opacity: 0.8;
}
.social-news li:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.social-news li.article:after {
  background-image: url(../img/document-icon.png);
}
.social-news li.gallery:after {
  background-image: url(../img/gallery-icon.png);
}
.social-news li.video:after {
  background-image: url(../img/video-icon.png);
}
.noticeboard.downloads .downloads-main .separator.top {
  display: none !important;
}
#boat-menu {
  position: absolute;
  top: 80px;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}
#boat-menu li {
  background: none;
  box-shadow: none;
  border-radius: 0;
}
#boat-menu li a {
  background: none;
  width: 92px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  letter-spacing: 1px;
}
#boat-menu li a:before {
  content: "\f1c3";
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  text-align: center;
  line-height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
.event-page #second-elements,
.event-page #third-elements {
  padding-top: 40px;
  padding-bottom: 40px;
}
.event-page #second-elements {
  padding-top: 80px;
}
.event-page #second-elements > ul > li:hover,
.event-page #third-elements > ul > li:hover {
  -webkit-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.event-page #landing-news .more-items-item:hover,
.event-page .landing-news .more-items-item:hover {
  -webkit-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
.event-page #second-elements ul li,
.event-page #third-elements ul li {
  border: none;
}
.event-page #sponsors-wrapper {
  background-color: #ffffff;
}
.event-page #sponsors-wrapper > .widget:nth-child(2) {
  border: none;
  padding-top: 0 !important;
}
.event-page #sponsors-wrapper > .widget {
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: none !important;
  max-width: 800px;
}
.event-page #sponsors-wrapper .sponsors li:hover {
  box-shadow: none;
}
#event-wrapper #discover-video {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: calc((100% -  1350px )/2);
  padding-right: 0 !important;
}
#event-wrapper #slide-video {
  padding-right: calc((100% -  1350px )/2);
  background-color: transparent;
}
#event-wrapper > * {
  width: 50%;
}
#modal-overlay-second-elements {
  border-radius: 4px;
  overflow: hidden;
}
#modal-overlay-second-elements #ov-container {
  display: flex;
  padding: 0 40px 40px;
}
#modal-overlay-second-elements #ov-container #ov-data-wrapper {
  padding-left: 40px;
  width: 60%;
  max-height: 600px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#modal-overlay-second-elements #ov-container #ov-data-wrapper h2 {
  margin-top: 0;
  color: #122246;
  font-size: 28px;
}
#modal-overlay-second-elements #ov-container #ov-data-wrapper #ov-data-text {
  display: none;
}
#modal-overlay-second-elements #ov-container #ov-data-img {
  width: 40%;
}
#modal-overlay-second-elements .md-content .md-header {
  background: transparent;
  color: #000;
  height: 70px;
}
#modal-overlay-second-elements .md-content .md-header .md-close {
  color: #000000;
}
#modal-overlay-second-elements .md-content .md-header .md-close:hover {
  color: #000000;
}
.img-background .more-items-item > a,
.img-background .more-items-item > .fotorama {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.img-background .more-items-item > a img,
.img-background .more-items-item > .fotorama img {
  opacity: 0;
}
.img-background .more-items-item > .fotorama .fotorama__wrap--video {
  width: 100%;
  min-width: 0px;
  max-width: 100%;
  height: 100%;
}
.img-background .more-items-item > .fotorama .fotorama__wrap--video .fotorama__stage {
  min-height: 100%;
  top: 0px;
  bottom: 0px;
}
.img-background.text-over .more-items-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.img-background.text-over .more-items-item > a,
.img-background.text-over .more-items-item > .fotorama {
  position: absolute;
  width: 100%;
  height: 100%;
}
.img-background.text-over .more-items-item > a img,
.img-background.text-over .more-items-item > .fotorama img {
  display: none;
}
.img-background.text-over .more-items-item .wrapper {
  position: relative;
}
.two-images .wrapper .img-2 {
  width: 140%;
  margin-top: 38px;
}
.two-images.img-start .wrapper .img-2 {
  margin-left: -40%;
}
.two-images.img-end .wrapper .img-2 {
  margin-right: -40%;
}
.two-images .more-items-category span,
.two-images h2 .more-items-title span {
  display: block;
}
.img-start.two-images .more-items-list,
.img-end.two-images .more-items-list {
  padding-right: calc((100% -  1350px )/2);
  padding-left: calc((100% -  1350px )/2);
}
.discover-page .img-aside.img-start .more-items-item .wrapper {
  background-color: transparent;
  padding: 0 0 0 60px;
}
.discover-page .img-aside.img-end .more-items-item .wrapper {
  background-color: transparent;
  padding: 0 60px 0 0;
}
.discover-page #discover-video .more-items-item .wrapper {
  padding: 0 40px 0 0;
}
.discover-page .column > .widget {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.discover-page #article-view-single {
  padding: 0;
}
.discover-page #article-view-single .article-view-body p {
  max-width: 800px;
  margin: 0 auto 40px;
}
.discover-page #welcome-page {
  padding: 0 !important;
}
.discover-page .article-view-title,
.discover-page .article-view-time,
.discover-page .article-view-category,
.discover-page .article-view-intro,
.discover-page .article-view-body,
.discover-page .article-view header figure,
.discover-page .article-view #slideshow-gallery {
  max-width: 100%;
}
.discover-page .article-view-body {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.discover-page .article-view-category {
  margin: 0 !important;
}
.discover-page #article-view-single .article-view-title {
  margin-top: 10px;
}
.discover-page .article-view #slideshow-gallery {
  margin-bottom: 0;
  width: 100%;
}
#text-only {
  padding-bottom: 20px !important;
}
#text-only .wrapper {
  display: block;
  padding: 0;
}
#text-only .wrapper h2 {
  display: inline-block;
  margin-right: 60px;
  max-width: 264px;
  vertical-align: top;
}
#text-only .wrapper p {
  max-width: 50%;
  display: inline-block;
  vertical-align: text-bottom;
}
.discover-page.cagliari h2,
.discover-page.cagliari h1,
.discover-page.cagliari h2 a,
.discover-page.cagliari h1 a {
  color: #e40512;
  font-family: "Voltaire", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.discover-page.cagliari h2.slide-title a {
  color: #ffffff;
}
.discover-page .more-items-category,
.discover-page .more-items-subsection {
  font-size: 16px;
}
.discover-page .link-button a {
  background: #112146;
  border-radius: 0;
}
.discover-page .link-button a:hover {
  color: #ffffff;
  background-color: #E40514;
}
#square-boxes {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#square-boxes h2 a,
#square-boxes p {
  color: #ffffff;
}
#square-boxes ul li {
  margin-bottom: 0;
  overflow: visible;
}
#square-boxes li > a {
  position: relative;
  overflow: visible;
  margin-bottom: 25px;
}
#square-boxes li > a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e20f2e;
  content: "";
  z-index: 0;
  margin-top: 15px;
  margin-left: -15px;
  left: 0;
}
#square-boxes li > a img {
  position: relative;
}
#square-boxes ul li .wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.discover-page #welcome-page {
  background-color: transparent;
}
.discover-page #welcome-page .fotorama {
  height: 100vh;
}
.discover-page #welcome-page .ytplayer-container {
  display: none;
}
.discover-page #welcome-page .top-image-container {
  display: block;
}
.discover-page #welcome-page .slide-title {
  font-size: 140px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
}
.discover-page #welcome-page .slide-title small {
  font-weight: 100;
  font-size: 25%;
  letter-spacing: 4px;
}
.discover-page #welcome-page .slide-title span {
  color: #ffffff;
  display: block;
}
.discover-page #welcome-page .slide {
  background-color: rgba(0, 0, 0, 0.2);
}
.discover-page .more-items-item {
  border-radius: 0 !important;
}
.discover-page .widget .fotorama__arr {
  background-color: #122246;
  border-radius: 0;
}
.discover-page.cagliari h2.slide-title a > span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
}
.discover-page.cagliari h2.slide-title a > span .letter {
  display: inline-block !important;
  color: #ffffff;
}
.crisis #header {
  padding-left: calc((100% - 480px)/2);
  padding-right: calc((100% - 480px)/2);
}
.crisis #header .wrapper.row1 {
  justify-content: center;
}
.crisis .column .gap-20 .more-items-list {
  max-width: 500px !important;
}
.crisis-article {
  background-color: #122246;
}
.statement .article-view-title {
  text-align: left;
}
.grey .more-items-list .more-items-item {
  background-color: #c3c9d5;
  border-color: transparent;
}
.grey .more-items-list .more-items-item:hover {
  background-color: #bac2d1;
}
.grey .more-items-item .wrapper * {
  color: #112146;
}
.red .more-items-list .more-items-item,
.red-blue .more-items-list .more-items-item:nth-child(odd),
.blue-red .more-items-list .more-items-item:nth-child(even) {
  background-color: #e20f2e;
}
.red .more-items-list .more-items-item .wrapper .link-button a:hover,
.red-blue .more-items-list .more-items-item:nth-child(odd) .wrapper .link-button a:hover,
.blue-red .more-items-list .more-items-item:nth-child(even) .wrapper .link-button a:hover {
  color: #e20f2e;
}
.red.text-over .more-items-list .more-items-item .wrapper,
.red-blue.text-over .more-items-list .more-items-item:nth-child(odd) .wrapper,
.blue-red.text-over .more-items-list .more-items-item:nth-child(even) .wrapper {
  background-color: rgba(227, 6, 19, 0.8);
}
.red.text-over .more-items-list .more-items-item:hover .wrapper,
.red-blue.text-over .more-items-list .more-items-item:nth-child(odd):hover .wrapper,
.blue-red.text-over .more-items-list .more-items-item:nth-child(even):hover .wrapper {
  background-color: rgba(165, 4, 14, 0.8);
}
.blue .more-items-list .more-items-item,
.red-blue .more-items-list .more-items-item:nth-child(even),
.blue-red .more-items-list .more-items-item:nth-child(odd) {
  background-color: #122246;
}
.blue .more-items-list .more-items-item .wrapper .link-button a:hover,
.red-blue .more-items-list .more-items-item:nth-child(even) .wrapper .link-button a:hover,
.blue-red .more-items-list .more-items-item:nth-child(odd) .wrapper .link-button a:hover {
  color: #122246;
}
.blue.text-over .more-items-list .more-items-item .wrapper,
.red-blue.text-over .more-items-list .more-items-item:nth-child(even) .wrapper,
.blue-red.text-over .more-items-list .more-items-item:nth-child(odd) .wrapper {
  background-color: rgba(18, 34, 70, 0.8);
}
.blue.text-over .more-items-list .more-items-item:hover .wrapper,
.red-blue.text-over .more-items-list .more-items-item:nth-child(even):hover .wrapper,
.blue-red.text-over .more-items-list .more-items-item:nth-child(odd):hover .wrapper {
  background-color: rgba(3, 19, 56, 0.8);
}
.red .more-items-item .wrapper *,
.blue .more-items-item .wrapper *,
.red-blue .more-items-item .wrapper *,
.blue-red .more-items-item .wrapper * {
  color: #ffffff;
}
.blue .more-items-list .more-items-item .link-button a,
.red .more-items-list .more-items-item .link-button a,
.red-blue .more-items-list .more-items-item .link-button a,
.blue-red .more-items-list .more-items-item .link-button a {
  background-color: transparent;
  border-color: #ffffff;
}
.blue .more-items-list .more-items-item .link-button a:hover,
.red .more-items-list .more-items-item .link-button a:hover,
.red-blue .more-items-list .more-items-item .link-button a:hover,
.blue-red .more-items-list .more-items-item .link-button a:hover {
  background-color: #ffffff;
}
.red.widget-title {
  color: #e20f2e;
}
.slide.countdown .slide-content {
  display: none;
}
#event-top-wrapper #countdown {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#event-top-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#event-top-wrapper #countdown .widget-title {
  font-size: 70px;
}
#event-top-wrapper #countdown .widget-title small {
  font-weight: 400;
}
#event-tabs .img-aside .more-items-item > a {
  width: 49%;
}
#event-tabs .img-aside .more-items-item > a img {
  padding: 40px 0 40px 40px;
}
#event-tabs .img-aside .more-items-item .wrapper {
  padding: 40px 30px;
}
#event-tabs .img-aside .more-items-item .wrapper h2 {
  margin-top: 0;
}
#event-tabs .img-aside .more-items-item .wrapper .more-items-long-text {
  margin-top: 10px;
}
#event-tabs .img-aside .more-items-item .wrapper .more-items-long-text p,
#event-tabs .img-aside .more-items-item .wrapper .more-items-long-text ul {
  margin-top: 0;
  color: #808291;
  font-size: 16px;
}
#event-tabs .img-aside .more-items-item .wrapper .more-items-long-text ul {
  margin-left: 0;
  padding-left: 30px;
}
#event-tabs .img-aside .more-items-item .wrapper .more-items-long-text ul li {
  margin-bottom: 10px;
}
#event-second-wrapper .more-items-list,
#event-first-wrapper .more-items-list {
  height: 100%;
}
#event-second-wrapper > *,
#event-first-wrapper > * {
  width: calc(50% - 10px);
}
#event-second-wrapper > *:first-child,
#event-first-wrapper > *:first-child {
  margin-right: 10px;
}
#event-second-wrapper > *:last-child,
#event-first-wrapper > *:last-child {
  margin-left: 10px;
}
#event-first-wrapper {
  padding-bottom: 0px;
}
.tabs-content .event-list-tabed {
  padding: 30px 20px;
}
.fixed-height .event-list-tabed {
  height: 600px;
}
.fixed-height .event-list-tabed header .tabs {
  margin-bottom: 9px;
}
.widget-wrapper:not(.fixed-height) .event-list-tabed header .tabs {
  margin-bottom: 13px;
}
.event-list-tabed {
  background-color: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.event-list-tabed .tabs-content {
  height: 100%;
  overflow: auto;
  padding-bottom: 0;
  margin-top: 0;
  position: relative;
}
.event-list-tabed .tabs-content .widget > * {
  background-color: #ffffff;
}
.event-list-tabed .tabs-content .widget .no-results-container {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -86px;
  color: #112046;
  opacity: 0.3;
  font-weight: 100;
  font-size: 28px;
  line-height: 1.3;
}
.event-list-tabed .tabs-content .widget .no-results-container:before {
  font-family: "Ionicons";
  content: "\f3f4";
  display: block;
  font-size: 49px;
}
.event-list-tabed .tabs-content .widget .more-items-action {
  text-transform: none;
  color: #1e7fd2;
  font-weight: normal;
  margin-left: 10px;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 14px;
}
.event-list-tabed .tabs-content .widget .more-items-action:hover {
  text-decoration: underline;
}
.event-list-tabed .tabs-content .widget .all-box-link {
  display: none;
}
.event-list-tabed .widget-title {
  border-radius: 4px 4px 0 0;
  background-color: #f3f5f9;
  margin: 0;
  padding: 25px 20px 20px;
}
.event-list-tabed header {
  background-color: #f3f5f9;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}
.event-list-tabed header .tabs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.event-list-tabed .more-items-list .more-items-item {
  border-bottom: 1px solid #dfe4ed;
  margin: 0 ;
}
.event-list-tabed .more-items-list .more-items-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(243, 245, 249, 0.52);
}
.event-list-tabed .more-items-list .more-items-item .wrapper {
  padding: 15px 20px;
  line-height: 1;
}
.event-list-tabed .more-items-list .more-items-item .wrapper .more-items-subsection {
  margin: 0 25px 0 0;
  font-size: 16px;
  font-weight: 100;
  width: 63px;
  line-height: 1;
  text-align: center;
  color: #112146;
}
.event-list-tabed .more-items-list .more-items-item .wrapper h2 {
  font-weight: 100;
  font-size: 20px;
  color: #112146;
  width: 100%;
  margin: 0 auto 0 0 !important;
}
.event-list-tabed .more-items-list .more-items-item .wrapper h2 small {
  margin-top: 5px;
  font-weight: 100;
  font-size: 14px;
  opacity: 0.6;
}
.event-list-tabed .more-items-list .more-items-item .wrapper h2 small:empty {
  display: none;
}
.event-list-tabed .more-items-list .more-items-item.race .wrapper h2,
.event-list-tabed .more-items-list .more-items-item.day-label .wrapper h2 {
  font-weight: bold;
}
.event-list-tabed .more-items-list .more-items-item.race .wrapper h2 small,
.event-list-tabed .more-items-list .more-items-item.day-label .wrapper h2 small {
  font-weight: normal;
}
.event-list-tabed .more-items-list .more-items-item.race .wrapper {
  background-color: #f3f5f9;
}
.event-list-tabed .more-items-list .more-items-item.race .wrapper .more-items-subsection {
  font-weight: bold;
}
.event-list-tabed .more-items-list .more-items-item.day-label .wrapper {
  padding: 30px 20px 15px;
}
.event-list-tabed .more-items-list .more-items-item.day-label .wrapper h2 {
  color: #122146;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper {
  padding: 15px 0 15px 20px;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 {
  width: 100%;
  margin-right: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 .team:before {
  color: transparent;
  width: 20px;
  content: "";
  height: 20px;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 .team .team-name {
  margin: 0 auto 0 10px;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 .team.team-1 {
  border-bottom: 1px solid #dfe4ed;
  padding-bottom: 5px;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 .team.team-1:before {
  background: url(../img/flags/4x3/nz.svg) center center transparent no-repeat;
  background-size: 20px auto;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 .team.team-2 {
  padding-top: 5px;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 .team.team-2:before {
  background: url(../img/flags/4x3/us.svg) center center transparent no-repeat;
  background-size: 20px auto;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 .team .points {
  color: #ffffff;
  background-color: #122146;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 35px;
  border-radius: 2px;
  opacity: 0;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper .more-items-subsection {
  width: 20%;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper .more-items-subsection div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper .more-items-subsection div span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper .more-items-subsection div span:first-child {
  letter-spacing: 1px;
  font-size: 18px;
}
.event-list-tabed#results-list .more-items-list .more-items-item .wrapper .more-items-subsection div .race-status {
  padding: 1px 6px;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
  min-width: 80px;
  background-color: #9aa4b6;
}
.event-list-tabed#results-list .more-items-list .more-items-item.finished .wrapper .more-items-subsection div .race-status,
.event-list-tabed#results-list .more-items-list .more-items-item.finished .wrapper .team .points {
  background-color: #122146;
}
.event-list-tabed#results-list .more-items-list .more-items-item.finished .wrapper .team .points {
  opacity: 1;
}
.event-list-tabed#results-list .more-items-list .more-items-item.racing {
  background-color: #f3f5f9;
}
.event-list-tabed#results-list .more-items-list .more-items-item.racing .wrapper h2 {
  font-weight: bold;
}
.event-list-tabed#results-list .more-items-list .more-items-item.racing .wrapper .more-items-subsection div .race-status,
.event-list-tabed#results-list .more-items-list .more-items-item.racing .wrapper .team .points {
  background-color: #e10411;
}
.event-list-tabed#results-list .more-items-list .more-items-item.scheduled .wrapper h2 {
  color: #9aa4b6;
}
.event-list-tabed#results-list .more-items-list .more-items-item.scheduled .wrapper .more-items-subsection div .race-status,
.event-list-tabed#results-list .more-items-list .more-items-item.scheduled .wrapper .team .points {
  color: #9aa4b6;
  border: 1px solid #9aa4b6;
  background-color: transparent;
}
#event-banners .more-items-item {
  margin: 0;
  width: 100%;
  height: calc(50% - 10px);
}
#event-banners .more-items-item:first-child {
  margin-bottom: 10px;
}
#event-banners .more-items-item:last-child {
  margin-top: 10px;
}
#event-banners .more-items-item > a {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}
#event-banners .more-items-item > a img {
  display: none;
}
.owl-theme.owl-carousel .owl-nav {
  pointer-events: none;
}
.owl-theme.owl-carousel .owl-nav > * {
  pointer-events: all;
}
#event-banners-top {
  padding-bottom: 0 !important;
}
#landing-events-home.slide-items-events {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#landing-events-home .more-items-item:hover .wrapper,
#landing-events-home .more-items-item.active:hover .wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#landing-events-home .more-items-item.active .wrapper {
  background-color: rgba(226, 15, 46, 0.9);
}
#landing-events-home .more-items-item.active .wrapper .link-button a {
  background-color: transparent;
  border-color: #ffffff;
}
#landing-events-home .more-items-item.active .wrapper .link-button a:hover {
  background-color: #ffffff;
}
#landing-events-home .more-items-item.active .wrapper:before {
  content: "NEXT EVENT";
  opacity: 1;
}
#landing-events-home .more-items-item .wrapper {
  padding: 30px 20px;
  background-color: rgba(18, 34, 70, 0.9);
}
#landing-events-home .more-items-item .wrapper:before {
  content: "LATER";
  opacity: 0;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  -ms-flex-order: -2;
  order: -2;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 10px;
  top: 30px;
  display: none;
}
#landing-events-home .more-items-item .wrapper .more-items-subsection {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  -ms-flex-order: -2;
  order: -2;
}
#landing-events-home .more-items-item .wrapper h2 {
  margin: auto 0 !important;
  text-transform: uppercase;
  font-size: 36px;
}
#landing-events-home .more-items-item .wrapper h2 small {
  display: block;
  line-height: 1.4;
  font-size: 40%;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#landing-events-home .more-items-item .wrapper .link-button {
  margin: 6% 0 0 0;
}
#landing-events-home .more-items-item .wrapper .link-button a {
  padding: 10px 15px;
  margin-top: 0;
}
#landing-events-home .more-items-item .wrapper .more-items-long-text {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  -ms-flex-order: -2;
  order: -2;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}
#landing-events-home .more-items-item .wrapper .countdown {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22%;
}
#landing-events-home .more-items-item .wrapper .countdown .countdown-text {
  background: transparent;
  padding: 0;
}
#landing-events-home .more-items-item .wrapper .countdown .countdown-text .countdown-time {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#landing-events-home .more-items-item .wrapper .countdown .countdown-text .countdown-time > *:first-child {
  margin-left: 0;
}
#landing-events-home .more-items-item .wrapper .countdown .countdown-text .countdown-time > *:last-child {
  margin-right: 0;
}
#landing-events-home .more-items-item .wrapper .countdown .countdown-text .countdown-time > * {
  margin: 0 7px;
  font-size: 10px;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
}
#landing-events-home .more-items-item .wrapper .countdown .countdown-text .countdown-time > * strong {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 3px;
}
.banner-countdown #countdown .countdown-text {
  background: transparent;
  padding: 0;
}
.banner-countdown #countdown .countdown-text .countdown-time {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-countdown #countdown .countdown-text .countdown-time > *:first-child {
  margin-left: 0;
}
.banner-countdown #countdown .countdown-text .countdown-time > *:last-child {
  margin-right: 0;
}
.banner-countdown #countdown .countdown-text .countdown-time > * {
  margin: 0 7px;
  font-size: 10px;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
}
.banner-countdown #countdown .countdown-text .countdown-time > * strong {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 3px;
}
#weather {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: calc((100% - var(--max-width-column))/2);
  padding-right: calc((100% - var(--max-width-column))/2);
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
  background-color: #ffffff;
}
#weather.weather-banner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 25px 20px !important;
  border-radius: 4px;
  background: url(https://blogs.sap.com/wp-content/uploads/2014/05/cloud2_459535.jpg) no-repeat center center transparent;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#weather.weather-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 34, 70, 0.8);
}
#weather.weather-banner .widget-title {
  order: 1;
  margin: 0;
  z-index: 1;
  color: #ffffff;
}
#weather.weather-banner .header-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  margin-bottom: 0;
}
#weather.weather-banner .header-content .locations {
  margin: 0;
  position: absolute;
  top: 25px;
  right: 20px;
}
#weather.weather-banner .header-content .locations select {
  color: #ffffff;
}
#weather.weather-banner .weather-content {
  margin-left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}
#weather.weather-banner .weather-content .weather-day:nth-child(5) {
  display: none;
}
#weather.weather-banner .weather-content .weather-day:not(.labels) .w-number {
  margin: 0;
  font-size: 12px;
}
#weather.weather-banner .weather-content .weather-day:not(.labels) .w-direction {
  background-image: url(../img/weather/wind-white.png);
  width: 28px;
  height: 28px;
}
#weather.weather-banner .weather-content .weather-day .day-name {
  font-weight: normal;
  margin-bottom: 7px;
  height: 20px;
  font-size: 16px;
}
#weather.weather-banner .weather-content .weather-day .weather-hour .wind > * {
  height: 28px;
}
#weather.weather-banner .weather-content .weather-day .weather-hour .weather-hour {
  opacity: 0.5;
}
#weather.weather-banner .weather-content .weather-day .weather-hour .weather-icon {
  width: 28px;
  height: 28px;
}
#weather .header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.weather-logo {
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
}
.weather-logo img {
  width: 94%;
}
.weather-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
}
.weather-day.labels {
  font-size: 12px;
  text-align: left;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.weather-day.labels .w-direction,
.weather-day.labels .weather-icon {
  width: auto !important;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.weather-day.labels .wind > * {
  text-transform: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.weather-day:not(.labels) .w-number {
  font-size: 14px;
  color: #ffffff;
  margin: 2px;
  background-color: transparent;
}
.weather-day:not(.labels) .w-number.color-000 {
  background-color: #a10fc5;
}
.weather-day:not(.labels) .w-number.color-025 {
  background-color: #a10fc5;
}
.weather-day:not(.labels) .w-number.color-050 {
  background-color: #3432fb;
}
.weather-day:not(.labels) .w-number.color-075 {
  background-color: #34809a;
}
.weather-day:not(.labels) .w-number.color-100 {
  background-color: #37c330;
}
.weather-day:not(.labels) .w-number.color-125 {
  background-color: #8fd029;
}
.weather-day:not(.labels) .w-number.color-150 {
  background-color: #dcda2c;
}
.weather-day:not(.labels) .w-number.color-175 {
  background-color: #eeac28;
}
.weather-day:not(.labels) .w-number.color-200 {
  background-color: #fd8126;
}
.weather-day:not(.labels) .w-number.color-225 {
  background-color: #fd4522;
}
.weather-day:not(.labels) .w-number.color-250 {
  background-color: #fd1c21;
}
.weather-day:not(.labels) .w-number.color-275 {
  background-color: #e1181c;
}
.weather-day:not(.labels) .w-number.color-300 {
  background-color: #c71417;
}
.weather-day:not(.labels) .w-number.color-325 {
  background-color: #ae1013;
}
.weather-day:not(.labels) .w-number.color-350 {
  background-color: #960c0f;
}
.weather-day:not(.labels) .w-number.color-375 {
  background-color: #7c080b;
}
.weather-day:not(.labels) .w-number.color-400 {
  background-color: #630507;
}
.weather-day:not(.labels) .w-number.color-425 {
  background-color: #490304;
}
.weather-day:not(.labels) .w-number.color-450 {
  background-color: #310102;
}
.weather-day:not(.labels) .w-number.color-475 {
  background-color: #4d3738;
}
.weather-day:not(.labels) .w-number.color-500 {
  background-color: #646464;
}
.weather-day {
  text-align: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.weather-hour-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.weather-day .weather-hour {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.weather-day .weather-hour .weather-hour {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  height: 18px;
}
.weather-day:not(.labels) .weather-hour .weather-hour:after {
  content: "h";
  font-weight: normal;
  margin-left: -2px;
}
.weather-day:nth-child(2),
.weather-day:nth-child(3),
.weather-day:nth-child(4),
.weather-day:nth-child(5) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.day-name {
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
  height: 27px;
}
.temperature {
  display: none;
}
.temperature > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.t-max {
  font-size: 24px;
}
.t-min {
  font-size: 18px;
}
.wind {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.wind > * {
  text-transform: lowercase;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.w-direction {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: 55% auto;
  background-image: url(../img/weather/wind.png);
}
.w-direction.d-n {
  background-image: url(../img/weather/N.png);
}
.w-direction.d-ne {
  background-image: url(../img/weather/NE.png);
}
.w-direction.d-nw {
  background-image: url(../img/weather/NW.png);
}
.w-direction.d-s {
  background-image: url(../img/weather/S.png);
}
.w-direction.d-se {
  background-image: url(../img/weather/SE.png);
}
.w-direction.d-sw {
  background-image: url(../img/weather/SW.png);
}
.w-direction.d-e {
  background-image: url(../img/weather/E.png);
}
.w-direction.d-w {
  background-image: url(../img/weather/W.png);
}
.w-direction.d-ene {
  background-image: url(../img/weather/ENE.png);
}
.w-direction.d-ese {
  background-image: url(../img/weather/ESE.png);
}
.w-direction.d-nne {
  background-image: url(../img/weather/NNE.png);
}
.w-direction.d-nnw {
  background-image: url(../img/weather/NNW.png);
}
.w-direction.d-sse {
  background-image: url(../img/weather/SSE.png);
}
.w-direction.d-ssw {
  background-image: url(../img/weather/SSW.png);
}
.w-direction.d-wnw {
  background-image: url(../img/weather/WNW.png);
}
.w-direction.d-wsw {
  background-image: url(../img/weather/WSW.png);
}
.weather-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 ;
  position: relative;
}
.weather-icon > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.weather-icon.cl-none .phase,
.weather-icon.cl-none.ph-day .phase,
.weather-icon.cl-none.ph-dusk .phase,
.weather-icon.cl-none.ph-dawn .phase {
  background-image: url(../img/weather/day/day.png);
}
.weather-icon.cl-none.ph-night .phase {
  background-image: url(../img/weather/day/night.png);
}
.weather-icon.cl-partlycloudy .phase,
.weather-icon.cl-partlycloudy.ph-day .phase,
.weather-icon.cl-partlycloudy.ph-dusk .phase,
.weather-icon.cl-partlycloudy.ph-dawn .phase {
  background-image: url(../img/weather/day/day_behind.png);
}
.weather-icon.cl-partlycloudy.ph-night .phase {
  background-image: url(../img/weather/day/night_behind.png);
}
.weather-icon.cl-partlycloudy .cloud {
  background-image: url(../img/weather/day/partly_cloudy.png);
}
.weather-icon.cl-cloudy .cloud {
  background-image: url(../img/weather/day/cloudy.png);
}
.weather-icon.pr-heavyrain .precipitation {
  background-image: url(../img/weather/precipitation/heavy_rain.png);
}
.weather-icon.pr-heavysnow .precipitation {
  background-image: url(../img/weather/precipitation/heavy_snow.png);
}
.weather-icon.pr-lightrain .precipitation {
  background-image: url(../img/weather/precipitation/light_rain.png);
}
.weather-icon.pr-lightsnow .precipitation {
  background-image: url(../img/weather/precipitation/light_snow.png);
}
.weather-icon.pr-mixedrainsnow .precipitation {
  background-image: url(../img/weather/precipitation/mixed_rain_snow.png);
}
.weather-icon.pr-moderaterain .precipitation {
  background-image: url(../img/weather/precipitation/moderate_rain.png);
}
.weather-icon.pr-moderatesnow .precipitation {
  background-image: url(../img/weather/precipitation/moderate_snow.png);
}
.weather-icon.cl-none .cloud,
.weather-icon.pr-none .precipitation,
.weather-icon.pr-heavyrain.cl-none .phase,
.weather-icon.pr-heavysnow.cl-none .phase,
.weather-icon.pr-lightrain.cl-none .phase,
.weather-icon.pr-lightsnow.cl-none .phase,
.weather-icon.pr-mixedrainsnow.cl-none .phase,
.weather-icon.pr-moderaterain.cl-none .phase,
.weather-icon.pr-moderatesnow.cl-none .phase {
  background-image: none;
}
.weather select {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #28272d;
  background-color: transparent;
  border: 1px solid rgba(221, 221, 221, 0.2);
  z-index: 1;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  padding: 2px 35px 2px 15px;
  height: auto;
  border-radius: 16px;
}
.weather .locations {
  position: relative;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
.weather .location {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 2px;
  border: 1px solid #5d5a5a;
  border-radius: 25px;
}
.weather .locations:after {
  position: absolute;
  right: 10px;
  content: "\f107";
  font-family: FontAwesome;
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-top: -12px;
  line-height: 24px;
  top: 50%;
  text-align: right;
  color: #7d7d7f;
  z-index: 0;
}
.weather .locations:hover:after {
  color: #bfbfbf;
}
.weather .locations:hover select {
  border-color: #bfbfbf;
}
.weather select:focus {
  outline: none;
}
#weather.no-gust .weather-day .wind .w-gust {
  display: none;
}
.accreditations-landing #main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  background: url(https://www.americascup.com/images/m1641_crop11015_2048x2048_proportional_1576530628A718.jpg) center center transparent no-repeat;
  background-size: cover;
  position: relative;
}
.accreditations-landing #main:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.accreditations-landing #main .section-title {
  color: #ffffff;
}
.accreditations-landing #main .column > * {
  z-index: 1;
  position: relative;
}
#accreditation-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
}
#accreditation-wrapper > * {
  margin: 0 20px;
}
.portsmouth-sponsors-wrapper {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.portsmouth-sponsors-wrapper:last-child {
  padding-bottom: 50px !important;
}
#event-partners .more-items-list {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
#musement-text {
  padding-top: 0;
}
#musement-text p {
  padding: 20px;
  border: 1px solid red;
  color: #132246;
  text-align: center;
}
#shop-wrapper {
  padding-top: 0;
}
#shop-wrapper:before {
  content: "";
  width: 90px;
  height: 190px;
  margin: 0 auto;
  background: url(../img/store-arrows.png) center center no-repeat transparent;
  background-size: contain;
  margin-bottom: 30px;
}
#shop-wrapper:after {
  content: "";
  width: 90px;
  height: 10px;
  margin: 0 auto;
  background: #ea082a;
  margin-top: 60px;
}
.store #main {
  padding: 50px 0;
  background: url(https://www.americascup.com/original/m1608_Banner-A3_1500x750px.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.store #main > * {
  z-index: 1;
  position: relative;
  background-color: transparent;
}
.store #main:before {
  position: absolute;
  top: 0;
  content: "";
  background-color: rgba(19, 34, 70, 0.9);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.store #section-title {
  padding-bottom: 10px;
}
.store .widget {
  background-color: transparent;
}
#omega {
  width: 170px;
  height: 70px;
  position: relative;
}
#header-zone8 .header-widgets-json {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.event-countdown {
  border-radius: 5px;
}
.landing-sponsors-new #section-title {
  padding-bottom: 0;
}
.landing-sponsors-new #sponsors-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #ebeef3;
  background-color: #ffffff;
  margin-bottom: 100px;
  overflow: hidden;
}
.landing-sponsors-new #sponsors-wrapper > .widget {
  border: none !important;
  border-radius: 0 !important;
}
.landing-sponsors-new #sponsors-wrapper > .widget .widget-title {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 20px;
}
.landing-sponsors-new #sponsors-wrapper #suppliers ul {
  max-width: 100% !important;
}
.items-column-layout .more-items-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.center-items.items-column-layout .more-items-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget.article-view.grey-bg-article .article,
.grey-bg-article .article {
  background: #d6d9dd;
}
.widget.article-view.small-article .article > *,
#accreditations-faqs .widget-title span {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
.cascade-view ul li .wrapper p {
  display: none;
  margin-top: 20px !important;
}
#accreditations-faqs ul li:hover {
  box-shadow: none;
}
#accreditations-faqs ul li .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
#accreditations-faqs ul li .wrapper h2 {
  font-size: 20px;
}
.more-items-groups {
  list-style: none;
}
.more-items-groups .more-items-group {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.angular-fixture .more-items-item {
  background-color: #ffffff;
  margin: 0;
  border: none;
  border-radius: 0;
  border-top: 1px solid #dddddd;
  display: block;
}
.angular-fixture .more-items-item:hover {
  background-color: rgba(243, 245, 249, 0.52);
  box-shadow: none;
  border-top: 1px solid #dddddd;
}
.angular-fixture .more-items-item.status-4 {
  background-color: #eaedf4;
}
.angular-fixture .more-items-item.status-4 .match-content .team-container .team-name h2 {
  font-weight: bold;
}
.angular-fixture .more-items-item.status-4 .match-content .team-container.team-a,
.angular-fixture .more-items-item.status-4 .match-content .match-info .team-result.team-a {
  border-color: #d2d8e1;
}
.angular-fixture .more-items-item .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.angular-fixture .group-name {
  position: relative;
  text-align: left;
  margin: 0;
  padding: 15px 0;
  color: #112146;
}
.angular-fixture .more-items-groups .more-items-group > .wrapper {
  padding: 0 20px;
  background-color: #f3f5f9;
}
.match-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.match-content .team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  margin-left: 15%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.match-content .team-container.team-a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-bottom: 1px solid #dde1e8;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.match-content .team-container .team-logo {
  max-width: 30px;
  padding: 0 ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.match-content .team-container .team-name {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.match-content .team-container .team-name h2 {
  font-weight: normal;
  color: #112146;
}
.match-content .team-container .team-name h2.team-name-short {
  display: none;
}
.match-content .team-container .team-name .match-status {
  margin-left: 20px;
}
.match-content .team-container .team-name .match-status.DNF,
.match-content .team-container .team-name .match-status.RET,
.match-content .team-container .team-name .match-status.DNS,
.match-content .team-container .team-name .match-status.DSQ {
  background-color: red;
}
.match-content .match-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 15%;
  padding: 0 15px 0 0;
  height: 100%;
  position: absolute;
  right: 0;
}
.match-content .match-info.match-data {
  right: auto;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.match-content .match-info .team-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.match-content .match-info .team-result.team-a {
  border-bottom: 1px solid #dde1e8;
}
.match-content .match-info .match-time {
  display: none;
}
.match-content .match-info .match-name {
  margin-bottom: 20px;
  font-weight: bold;
  color: #112146;
  font-size: 20px;
}
.match-content .match-info .match-status,
.match-status {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 9px;
  -webkit-border-radius: 14px;
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 13px;
}
.status-1 .match-status,
.status-1 .match-content .match-info .match-status {
  background-color: transparent;
  border: 1px solid #9aa4b6;
  color: #9aa4b6;
}
.status-1 .match-content .team-name h2 {
  color: #9aa4b6;
}
.status-5 .match-content .match-info .match-status,
.status-5 .match-status {
  background-color: #142345;
}
.status-4 .match-content .match-info .match-status,
.status-4 .match-status {
  background-color: red;
}
.status-2 .match-content .match-info .match-status,
.status-2 .match-status,
.status-3 .match-content .match-info .match-status,
.status-3 .match-status,
.status-6 .match-content .match-info .match-status,
.status-6 .match-status,
.status-7 .match-content .match-info .match-status,
.status-7 .match-status {
  background-color: red;
}
.match-content .match-info .match-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
  background-color: #122146;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 44px;
  border-radius: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
}
.match-content .match-results.penalties {
  font-size: 24px;
  font-weight: normal;
  margin-top: 10px;
}
.match-info .match-separator {
  position: relative;
  margin: 0 15px;
  width: 20px;
  display: block;
}
.match-info .match-separator:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.match-results.penalties span:not(.match-separator):before {
  content: "(";
  margin-right: 3px;
}
.match-results.penalties span:not(.match-separator):after {
  content: ")";
  margin-left: 3px;
}
/* MAtch */
#match {
  padding-top: 0;
}
.match .match-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 0 !important;
}
#match > * {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
#match > *:first-child {
  border-radius: 4px 4px 0 0;
  margin-top: 40px;
  overflow: hidden;
}
#match > *:last-child {
  border-radius: 0 0 4px 4px;
  margin-bottom: 40px;
}
.match .match-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px ;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f0f2f6;
  color: #142345;
  border-radius: 4px 4px 0 0;
}
.match .match-top-info .match-top-info-left,
.match .match-top-info .match-top-info-right {
  width: 30%;
}
.match .match-top-info .match-top-info-right {
  text-align: right;
}
.match .match-name {
  font-weight: bold;
  font-size: 22px;
}
.match .match-content {
  border-top: 1px solid #dddddd;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px;
}
.match .match-content .team-container {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 43%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.match .match-content .team-container.team-a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border: none;
}
.match .match-content .team-container .team-name {
  text-align: center;
  padding: 0 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.match .match-content .team-container .team-name h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.match .match-content .team-container .team-logo {
  max-width: 42px;
}
.match .match-content .team-container .team-name .match-status {
  margin: 12px 0 0 0;
  font-size: 14px;
}
.match .match-content .match-info .match-status,
.match .match-status {
  font-size: 18px;
}
.match .match-content .match-info {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  width: 14%;
}
.match .match-content .match-info .team-result {
  border: none;
}
.match .status-5 .match-content .match-info {
  opacity: 1;
  visibility: visible;
}
.match .match-content .match-info .match-results {
  margin-bottom: 0px;
}
.match .match-content .match-info .match-results.penalties {
  margin-top: 10px;
}
.header-pinned.scroll-not-top.match .match-content {
  top: 100px;
}
.scroll-not-top.match .match-content {
  position: fixed;
  left: calc((100% - 1350px) / 2);
  top: 50px;
  background: #ffffff;
  width: 1350px;
  z-index: 1;
  border-bottom: 1px solid #dddddd;
  border-top: none;
}
.scroll-not-top.match .match-content .team-container .team-name,
.scroll-not-top.match .match-content .team-container .team-logo,
.scroll-not-top.match .match-content .match-info {
  padding-top: 0;
  padding-bottom: 0;
}
.scroll-not-top.match .match-content .team-container .team-name {
  padding: 0;
}
.scroll-not-top.match .match-content .team-container .team-name h2 {
  font-size: 24px;
}
.scroll-not-top.match .match-content .team-container .team-logo {
  width: 80px;
}
.scroll-not-top.match .match-content .match-info .match-results {
  font-size: 20px;
}
.scroll-not-top.match .match-content .match-info .match-results {
  font-size: 26px;
}
.match-events {
  width: 100%;
  padding: 15px 0 ;
}
.match-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}
.match-event .match-event-icon {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 42px;
  height: 32px;
  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;
}
.match-event.catch .match-event-icon:before {
  background: url(../img/match-center/football/catch.png) center center no-repeat transparent;
}
.match-event.catch .match-event-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
}
.match-event > * {
  margin: 0 10px;
  font-size: 20px;
}
.match-event > *:first-child,
.match-event > *:last-child {
  width: 100%;
}
.team-a .match-event-text,
.team-b .match-event-time {
  text-align: right;
}
.team-b .match-event-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.team-b .match-event-time {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.match-separator {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #122146;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.people-list {
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #ddd;
  position: relative;
}
.people-list.people-skipper,
.people-list.people-onboard {
  padding: 0;
}
.people-list.people-skipper .match-separator,
.people-list.people-onboard .match-separator {
  margin: 0;
  top: 50%;
  position: absolute;
  margin-top: -14px;
  width: 100%;
  left: 0;
}
.people-list.people-onboard {
  border-top: none;
}
.people-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}
.people-list-container > * {
  padding: 0 0 0 7%;
  font-size: 20px;
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.people-list-container > *.team-a {
  padding: 0 7% 0 0;
}
.people-list-container > div > div {
  margin: 0 0 20px 0;
}
.people-list-container > div .player {
  width: 33.3333%;
  padding: 0 10px;
  margin: 10px 0 10px 0;
}
.people-list-container > div .player > div:last-child {
  color: #122146;
  font-size: 16px;
}
.people-list-container .player-avatar {
  max-width: 55%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.people-list.one-col .people-list-container > div > div {
  text-align: center;
}
/* Error Page
  ========================================================== */
.page-404 #main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(https://www.americascup.com/assets/img/waves-bg-large.jpg) no-repeat transparent center top;
  background-size: 149% auto;
}
#error-404 {
  margin: 0 auto;
  width: 50%;
  padding: 20px;
  color: #ffffff;
}
#error-404 * {
  color: #ffffff;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden,
.tab-hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
#boat3d {
  width: 100%;
  height: auto;
  min-width: 0 ;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 0;
}
#boat3d .footer-tools {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 29px;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  left: 50%;
  margin-left: -675px;
  background: url(../img/3dcontrols.png) transparent center center no-repeat;
  background-size: auto 100%;
}
#boat3d .footer-tools .zone-1 {
  position: relative;
  min-width: 200px;
  height: 80px;
  width: 300px;
}
#boat3d .footer-tools .zone-1:before,
#boat3d .footer-tools .zone-1:after {
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  content: "";
  display: none;
}
#boat3d .footer-tools .zone-1:before {
  background-image: url(../img/3d-boat-left-braquet.png);
}
#boat3d .footer-tools .zone-1:after {
  background-image: url(../img/3d-boat-right-braquet.png);
  right: 0;
  left: auto;
}
#boat3d .footer-tools .zone-3 .moreinfo-bt {
  display: none;
}
#boat3d .footer-tools > * {
  width: 100%;
}
#boat3d .footer-tools .zone-2 {
  width: auto;
}
#boat3d .footer-tools .menu {
  margin: 0;
  padding: 0 0 0 40px;
  display: none;
}
#boat3d .footer-tools .menu .dropdown > a:after {
  content: "\f3d8";
}
#boat3d .footer-tools .menu > li {
  text-align: left;
}
#boat3d .footer-tools .menu > li > a {
  display: inline-block;
  border: none;
  margin: 0;
}
#boat3d .footer-tools .menu > li > a span:not(.label) {
  font-weight: bold;
}
#boat3d .footer-tools .menu > li .submenu {
  left: 47px;
  right: 20px;
  top: auto;
  bottom: 47px;
  margin-left: 0;
  width: auto;
  text-align: left;
  background: transparent;
  box-shadow: none;
}
#boat3d .footer-tools .menu > li .submenu a {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  color: #ffffff;
}
#boat3d .footer-tools .menu > li .submenu a:hover {
  background: transparent;
  color: #e20f2e;
}
#boat3d .footer-tools .moreinfo-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  height: 58px;
  cursor: pointer;
  margin: 10px 0  10px auto;
  padding: 0 0 0 20px;
  width: 195px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#boat3d .footer-tools .moreinfo-bt span {
  padding: 0 10px;
  font-size: 15px;
  text-transform: uppercase;
}
#boat3d .footer-tools .moreinfo-bt .ion {
  font-size: 25px;
}
.touch .footer-tools {
  display: none !important;
}
#model-boat3d {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #112146;
  max-width: 100%;
}
#dat {
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
#ac75 {
  background-color: #e30612;
  padding-top: 100px;
  padding-bottom: 100px;
}
#ac75.img-aside .more-items-item {
  background-color: #e30612;
  color: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#ac75.img-aside .more-items-item .wrapper {
  padding: 0 0 0 20px;
}
#ac75.img-aside .more-items-item .wrapper h2 {
  margin-top: 0;
}
#ac75.img-aside .more-items-item .wrapper .link-button a {
  background-color: #122246;
  color: #ffffff;
}
#ac75.img-aside .more-items-item > a img {
  padding: 0 20px 0 0;
}
#ac75.img-aside .more-items-item h2 a {
  color: #ffffff;
}
#boat-specs {
  background-color: transparent;
  padding-top: 0;
  position: absolute;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  pointer-events: none;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  margin-left: -675px;
}
#boat-specs .more-items-item {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#boat-specs .more-items-item .wrapper {
  background: transparent;
  padding: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 55%;
  text-shadow: 0 0 5px rgba(0, 35, 70, 0.2);
}
#boat-specs .more-items-item .wrapper * {
  color: #ffffff;
}
#boat-specs .more-items-item .wrapper h2 {
  font-size: 32px;
  margin: 0;
  font-weight: normal;
  text-transform: none;
}
#boat-specs .more-items-item .wrapper h2 .large {
  font-size: 48px;
}
#boat-specs .more-items-item .wrapper .more-items-category {
  font-size: 48px;
  line-height: 1;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 4px solid #e20f2e;
  display: inline-block;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}
#boat-specs .more-items-item .more-items-img-container {
  background-color: #dddddd;
}
#boat-specs .more-items-item .more-items-img-container img {
  padding: 0;
  width: 150%;
  position: relative;
  left: 50%;
  transform: translateY(0) translateX(-50%);
}
#boat-specs .tabs-content {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#boat-specs .tabs-content .more-items-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#boat-specs header {
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: all;
  width: 30%;
  height: auto;
}
#boat-specs .tabs {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
  margin-bottom: 0;
}
#boat-specs .tabs li {
  text-align: left;
}
#boat-specs .tabs li.tab-all {
  display: none;
}
#boat-specs .tabs li.tab-know-more {
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.59);
}
#boat-specs .tabs li.tab-know-more a.active {
  border-color: transparent;
}
#boat-specs .tabs li.tab-boat-configurations a {
  border-bottom: transparent;
}
#boat-specs .tabs li.tab-dock-configuration a,
#boat-specs .tabs li.tab-normal-sailing-mode a,
#boat-specs .tabs li.tab-through-manoeuvres a {
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 10px;
}
#boat-specs .tabs li.tab-through-manoeuvres a {
  margin-bottom: 12px;
}
#boat-specs .tabs li a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  text-shadow: 0 0 5px rgba(0, 35, 70, 0.2);
  border-bottom-width: 2px;
}
#boat-specs .tabs li a:hover {
  border-bottom-color: #ffffff;
}
.camera-moving #boat-specs header {
  pointer-events: none;
}
#content-boat-specs {
  margin: 0;
  width: 100%;
}
#boat-video {
  padding: 60px !important;
  background-color: #ffffff;
}
#progress-model-boat3d {
  position: absolute;
  color: #ffffff;
  z-index: 11;
  top: 50%;
  left: 50%;
  width: 192px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 48px;
  margin-left: -96px;
  margin-top: -32px;
}
/* videos test */
.top-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  display: block;
}
#video-slide .wrapper ul {
  margin: 0;
  padding: 0;
}
#video-slide .wrapper ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
#video-slide .wrapper > div {
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
}
.video-slideshow-main .owl-nav.disabled {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  #video-slide .three-of-four {
    width: 66.66666667% !important;
  }
  #video-slide .one-of-four {
    width: 33.3333% !important;
  }
}
@media only screen and (max-width: 767px) {
  #video-slide .three-of-four {
    width: 100% !important;
  }
  #video-slide .one-of-four {
    width: 100% !important;
  }
  .video-thumbs {
    display: inline-block;
  }
  .video-thumbs li {
    width: 50%;
    margin-left: -0.25em;
    display: inline-block;
  }
}
/* ==========================================================
   PLUGINS
   ========================================================== */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.drop-zone,
.drop-zone * {
  box-sizing: border-box;
}
.drop-zone {
  min-height: 150px;
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: transparent;
  padding: 20px 20px;
}
.drop-zone.dz-clickable {
  cursor: pointer;
}
.drop-zone.dz-clickable * {
  cursor: default;
}
.drop-zone.dz-clickable .dz-message,
.drop-zone.dz-clickable .dz-message * {
  cursor: pointer;
}
.drop-zone.dz-started .dz-message {
  display: none;
}
.drop-zone.dz-drag-hover {
  border-style: solid;
}
.drop-zone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.drop-zone .dz-message {
  text-align: center;
  margin: 2em 0;
  color: #132246;
}
.drop-zone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  border-radius: 5px;
  background: white;
}
.drop-zone .dz-preview:hover {
  z-index: 1000;
}
.drop-zone .dz-preview:hover .dz-details {
  opacity: 1;
}
.drop-zone .dz-preview.dz-file-preview {
  display: block;
}
.drop-zone .dz-preview.dz-file-preview .dz-image {
  background: none;
  display: none;
}
.drop-zone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
  padding: 10px;
}
.drop-zone .dz-preview.dz-image-preview {
  background: white;
  min-height: 100px;
}
.drop-zone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.drop-zone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.drop-zone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.drop-zone .dz-preview:hover .dz-details {
  opacity: 1;
}
.drop-zone .dz-preview .dz-details {
  z-index: 20;
  opacity: 0;
  font-size: 14px;
  min-width: 100%;
  max-width: 100%;
  padding: 1em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drop-zone .dz-preview .dz-details .dz-size {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 10px;
  font-size: 14px;
  width: 20%;
  text-align: right;
}
.drop-zone .dz-preview .dz-details .dz-filename {
  width: 80%;
  text-align: left;
  z-index: 1;
  word-break: break-word;
}
.drop-zone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.drop-zone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.drop-zone .dz-preview .dz-details .dz-filename span,
.drop-zone .dz-preview .dz-details .dz-size span {
  padding: 0;
}
.drop-zone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.drop-zone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.drop-zone .dz-preview .dz-image img {
  display: block;
}
.drop-zone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.drop-zone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.drop-zone .dz-preview .dz-success-mark,
.drop-zone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.drop-zone .dz-preview .dz-success-mark svg,
.drop-zone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.drop-zone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.drop-zone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.drop-zone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.drop-zone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.drop-zone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.drop-zone .dz-preview.dz-error .dz-error-message {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.drop-zone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  width: 100%;
  background: #e20f2e;
  background: linear-gradient(to bottom, #e20f2e, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.drop-zone .btn.delete {
  font-size: 20px;
  background-color: transparent;
  cursor: pointer;
  padding-bottom: 0;
  padding-top: 0;
}
.drop-zone .btn.delete * {
  cursor: pointer;
}
.uib-datepicker table {
  border: none;
  table-layout: fixed;
  width: auto;
  font-size: inherit;
}
.uib-datepicker table th {
  padding: 5px;
}
.uib-datepicker table:focus {
  outline: none;
}
.uib-day,
.uib-daypicker th,
.uib-month,
.uib-monthpicker th,
.uib-year,
.uib-yearpicker th {
  padding: 0;
  text-align: center;
  width: 35px;
}
.uib-daypicker th {
  padding: 5px;
}
.uib-daypicker th > *,
.uib-monthpicker th > *,
.uib-yearpicker th > * {
  float: none;
  width: 100%;
}
.uib-day .btn,
.uib-daypicker th .btn,
.uib-month .btn,
.uib-monthpicker th .btn,
.uib-year .btn,
.uib-yearpicker th .btn {
  border: none;
  border-radius: 0;
}
.uib-day .btn.active,
.uib-daypicker th .btn.active,
.uib-month .btn.active,
.uib-monthpicker th .btn.active,
.uib-year .btn.active,
.uib-yearpicker th .btn.active {
  color: #ffffff;
  background-color: #122346;
}
.uib-daypicker tr:first-child th {
  padding: 5px;
}
.glyphicon {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-right:before {
  content: "\f3d1";
}
.glyphicon-chevron-left:before {
  content: "\f3cf";
}
.dropdown-menu.uib-datepicker-popup {
  padding-top: 0;
}
.downloads-filters.submenu-list > ul > li.dates .date:first-child .uib-datepicker-popup {
  left: 0 !important;
  right: auto !important;
}
/* IMG CROP */
.cropArea {
  overflow: hidden;
  width: auto;
  height: 289px;
  margin-top: 30px;
  padding: 20px;
  background: url(../img/upload.jpg) center center no-repeat #c2c6cf;
  background-size: auto 73%;
}
img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
/* END IMG CROP */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
  -o-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
  -o-transition-duration: 0.65s;
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
  -o-transition-duration: 0.85s;
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
  -o-transition-duration: 0.95s;
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  -o-transition-duration: 1.55s;
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  -o-transition-duration: 1.65s;
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  -o-transition-duration: 1.75s;
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  -o-transition-duration: 1.85s;
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  -o-transition-duration: 1.95s;
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  -o-transition-duration: 2.05s;
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  -o-transition-duration: 2.1s;
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  -o-transition-duration: 2.15s;
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  -o-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  -o-transition-duration: 2.2s;
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  -o-transition-duration: 2.25s;
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  -o-transition-duration: 2.3s;
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  -o-transition-duration: 2.35s;
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  -o-transition-duration: 2.4s;
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  -o-transition-duration: 2.45s;
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  -o-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  -o-transition-duration: 2.55s;
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  -o-transition-delay: 2.55s;
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  -o-transition-duration: 2.6s;
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  -o-transition-duration: 2.65s;
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  -o-transition-duration: 2.7s;
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  -o-transition-duration: 2.75s;
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  -o-transition-duration: 2.8s;
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  -o-transition-duration: 2.85s;
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  -o-transition-delay: 2.85s;
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  -o-transition-duration: 2.9s;
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  -o-transition-duration: 2.95s;
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity,transform;
    transition-property: opacity,transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity,transform;
    transition-property: opacity,transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  display: -webkit-flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0!important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0!important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #1b1b1b;
  background: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #1b1b1b;
  border-bottom-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #1b1b1b;
  border-left-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #1b1b1b;
  border-right-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #1b1b1b;
  border-top-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  border-radius: 3px;
  border: 0px solid transparent;
  background: #ededed;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #505a67;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
  height: 9px;
  margin-left: -9px;
  width: 18px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
  height: 18px;
  margin-left: 0;
  margin-top: -9px;
  width: 9px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ededed;
  top: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ededed;
  left: -1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ededed;
  left: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ededed;
  top: -1px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -9px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
  left: -9px;
}
.tooltipster-content {
  font-size: 14px;
}
/**
 * @license videogular v1.4.3 http://videogular.com
 * Two Fucking Developers http://twofuckingdevelopers.com
 * License: MIT
 */
@font-face {
  font-family: 'videogular';
  src: url("/assets/css/fonts/videogular.eot");
  src: url("/assets/css/fonts/videogular.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/videogular.woff") format("woff"), url("/assets/css/fonts/videogular.ttf") format("truetype"), url("/assets/css/fonts/videogular.svg#videogular") format("svg");
  font-weight: normal;
  font-style: normal;
}
videogular,
[videogular] {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000000;
  display: block;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  /*****************/
  /* Poster plugin */
  /*****************/
  /**********************/
  /* OverlayPlay plugin */
  /**********************/
  /*********************/
  /* Controlbar plugin */
  /*********************/
  /* IE10 hack */
  /* Controlbar icons */
  /********************/
  /* Buffering plugin */
  /********************/
  /* Loading Spinner
   * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
   */
  /**********************/
  /* IMA ads plugin */
  /**********************/
}
videogular button,
[videogular] button {
  cursor: pointer;
}
videogular.fullscreen,
[videogular].fullscreen {
  position: fixed;
  left: 0;
  top: 0;
}
videogular vg-media,
[videogular] vg-media {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
videogular vg-media video,
[videogular] vg-media video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
videogular.fullscreen vg-media,
[videogular].fullscreen vg-media {
  height: 100% !important;
}
videogular .iconButton,
[videogular] .iconButton {
  color: #FFFFFF;
  font-family: 'videogular';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: none;
  padding: 6px;
  border: none;
  border-radius: 3px;
  font-size: 20px !important;
}
videogular .iconButton:hover,
[videogular] .iconButton:hover {
  background-color: #ff0000;
}
videogular .iconButton:focus,
[videogular] .iconButton:focus {
  box-shadow: none;
}
videogular vg-poster,
[videogular] vg-poster {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  pointer-events: none;
}
videogular vg-poster img,
[videogular] vg-poster img {
  width: auto;
  height: auto;
  max-width: 100% !important;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
videogular vg-poster img.pause,
videogular vg-poster img.play,
[videogular] vg-poster img.pause,
[videogular] vg-poster img.play {
  display: none;
}
videogular vg-poster img.stop,
[videogular] vg-poster img.stop {
  display: block;
}
videogular vg-overlay-play,
[videogular] vg-overlay-play {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
videogular vg-overlay-play .play:before,
[videogular] vg-overlay-play .play:before {
  content: "\e000";
}
videogular vg-overlay-play .overlayPlayContainer,
[videogular] vg-overlay-play .overlayPlayContainer {
  font-size: 100px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: table;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
videogular vg-overlay-play .overlayPlayContainer div,
[videogular] vg-overlay-play .overlayPlayContainer div {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  background-color: transparent !important;
}
videogular vg-controls,
[videogular] vg-controls {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
}
videogular vg-controls .controls-container,
[videogular] vg-controls .controls-container {
  width: 100%;
  height: 50px;
  position: absolute;
  display: table;
  zoom: 1;
  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;
  transition: opacity 0.3s ease;
}
videogular vg-play-pause-button,
[videogular] vg-play-pause-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-time-display,
[videogular] vg-time-display {
  color: #FFFFFF;
  display: table-cell;
  font-size: 18px;
  width: 75px;
  vertical-align: middle;
  text-align: center;
  cursor: default;
}
videogular .vgTimeDisplay,
[videogular] .vgTimeDisplay {
  display: table-cell;
  font-family: Arial;
  font-size: 18px;
  width: auto;
}
videogular vg-scrub-bar,
[videogular] vg-scrub-bar {
  width: auto;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
videogular vg-scrub-bar [role=slider],
[videogular] vg-scrub-bar [role=slider] {
  margin-top: 24px;
  margin-bottom: 24px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.25);
  position: relative;
  border-radius: 4px;
}
videogular vg-scrub-bar .container,
[videogular] vg-scrub-bar .container {
  position: absolute;
  width: 100%;
  height: 8px;
  top: 24px;
  padding-left: 0;
  background-color: transparent;
  min-height: auto;
}
videogular vg-scrub-bar :focus vg-scrub-bar-current-time,
[videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
  border-right: 6px black groove;
}
videogular vg-scrub-bar-current-time,
[videogular] vg-scrub-bar-current-time {
  position: absolute;
  background-color: #ff0000;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border-radius: 4px;
}
videogular vg-scrub-bar-buffer,
[videogular] vg-scrub-bar-buffer {
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
videogular vg-scrub-bar-cue-points,
[videogular] vg-scrub-bar-cue-points {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
videogular vg-scrub-bar-cue-points .cue-point-timeline,
[videogular] vg-scrub-bar-cue-points .cue-point-timeline {
  color: #FFFFFF;
  padding-top: 3px;
}
videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point,
[videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
  position: absolute;
  height: 3px;
  background-color: #FFFFFF;
}
videogular vg-scrub-bar-thumbnails,
[videogular] vg-scrub-bar-thumbnails {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  bottom: 24px;
  z-index: 1;
}
videogular vg-scrub-bar-thumbnails .vg-thumbnails,
[videogular] vg-scrub-bar-thumbnails .vg-thumbnails {
  position: absolute;
  top: -20px;
  margin-top: -40px;
  width: 80px;
  height: 60px;
  overflow: hidden;
}
videogular vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail,
[videogular] vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail {
  height: 60px;
  background-repeat: no-repeat;
}
videogular vg-scrub-bar-thumbnails .background,
[videogular] vg-scrub-bar-thumbnails .background {
  width: 100%;
  height: 50px;
}
videogular vg-playback-button,
[videogular] vg-playback-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume,
[videogular] vg-volume {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume-bar,
[videogular] vg-volume-bar {
  width: 30px;
  height: 100px;
  top: -100px;
  margin-left: -15px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  videogular vg-volume-bar,
  [videogular] vg-volume-bar {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
videogular vg-fullscreen-button,
[videogular] vg-fullscreen-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume-bar .verticalVolumeBar,
[videogular] vg-volume-bar .verticalVolumeBar {
  width: 30px;
  height: 100px;
  background-color: transparent;
  border-radius: 8px;
  position: absolute;
}
videogular vg-volume-bar .volumeBackground,
[videogular] vg-volume-bar .volumeBackground {
  width: 8px;
  height: 85px;
  left: 11px;
  top: 15px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  border-radius: 4px;
}
videogular vg-volume-bar .volumeValue,
[videogular] vg-volume-bar .volumeValue {
  width: 8px;
  height: 100%;
  background-color: #ff0000;
  position: absolute;
  border-radius: 4px;
}
videogular vg-volume-bar .volumeClickArea,
[videogular] vg-volume-bar .volumeClickArea {
  width: 23px;
  height: 100%;
  position: absolute;
  margin-left: -7px;
}
videogular vg-controls .hide-animation,
[videogular] vg-controls .hide-animation {
  animation: hideControlsAnimationFrames ease-out 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: hideControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-moz-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-o-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-ms-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
videogular vg-play-pause-button .play:before,
[videogular] vg-play-pause-button .play:before {
  content: "\e000";
}
videogular vg-play-pause-button .pause:before,
[videogular] vg-play-pause-button .pause:before {
  content: "\e001";
}
videogular vg-mute-button,
[videogular] vg-mute-button {
  width: 50px;
  display: block;
}
videogular vg-mute-button .level3:before,
[videogular] vg-mute-button .level3:before {
  content: "\e002";
}
videogular vg-mute-button .level2:before,
[videogular] vg-mute-button .level2:before {
  content: "\e003";
}
videogular vg-mute-button .level1:before,
[videogular] vg-mute-button .level1:before {
  content: "\e004";
}
videogular vg-mute-button .level0:before,
[videogular] vg-mute-button .level0:before {
  content: "\e005";
}
videogular vg-mute-button .mute:before,
[videogular] vg-mute-button .mute:before {
  content: "\e006";
}
videogular vg-fullscreen-button .enter,
[videogular] vg-fullscreen-button .enter {
  font-family: 'fontAwesome';
}
videogular vg-fullscreen-button .enter:before,
[videogular] vg-fullscreen-button .enter:before {
  content: "\f065";
}
videogular vg-fullscreen-button .exit:before,
[videogular] vg-fullscreen-button .exit:before {
  content: "\e008";
}
videogular vg-buffering,
[videogular] vg-buffering {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
}
videogular vg-buffering .bufferingContainer,
[videogular] vg-buffering .bufferingContainer {
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -50px;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
videogular vg-buffering .loadingSpinner,
[videogular] vg-buffering .loadingSpinner {
  background-color: transparent;
  border: 5px solid white;
  opacity: 0.9;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50px;
  box-shadow: 0 0 35px #FFFFFF;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
}
videogular vg-buffering .loadingSpinner .stop,
[videogular] vg-buffering .loadingSpinner .stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
videogular vg-ima-ads,
[videogular] vg-ima-ads {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  display: none;
}
videogular vg-overlay-play .overlayPlayContainer,
[videogular] vg-overlay-play .overlayPlayContainer {
  opacity: 1;
}
videogular vg-overlay-play .play:before,
[videogular] vg-overlay-play .play:before {
  background: url(/assets/img/play.png) transparent center center no-repeat;
  background-size: 80px auto;
  content: "";
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-left: -40px;
  margin-top: -40px;
  display: block;
}
videogular vg-controls .controls-container,
[videogular] vg-controls .controls-container {
  background-color: #000000;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: calc(100% + 64px);
  top: 50%;
  margin-top: -16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-left: -32px;
}
.owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 0 18px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  margin: 0;
}
.owl-theme.owl-carousel .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme.owl-carousel .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}
.owl-theme.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #000000;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.owl-carousel.owl-drag .owl-item {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.owl-carousel.owl-drag .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  position: relative;
}
.owl-carousel .owl-nav button.owl-next:before {
  content: "\f3d1";
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 32px;
}
.owl-carousel .owl-nav button.owl-prev:before {
  content: "\f3cf";
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 32px;
}
/* Angular */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
ng\:form {
  display: block;
}
.ng-animate-shim {
  visibility: hidden;
}
.ng-anchor {
  position: absolute;
}
/* Isotope */
.isotope {
  padding-bottom: 160px;
}
.isotope ul {
  position: relative;
}
.isotope li {
  margin-right: 0;
  margin-bottom: 4px !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown {
  position: relative;
}
.dropdown .submenu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 20;
}
.dropdown:not(#languages) .submenu {
  width: 200px;
  margin-left: -100px;
  left: 50%;
}
.dropdown:last-child:not(#languages) .submenu {
  margin-left: 0;
  left: auto;
  right: 0;
}
.dropdown:hover > .submenu {
  display: block;
}
.submenu .dropdown .submenu {
  top: 0;
  margin-left: 100px !important;
}
.submenu li a {
  color: #a7adb1;
  display: block;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 10px;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.submenu a:hover {
  color: #ffffff;
  background-color: #122246;
}
.dropdown > a:after {
  content: "\f3d0";
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 230px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
  font-weight: 100;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #333c4e;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #536382;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #536382;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #536382;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #536382;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/*!
 * Fotorama 4.6.3 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(/assets/img/fotorama/fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(/assets/img/fotorama/fotorama@2x.png) 0 0px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.control-group.submit .controls,
.control-group.social .controls {
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
}
.forgotPassword {
  position: absolute;
  right: 0;
  top: 12px;
}
.gigya-error-display {
  color: #d31411;
  display: none !important;
}
.gigya-input-submit {
  margin-right: 20px;
  background-color: #0079bc;
  color: #ffffff;
}
.md-close {
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}
.md-close:hover {
  color: #ffffff;
}
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.container {
  background: #e74c3c;
  min-height: 100%;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 99999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
  pointer-events: all;
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 99998;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100% !important;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  background: #ffffff;
  position: relative;
  margin: 0 auto;
}
.md-content .message-error {
  margin-top: 0;
  margin-bottom: 24px;
}
.md-content .md-header {
  color: #fff;
  background-color: #e20f2e;
  position: relative;
  margin: 0 auto;
  height: 84px;
  padding: 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.md-content .md-header .md-header-title {
  margin: 0;
  color: #ffffff;
}
.md-content .md-header-text {
  margin-bottom: 10px;
}
.md-header img {
  margin-top: -20px;
  left: 35px;
  position: absolute;
  height: 50px;
}
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
.md-content > * {
  padding: 24px 40px;
  margin: 0;
  font-size: 18px;
}
.md-content > * p {
  margin: 0;
  padding: 10px 0;
}
.md-content > * ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.md-content > * ul li {
  padding: 5px 0;
}
.md-content button {
  display: block;
  margin: 0;
  font-size: 0.8em;
}
.md-content button.btn-lg {
  font-size: 18px;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}
.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}
.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}
.md-show.md-effect-13 .md-content {
  -webkit-animation: slit 0.7s forwards ease-out;
  -moz-animation: slit 0.7s forwards ease-out;
  animation: slit 0.7s forwards ease-out;
}
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5);
}
.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}
.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}
@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
/* ==========================================================
   Exceptions for this project
   ========================================================== */
/* ==========================================================
   HELPERS
   ========================================================== */
.ir,
.icon {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ==========================================================
   MEDIA QUERIES
   ========================================================== */
/* Large screen
  ========================================================== */
@media only screen and (min-width: 2000px) {
  .slide-content .slide-title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1680px) {
  .landing-large ul .more-items-item .wrapper h2 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1440px) {
  .logo-img,
  #header .wrapper,
  #header {
    height: 80px;
  }
  .fixed-header #content {
    margin-top: 80px;
  }
  .transparent-header #content {
    margin-top: 0;
  }
  .transparent-header .column > .widget:first-child .fotorama__video,
  .transparent-header .column > section:first-child .fotorama__video {
    top: 80px;
  }
  .transparent-header .column > .widget:first-child .fotorama__video-close,
  .transparent-header .column > section:first-child .fotorama__video-close {
    top: 40px;
  }
  #header .menu > li.store {
    padding: 4px 0 2px;
  }
  .img-25 {
    width: 350px;
  }
  .full-width .img-25.img-left,
  .full-width .img-25.img-Left {
    margin-left: calc((100% -  700px )/2);
  }
  .full-width .img-25.img-right,
  .full-width .img-25.img-Right {
    margin-right: calc((100% -  700px )/2);
  }
  .img-75 {
    width: 100%;
    max-width: 700px;
  }
  .large-text .more-items-item .wrapper h2 {
    font-size: 46px;
  }
  .large-text.img-aside .more-items-item .wrapper h2 {
    font-size: 42px;
  }
  .large-text.img-aside.tabs-col .more-items-item .wrapper h2 {
    font-size: 32px;
  }
  #header,
  #footer {
    padding-left: calc((100% -  1100px )/2);
    padding-right: calc((100% -  1100px )/2);
  }
  .header-footer-zone {
    padding: 0 10px;
  }
  #footer .wrapper-group #footer-zone1 {
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 20%;
    min-height: 232px;
  }
  #footer .social-links {
    margin-top: 30px;
    margin-left: 0;
  }
  #footer .social-links .widget-title {
    margin-left: 0;
  }
  #footer #socialLinks {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  #footer .social-icons > div {
    margin-left: 0;
    margin-right: 20px;
  }
  #footer .wrapper.row1 {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #footer .wrapper-group #footer-zone1 {
    width: 100%;
    padding: 0;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 20px;
  }
  #footer .wrapper-group #footer-zone2 {
    align-items: center;
    -webkit-align-items: center;
    padding: 0;
  }
  #footer .wrapper-group #footer-zone3 {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  #footer .wrapper-group #footer-zone6 {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  #footer .wrapper-group #footer-zone6 #contact-footer {
    text-align: left;
  }
  #footer .secondary-navigation {
    margin-top: 30px;
  }
  #footer .secondary-navigation .dropdown .submenu a {
    font-size: 12px;
  }
  #footer .secondary-navigation .menu {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
  }
  #footer .secondary-navigation .menu > li {
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer .social-links {
    margin-top: 0;
  }
  #footer .social-links .widget-title {
    margin-right: 0;
  }
  #footer .social-icons > div {
    margin-left: 20px;
    margin-right: 0;
  }
  #footer #socialLinks {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  #footer #socialLinks header {
    text-align: right;
  }
  #footer-zone3.header-footer-zone > div:first-child > nav {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .secondary-content > * {
    width: 550px;
  }
  .small-title .section-title,
  .small-title .widget-title {
    font-size: 20px;
  }
  .x-small-title .section-title,
  .x-small-title .widget-title {
    font-size: 16px;
  }
  .section-title,
  .widget-title {
    font-size: 42px;
  }
  .menu > li > a {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 4px 0 5px;
  }
  .submenu a {
    font-size: 12px;
    padding: 11px 10px;
  }
  h1 {
    font-size: 48px;
  }
  .column > .widget:not(.full-width) > .more-items-list,
  .column > .widget:not(.full-width) .tabs-content {
    max-width: 1102px !important;
  }
  .column > .widget:not(.full-width):not(.widget-wrapper) > * {
    max-width: 1100px;
  }
  .column > .widget:not(.full-width).widget-wrapper {
    padding-left: calc((100% - 1100px) / 2);
    padding-right: calc((100% - 1100px) / 2);
  }
  .column > .widget:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column > .widget:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 800px !important;
  }
  .one-five.social-stream .socialstream-item,
  .one-six.social-stream .socialstream-item,
  .one-seven.social-stream .socialstream-item,
  .one-eight.social-stream .socialstream-item {
    width: calc(25% -  2px);
  }
  .one-four:not(.full-width) .more-items-item .wrapper,
  .one-five:not(.full-width) .more-items-item .wrapper,
  .one-six:not(.full-width) .more-items-item .wrapper,
  .one-seven:not(.full-width) .more-items-item .wrapper,
  .one-eight:not(.full-width) .more-items-item .wrapper,
  .social-stream:not(.full-width) .more-items-item .wrapper {
    padding: 15px 15px;
  }
  .slide-content {
    padding-left: calc((100% -  1100px )/2);
    padding-right: calc((100% -  1100px )/2);
  }
  .slide-content > * {
    /* max-width: (@max-width-column / 1.5);*/
  }
  .slide-content .slide-title {
    font-size: 48px;
  }
  .column .widget.article-video.article-view:not(.full-width) {
    padding-top: 30px;
  }
  .tabs-end,
  .tabs-start {
    padding-top: 108px !important;
  }
  .social-stream:not(.full-width):not(.one-two):not(.one-one) .socialstream-item .socialstream-item-username {
    font-size: 13px;
  }
  .social-stream:not(.full-width):not(.one-two):not(.one-one) .socialstream-item .socialstream-item-time {
    font-size: 10px;
  }
  .social-stream:not(.full-width):not(.one-two):not(.one-one) .socialstream-item .socialstream-item-message {
    font-size: 13px;
  }
  .social-stream:not(.full-width) .socialstream-item .socialstream-item-time,
  .social-stream:not(.full-width) .socialstream-item .socialstream-item-username {
    padding-left: 40px;
    padding-right: 40px;
  }
  .social-stream:not(.full-width) .socialstream-item .wrapper:after {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    bottom: 17px;
  }
  .social-stream:not(.full-width) .socialstream-item .socialstream-item-username-image,
  .social-stream.list-view .socialstream-item .socialstream-item-username-image {
    width: 30px;
    top: 16px;
    left: 15px;
  }
  .md-content > *,
  .md-content .md-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tabs-end header,
  .tabs-start header {
    margin-top: -66px;
  }
  .tabs-col > header .tabs {
    width: 150px;
  }
  .tabs-col:not(.slide-items-events) > .tabs-content,
  .tabs-col:not(.slide-items-events) > .more-items-list {
    padding-left: 150px;
    padding-right: 150px;
  }
  .more-items-item .wrapper {
    padding: 20px 15px;
  }
  .more-items-item > a img,
  .more-items-item .more-items-img-container img {
    padding: 15px 15px 0;
  }
  .more-items-short-text {
    font-size: 15px;
  }
  .text-over .wrapper {
    padding: 30px;
  }
  .img-aside .more-items-item .wrapper {
    padding: 15px 20px 0 20px;
  }
  .img-aside.bottom-box .more-items-item .wrapper {
    padding-bottom: 15px;
  }
  .img-aside.img-max-w .more-items-item > a,
  .img-aside.img-max-w .more-items-item .more-items-img-container,
  .img-aside.img-max-w .more-items-item > .fotorama {
    max-width: 200px;
  }
  .img-aside .more-items-item > a img,
  .img-aside .more-items-item .more-items-img-container img {
    padding: 15px 0 15px 15px;
  }
  .img-end.img-aside .more-items-item > a img,
  .img-end.img-aside .more-items-item .more-items-img-container img,
  .img-end-start.img-aside .more-items-item:nth-child(odd) > a img,
  .img-end-start.img-aside .more-items-item:nth-child(odd) .more-items-img-container img,
  .img-start-end.img-aside .more-items-item:nth-child(even) > a img,
  .img-start-end.img-aside .more-items-item:nth-child(even) .more-items-img-container img {
    padding: 15px 15px 15px 0;
  }
  .img-start-end:not(.img-aside) .more-items-item:nth-child(even) > a img,
  .img-start-end:not(.img-aside) .more-items-item:nth-child(even) .more-items-img-container img,
  .img-end-start:not(.img-aside) .more-items-item:nth-child(odd) > a img,
  .img-end-start:not(.img-aside) .more-items-item:nth-child(odd) .more-items-img-container img {
    padding: 0 15px 15px 15px;
  }
  .column .gap-50:not(.full-width) .more-items-list,
  .column .gap-50:not(.full-width) .tabs-content {
    max-width: 1150px !important;
  }
  .column .gap-50:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-50:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 850px !important;
  }
  .column .gap-49:not(.full-width) .more-items-list,
  .column .gap-49:not(.full-width) .tabs-content {
    max-width: 1149px !important;
  }
  .column .gap-49:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-49:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 849px !important;
  }
  .column .gap-48:not(.full-width) .more-items-list,
  .column .gap-48:not(.full-width) .tabs-content {
    max-width: 1148px !important;
  }
  .column .gap-48:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-48:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 848px !important;
  }
  .column .gap-47:not(.full-width) .more-items-list,
  .column .gap-47:not(.full-width) .tabs-content {
    max-width: 1147px !important;
  }
  .column .gap-47:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-47:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 847px !important;
  }
  .column .gap-46:not(.full-width) .more-items-list,
  .column .gap-46:not(.full-width) .tabs-content {
    max-width: 1146px !important;
  }
  .column .gap-46:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-46:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 846px !important;
  }
  .column .gap-45:not(.full-width) .more-items-list,
  .column .gap-45:not(.full-width) .tabs-content {
    max-width: 1145px !important;
  }
  .column .gap-45:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-45:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 845px !important;
  }
  .column .gap-44:not(.full-width) .more-items-list,
  .column .gap-44:not(.full-width) .tabs-content {
    max-width: 1144px !important;
  }
  .column .gap-44:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-44:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 844px !important;
  }
  .column .gap-43:not(.full-width) .more-items-list,
  .column .gap-43:not(.full-width) .tabs-content {
    max-width: 1143px !important;
  }
  .column .gap-43:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-43:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 843px !important;
  }
  .column .gap-42:not(.full-width) .more-items-list,
  .column .gap-42:not(.full-width) .tabs-content {
    max-width: 1142px !important;
  }
  .column .gap-42:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-42:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 842px !important;
  }
  .column .gap-41:not(.full-width) .more-items-list,
  .column .gap-41:not(.full-width) .tabs-content {
    max-width: 1141px !important;
  }
  .column .gap-41:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-41:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 841px !important;
  }
  .column .gap-40:not(.full-width) .more-items-list,
  .column .gap-40:not(.full-width) .tabs-content {
    max-width: 1140px !important;
  }
  .column .gap-40:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-40:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 840px !important;
  }
  .column .gap-39:not(.full-width) .more-items-list,
  .column .gap-39:not(.full-width) .tabs-content {
    max-width: 1139px !important;
  }
  .column .gap-39:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-39:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 839px !important;
  }
  .column .gap-38:not(.full-width) .more-items-list,
  .column .gap-38:not(.full-width) .tabs-content {
    max-width: 1138px !important;
  }
  .column .gap-38:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-38:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 838px !important;
  }
  .column .gap-37:not(.full-width) .more-items-list,
  .column .gap-37:not(.full-width) .tabs-content {
    max-width: 1137px !important;
  }
  .column .gap-37:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-37:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 837px !important;
  }
  .column .gap-36:not(.full-width) .more-items-list,
  .column .gap-36:not(.full-width) .tabs-content {
    max-width: 1136px !important;
  }
  .column .gap-36:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-36:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 836px !important;
  }
  .column .gap-35:not(.full-width) .more-items-list,
  .column .gap-35:not(.full-width) .tabs-content {
    max-width: 1135px !important;
  }
  .column .gap-35:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-35:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 835px !important;
  }
  .column .gap-34:not(.full-width) .more-items-list,
  .column .gap-34:not(.full-width) .tabs-content {
    max-width: 1134px !important;
  }
  .column .gap-34:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-34:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 834px !important;
  }
  .column .gap-33:not(.full-width) .more-items-list,
  .column .gap-33:not(.full-width) .tabs-content {
    max-width: 1133px !important;
  }
  .column .gap-33:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-33:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 833px !important;
  }
  .column .gap-32:not(.full-width) .more-items-list,
  .column .gap-32:not(.full-width) .tabs-content {
    max-width: 1132px !important;
  }
  .column .gap-32:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-32:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 832px !important;
  }
  .column .gap-31:not(.full-width) .more-items-list,
  .column .gap-31:not(.full-width) .tabs-content {
    max-width: 1131px !important;
  }
  .column .gap-31:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-31:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 831px !important;
  }
  .column .gap-30:not(.full-width) .more-items-list,
  .column .gap-30:not(.full-width) .tabs-content {
    max-width: 1130px !important;
  }
  .column .gap-30:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-30:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 830px !important;
  }
  .column .gap-29:not(.full-width) .more-items-list,
  .column .gap-29:not(.full-width) .tabs-content {
    max-width: 1129px !important;
  }
  .column .gap-29:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-29:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 829px !important;
  }
  .column .gap-28:not(.full-width) .more-items-list,
  .column .gap-28:not(.full-width) .tabs-content {
    max-width: 1128px !important;
  }
  .column .gap-28:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-28:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 828px !important;
  }
  .column .gap-27:not(.full-width) .more-items-list,
  .column .gap-27:not(.full-width) .tabs-content {
    max-width: 1127px !important;
  }
  .column .gap-27:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-27:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 827px !important;
  }
  .column .gap-26:not(.full-width) .more-items-list,
  .column .gap-26:not(.full-width) .tabs-content {
    max-width: 1126px !important;
  }
  .column .gap-26:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-26:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 826px !important;
  }
  .column .gap-25:not(.full-width) .more-items-list,
  .column .gap-25:not(.full-width) .tabs-content {
    max-width: 1125px !important;
  }
  .column .gap-25:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-25:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 825px !important;
  }
  .column .gap-24:not(.full-width) .more-items-list,
  .column .gap-24:not(.full-width) .tabs-content {
    max-width: 1124px !important;
  }
  .column .gap-24:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-24:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 824px !important;
  }
  .column .gap-23:not(.full-width) .more-items-list,
  .column .gap-23:not(.full-width) .tabs-content {
    max-width: 1123px !important;
  }
  .column .gap-23:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-23:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 823px !important;
  }
  .column .gap-22:not(.full-width) .more-items-list,
  .column .gap-22:not(.full-width) .tabs-content {
    max-width: 1122px !important;
  }
  .column .gap-22:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-22:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 822px !important;
  }
  .column .gap-21:not(.full-width) .more-items-list,
  .column .gap-21:not(.full-width) .tabs-content {
    max-width: 1121px !important;
  }
  .column .gap-21:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-21:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 821px !important;
  }
  .column .gap-20:not(.full-width) .more-items-list,
  .column .gap-20:not(.full-width) .tabs-content {
    max-width: 1120px !important;
  }
  .column .gap-20:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-20:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 820px !important;
  }
  .column .gap-19:not(.full-width) .more-items-list,
  .column .gap-19:not(.full-width) .tabs-content {
    max-width: 1119px !important;
  }
  .column .gap-19:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-19:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 819px !important;
  }
  .column .gap-18:not(.full-width) .more-items-list,
  .column .gap-18:not(.full-width) .tabs-content {
    max-width: 1118px !important;
  }
  .column .gap-18:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-18:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 818px !important;
  }
  .column .gap-17:not(.full-width) .more-items-list,
  .column .gap-17:not(.full-width) .tabs-content {
    max-width: 1117px !important;
  }
  .column .gap-17:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-17:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 817px !important;
  }
  .column .gap-16:not(.full-width) .more-items-list,
  .column .gap-16:not(.full-width) .tabs-content {
    max-width: 1116px !important;
  }
  .column .gap-16:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-16:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 816px !important;
  }
  .column .gap-15:not(.full-width) .more-items-list,
  .column .gap-15:not(.full-width) .tabs-content {
    max-width: 1115px !important;
  }
  .column .gap-15:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-15:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 815px !important;
  }
  .column .gap-14:not(.full-width) .more-items-list,
  .column .gap-14:not(.full-width) .tabs-content {
    max-width: 1114px !important;
  }
  .column .gap-14:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-14:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 814px !important;
  }
  .column .gap-13:not(.full-width) .more-items-list,
  .column .gap-13:not(.full-width) .tabs-content {
    max-width: 1113px !important;
  }
  .column .gap-13:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-13:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 813px !important;
  }
  .column .gap-12:not(.full-width) .more-items-list,
  .column .gap-12:not(.full-width) .tabs-content {
    max-width: 1112px !important;
  }
  .column .gap-12:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-12:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 812px !important;
  }
  .column .gap-11:not(.full-width) .more-items-list,
  .column .gap-11:not(.full-width) .tabs-content {
    max-width: 1111px !important;
  }
  .column .gap-11:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-11:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 811px !important;
  }
  .column .gap-10:not(.full-width) .more-items-list,
  .column .gap-10:not(.full-width) .tabs-content {
    max-width: 1110px !important;
  }
  .column .gap-10:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-10:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 810px !important;
  }
  .column .gap-9:not(.full-width) .more-items-list,
  .column .gap-9:not(.full-width) .tabs-content {
    max-width: 1109px !important;
  }
  .column .gap-9:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-9:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 809px !important;
  }
  .column .gap-8:not(.full-width) .more-items-list,
  .column .gap-8:not(.full-width) .tabs-content {
    max-width: 1108px !important;
  }
  .column .gap-8:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-8:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 808px !important;
  }
  .column .gap-7:not(.full-width) .more-items-list,
  .column .gap-7:not(.full-width) .tabs-content {
    max-width: 1107px !important;
  }
  .column .gap-7:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-7:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 807px !important;
  }
  .column .gap-6:not(.full-width) .more-items-list,
  .column .gap-6:not(.full-width) .tabs-content {
    max-width: 1106px !important;
  }
  .column .gap-6:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-6:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 806px !important;
  }
  .column .gap-5:not(.full-width) .more-items-list,
  .column .gap-5:not(.full-width) .tabs-content {
    max-width: 1105px !important;
  }
  .column .gap-5:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-5:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 805px !important;
  }
  .column .gap-4:not(.full-width) .more-items-list,
  .column .gap-4:not(.full-width) .tabs-content {
    max-width: 1104px !important;
  }
  .column .gap-4:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-4:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 804px !important;
  }
  .column .gap-3:not(.full-width) .more-items-list,
  .column .gap-3:not(.full-width) .tabs-content {
    max-width: 1103px !important;
  }
  .column .gap-3:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-3:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 803px !important;
  }
  .column .gap-2:not(.full-width) .more-items-list,
  .column .gap-2:not(.full-width) .tabs-content {
    max-width: 1102px !important;
  }
  .column .gap-2:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-2:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 802px !important;
  }
  .column .gap-1:not(.full-width) .more-items-list,
  .column .gap-1:not(.full-width) .tabs-content {
    max-width: 1101px !important;
  }
  .column .gap-1:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-1:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 801px !important;
  }
  .column .gap-0:not(.full-width) .more-items-list,
  .column .gap-0:not(.full-width) .tabs-content {
    max-width: 1100px !important;
  }
  .column .gap-0:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-0:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 800px !important;
  }
  /* Article */
  .full-width .article-view-body {
    max-width: 1100px;
  }
  .full-width .article-view-body > *:not(figure):not(blockquote),
  .full-width .article-view-body > p iframe {
    max-width: 700px;
  }
  .widget .article header .main-image-slide .slide .slide-content {
    padding-left: calc((100% -  1100px )/2);
    padding-right: calc((100% -  1100px )/2);
  }
  .widget .article header .main-image-slide .slide .slide-content .article-header-data {
    margin-top: 20px;
  }
  .widget .article header .main-image-slide .slide.bottom-box .slide-content {
    padding-bottom: 150px;
  }
  .widget.bottom-box .slide .slide-content {
    padding-bottom: 70px;
  }
  /* Landing Large (Events and Teams) */
  .landing-large ul .more-items-item .wrapper {
    padding-left: calc((100% -  1100px )/2);
    padding-right: calc((100% -  1100px )/2);
  }
  .landing-large ul .more-items-item .wrapper h2 {
    font-size: 52px;
  }
  .landing-large ul .more-items-item .wrapper .more-items-action,
  .landing-large ul .more-items-item .wrapper .link-button a {
    margin-top: 30px;
    padding: 16px;
    max-width: 150px;
  }
  .landing-large ul .more-items-item .wrapper .more-items-action:before,
  .landing-large ul .more-items-item .wrapper .link-button a:before {
    top: -19px !important;
  }
  .landing-extra-large .slide-content .slide-title {
    font-size: 70px;
  }
  .landing-extra-large .slide-content .slide-category,
  .landing-extra-large .slide-content p {
    font-size: 18px;
  }
  .landing-extra-large .classic .slide-content .slide-title {
    font-size: 88px;
  }
  #landing-news .more-items-item .wrapper .more-items-subsection,
  .landing-news .more-items-item .wrapper .more-items-subsection {
    top: 19px;
    font-size: 11px;
  }
  #landing-news .more-items-item .wrapper .more-items-time,
  .landing-news .more-items-item .wrapper .more-items-time {
    font-size: 12px;
  }
  #photo-gallery {
    max-width: 1100px;
  }
  #boat-specs {
    max-width: 1100px;
    margin-left: -550px;
  }
  #boat-specs header {
    max-width: 1100px;
    width: 34%;
  }
  #boat-specs .more-items-item .wrapper .more-items-category {
    font-size: 36px;
  }
  #boat-specs .more-items-item .wrapper h2 {
    font-size: 24px;
  }
  #boat-specs .more-items-item .wrapper h2 .large {
    font-size: 32px;
  }
  #boat3d .footer-tools .menu > li .submenu {
    left: 36px;
    bottom: 44px;
  }
  #boat3d .footer-tools {
    max-width: 1100px;
    margin-left: -550px;
  }
  #boat3d .footer-tools .zone-1 {
    height: 60px;
  }
  #event-wrapper #discover-video {
    padding-left: calc((100% -  1100px )/2);
  }
  #event-wrapper #slide-video {
    padding-right: 0;
  }
  .img-start.two-images .more-items-list {
    margin-left: 0;
    margin-right: 0;
    padding-right: calc((100% -  1100px )/2);
    padding-left: 0;
  }
  .img-end.two-images .more-items-list {
    margin-left: 0;
    margin-right: 0;
    padding-left: calc((100% -  1100px )/2);
    padding-right: 0;
  }
  .crisis .column .gap-20 .more-items-list {
    max-width: 500px !important;
  }
  .bottom-gradient:after {
    height: 100px;
  }
  #landing-events-home .more-items-item .wrapper {
    padding: 20px 15px;
  }
  #landing-events-home .more-items-item .wrapper .more-items-subsection {
    letter-spacing: 1px;
  }
  #landing-events-home .more-items-item .wrapper h2 {
    font-size: 30px;
  }
  #landing-events-home .more-items-item .wrapper .more-items-long-text {
    font-size: 12px;
  }
  #landing-events-home .more-items-item .wrapper .countdown .countdown-text .countdown-time > * {
    font-size: 9px;
  }
  #landing-events-home .more-items-item .wrapper .countdown .countdown-text .countdown-time > * strong {
    font-size: 20px;
  }
  #weather {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #weather .header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .weather-content {
    margin-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .weather .locations {
    margin-top: 0;
  }
  .weather-day:nth-child(2),
  .weather-day:nth-child(3),
  .weather-day:nth-child(4),
  .weather-day:nth-child(5) {
    width: auto;
  }
  .weather-day.labels {
    font-size: 12px;
  }
  .w-direction,
  .weather-icon {
    width: 20px;
  }
  .w-direction,
  .wind > * {
    height: 20px;
  }
  .weather-day:not(.labels) .w-number {
    font-size: 12px;
  }
  .store #main {
    padding: 30px 0;
  }
  #shop-wrapper:before {
    width: 60px;
    height: 120px;
  }
  #shop-wrapper:after {
    width: 60px;
    height: 5px;
    margin-top: 40px;
  }
  .store .widget-wrapper .widget {
    width: 75%;
  }
  .widget-link.large-text a {
    font-size: 28px;
  }
  #omega {
    width: 137px;
    height: 56px;
    position: relative;
    margin-top: 9px;
  }
  #omega iframe {
    transform: scale(0.4) translate(-254px, -104px) !important;
  }
  #header-zone8 {
    padding-left: 15px;
  }
  .event-countdown {
    width: 500px;
    height: 300px;
  }
  .header-pinned.scroll-not-top.match .match-content {
    top: 80px;
  }
  .scroll-not-top.match .match-content {
    left: calc((100% - 1100px) / 2);
    width: 1100px;
  }
  .match .match-content .team-container .team-name h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .img-25 {
    width: 350px;
  }
  .full-width .img-25.img-left,
  .full-width .img-25.img-Left {
    margin-left: calc((100% -  700px )/2);
  }
  .full-width .img-25.img-right,
  .full-width .img-25.img-Right {
    margin-right: calc((100% -  700px )/2);
  }
  .img-75 {
    max-width: 700px;
  }
  .large-text .more-items-item .wrapper h2 {
    font-size: 42px;
  }
  body,
  input,
  textarea {
    font-size: 16px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 9px;
  }
  h6 {
    font-size: 14px;
  }
  #header,
  #footer {
    padding-left: calc((100% -  1024px )/2);
    padding-right: calc((100% -  1024px )/2);
  }
  .logo-img,
  #header .wrapper,
  #header {
    height: 72px;
  }
  #footer .secondary-navigation .menu > li {
    max-width: 135px;
  }
  #footer .social-icons > div h3 a {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    padding: 5px 0;
  }
  .menu > li > a {
    font-size: 11px;
    margin-left: 8px;
    margin-right: 8px;
  }
  #header .social-links .widget-title,
  #footer .social-links .widget-title {
    font-size: 13px;
  }
  #header .social-links .widget-title {
    margin-top: 6px;
  }
  #header .social-icons > div h3,
  #header .social-icons a {
    font-size: 16px;
    line-height: 16px;
  }
  #header .social-icons a {
    margin: 0 10px;
  }
  .fixed-header #content {
    margin-top: 72px;
  }
  .transparent-header #content {
    margin-top: 0;
  }
  time {
    font-size: 11px;
  }
  .related-content {
    width: 320px;
  }
  .secondary-content > * {
    width: 512px;
  }
  .column > .widget:not(.full-width) > .more-items-list,
  .column > .widget:not(.full-width) .tabs-content {
    max-width: 1026px !important;
  }
  .column > .widget:not(.full-width):not(.widget-wrapper) > * {
    max-width: 1024px;
  }
  .column > .widget:not(.full-width).widget-wrapper {
    padding-left: calc((100% - 1024px) / 2);
    padding-right: calc((100% - 1024px) / 2);
  }
  .column > .widget:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column > .widget:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 766px !important;
  }
  .small-title .section-title,
  .small-title .widget-title {
    font-size: 18px;
  }
  .x-small-title .section-title,
  .x-small-title .widget-title {
    font-size: 16px;
  }
  .section-title,
  .widget-title {
    font-size: 36px;
  }
  .tabs-end,
  .tabs-start {
    padding-top: 100px !important;
  }
  .slide-content .slide-title {
    font-size: 40px;
  }
  .slide-content p {
    font-size: 16px;
    line-height: 1.4;
  }
  .slide-content .btn {
    padding: 15px 25px;
    font-size: 12px;
  }
  .bg-vid:after,
  .continue-bt .fotorama:after {
    height: 80px;
  }
  .more-items-item .wrapper > * {
    margin: 4px 0;
  }
  .more-items-category,
  .more-items-subsection,
  time,
  .galleries-items .galleries-item .galleries-item-count {
    font-size: 11px;
  }
  .tabs-end header,
  .tabs-start header {
    margin-top: -60px;
  }
  .tabs-col .link-button a {
    margin-top: 7px;
    padding: 12px 17px;
    font-size: 12px;
  }
  .tabs-col > header .tabs {
    width: 130px;
  }
  .tabs-col:not(.slide-items-events) > .tabs-content,
  .tabs-col:not(.slide-items-events) > .more-items-list {
    padding-left: 130px;
    padding-right: 130px;
  }
  .img-aside.img-max-w .more-items-item > a,
  .img-aside.img-max-w .more-items-item .more-items-img-container {
    max-width: 150px;
  }
  .related-content .img-aside .more-items-item > a,
  .related-content .img-aside .more-items-item .more-items-img-container,
  .img-aside.img-max-w .more-items-item > .fotorama {
    max-width: 80px;
  }
  .related-content .img-aside .more-items-item h2 {
    font-size: 16px;
  }
  .scoreboard ul li {
    font-size: 20px;
  }
  .one-of-seven,
  .one-seven .more-items-item,
  .one-seven.img-aside .more-items-item,
  .one-seven .more-video-item,
  .one-seven .galleries-item,
  .one-seven .socialstream-item,
  .one-seven.landing li,
  .one-seven .control-group,
  .one-seven .formly > * > * {
    width: calc(20% -  2px);
  }
  .column .gap-50:not(.full-width) .more-items-list,
  .column .gap-50:not(.full-width) .tabs-content {
    max-width: 1074px !important;
  }
  .column .gap-50:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-50:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 814px !important;
  }
  .column .gap-49:not(.full-width) .more-items-list,
  .column .gap-49:not(.full-width) .tabs-content {
    max-width: 1073px !important;
  }
  .column .gap-49:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-49:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 813px !important;
  }
  .column .gap-48:not(.full-width) .more-items-list,
  .column .gap-48:not(.full-width) .tabs-content {
    max-width: 1072px !important;
  }
  .column .gap-48:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-48:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 812px !important;
  }
  .column .gap-47:not(.full-width) .more-items-list,
  .column .gap-47:not(.full-width) .tabs-content {
    max-width: 1071px !important;
  }
  .column .gap-47:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-47:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 811px !important;
  }
  .column .gap-46:not(.full-width) .more-items-list,
  .column .gap-46:not(.full-width) .tabs-content {
    max-width: 1070px !important;
  }
  .column .gap-46:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-46:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 810px !important;
  }
  .column .gap-45:not(.full-width) .more-items-list,
  .column .gap-45:not(.full-width) .tabs-content {
    max-width: 1069px !important;
  }
  .column .gap-45:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-45:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 809px !important;
  }
  .column .gap-44:not(.full-width) .more-items-list,
  .column .gap-44:not(.full-width) .tabs-content {
    max-width: 1068px !important;
  }
  .column .gap-44:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-44:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 808px !important;
  }
  .column .gap-43:not(.full-width) .more-items-list,
  .column .gap-43:not(.full-width) .tabs-content {
    max-width: 1067px !important;
  }
  .column .gap-43:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-43:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 807px !important;
  }
  .column .gap-42:not(.full-width) .more-items-list,
  .column .gap-42:not(.full-width) .tabs-content {
    max-width: 1066px !important;
  }
  .column .gap-42:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-42:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 806px !important;
  }
  .column .gap-41:not(.full-width) .more-items-list,
  .column .gap-41:not(.full-width) .tabs-content {
    max-width: 1065px !important;
  }
  .column .gap-41:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-41:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 805px !important;
  }
  .column .gap-40:not(.full-width) .more-items-list,
  .column .gap-40:not(.full-width) .tabs-content {
    max-width: 1064px !important;
  }
  .column .gap-40:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-40:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 804px !important;
  }
  .column .gap-39:not(.full-width) .more-items-list,
  .column .gap-39:not(.full-width) .tabs-content {
    max-width: 1063px !important;
  }
  .column .gap-39:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-39:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 803px !important;
  }
  .column .gap-38:not(.full-width) .more-items-list,
  .column .gap-38:not(.full-width) .tabs-content {
    max-width: 1062px !important;
  }
  .column .gap-38:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-38:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 802px !important;
  }
  .column .gap-37:not(.full-width) .more-items-list,
  .column .gap-37:not(.full-width) .tabs-content {
    max-width: 1061px !important;
  }
  .column .gap-37:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-37:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 801px !important;
  }
  .column .gap-36:not(.full-width) .more-items-list,
  .column .gap-36:not(.full-width) .tabs-content {
    max-width: 1060px !important;
  }
  .column .gap-36:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-36:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 800px !important;
  }
  .column .gap-35:not(.full-width) .more-items-list,
  .column .gap-35:not(.full-width) .tabs-content {
    max-width: 1059px !important;
  }
  .column .gap-35:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-35:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 799px !important;
  }
  .column .gap-34:not(.full-width) .more-items-list,
  .column .gap-34:not(.full-width) .tabs-content {
    max-width: 1058px !important;
  }
  .column .gap-34:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-34:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 798px !important;
  }
  .column .gap-33:not(.full-width) .more-items-list,
  .column .gap-33:not(.full-width) .tabs-content {
    max-width: 1057px !important;
  }
  .column .gap-33:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-33:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 797px !important;
  }
  .column .gap-32:not(.full-width) .more-items-list,
  .column .gap-32:not(.full-width) .tabs-content {
    max-width: 1056px !important;
  }
  .column .gap-32:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-32:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 796px !important;
  }
  .column .gap-31:not(.full-width) .more-items-list,
  .column .gap-31:not(.full-width) .tabs-content {
    max-width: 1055px !important;
  }
  .column .gap-31:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-31:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 795px !important;
  }
  .column .gap-30:not(.full-width) .more-items-list,
  .column .gap-30:not(.full-width) .tabs-content {
    max-width: 1054px !important;
  }
  .column .gap-30:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-30:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 794px !important;
  }
  .column .gap-29:not(.full-width) .more-items-list,
  .column .gap-29:not(.full-width) .tabs-content {
    max-width: 1053px !important;
  }
  .column .gap-29:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-29:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 793px !important;
  }
  .column .gap-28:not(.full-width) .more-items-list,
  .column .gap-28:not(.full-width) .tabs-content {
    max-width: 1052px !important;
  }
  .column .gap-28:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-28:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 792px !important;
  }
  .column .gap-27:not(.full-width) .more-items-list,
  .column .gap-27:not(.full-width) .tabs-content {
    max-width: 1051px !important;
  }
  .column .gap-27:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-27:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 791px !important;
  }
  .column .gap-26:not(.full-width) .more-items-list,
  .column .gap-26:not(.full-width) .tabs-content {
    max-width: 1050px !important;
  }
  .column .gap-26:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-26:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 790px !important;
  }
  .column .gap-25:not(.full-width) .more-items-list,
  .column .gap-25:not(.full-width) .tabs-content {
    max-width: 1049px !important;
  }
  .column .gap-25:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-25:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 789px !important;
  }
  .column .gap-24:not(.full-width) .more-items-list,
  .column .gap-24:not(.full-width) .tabs-content {
    max-width: 1048px !important;
  }
  .column .gap-24:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-24:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 788px !important;
  }
  .column .gap-23:not(.full-width) .more-items-list,
  .column .gap-23:not(.full-width) .tabs-content {
    max-width: 1047px !important;
  }
  .column .gap-23:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-23:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 787px !important;
  }
  .column .gap-22:not(.full-width) .more-items-list,
  .column .gap-22:not(.full-width) .tabs-content {
    max-width: 1046px !important;
  }
  .column .gap-22:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-22:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 786px !important;
  }
  .column .gap-21:not(.full-width) .more-items-list,
  .column .gap-21:not(.full-width) .tabs-content {
    max-width: 1045px !important;
  }
  .column .gap-21:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-21:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 785px !important;
  }
  .column .gap-20:not(.full-width) .more-items-list,
  .column .gap-20:not(.full-width) .tabs-content {
    max-width: 1044px !important;
  }
  .column .gap-20:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-20:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 784px !important;
  }
  .column .gap-19:not(.full-width) .more-items-list,
  .column .gap-19:not(.full-width) .tabs-content {
    max-width: 1043px !important;
  }
  .column .gap-19:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-19:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 783px !important;
  }
  .column .gap-18:not(.full-width) .more-items-list,
  .column .gap-18:not(.full-width) .tabs-content {
    max-width: 1042px !important;
  }
  .column .gap-18:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-18:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 782px !important;
  }
  .column .gap-17:not(.full-width) .more-items-list,
  .column .gap-17:not(.full-width) .tabs-content {
    max-width: 1041px !important;
  }
  .column .gap-17:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-17:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 781px !important;
  }
  .column .gap-16:not(.full-width) .more-items-list,
  .column .gap-16:not(.full-width) .tabs-content {
    max-width: 1040px !important;
  }
  .column .gap-16:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-16:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 780px !important;
  }
  .column .gap-15:not(.full-width) .more-items-list,
  .column .gap-15:not(.full-width) .tabs-content {
    max-width: 1039px !important;
  }
  .column .gap-15:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-15:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 779px !important;
  }
  .column .gap-14:not(.full-width) .more-items-list,
  .column .gap-14:not(.full-width) .tabs-content {
    max-width: 1038px !important;
  }
  .column .gap-14:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-14:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 778px !important;
  }
  .column .gap-13:not(.full-width) .more-items-list,
  .column .gap-13:not(.full-width) .tabs-content {
    max-width: 1037px !important;
  }
  .column .gap-13:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-13:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 777px !important;
  }
  .column .gap-12:not(.full-width) .more-items-list,
  .column .gap-12:not(.full-width) .tabs-content {
    max-width: 1036px !important;
  }
  .column .gap-12:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-12:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 776px !important;
  }
  .column .gap-11:not(.full-width) .more-items-list,
  .column .gap-11:not(.full-width) .tabs-content {
    max-width: 1035px !important;
  }
  .column .gap-11:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-11:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 775px !important;
  }
  .column .gap-10:not(.full-width) .more-items-list,
  .column .gap-10:not(.full-width) .tabs-content {
    max-width: 1034px !important;
  }
  .column .gap-10:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-10:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 774px !important;
  }
  .column .gap-9:not(.full-width) .more-items-list,
  .column .gap-9:not(.full-width) .tabs-content {
    max-width: 1033px !important;
  }
  .column .gap-9:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-9:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 773px !important;
  }
  .column .gap-8:not(.full-width) .more-items-list,
  .column .gap-8:not(.full-width) .tabs-content {
    max-width: 1032px !important;
  }
  .column .gap-8:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-8:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 772px !important;
  }
  .column .gap-7:not(.full-width) .more-items-list,
  .column .gap-7:not(.full-width) .tabs-content {
    max-width: 1031px !important;
  }
  .column .gap-7:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-7:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 771px !important;
  }
  .column .gap-6:not(.full-width) .more-items-list,
  .column .gap-6:not(.full-width) .tabs-content {
    max-width: 1030px !important;
  }
  .column .gap-6:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-6:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 770px !important;
  }
  .column .gap-5:not(.full-width) .more-items-list,
  .column .gap-5:not(.full-width) .tabs-content {
    max-width: 1029px !important;
  }
  .column .gap-5:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-5:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 769px !important;
  }
  .column .gap-4:not(.full-width) .more-items-list,
  .column .gap-4:not(.full-width) .tabs-content {
    max-width: 1028px !important;
  }
  .column .gap-4:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-4:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 768px !important;
  }
  .column .gap-3:not(.full-width) .more-items-list,
  .column .gap-3:not(.full-width) .tabs-content {
    max-width: 1027px !important;
  }
  .column .gap-3:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-3:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 767px !important;
  }
  .column .gap-2:not(.full-width) .more-items-list,
  .column .gap-2:not(.full-width) .tabs-content {
    max-width: 1026px !important;
  }
  .column .gap-2:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-2:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 766px !important;
  }
  .column .gap-1:not(.full-width) .more-items-list,
  .column .gap-1:not(.full-width) .tabs-content {
    max-width: 1025px !important;
  }
  .column .gap-1:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-1:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 765px !important;
  }
  .column .gap-0:not(.full-width) .more-items-list,
  .column .gap-0:not(.full-width) .tabs-content {
    max-width: 1024px !important;
  }
  .column .gap-0:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-0:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 764px !important;
  }
  .slide-content {
    padding-left: calc((100% -  1024px )/2);
    padding-right: calc((100% -  1024px )/2);
  }
  .slides .fotorama__nav-wrap {
    width: 60px;
  }
  .slides .fotorama__nav--dots .fotorama__nav__frame {
    margin: 25px 0;
  }
  .pagination-page,
  .pagination.more .pagination-more,
  .pagination.showmore-inline .pagination-page,
  .load-more-bt,
  .widget-link > a {
    padding: 15px 10px;
    width: 180px;
  }
  /* Article */
  .widget.article-view .article header > *:not(.article-view-title):not(.main-image-slide) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .article-view-category,
  .article-view-time {
    font-size: 16px;
  }
  .article-view-intro p {
    font-size: 18px;
  }
  .full-width .article-view-body {
    max-width: 1024px;
  }
  .widget .article header .main-image-slide {
    margin: 0;
  }
  .widget .article header .main-image-slide .slide .slide-content {
    padding-left: calc((100% -  1024px )/2);
    padding-right: calc((100% -  1024px )/2);
  }
  .widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon:before {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon > div span,
  .widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon > div time {
    font-size: 13px;
  }
  .widget.bottom-box .slide .slide-content {
    padding-bottom: 70px;
  }
  /* Landing Large (Events and Teams) */
  .landing-large ul .more-items-item .wrapper {
    padding-left: calc((100% -  1024px )/2);
    padding-right: calc((100% -  1024px )/2);
  }
  .landing-large ul .more-items-item .wrapper h2 {
    font-size: 48px;
    width: 60%;
  }
  .landing-large ul .more-items-item .wrapper .more-items-action,
  .landing-large ul .more-items-item .wrapper .link-button a {
    margin-top: 30px;
    padding: 10px;
    max-width: 140px;
  }
  .landing-large ul .more-items-item .wrapper .more-items-action:before,
  .landing-large ul .more-items-item .wrapper .link-button a:before {
    top: -19px;
  }
  .landing-large ul .more-items-item .wrapper .more-items-time,
  .landing-large ul .more-items-item .wrapper .more-items-short-text,
  .landing-large ul .more-items-item .wrapper .more-items-category,
  .landing-large ul .more-items-item .wrapper .more-items-subsection,
  .landing-large ul .more-items-item .wrapper .more-items-action,
  .landing-large ul .more-items-item .wrapper .link-button a {
    font-size: 12px;
  }
  .landing-extra-large .slide-content .slide-title {
    font-size: 52px;
  }
  .landing-extra-large .slide-content .slide-category,
  .landing-extra-large .slide-content p {
    font-size: 16px;
  }
  .landing-extra-large .classic .slide-content .slide-title {
    font-size: 64px;
  }
  #landing-teams ul .more-items-item .wrapper .more-items-short-text,
  .landing-events ul .more-items-item .wrapper .more-items-short-text {
    font-size: 12px;
  }
  .sign-up p {
    font-size: 18px;
  }
  #user-menu {
    font-size: 12px;
  }
  #photo-gallery {
    max-width: 1024px;
  }
  #boat-specs,
  #boat3d .footer-tools {
    max-width: 1024px;
    margin-left: -512px;
  }
  #boat-specs .tabs li a {
    font-size: 14px;
    margin-bottom: 9px;
  }
  #boat-specs .tabs li.tab-dock-configuration a,
  #boat-specs #boat-specs .tabs li.tab-normal-sailing-mode a,
  #boat-specs #boat-specs .tabs li.tab-through-manoeuvres a {
    font-size: 13px;
  }
  #boat-specs header {
    padding-top: 60px;
    max-width: 1024px;
  }
  #boat-specs .more-items-item .wrapper .more-items-category {
    font-size: 36px;
  }
  #boat-specs .more-items-item .wrapper h2 {
    font-size: 26px;
  }
  #boat-specs .more-items-item .wrapper h2 .large {
    font-size: 40px;
  }
  #event-wrapper #discover-video {
    padding-left: calc((100% -  1024px )/2);
  }
  .img-start.two-images .more-items-list {
    padding-right: calc((100% -  1024px )/2);
  }
  .img-end.two-images .more-items-list {
    padding-left: calc((100% -  1024px )/2);
  }
  #square-boxes li > a:before {
    margin-top: 10px;
    margin-left: -10px;
  }
  #text-only .wrapper h2 {
    max-width: 190px;
  }
  #square-boxes p {
    font-size: 14px;
  }
  .crisis .column .gap-20 .more-items-list {
    max-width: 500px !important;
  }
  #modal-overlay-second-elements #ov-container #ov-data-wrapper {
    max-height: 500px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #home-banner {
    padding: 10px 0;
  }
  #landing-events-home .more-items-item .wrapper h2 {
    font-size: 26px;
  }
  #landing-events-home .more-items-item .wrapper h2 small {
    font-size: 44%;
  }
  #weather.weather-banner .weather-content .weather-day .weather-hour .wind > * {
    height: 22px;
  }
  .weather-day.labels {
    font-size: 11px;
  }
  #weather.weather-banner .weather-content .weather-day .day-name {
    font-size: 14px;
    height: 16px;
  }
  #shop-wrapper:before {
    width: 50px;
    height: 100px;
  }
  #shop-wrapper:after {
    width: 50px;
    height: 5px;
  }
  .widget-link.large-link a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .event-countdown {
    width: 400px !important;
    height: 250px;
  }
  .scroll-not-top.match .match-content {
    left: calc((100% - 1024px) / 2);
    width: 1024px;
  }
  .header-pinned.scroll-not-top.match .match-content {
    top: 72px;
  }
}
/* Tablet devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1024px) {
  .is-desktop {
    display: none !important;
  }
  .is-tablet {
    display: block !important;
  }
  .secondary-content > * {
    width: 675px;
  }
  .column > .widget:not(.full-width) > .more-items-list,
  .column > .widget:not(.full-width) .tabs-content {
    max-width: 1352px !important;
  }
  .column > .widget:not(.full-width):not(.widget-wrapper) > * {
    max-width: 1350px;
  }
  .column > .widget:not(.full-width).widget-wrapper {
    padding-left: calc((100% - 1350px) / 2);
    padding-right: calc((100% - 1350px) / 2);
  }
  .column > .widget:not(.full-width):not(.article-view) {
    padding: 30px 60px;
  }
  .secondary-content:first-child > * {
    margin-left: 0;
  }
  .secondary-content:last-child > * {
    margin-right: 0;
  }
  .row-fluid .column.secondary-content:first-child > * {
    padding-right: 15px;
  }
  .row-fluid .column.secondary-content:last-child > * {
    padding-left: 15px;
  }
  /* Header */
  #header {
    height: 50px;
  }
  #header .wrapper {
    height: 50px;
  }
  #header,
  #footer {
    padding-left: 60px;
    padding-right: 40px;
  }
  #footer .secondary-navigation .dropdown .submenu a {
    font-size: 12px;
  }
  #footer .secondary-navigation .menu > li {
    margin-left: 15px;
    margin-right: 15px;
  }
  #footer .wrapper-group #footer-zone3 {
    padding-left: 0;
    width: 100%;
  }
  #omega {
    width: 137px;
    height: 50px;
    position: relative;
    margin-top: 0px;
  }
  #omega iframe {
    transform: scale(0.38) translate(-268px, -121px) !important;
  }
  #header .menu > li.store a {
    display: inline-block;
    margin-left: 0;
  }
  .social-icons > div {
    margin-right: 10px;
  }
  .header-footer-zone {
    padding: 0;
  }
  .logo-img {
    height: 50px;
  }
  .header-lg #header-zone7 .logo-img,
  .header-lg #header-zone8 .logo-img {
    height: 100px;
  }
  .header-lg #header {
    height: 100px;
  }
  .fixed-header #content,
  .open-menu #content {
    margin-top: 50px;
  }
  .fixed-header.header-lg #content,
  .open-menu.header-lg #content {
    margin-top: 100px;
  }
  .open-menu #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
  }
  .transparent-header.header-lg .slide.top-box .slide-content,
  .transparent-header.header-lg .top-box .slide .slide-content {
    padding-top: 140px;
  }
  .transparent-header .slide.top-box .slide-content,
  .transparent-header .top-box .slide .slide-content {
    padding-top: 90px;
  }
  .transparent-header .column .widget:first-child .fotorama__video,
  .transparent-header .column section:first-child .fotorama__video {
    top: 82px;
  }
  .scroll-not-top.fixed-header.header-lg #header {
    height: 50px;
  }
  .scroll-not-top.fixed-header.header-lg.fixed-header:not(.transparent-header) #content {
    margin-top: 50px;
  }
  .header-lg .bg-vid {
    margin-top: -100px;
  }
  .header-lg #header {
    height: 50px;
  }
  #header .wrapper {
    padding-left: 0;
  }
  #header .wrapper:before,
  #header .wrapper:after {
    display: none;
  }
  #header .wrapper-group {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #navigation-toggle {
    z-index: 2;
    right: 0;
    top: 0;
    color: #ffffff;
    width: 60px;
  }
  #header #language-toggle,
  #header #navigation-toggle {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0;
  }
  .burger-nav {
    display: block;
  }
  #language-toggle {
    display: none;
  }
  #header #navigation-toggle {
    order: 1;
  }
  #navigation-toggle span {
    display: none;
  }
  #navigation-toggle:after {
    content: "\f1c3";
    width: 30px;
    height: 30px;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
  }
  #navigation-toggle.open:after {
    content: "\f2c0";
  }
  #navigation {
    display: none;
  }
  .navigation.burger-nav {
    position: fixed;
    top: 0 ;
    background-color: #122246;
    left: 0;
    width: 100%;
    bottom: 0;
    margin-top: -200%;
    transition: margin-top ease 0.3s;
    -webkit-transition: margin-top ease 0.3s;
    -moz-transition: margin-top ease 0.3s;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    display: block;
    z-index: -1;
    padding-top: 50px;
    height: 100%;
  }
  .navigation.burger-nav ul {
    padding: 30px 60px;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    text-align: left;
    width: 100%;
  }
  .navigation.burger-nav ul li a {
    font-size: 20px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
  }
  .navigation.burger-nav ul li a:hover {
    border-color: transparent;
  }
  .navigation.burger-nav .dropdown:not(#languages) .submenu {
    width: auto;
    margin: 0;
    left: auto;
    box-shadow: none;
    padding: 0 28px 10px;
  }
  .navigation.burger-nav .dropdown .submenu {
    position: relative;
    width: auto;
    margin: 0;
    left: auto;
    top: auto;
    background: transparent;
    padding: 5px 20px;
  }
  .navigation.burger-nav .dropdown .submenu li a {
    padding: 5px 0;
    text-align: left;
  }
  .navigation.burger-nav .dropdown .submenu li a:hover {
    background: transparent;
  }
  .navigation .menu li {
    margin: 0;
  }
  .navigation.open {
    margin-top: 0;
  }
  .navigation.open .menu li {
    display: block;
  }
  #languages.open {
    margin-top: 0;
  }
  .menu > li > a {
    padding: 0 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-lg .navigation {
    top: 50px;
  }
  #header #header-zone3,
  #header #header-zone4,
  #header .header-footer-zone.empty-zone {
    display: none;
  }
  #header .wrapper.row2 {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: auto;
  }
  #header .wrapper.row1 {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  /* end Header */
  .fixed-header.header-lg #content {
    margin-top: 50px;
  }
  .transparent-header #content,
  .transparent-header.header-lg #content {
    margin-top: 0;
  }
  .header-lg .bg-vid {
    margin-top: -50px;
  }
  .one-of-five,
  .two-of-five,
  .three-of-five,
  .four-of-five,
  .one-of-six,
  .one-of-seven {
    width: 25%;
  }
  .one-five .more-items-item,
  .one-six .more-items-item,
  .one-seven .more-items-item,
  .one-five .more-video-item,
  .one-six .more-video-item,
  .one-seven .more-video-item,
  .one-five .galleries-item,
  .one-six .galleries-item,
  .one-seven .galleries-item,
  .one-five .socialstream-item,
  .one-six .socialstream-item,
  .one-seven .socialstream-item,
  .one-five .control-group,
  .one-six .control-group,
  .one-seven .control-group,
  .one-five .formly > *,
  .one-six .formly > *,
  .one-seven .formly > *,
  .one-five.img-aside .more-items-item,
  .one-six.img-aside .more-items-item,
  .one-seven.img-aside .more-items-item,
  .one-five.landing li,
  .one-six.landing li,
  .one-seven.landing li {
    width: calc(25% -  2px);
  }
  .more-items:not(.full-width) {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .more-items .tabs-content .more-items {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-50 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .column .gap-50.img-aside.one-five .more-items-item,
  .column .gap-50.img-aside.one-six .more-items-item,
  .column .gap-50.img-aside.one-seven .more-items-item {
    width: calc(25% -  50px);
  }
  .column .gap-50.one-five .more-items-item,
  .column .gap-50.one-six .more-items-item,
  .column .gap-50.one-seven .more-items-item,
  .column .gap-50.one-five .more-video-item,
  .column .gap-50.one-six .more-video-item,
  .column .gap-50.one-seven .more-video-item,
  .column .gap-50.one-five .galleries-item,
  .column .gap-50.one-six .galleries-item,
  .column .gap-50.one-seven .galleries-item,
  .column .gap-50.one-five .socialstream-item,
  .column .gap-50.one-six .socialstream-item,
  .column .gap-50.one-seven .socialstream-item,
  .column .gap-50.one-five .control-group,
  .column .gap-50.one-six .control-group,
  .column .gap-50.one-seven .control-group,
  .column .gap-50.one-five .formly > *,
  .column .gap-50.one-six .formly > *,
  .column .gap-50.one-seven .formly > *,
  .column .gap-50.one-five.img-aside .more-items-item,
  .column .gap-50.one-six.img-aside .more-items-item,
  .column .gap-50.one-seven.img-aside .more-items-item,
  .column .gap-50.one-five.landing li,
  .column .gap-50.one-six.landing li,
  .column .gap-50.one-seven.landing li {
    width: calc(25% -  50px);
  }
  .column .gap-50:not(.full-width) .more-items-list,
  .column .gap-50:not(.full-width) .tabs-content {
    max-width: 1400px !important;
  }
  .column .gap-50:not(.full-width).tabs-col.slide-items-events {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .column .gap-50:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-50:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-50.tabs-col {
    padding-left: 60px !important;
    padding-right: 35px !important;
  }
  .widget-wrapper .gap-50 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-49 {
    padding-left: 35.5px !important;
    padding-right: 35.5px !important;
  }
  .column .gap-49.img-aside.one-five .more-items-item,
  .column .gap-49.img-aside.one-six .more-items-item,
  .column .gap-49.img-aside.one-seven .more-items-item {
    width: calc(25% -  49px);
  }
  .column .gap-49.one-five .more-items-item,
  .column .gap-49.one-six .more-items-item,
  .column .gap-49.one-seven .more-items-item,
  .column .gap-49.one-five .more-video-item,
  .column .gap-49.one-six .more-video-item,
  .column .gap-49.one-seven .more-video-item,
  .column .gap-49.one-five .galleries-item,
  .column .gap-49.one-six .galleries-item,
  .column .gap-49.one-seven .galleries-item,
  .column .gap-49.one-five .socialstream-item,
  .column .gap-49.one-six .socialstream-item,
  .column .gap-49.one-seven .socialstream-item,
  .column .gap-49.one-five .control-group,
  .column .gap-49.one-six .control-group,
  .column .gap-49.one-seven .control-group,
  .column .gap-49.one-five .formly > *,
  .column .gap-49.one-six .formly > *,
  .column .gap-49.one-seven .formly > *,
  .column .gap-49.one-five.img-aside .more-items-item,
  .column .gap-49.one-six.img-aside .more-items-item,
  .column .gap-49.one-seven.img-aside .more-items-item,
  .column .gap-49.one-five.landing li,
  .column .gap-49.one-six.landing li,
  .column .gap-49.one-seven.landing li {
    width: calc(25% -  49px);
  }
  .column .gap-49:not(.full-width) .more-items-list,
  .column .gap-49:not(.full-width) .tabs-content {
    max-width: 1399px !important;
  }
  .column .gap-49:not(.full-width).tabs-col.slide-items-events {
    padding-left: 35.5px !important;
    padding-right: 35.5px !important;
  }
  .column .gap-49:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-49:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-49.tabs-col {
    padding-left: 60px !important;
    padding-right: 35.5px !important;
  }
  .widget-wrapper .gap-49 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-48 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .column .gap-48.img-aside.one-five .more-items-item,
  .column .gap-48.img-aside.one-six .more-items-item,
  .column .gap-48.img-aside.one-seven .more-items-item {
    width: calc(25% -  48px);
  }
  .column .gap-48.one-five .more-items-item,
  .column .gap-48.one-six .more-items-item,
  .column .gap-48.one-seven .more-items-item,
  .column .gap-48.one-five .more-video-item,
  .column .gap-48.one-six .more-video-item,
  .column .gap-48.one-seven .more-video-item,
  .column .gap-48.one-five .galleries-item,
  .column .gap-48.one-six .galleries-item,
  .column .gap-48.one-seven .galleries-item,
  .column .gap-48.one-five .socialstream-item,
  .column .gap-48.one-six .socialstream-item,
  .column .gap-48.one-seven .socialstream-item,
  .column .gap-48.one-five .control-group,
  .column .gap-48.one-six .control-group,
  .column .gap-48.one-seven .control-group,
  .column .gap-48.one-five .formly > *,
  .column .gap-48.one-six .formly > *,
  .column .gap-48.one-seven .formly > *,
  .column .gap-48.one-five.img-aside .more-items-item,
  .column .gap-48.one-six.img-aside .more-items-item,
  .column .gap-48.one-seven.img-aside .more-items-item,
  .column .gap-48.one-five.landing li,
  .column .gap-48.one-six.landing li,
  .column .gap-48.one-seven.landing li {
    width: calc(25% -  48px);
  }
  .column .gap-48:not(.full-width) .more-items-list,
  .column .gap-48:not(.full-width) .tabs-content {
    max-width: 1398px !important;
  }
  .column .gap-48:not(.full-width).tabs-col.slide-items-events {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .column .gap-48:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-48:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-48.tabs-col {
    padding-left: 60px !important;
    padding-right: 36px !important;
  }
  .widget-wrapper .gap-48 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-47 {
    padding-left: 36.5px !important;
    padding-right: 36.5px !important;
  }
  .column .gap-47.img-aside.one-five .more-items-item,
  .column .gap-47.img-aside.one-six .more-items-item,
  .column .gap-47.img-aside.one-seven .more-items-item {
    width: calc(25% -  47px);
  }
  .column .gap-47.one-five .more-items-item,
  .column .gap-47.one-six .more-items-item,
  .column .gap-47.one-seven .more-items-item,
  .column .gap-47.one-five .more-video-item,
  .column .gap-47.one-six .more-video-item,
  .column .gap-47.one-seven .more-video-item,
  .column .gap-47.one-five .galleries-item,
  .column .gap-47.one-six .galleries-item,
  .column .gap-47.one-seven .galleries-item,
  .column .gap-47.one-five .socialstream-item,
  .column .gap-47.one-six .socialstream-item,
  .column .gap-47.one-seven .socialstream-item,
  .column .gap-47.one-five .control-group,
  .column .gap-47.one-six .control-group,
  .column .gap-47.one-seven .control-group,
  .column .gap-47.one-five .formly > *,
  .column .gap-47.one-six .formly > *,
  .column .gap-47.one-seven .formly > *,
  .column .gap-47.one-five.img-aside .more-items-item,
  .column .gap-47.one-six.img-aside .more-items-item,
  .column .gap-47.one-seven.img-aside .more-items-item,
  .column .gap-47.one-five.landing li,
  .column .gap-47.one-six.landing li,
  .column .gap-47.one-seven.landing li {
    width: calc(25% -  47px);
  }
  .column .gap-47:not(.full-width) .more-items-list,
  .column .gap-47:not(.full-width) .tabs-content {
    max-width: 1397px !important;
  }
  .column .gap-47:not(.full-width).tabs-col.slide-items-events {
    padding-left: 36.5px !important;
    padding-right: 36.5px !important;
  }
  .column .gap-47:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-47:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-47.tabs-col {
    padding-left: 60px !important;
    padding-right: 36.5px !important;
  }
  .widget-wrapper .gap-47 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-46 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .column .gap-46.img-aside.one-five .more-items-item,
  .column .gap-46.img-aside.one-six .more-items-item,
  .column .gap-46.img-aside.one-seven .more-items-item {
    width: calc(25% -  46px);
  }
  .column .gap-46.one-five .more-items-item,
  .column .gap-46.one-six .more-items-item,
  .column .gap-46.one-seven .more-items-item,
  .column .gap-46.one-five .more-video-item,
  .column .gap-46.one-six .more-video-item,
  .column .gap-46.one-seven .more-video-item,
  .column .gap-46.one-five .galleries-item,
  .column .gap-46.one-six .galleries-item,
  .column .gap-46.one-seven .galleries-item,
  .column .gap-46.one-five .socialstream-item,
  .column .gap-46.one-six .socialstream-item,
  .column .gap-46.one-seven .socialstream-item,
  .column .gap-46.one-five .control-group,
  .column .gap-46.one-six .control-group,
  .column .gap-46.one-seven .control-group,
  .column .gap-46.one-five .formly > *,
  .column .gap-46.one-six .formly > *,
  .column .gap-46.one-seven .formly > *,
  .column .gap-46.one-five.img-aside .more-items-item,
  .column .gap-46.one-six.img-aside .more-items-item,
  .column .gap-46.one-seven.img-aside .more-items-item,
  .column .gap-46.one-five.landing li,
  .column .gap-46.one-six.landing li,
  .column .gap-46.one-seven.landing li {
    width: calc(25% -  46px);
  }
  .column .gap-46:not(.full-width) .more-items-list,
  .column .gap-46:not(.full-width) .tabs-content {
    max-width: 1396px !important;
  }
  .column .gap-46:not(.full-width).tabs-col.slide-items-events {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .column .gap-46:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-46:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-46.tabs-col {
    padding-left: 60px !important;
    padding-right: 37px !important;
  }
  .widget-wrapper .gap-46 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-45 {
    padding-left: 37.5px !important;
    padding-right: 37.5px !important;
  }
  .column .gap-45.img-aside.one-five .more-items-item,
  .column .gap-45.img-aside.one-six .more-items-item,
  .column .gap-45.img-aside.one-seven .more-items-item {
    width: calc(25% -  45px);
  }
  .column .gap-45.one-five .more-items-item,
  .column .gap-45.one-six .more-items-item,
  .column .gap-45.one-seven .more-items-item,
  .column .gap-45.one-five .more-video-item,
  .column .gap-45.one-six .more-video-item,
  .column .gap-45.one-seven .more-video-item,
  .column .gap-45.one-five .galleries-item,
  .column .gap-45.one-six .galleries-item,
  .column .gap-45.one-seven .galleries-item,
  .column .gap-45.one-five .socialstream-item,
  .column .gap-45.one-six .socialstream-item,
  .column .gap-45.one-seven .socialstream-item,
  .column .gap-45.one-five .control-group,
  .column .gap-45.one-six .control-group,
  .column .gap-45.one-seven .control-group,
  .column .gap-45.one-five .formly > *,
  .column .gap-45.one-six .formly > *,
  .column .gap-45.one-seven .formly > *,
  .column .gap-45.one-five.img-aside .more-items-item,
  .column .gap-45.one-six.img-aside .more-items-item,
  .column .gap-45.one-seven.img-aside .more-items-item,
  .column .gap-45.one-five.landing li,
  .column .gap-45.one-six.landing li,
  .column .gap-45.one-seven.landing li {
    width: calc(25% -  45px);
  }
  .column .gap-45:not(.full-width) .more-items-list,
  .column .gap-45:not(.full-width) .tabs-content {
    max-width: 1395px !important;
  }
  .column .gap-45:not(.full-width).tabs-col.slide-items-events {
    padding-left: 37.5px !important;
    padding-right: 37.5px !important;
  }
  .column .gap-45:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-45:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-45.tabs-col {
    padding-left: 60px !important;
    padding-right: 37.5px !important;
  }
  .widget-wrapper .gap-45 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-44 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .column .gap-44.img-aside.one-five .more-items-item,
  .column .gap-44.img-aside.one-six .more-items-item,
  .column .gap-44.img-aside.one-seven .more-items-item {
    width: calc(25% -  44px);
  }
  .column .gap-44.one-five .more-items-item,
  .column .gap-44.one-six .more-items-item,
  .column .gap-44.one-seven .more-items-item,
  .column .gap-44.one-five .more-video-item,
  .column .gap-44.one-six .more-video-item,
  .column .gap-44.one-seven .more-video-item,
  .column .gap-44.one-five .galleries-item,
  .column .gap-44.one-six .galleries-item,
  .column .gap-44.one-seven .galleries-item,
  .column .gap-44.one-five .socialstream-item,
  .column .gap-44.one-six .socialstream-item,
  .column .gap-44.one-seven .socialstream-item,
  .column .gap-44.one-five .control-group,
  .column .gap-44.one-six .control-group,
  .column .gap-44.one-seven .control-group,
  .column .gap-44.one-five .formly > *,
  .column .gap-44.one-six .formly > *,
  .column .gap-44.one-seven .formly > *,
  .column .gap-44.one-five.img-aside .more-items-item,
  .column .gap-44.one-six.img-aside .more-items-item,
  .column .gap-44.one-seven.img-aside .more-items-item,
  .column .gap-44.one-five.landing li,
  .column .gap-44.one-six.landing li,
  .column .gap-44.one-seven.landing li {
    width: calc(25% -  44px);
  }
  .column .gap-44:not(.full-width) .more-items-list,
  .column .gap-44:not(.full-width) .tabs-content {
    max-width: 1394px !important;
  }
  .column .gap-44:not(.full-width).tabs-col.slide-items-events {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .column .gap-44:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-44:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-44.tabs-col {
    padding-left: 60px !important;
    padding-right: 38px !important;
  }
  .widget-wrapper .gap-44 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-43 {
    padding-left: 38.5px !important;
    padding-right: 38.5px !important;
  }
  .column .gap-43.img-aside.one-five .more-items-item,
  .column .gap-43.img-aside.one-six .more-items-item,
  .column .gap-43.img-aside.one-seven .more-items-item {
    width: calc(25% -  43px);
  }
  .column .gap-43.one-five .more-items-item,
  .column .gap-43.one-six .more-items-item,
  .column .gap-43.one-seven .more-items-item,
  .column .gap-43.one-five .more-video-item,
  .column .gap-43.one-six .more-video-item,
  .column .gap-43.one-seven .more-video-item,
  .column .gap-43.one-five .galleries-item,
  .column .gap-43.one-six .galleries-item,
  .column .gap-43.one-seven .galleries-item,
  .column .gap-43.one-five .socialstream-item,
  .column .gap-43.one-six .socialstream-item,
  .column .gap-43.one-seven .socialstream-item,
  .column .gap-43.one-five .control-group,
  .column .gap-43.one-six .control-group,
  .column .gap-43.one-seven .control-group,
  .column .gap-43.one-five .formly > *,
  .column .gap-43.one-six .formly > *,
  .column .gap-43.one-seven .formly > *,
  .column .gap-43.one-five.img-aside .more-items-item,
  .column .gap-43.one-six.img-aside .more-items-item,
  .column .gap-43.one-seven.img-aside .more-items-item,
  .column .gap-43.one-five.landing li,
  .column .gap-43.one-six.landing li,
  .column .gap-43.one-seven.landing li {
    width: calc(25% -  43px);
  }
  .column .gap-43:not(.full-width) .more-items-list,
  .column .gap-43:not(.full-width) .tabs-content {
    max-width: 1393px !important;
  }
  .column .gap-43:not(.full-width).tabs-col.slide-items-events {
    padding-left: 38.5px !important;
    padding-right: 38.5px !important;
  }
  .column .gap-43:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-43:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-43.tabs-col {
    padding-left: 60px !important;
    padding-right: 38.5px !important;
  }
  .widget-wrapper .gap-43 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-42 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .column .gap-42.img-aside.one-five .more-items-item,
  .column .gap-42.img-aside.one-six .more-items-item,
  .column .gap-42.img-aside.one-seven .more-items-item {
    width: calc(25% -  42px);
  }
  .column .gap-42.one-five .more-items-item,
  .column .gap-42.one-six .more-items-item,
  .column .gap-42.one-seven .more-items-item,
  .column .gap-42.one-five .more-video-item,
  .column .gap-42.one-six .more-video-item,
  .column .gap-42.one-seven .more-video-item,
  .column .gap-42.one-five .galleries-item,
  .column .gap-42.one-six .galleries-item,
  .column .gap-42.one-seven .galleries-item,
  .column .gap-42.one-five .socialstream-item,
  .column .gap-42.one-six .socialstream-item,
  .column .gap-42.one-seven .socialstream-item,
  .column .gap-42.one-five .control-group,
  .column .gap-42.one-six .control-group,
  .column .gap-42.one-seven .control-group,
  .column .gap-42.one-five .formly > *,
  .column .gap-42.one-six .formly > *,
  .column .gap-42.one-seven .formly > *,
  .column .gap-42.one-five.img-aside .more-items-item,
  .column .gap-42.one-six.img-aside .more-items-item,
  .column .gap-42.one-seven.img-aside .more-items-item,
  .column .gap-42.one-five.landing li,
  .column .gap-42.one-six.landing li,
  .column .gap-42.one-seven.landing li {
    width: calc(25% -  42px);
  }
  .column .gap-42:not(.full-width) .more-items-list,
  .column .gap-42:not(.full-width) .tabs-content {
    max-width: 1392px !important;
  }
  .column .gap-42:not(.full-width).tabs-col.slide-items-events {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .column .gap-42:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-42:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-42.tabs-col {
    padding-left: 60px !important;
    padding-right: 39px !important;
  }
  .widget-wrapper .gap-42 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-41 {
    padding-left: 39.5px !important;
    padding-right: 39.5px !important;
  }
  .column .gap-41.img-aside.one-five .more-items-item,
  .column .gap-41.img-aside.one-six .more-items-item,
  .column .gap-41.img-aside.one-seven .more-items-item {
    width: calc(25% -  41px);
  }
  .column .gap-41.one-five .more-items-item,
  .column .gap-41.one-six .more-items-item,
  .column .gap-41.one-seven .more-items-item,
  .column .gap-41.one-five .more-video-item,
  .column .gap-41.one-six .more-video-item,
  .column .gap-41.one-seven .more-video-item,
  .column .gap-41.one-five .galleries-item,
  .column .gap-41.one-six .galleries-item,
  .column .gap-41.one-seven .galleries-item,
  .column .gap-41.one-five .socialstream-item,
  .column .gap-41.one-six .socialstream-item,
  .column .gap-41.one-seven .socialstream-item,
  .column .gap-41.one-five .control-group,
  .column .gap-41.one-six .control-group,
  .column .gap-41.one-seven .control-group,
  .column .gap-41.one-five .formly > *,
  .column .gap-41.one-six .formly > *,
  .column .gap-41.one-seven .formly > *,
  .column .gap-41.one-five.img-aside .more-items-item,
  .column .gap-41.one-six.img-aside .more-items-item,
  .column .gap-41.one-seven.img-aside .more-items-item,
  .column .gap-41.one-five.landing li,
  .column .gap-41.one-six.landing li,
  .column .gap-41.one-seven.landing li {
    width: calc(25% -  41px);
  }
  .column .gap-41:not(.full-width) .more-items-list,
  .column .gap-41:not(.full-width) .tabs-content {
    max-width: 1391px !important;
  }
  .column .gap-41:not(.full-width).tabs-col.slide-items-events {
    padding-left: 39.5px !important;
    padding-right: 39.5px !important;
  }
  .column .gap-41:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-41:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-41.tabs-col {
    padding-left: 60px !important;
    padding-right: 39.5px !important;
  }
  .widget-wrapper .gap-41 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .column .gap-40.img-aside.one-five .more-items-item,
  .column .gap-40.img-aside.one-six .more-items-item,
  .column .gap-40.img-aside.one-seven .more-items-item {
    width: calc(25% -  40px);
  }
  .column .gap-40.one-five .more-items-item,
  .column .gap-40.one-six .more-items-item,
  .column .gap-40.one-seven .more-items-item,
  .column .gap-40.one-five .more-video-item,
  .column .gap-40.one-six .more-video-item,
  .column .gap-40.one-seven .more-video-item,
  .column .gap-40.one-five .galleries-item,
  .column .gap-40.one-six .galleries-item,
  .column .gap-40.one-seven .galleries-item,
  .column .gap-40.one-five .socialstream-item,
  .column .gap-40.one-six .socialstream-item,
  .column .gap-40.one-seven .socialstream-item,
  .column .gap-40.one-five .control-group,
  .column .gap-40.one-six .control-group,
  .column .gap-40.one-seven .control-group,
  .column .gap-40.one-five .formly > *,
  .column .gap-40.one-six .formly > *,
  .column .gap-40.one-seven .formly > *,
  .column .gap-40.one-five.img-aside .more-items-item,
  .column .gap-40.one-six.img-aside .more-items-item,
  .column .gap-40.one-seven.img-aside .more-items-item,
  .column .gap-40.one-five.landing li,
  .column .gap-40.one-six.landing li,
  .column .gap-40.one-seven.landing li {
    width: calc(25% -  40px);
  }
  .column .gap-40:not(.full-width) .more-items-list,
  .column .gap-40:not(.full-width) .tabs-content {
    max-width: 1390px !important;
  }
  .column .gap-40:not(.full-width).tabs-col.slide-items-events {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .column .gap-40:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-40:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-40.tabs-col {
    padding-left: 60px !important;
    padding-right: 40px !important;
  }
  .widget-wrapper .gap-40 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-39 {
    padding-left: 40.5px !important;
    padding-right: 40.5px !important;
  }
  .column .gap-39.img-aside.one-five .more-items-item,
  .column .gap-39.img-aside.one-six .more-items-item,
  .column .gap-39.img-aside.one-seven .more-items-item {
    width: calc(25% -  39px);
  }
  .column .gap-39.one-five .more-items-item,
  .column .gap-39.one-six .more-items-item,
  .column .gap-39.one-seven .more-items-item,
  .column .gap-39.one-five .more-video-item,
  .column .gap-39.one-six .more-video-item,
  .column .gap-39.one-seven .more-video-item,
  .column .gap-39.one-five .galleries-item,
  .column .gap-39.one-six .galleries-item,
  .column .gap-39.one-seven .galleries-item,
  .column .gap-39.one-five .socialstream-item,
  .column .gap-39.one-six .socialstream-item,
  .column .gap-39.one-seven .socialstream-item,
  .column .gap-39.one-five .control-group,
  .column .gap-39.one-six .control-group,
  .column .gap-39.one-seven .control-group,
  .column .gap-39.one-five .formly > *,
  .column .gap-39.one-six .formly > *,
  .column .gap-39.one-seven .formly > *,
  .column .gap-39.one-five.img-aside .more-items-item,
  .column .gap-39.one-six.img-aside .more-items-item,
  .column .gap-39.one-seven.img-aside .more-items-item,
  .column .gap-39.one-five.landing li,
  .column .gap-39.one-six.landing li,
  .column .gap-39.one-seven.landing li {
    width: calc(25% -  39px);
  }
  .column .gap-39:not(.full-width) .more-items-list,
  .column .gap-39:not(.full-width) .tabs-content {
    max-width: 1389px !important;
  }
  .column .gap-39:not(.full-width).tabs-col.slide-items-events {
    padding-left: 40.5px !important;
    padding-right: 40.5px !important;
  }
  .column .gap-39:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-39:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-39.tabs-col {
    padding-left: 60px !important;
    padding-right: 40.5px !important;
  }
  .widget-wrapper .gap-39 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-38 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .column .gap-38.img-aside.one-five .more-items-item,
  .column .gap-38.img-aside.one-six .more-items-item,
  .column .gap-38.img-aside.one-seven .more-items-item {
    width: calc(25% -  38px);
  }
  .column .gap-38.one-five .more-items-item,
  .column .gap-38.one-six .more-items-item,
  .column .gap-38.one-seven .more-items-item,
  .column .gap-38.one-five .more-video-item,
  .column .gap-38.one-six .more-video-item,
  .column .gap-38.one-seven .more-video-item,
  .column .gap-38.one-five .galleries-item,
  .column .gap-38.one-six .galleries-item,
  .column .gap-38.one-seven .galleries-item,
  .column .gap-38.one-five .socialstream-item,
  .column .gap-38.one-six .socialstream-item,
  .column .gap-38.one-seven .socialstream-item,
  .column .gap-38.one-five .control-group,
  .column .gap-38.one-six .control-group,
  .column .gap-38.one-seven .control-group,
  .column .gap-38.one-five .formly > *,
  .column .gap-38.one-six .formly > *,
  .column .gap-38.one-seven .formly > *,
  .column .gap-38.one-five.img-aside .more-items-item,
  .column .gap-38.one-six.img-aside .more-items-item,
  .column .gap-38.one-seven.img-aside .more-items-item,
  .column .gap-38.one-five.landing li,
  .column .gap-38.one-six.landing li,
  .column .gap-38.one-seven.landing li {
    width: calc(25% -  38px);
  }
  .column .gap-38:not(.full-width) .more-items-list,
  .column .gap-38:not(.full-width) .tabs-content {
    max-width: 1388px !important;
  }
  .column .gap-38:not(.full-width).tabs-col.slide-items-events {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .column .gap-38:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-38:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-38.tabs-col {
    padding-left: 60px !important;
    padding-right: 41px !important;
  }
  .widget-wrapper .gap-38 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-37 {
    padding-left: 41.5px !important;
    padding-right: 41.5px !important;
  }
  .column .gap-37.img-aside.one-five .more-items-item,
  .column .gap-37.img-aside.one-six .more-items-item,
  .column .gap-37.img-aside.one-seven .more-items-item {
    width: calc(25% -  37px);
  }
  .column .gap-37.one-five .more-items-item,
  .column .gap-37.one-six .more-items-item,
  .column .gap-37.one-seven .more-items-item,
  .column .gap-37.one-five .more-video-item,
  .column .gap-37.one-six .more-video-item,
  .column .gap-37.one-seven .more-video-item,
  .column .gap-37.one-five .galleries-item,
  .column .gap-37.one-six .galleries-item,
  .column .gap-37.one-seven .galleries-item,
  .column .gap-37.one-five .socialstream-item,
  .column .gap-37.one-six .socialstream-item,
  .column .gap-37.one-seven .socialstream-item,
  .column .gap-37.one-five .control-group,
  .column .gap-37.one-six .control-group,
  .column .gap-37.one-seven .control-group,
  .column .gap-37.one-five .formly > *,
  .column .gap-37.one-six .formly > *,
  .column .gap-37.one-seven .formly > *,
  .column .gap-37.one-five.img-aside .more-items-item,
  .column .gap-37.one-six.img-aside .more-items-item,
  .column .gap-37.one-seven.img-aside .more-items-item,
  .column .gap-37.one-five.landing li,
  .column .gap-37.one-six.landing li,
  .column .gap-37.one-seven.landing li {
    width: calc(25% -  37px);
  }
  .column .gap-37:not(.full-width) .more-items-list,
  .column .gap-37:not(.full-width) .tabs-content {
    max-width: 1387px !important;
  }
  .column .gap-37:not(.full-width).tabs-col.slide-items-events {
    padding-left: 41.5px !important;
    padding-right: 41.5px !important;
  }
  .column .gap-37:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-37:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-37.tabs-col {
    padding-left: 60px !important;
    padding-right: 41.5px !important;
  }
  .widget-wrapper .gap-37 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-36 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .column .gap-36.img-aside.one-five .more-items-item,
  .column .gap-36.img-aside.one-six .more-items-item,
  .column .gap-36.img-aside.one-seven .more-items-item {
    width: calc(25% -  36px);
  }
  .column .gap-36.one-five .more-items-item,
  .column .gap-36.one-six .more-items-item,
  .column .gap-36.one-seven .more-items-item,
  .column .gap-36.one-five .more-video-item,
  .column .gap-36.one-six .more-video-item,
  .column .gap-36.one-seven .more-video-item,
  .column .gap-36.one-five .galleries-item,
  .column .gap-36.one-six .galleries-item,
  .column .gap-36.one-seven .galleries-item,
  .column .gap-36.one-five .socialstream-item,
  .column .gap-36.one-six .socialstream-item,
  .column .gap-36.one-seven .socialstream-item,
  .column .gap-36.one-five .control-group,
  .column .gap-36.one-six .control-group,
  .column .gap-36.one-seven .control-group,
  .column .gap-36.one-five .formly > *,
  .column .gap-36.one-six .formly > *,
  .column .gap-36.one-seven .formly > *,
  .column .gap-36.one-five.img-aside .more-items-item,
  .column .gap-36.one-six.img-aside .more-items-item,
  .column .gap-36.one-seven.img-aside .more-items-item,
  .column .gap-36.one-five.landing li,
  .column .gap-36.one-six.landing li,
  .column .gap-36.one-seven.landing li {
    width: calc(25% -  36px);
  }
  .column .gap-36:not(.full-width) .more-items-list,
  .column .gap-36:not(.full-width) .tabs-content {
    max-width: 1386px !important;
  }
  .column .gap-36:not(.full-width).tabs-col.slide-items-events {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .column .gap-36:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-36:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-36.tabs-col {
    padding-left: 60px !important;
    padding-right: 42px !important;
  }
  .widget-wrapper .gap-36 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-35 {
    padding-left: 42.5px !important;
    padding-right: 42.5px !important;
  }
  .column .gap-35.img-aside.one-five .more-items-item,
  .column .gap-35.img-aside.one-six .more-items-item,
  .column .gap-35.img-aside.one-seven .more-items-item {
    width: calc(25% -  35px);
  }
  .column .gap-35.one-five .more-items-item,
  .column .gap-35.one-six .more-items-item,
  .column .gap-35.one-seven .more-items-item,
  .column .gap-35.one-five .more-video-item,
  .column .gap-35.one-six .more-video-item,
  .column .gap-35.one-seven .more-video-item,
  .column .gap-35.one-five .galleries-item,
  .column .gap-35.one-six .galleries-item,
  .column .gap-35.one-seven .galleries-item,
  .column .gap-35.one-five .socialstream-item,
  .column .gap-35.one-six .socialstream-item,
  .column .gap-35.one-seven .socialstream-item,
  .column .gap-35.one-five .control-group,
  .column .gap-35.one-six .control-group,
  .column .gap-35.one-seven .control-group,
  .column .gap-35.one-five .formly > *,
  .column .gap-35.one-six .formly > *,
  .column .gap-35.one-seven .formly > *,
  .column .gap-35.one-five.img-aside .more-items-item,
  .column .gap-35.one-six.img-aside .more-items-item,
  .column .gap-35.one-seven.img-aside .more-items-item,
  .column .gap-35.one-five.landing li,
  .column .gap-35.one-six.landing li,
  .column .gap-35.one-seven.landing li {
    width: calc(25% -  35px);
  }
  .column .gap-35:not(.full-width) .more-items-list,
  .column .gap-35:not(.full-width) .tabs-content {
    max-width: 1385px !important;
  }
  .column .gap-35:not(.full-width).tabs-col.slide-items-events {
    padding-left: 42.5px !important;
    padding-right: 42.5px !important;
  }
  .column .gap-35:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-35:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-35.tabs-col {
    padding-left: 60px !important;
    padding-right: 42.5px !important;
  }
  .widget-wrapper .gap-35 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-34 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .column .gap-34.img-aside.one-five .more-items-item,
  .column .gap-34.img-aside.one-six .more-items-item,
  .column .gap-34.img-aside.one-seven .more-items-item {
    width: calc(25% -  34px);
  }
  .column .gap-34.one-five .more-items-item,
  .column .gap-34.one-six .more-items-item,
  .column .gap-34.one-seven .more-items-item,
  .column .gap-34.one-five .more-video-item,
  .column .gap-34.one-six .more-video-item,
  .column .gap-34.one-seven .more-video-item,
  .column .gap-34.one-five .galleries-item,
  .column .gap-34.one-six .galleries-item,
  .column .gap-34.one-seven .galleries-item,
  .column .gap-34.one-five .socialstream-item,
  .column .gap-34.one-six .socialstream-item,
  .column .gap-34.one-seven .socialstream-item,
  .column .gap-34.one-five .control-group,
  .column .gap-34.one-six .control-group,
  .column .gap-34.one-seven .control-group,
  .column .gap-34.one-five .formly > *,
  .column .gap-34.one-six .formly > *,
  .column .gap-34.one-seven .formly > *,
  .column .gap-34.one-five.img-aside .more-items-item,
  .column .gap-34.one-six.img-aside .more-items-item,
  .column .gap-34.one-seven.img-aside .more-items-item,
  .column .gap-34.one-five.landing li,
  .column .gap-34.one-six.landing li,
  .column .gap-34.one-seven.landing li {
    width: calc(25% -  34px);
  }
  .column .gap-34:not(.full-width) .more-items-list,
  .column .gap-34:not(.full-width) .tabs-content {
    max-width: 1384px !important;
  }
  .column .gap-34:not(.full-width).tabs-col.slide-items-events {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .column .gap-34:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-34:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-34.tabs-col {
    padding-left: 60px !important;
    padding-right: 43px !important;
  }
  .widget-wrapper .gap-34 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-33 {
    padding-left: 43.5px !important;
    padding-right: 43.5px !important;
  }
  .column .gap-33.img-aside.one-five .more-items-item,
  .column .gap-33.img-aside.one-six .more-items-item,
  .column .gap-33.img-aside.one-seven .more-items-item {
    width: calc(25% -  33px);
  }
  .column .gap-33.one-five .more-items-item,
  .column .gap-33.one-six .more-items-item,
  .column .gap-33.one-seven .more-items-item,
  .column .gap-33.one-five .more-video-item,
  .column .gap-33.one-six .more-video-item,
  .column .gap-33.one-seven .more-video-item,
  .column .gap-33.one-five .galleries-item,
  .column .gap-33.one-six .galleries-item,
  .column .gap-33.one-seven .galleries-item,
  .column .gap-33.one-five .socialstream-item,
  .column .gap-33.one-six .socialstream-item,
  .column .gap-33.one-seven .socialstream-item,
  .column .gap-33.one-five .control-group,
  .column .gap-33.one-six .control-group,
  .column .gap-33.one-seven .control-group,
  .column .gap-33.one-five .formly > *,
  .column .gap-33.one-six .formly > *,
  .column .gap-33.one-seven .formly > *,
  .column .gap-33.one-five.img-aside .more-items-item,
  .column .gap-33.one-six.img-aside .more-items-item,
  .column .gap-33.one-seven.img-aside .more-items-item,
  .column .gap-33.one-five.landing li,
  .column .gap-33.one-six.landing li,
  .column .gap-33.one-seven.landing li {
    width: calc(25% -  33px);
  }
  .column .gap-33:not(.full-width) .more-items-list,
  .column .gap-33:not(.full-width) .tabs-content {
    max-width: 1383px !important;
  }
  .column .gap-33:not(.full-width).tabs-col.slide-items-events {
    padding-left: 43.5px !important;
    padding-right: 43.5px !important;
  }
  .column .gap-33:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-33:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-33.tabs-col {
    padding-left: 60px !important;
    padding-right: 43.5px !important;
  }
  .widget-wrapper .gap-33 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-32 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .column .gap-32.img-aside.one-five .more-items-item,
  .column .gap-32.img-aside.one-six .more-items-item,
  .column .gap-32.img-aside.one-seven .more-items-item {
    width: calc(25% -  32px);
  }
  .column .gap-32.one-five .more-items-item,
  .column .gap-32.one-six .more-items-item,
  .column .gap-32.one-seven .more-items-item,
  .column .gap-32.one-five .more-video-item,
  .column .gap-32.one-six .more-video-item,
  .column .gap-32.one-seven .more-video-item,
  .column .gap-32.one-five .galleries-item,
  .column .gap-32.one-six .galleries-item,
  .column .gap-32.one-seven .galleries-item,
  .column .gap-32.one-five .socialstream-item,
  .column .gap-32.one-six .socialstream-item,
  .column .gap-32.one-seven .socialstream-item,
  .column .gap-32.one-five .control-group,
  .column .gap-32.one-six .control-group,
  .column .gap-32.one-seven .control-group,
  .column .gap-32.one-five .formly > *,
  .column .gap-32.one-six .formly > *,
  .column .gap-32.one-seven .formly > *,
  .column .gap-32.one-five.img-aside .more-items-item,
  .column .gap-32.one-six.img-aside .more-items-item,
  .column .gap-32.one-seven.img-aside .more-items-item,
  .column .gap-32.one-five.landing li,
  .column .gap-32.one-six.landing li,
  .column .gap-32.one-seven.landing li {
    width: calc(25% -  32px);
  }
  .column .gap-32:not(.full-width) .more-items-list,
  .column .gap-32:not(.full-width) .tabs-content {
    max-width: 1382px !important;
  }
  .column .gap-32:not(.full-width).tabs-col.slide-items-events {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .column .gap-32:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-32:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-32.tabs-col {
    padding-left: 60px !important;
    padding-right: 44px !important;
  }
  .widget-wrapper .gap-32 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-31 {
    padding-left: 44.5px !important;
    padding-right: 44.5px !important;
  }
  .column .gap-31.img-aside.one-five .more-items-item,
  .column .gap-31.img-aside.one-six .more-items-item,
  .column .gap-31.img-aside.one-seven .more-items-item {
    width: calc(25% -  31px);
  }
  .column .gap-31.one-five .more-items-item,
  .column .gap-31.one-six .more-items-item,
  .column .gap-31.one-seven .more-items-item,
  .column .gap-31.one-five .more-video-item,
  .column .gap-31.one-six .more-video-item,
  .column .gap-31.one-seven .more-video-item,
  .column .gap-31.one-five .galleries-item,
  .column .gap-31.one-six .galleries-item,
  .column .gap-31.one-seven .galleries-item,
  .column .gap-31.one-five .socialstream-item,
  .column .gap-31.one-six .socialstream-item,
  .column .gap-31.one-seven .socialstream-item,
  .column .gap-31.one-five .control-group,
  .column .gap-31.one-six .control-group,
  .column .gap-31.one-seven .control-group,
  .column .gap-31.one-five .formly > *,
  .column .gap-31.one-six .formly > *,
  .column .gap-31.one-seven .formly > *,
  .column .gap-31.one-five.img-aside .more-items-item,
  .column .gap-31.one-six.img-aside .more-items-item,
  .column .gap-31.one-seven.img-aside .more-items-item,
  .column .gap-31.one-five.landing li,
  .column .gap-31.one-six.landing li,
  .column .gap-31.one-seven.landing li {
    width: calc(25% -  31px);
  }
  .column .gap-31:not(.full-width) .more-items-list,
  .column .gap-31:not(.full-width) .tabs-content {
    max-width: 1381px !important;
  }
  .column .gap-31:not(.full-width).tabs-col.slide-items-events {
    padding-left: 44.5px !important;
    padding-right: 44.5px !important;
  }
  .column .gap-31:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-31:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-31.tabs-col {
    padding-left: 60px !important;
    padding-right: 44.5px !important;
  }
  .widget-wrapper .gap-31 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-30 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .column .gap-30.img-aside.one-five .more-items-item,
  .column .gap-30.img-aside.one-six .more-items-item,
  .column .gap-30.img-aside.one-seven .more-items-item {
    width: calc(25% -  30px);
  }
  .column .gap-30.one-five .more-items-item,
  .column .gap-30.one-six .more-items-item,
  .column .gap-30.one-seven .more-items-item,
  .column .gap-30.one-five .more-video-item,
  .column .gap-30.one-six .more-video-item,
  .column .gap-30.one-seven .more-video-item,
  .column .gap-30.one-five .galleries-item,
  .column .gap-30.one-six .galleries-item,
  .column .gap-30.one-seven .galleries-item,
  .column .gap-30.one-five .socialstream-item,
  .column .gap-30.one-six .socialstream-item,
  .column .gap-30.one-seven .socialstream-item,
  .column .gap-30.one-five .control-group,
  .column .gap-30.one-six .control-group,
  .column .gap-30.one-seven .control-group,
  .column .gap-30.one-five .formly > *,
  .column .gap-30.one-six .formly > *,
  .column .gap-30.one-seven .formly > *,
  .column .gap-30.one-five.img-aside .more-items-item,
  .column .gap-30.one-six.img-aside .more-items-item,
  .column .gap-30.one-seven.img-aside .more-items-item,
  .column .gap-30.one-five.landing li,
  .column .gap-30.one-six.landing li,
  .column .gap-30.one-seven.landing li {
    width: calc(25% -  30px);
  }
  .column .gap-30:not(.full-width) .more-items-list,
  .column .gap-30:not(.full-width) .tabs-content {
    max-width: 1380px !important;
  }
  .column .gap-30:not(.full-width).tabs-col.slide-items-events {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .column .gap-30:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-30:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-30.tabs-col {
    padding-left: 60px !important;
    padding-right: 45px !important;
  }
  .widget-wrapper .gap-30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-29 {
    padding-left: 45.5px !important;
    padding-right: 45.5px !important;
  }
  .column .gap-29.img-aside.one-five .more-items-item,
  .column .gap-29.img-aside.one-six .more-items-item,
  .column .gap-29.img-aside.one-seven .more-items-item {
    width: calc(25% -  29px);
  }
  .column .gap-29.one-five .more-items-item,
  .column .gap-29.one-six .more-items-item,
  .column .gap-29.one-seven .more-items-item,
  .column .gap-29.one-five .more-video-item,
  .column .gap-29.one-six .more-video-item,
  .column .gap-29.one-seven .more-video-item,
  .column .gap-29.one-five .galleries-item,
  .column .gap-29.one-six .galleries-item,
  .column .gap-29.one-seven .galleries-item,
  .column .gap-29.one-five .socialstream-item,
  .column .gap-29.one-six .socialstream-item,
  .column .gap-29.one-seven .socialstream-item,
  .column .gap-29.one-five .control-group,
  .column .gap-29.one-six .control-group,
  .column .gap-29.one-seven .control-group,
  .column .gap-29.one-five .formly > *,
  .column .gap-29.one-six .formly > *,
  .column .gap-29.one-seven .formly > *,
  .column .gap-29.one-five.img-aside .more-items-item,
  .column .gap-29.one-six.img-aside .more-items-item,
  .column .gap-29.one-seven.img-aside .more-items-item,
  .column .gap-29.one-five.landing li,
  .column .gap-29.one-six.landing li,
  .column .gap-29.one-seven.landing li {
    width: calc(25% -  29px);
  }
  .column .gap-29:not(.full-width) .more-items-list,
  .column .gap-29:not(.full-width) .tabs-content {
    max-width: 1379px !important;
  }
  .column .gap-29:not(.full-width).tabs-col.slide-items-events {
    padding-left: 45.5px !important;
    padding-right: 45.5px !important;
  }
  .column .gap-29:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-29:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-29.tabs-col {
    padding-left: 60px !important;
    padding-right: 45.5px !important;
  }
  .widget-wrapper .gap-29 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-28 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .column .gap-28.img-aside.one-five .more-items-item,
  .column .gap-28.img-aside.one-six .more-items-item,
  .column .gap-28.img-aside.one-seven .more-items-item {
    width: calc(25% -  28px);
  }
  .column .gap-28.one-five .more-items-item,
  .column .gap-28.one-six .more-items-item,
  .column .gap-28.one-seven .more-items-item,
  .column .gap-28.one-five .more-video-item,
  .column .gap-28.one-six .more-video-item,
  .column .gap-28.one-seven .more-video-item,
  .column .gap-28.one-five .galleries-item,
  .column .gap-28.one-six .galleries-item,
  .column .gap-28.one-seven .galleries-item,
  .column .gap-28.one-five .socialstream-item,
  .column .gap-28.one-six .socialstream-item,
  .column .gap-28.one-seven .socialstream-item,
  .column .gap-28.one-five .control-group,
  .column .gap-28.one-six .control-group,
  .column .gap-28.one-seven .control-group,
  .column .gap-28.one-five .formly > *,
  .column .gap-28.one-six .formly > *,
  .column .gap-28.one-seven .formly > *,
  .column .gap-28.one-five.img-aside .more-items-item,
  .column .gap-28.one-six.img-aside .more-items-item,
  .column .gap-28.one-seven.img-aside .more-items-item,
  .column .gap-28.one-five.landing li,
  .column .gap-28.one-six.landing li,
  .column .gap-28.one-seven.landing li {
    width: calc(25% -  28px);
  }
  .column .gap-28:not(.full-width) .more-items-list,
  .column .gap-28:not(.full-width) .tabs-content {
    max-width: 1378px !important;
  }
  .column .gap-28:not(.full-width).tabs-col.slide-items-events {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .column .gap-28:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-28:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-28.tabs-col {
    padding-left: 60px !important;
    padding-right: 46px !important;
  }
  .widget-wrapper .gap-28 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-27 {
    padding-left: 46.5px !important;
    padding-right: 46.5px !important;
  }
  .column .gap-27.img-aside.one-five .more-items-item,
  .column .gap-27.img-aside.one-six .more-items-item,
  .column .gap-27.img-aside.one-seven .more-items-item {
    width: calc(25% -  27px);
  }
  .column .gap-27.one-five .more-items-item,
  .column .gap-27.one-six .more-items-item,
  .column .gap-27.one-seven .more-items-item,
  .column .gap-27.one-five .more-video-item,
  .column .gap-27.one-six .more-video-item,
  .column .gap-27.one-seven .more-video-item,
  .column .gap-27.one-five .galleries-item,
  .column .gap-27.one-six .galleries-item,
  .column .gap-27.one-seven .galleries-item,
  .column .gap-27.one-five .socialstream-item,
  .column .gap-27.one-six .socialstream-item,
  .column .gap-27.one-seven .socialstream-item,
  .column .gap-27.one-five .control-group,
  .column .gap-27.one-six .control-group,
  .column .gap-27.one-seven .control-group,
  .column .gap-27.one-five .formly > *,
  .column .gap-27.one-six .formly > *,
  .column .gap-27.one-seven .formly > *,
  .column .gap-27.one-five.img-aside .more-items-item,
  .column .gap-27.one-six.img-aside .more-items-item,
  .column .gap-27.one-seven.img-aside .more-items-item,
  .column .gap-27.one-five.landing li,
  .column .gap-27.one-six.landing li,
  .column .gap-27.one-seven.landing li {
    width: calc(25% -  27px);
  }
  .column .gap-27:not(.full-width) .more-items-list,
  .column .gap-27:not(.full-width) .tabs-content {
    max-width: 1377px !important;
  }
  .column .gap-27:not(.full-width).tabs-col.slide-items-events {
    padding-left: 46.5px !important;
    padding-right: 46.5px !important;
  }
  .column .gap-27:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-27:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-27.tabs-col {
    padding-left: 60px !important;
    padding-right: 46.5px !important;
  }
  .widget-wrapper .gap-27 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-26 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .column .gap-26.img-aside.one-five .more-items-item,
  .column .gap-26.img-aside.one-six .more-items-item,
  .column .gap-26.img-aside.one-seven .more-items-item {
    width: calc(25% -  26px);
  }
  .column .gap-26.one-five .more-items-item,
  .column .gap-26.one-six .more-items-item,
  .column .gap-26.one-seven .more-items-item,
  .column .gap-26.one-five .more-video-item,
  .column .gap-26.one-six .more-video-item,
  .column .gap-26.one-seven .more-video-item,
  .column .gap-26.one-five .galleries-item,
  .column .gap-26.one-six .galleries-item,
  .column .gap-26.one-seven .galleries-item,
  .column .gap-26.one-five .socialstream-item,
  .column .gap-26.one-six .socialstream-item,
  .column .gap-26.one-seven .socialstream-item,
  .column .gap-26.one-five .control-group,
  .column .gap-26.one-six .control-group,
  .column .gap-26.one-seven .control-group,
  .column .gap-26.one-five .formly > *,
  .column .gap-26.one-six .formly > *,
  .column .gap-26.one-seven .formly > *,
  .column .gap-26.one-five.img-aside .more-items-item,
  .column .gap-26.one-six.img-aside .more-items-item,
  .column .gap-26.one-seven.img-aside .more-items-item,
  .column .gap-26.one-five.landing li,
  .column .gap-26.one-six.landing li,
  .column .gap-26.one-seven.landing li {
    width: calc(25% -  26px);
  }
  .column .gap-26:not(.full-width) .more-items-list,
  .column .gap-26:not(.full-width) .tabs-content {
    max-width: 1376px !important;
  }
  .column .gap-26:not(.full-width).tabs-col.slide-items-events {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .column .gap-26:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-26:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-26.tabs-col {
    padding-left: 60px !important;
    padding-right: 47px !important;
  }
  .widget-wrapper .gap-26 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-25 {
    padding-left: 47.5px !important;
    padding-right: 47.5px !important;
  }
  .column .gap-25.img-aside.one-five .more-items-item,
  .column .gap-25.img-aside.one-six .more-items-item,
  .column .gap-25.img-aside.one-seven .more-items-item {
    width: calc(25% -  25px);
  }
  .column .gap-25.one-five .more-items-item,
  .column .gap-25.one-six .more-items-item,
  .column .gap-25.one-seven .more-items-item,
  .column .gap-25.one-five .more-video-item,
  .column .gap-25.one-six .more-video-item,
  .column .gap-25.one-seven .more-video-item,
  .column .gap-25.one-five .galleries-item,
  .column .gap-25.one-six .galleries-item,
  .column .gap-25.one-seven .galleries-item,
  .column .gap-25.one-five .socialstream-item,
  .column .gap-25.one-six .socialstream-item,
  .column .gap-25.one-seven .socialstream-item,
  .column .gap-25.one-five .control-group,
  .column .gap-25.one-six .control-group,
  .column .gap-25.one-seven .control-group,
  .column .gap-25.one-five .formly > *,
  .column .gap-25.one-six .formly > *,
  .column .gap-25.one-seven .formly > *,
  .column .gap-25.one-five.img-aside .more-items-item,
  .column .gap-25.one-six.img-aside .more-items-item,
  .column .gap-25.one-seven.img-aside .more-items-item,
  .column .gap-25.one-five.landing li,
  .column .gap-25.one-six.landing li,
  .column .gap-25.one-seven.landing li {
    width: calc(25% -  25px);
  }
  .column .gap-25:not(.full-width) .more-items-list,
  .column .gap-25:not(.full-width) .tabs-content {
    max-width: 1375px !important;
  }
  .column .gap-25:not(.full-width).tabs-col.slide-items-events {
    padding-left: 47.5px !important;
    padding-right: 47.5px !important;
  }
  .column .gap-25:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-25:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-25.tabs-col {
    padding-left: 60px !important;
    padding-right: 47.5px !important;
  }
  .widget-wrapper .gap-25 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-24 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .column .gap-24.img-aside.one-five .more-items-item,
  .column .gap-24.img-aside.one-six .more-items-item,
  .column .gap-24.img-aside.one-seven .more-items-item {
    width: calc(25% -  24px);
  }
  .column .gap-24.one-five .more-items-item,
  .column .gap-24.one-six .more-items-item,
  .column .gap-24.one-seven .more-items-item,
  .column .gap-24.one-five .more-video-item,
  .column .gap-24.one-six .more-video-item,
  .column .gap-24.one-seven .more-video-item,
  .column .gap-24.one-five .galleries-item,
  .column .gap-24.one-six .galleries-item,
  .column .gap-24.one-seven .galleries-item,
  .column .gap-24.one-five .socialstream-item,
  .column .gap-24.one-six .socialstream-item,
  .column .gap-24.one-seven .socialstream-item,
  .column .gap-24.one-five .control-group,
  .column .gap-24.one-six .control-group,
  .column .gap-24.one-seven .control-group,
  .column .gap-24.one-five .formly > *,
  .column .gap-24.one-six .formly > *,
  .column .gap-24.one-seven .formly > *,
  .column .gap-24.one-five.img-aside .more-items-item,
  .column .gap-24.one-six.img-aside .more-items-item,
  .column .gap-24.one-seven.img-aside .more-items-item,
  .column .gap-24.one-five.landing li,
  .column .gap-24.one-six.landing li,
  .column .gap-24.one-seven.landing li {
    width: calc(25% -  24px);
  }
  .column .gap-24:not(.full-width) .more-items-list,
  .column .gap-24:not(.full-width) .tabs-content {
    max-width: 1374px !important;
  }
  .column .gap-24:not(.full-width).tabs-col.slide-items-events {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .column .gap-24:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-24:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-24.tabs-col {
    padding-left: 60px !important;
    padding-right: 48px !important;
  }
  .widget-wrapper .gap-24 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-23 {
    padding-left: 48.5px !important;
    padding-right: 48.5px !important;
  }
  .column .gap-23.img-aside.one-five .more-items-item,
  .column .gap-23.img-aside.one-six .more-items-item,
  .column .gap-23.img-aside.one-seven .more-items-item {
    width: calc(25% -  23px);
  }
  .column .gap-23.one-five .more-items-item,
  .column .gap-23.one-six .more-items-item,
  .column .gap-23.one-seven .more-items-item,
  .column .gap-23.one-five .more-video-item,
  .column .gap-23.one-six .more-video-item,
  .column .gap-23.one-seven .more-video-item,
  .column .gap-23.one-five .galleries-item,
  .column .gap-23.one-six .galleries-item,
  .column .gap-23.one-seven .galleries-item,
  .column .gap-23.one-five .socialstream-item,
  .column .gap-23.one-six .socialstream-item,
  .column .gap-23.one-seven .socialstream-item,
  .column .gap-23.one-five .control-group,
  .column .gap-23.one-six .control-group,
  .column .gap-23.one-seven .control-group,
  .column .gap-23.one-five .formly > *,
  .column .gap-23.one-six .formly > *,
  .column .gap-23.one-seven .formly > *,
  .column .gap-23.one-five.img-aside .more-items-item,
  .column .gap-23.one-six.img-aside .more-items-item,
  .column .gap-23.one-seven.img-aside .more-items-item,
  .column .gap-23.one-five.landing li,
  .column .gap-23.one-six.landing li,
  .column .gap-23.one-seven.landing li {
    width: calc(25% -  23px);
  }
  .column .gap-23:not(.full-width) .more-items-list,
  .column .gap-23:not(.full-width) .tabs-content {
    max-width: 1373px !important;
  }
  .column .gap-23:not(.full-width).tabs-col.slide-items-events {
    padding-left: 48.5px !important;
    padding-right: 48.5px !important;
  }
  .column .gap-23:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-23:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-23.tabs-col {
    padding-left: 60px !important;
    padding-right: 48.5px !important;
  }
  .widget-wrapper .gap-23 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-22 {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .column .gap-22.img-aside.one-five .more-items-item,
  .column .gap-22.img-aside.one-six .more-items-item,
  .column .gap-22.img-aside.one-seven .more-items-item {
    width: calc(25% -  22px);
  }
  .column .gap-22.one-five .more-items-item,
  .column .gap-22.one-six .more-items-item,
  .column .gap-22.one-seven .more-items-item,
  .column .gap-22.one-five .more-video-item,
  .column .gap-22.one-six .more-video-item,
  .column .gap-22.one-seven .more-video-item,
  .column .gap-22.one-five .galleries-item,
  .column .gap-22.one-six .galleries-item,
  .column .gap-22.one-seven .galleries-item,
  .column .gap-22.one-five .socialstream-item,
  .column .gap-22.one-six .socialstream-item,
  .column .gap-22.one-seven .socialstream-item,
  .column .gap-22.one-five .control-group,
  .column .gap-22.one-six .control-group,
  .column .gap-22.one-seven .control-group,
  .column .gap-22.one-five .formly > *,
  .column .gap-22.one-six .formly > *,
  .column .gap-22.one-seven .formly > *,
  .column .gap-22.one-five.img-aside .more-items-item,
  .column .gap-22.one-six.img-aside .more-items-item,
  .column .gap-22.one-seven.img-aside .more-items-item,
  .column .gap-22.one-five.landing li,
  .column .gap-22.one-six.landing li,
  .column .gap-22.one-seven.landing li {
    width: calc(25% -  22px);
  }
  .column .gap-22:not(.full-width) .more-items-list,
  .column .gap-22:not(.full-width) .tabs-content {
    max-width: 1372px !important;
  }
  .column .gap-22:not(.full-width).tabs-col.slide-items-events {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
  .column .gap-22:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-22:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-22.tabs-col {
    padding-left: 60px !important;
    padding-right: 49px !important;
  }
  .widget-wrapper .gap-22 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-21 {
    padding-left: 49.5px !important;
    padding-right: 49.5px !important;
  }
  .column .gap-21.img-aside.one-five .more-items-item,
  .column .gap-21.img-aside.one-six .more-items-item,
  .column .gap-21.img-aside.one-seven .more-items-item {
    width: calc(25% -  21px);
  }
  .column .gap-21.one-five .more-items-item,
  .column .gap-21.one-six .more-items-item,
  .column .gap-21.one-seven .more-items-item,
  .column .gap-21.one-five .more-video-item,
  .column .gap-21.one-six .more-video-item,
  .column .gap-21.one-seven .more-video-item,
  .column .gap-21.one-five .galleries-item,
  .column .gap-21.one-six .galleries-item,
  .column .gap-21.one-seven .galleries-item,
  .column .gap-21.one-five .socialstream-item,
  .column .gap-21.one-six .socialstream-item,
  .column .gap-21.one-seven .socialstream-item,
  .column .gap-21.one-five .control-group,
  .column .gap-21.one-six .control-group,
  .column .gap-21.one-seven .control-group,
  .column .gap-21.one-five .formly > *,
  .column .gap-21.one-six .formly > *,
  .column .gap-21.one-seven .formly > *,
  .column .gap-21.one-five.img-aside .more-items-item,
  .column .gap-21.one-six.img-aside .more-items-item,
  .column .gap-21.one-seven.img-aside .more-items-item,
  .column .gap-21.one-five.landing li,
  .column .gap-21.one-six.landing li,
  .column .gap-21.one-seven.landing li {
    width: calc(25% -  21px);
  }
  .column .gap-21:not(.full-width) .more-items-list,
  .column .gap-21:not(.full-width) .tabs-content {
    max-width: 1371px !important;
  }
  .column .gap-21:not(.full-width).tabs-col.slide-items-events {
    padding-left: 49.5px !important;
    padding-right: 49.5px !important;
  }
  .column .gap-21:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-21:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-21.tabs-col {
    padding-left: 60px !important;
    padding-right: 49.5px !important;
  }
  .widget-wrapper .gap-21 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-20 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .column .gap-20.img-aside.one-five .more-items-item,
  .column .gap-20.img-aside.one-six .more-items-item,
  .column .gap-20.img-aside.one-seven .more-items-item {
    width: calc(25% -  20px);
  }
  .column .gap-20.one-five .more-items-item,
  .column .gap-20.one-six .more-items-item,
  .column .gap-20.one-seven .more-items-item,
  .column .gap-20.one-five .more-video-item,
  .column .gap-20.one-six .more-video-item,
  .column .gap-20.one-seven .more-video-item,
  .column .gap-20.one-five .galleries-item,
  .column .gap-20.one-six .galleries-item,
  .column .gap-20.one-seven .galleries-item,
  .column .gap-20.one-five .socialstream-item,
  .column .gap-20.one-six .socialstream-item,
  .column .gap-20.one-seven .socialstream-item,
  .column .gap-20.one-five .control-group,
  .column .gap-20.one-six .control-group,
  .column .gap-20.one-seven .control-group,
  .column .gap-20.one-five .formly > *,
  .column .gap-20.one-six .formly > *,
  .column .gap-20.one-seven .formly > *,
  .column .gap-20.one-five.img-aside .more-items-item,
  .column .gap-20.one-six.img-aside .more-items-item,
  .column .gap-20.one-seven.img-aside .more-items-item,
  .column .gap-20.one-five.landing li,
  .column .gap-20.one-six.landing li,
  .column .gap-20.one-seven.landing li {
    width: calc(25% -  20px);
  }
  .column .gap-20:not(.full-width) .more-items-list,
  .column .gap-20:not(.full-width) .tabs-content {
    max-width: 1370px !important;
  }
  .column .gap-20:not(.full-width).tabs-col.slide-items-events {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .column .gap-20:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-20:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-20.tabs-col {
    padding-left: 60px !important;
    padding-right: 50px !important;
  }
  .widget-wrapper .gap-20 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-19 {
    padding-left: 50.5px !important;
    padding-right: 50.5px !important;
  }
  .column .gap-19.img-aside.one-five .more-items-item,
  .column .gap-19.img-aside.one-six .more-items-item,
  .column .gap-19.img-aside.one-seven .more-items-item {
    width: calc(25% -  19px);
  }
  .column .gap-19.one-five .more-items-item,
  .column .gap-19.one-six .more-items-item,
  .column .gap-19.one-seven .more-items-item,
  .column .gap-19.one-five .more-video-item,
  .column .gap-19.one-six .more-video-item,
  .column .gap-19.one-seven .more-video-item,
  .column .gap-19.one-five .galleries-item,
  .column .gap-19.one-six .galleries-item,
  .column .gap-19.one-seven .galleries-item,
  .column .gap-19.one-five .socialstream-item,
  .column .gap-19.one-six .socialstream-item,
  .column .gap-19.one-seven .socialstream-item,
  .column .gap-19.one-five .control-group,
  .column .gap-19.one-six .control-group,
  .column .gap-19.one-seven .control-group,
  .column .gap-19.one-five .formly > *,
  .column .gap-19.one-six .formly > *,
  .column .gap-19.one-seven .formly > *,
  .column .gap-19.one-five.img-aside .more-items-item,
  .column .gap-19.one-six.img-aside .more-items-item,
  .column .gap-19.one-seven.img-aside .more-items-item,
  .column .gap-19.one-five.landing li,
  .column .gap-19.one-six.landing li,
  .column .gap-19.one-seven.landing li {
    width: calc(25% -  19px);
  }
  .column .gap-19:not(.full-width) .more-items-list,
  .column .gap-19:not(.full-width) .tabs-content {
    max-width: 1369px !important;
  }
  .column .gap-19:not(.full-width).tabs-col.slide-items-events {
    padding-left: 50.5px !important;
    padding-right: 50.5px !important;
  }
  .column .gap-19:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-19:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-19.tabs-col {
    padding-left: 60px !important;
    padding-right: 50.5px !important;
  }
  .widget-wrapper .gap-19 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-18 {
    padding-left: 51px !important;
    padding-right: 51px !important;
  }
  .column .gap-18.img-aside.one-five .more-items-item,
  .column .gap-18.img-aside.one-six .more-items-item,
  .column .gap-18.img-aside.one-seven .more-items-item {
    width: calc(25% -  18px);
  }
  .column .gap-18.one-five .more-items-item,
  .column .gap-18.one-six .more-items-item,
  .column .gap-18.one-seven .more-items-item,
  .column .gap-18.one-five .more-video-item,
  .column .gap-18.one-six .more-video-item,
  .column .gap-18.one-seven .more-video-item,
  .column .gap-18.one-five .galleries-item,
  .column .gap-18.one-six .galleries-item,
  .column .gap-18.one-seven .galleries-item,
  .column .gap-18.one-five .socialstream-item,
  .column .gap-18.one-six .socialstream-item,
  .column .gap-18.one-seven .socialstream-item,
  .column .gap-18.one-five .control-group,
  .column .gap-18.one-six .control-group,
  .column .gap-18.one-seven .control-group,
  .column .gap-18.one-five .formly > *,
  .column .gap-18.one-six .formly > *,
  .column .gap-18.one-seven .formly > *,
  .column .gap-18.one-five.img-aside .more-items-item,
  .column .gap-18.one-six.img-aside .more-items-item,
  .column .gap-18.one-seven.img-aside .more-items-item,
  .column .gap-18.one-five.landing li,
  .column .gap-18.one-six.landing li,
  .column .gap-18.one-seven.landing li {
    width: calc(25% -  18px);
  }
  .column .gap-18:not(.full-width) .more-items-list,
  .column .gap-18:not(.full-width) .tabs-content {
    max-width: 1368px !important;
  }
  .column .gap-18:not(.full-width).tabs-col.slide-items-events {
    padding-left: 51px !important;
    padding-right: 51px !important;
  }
  .column .gap-18:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-18:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-18.tabs-col {
    padding-left: 60px !important;
    padding-right: 51px !important;
  }
  .widget-wrapper .gap-18 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-17 {
    padding-left: 51.5px !important;
    padding-right: 51.5px !important;
  }
  .column .gap-17.img-aside.one-five .more-items-item,
  .column .gap-17.img-aside.one-six .more-items-item,
  .column .gap-17.img-aside.one-seven .more-items-item {
    width: calc(25% -  17px);
  }
  .column .gap-17.one-five .more-items-item,
  .column .gap-17.one-six .more-items-item,
  .column .gap-17.one-seven .more-items-item,
  .column .gap-17.one-five .more-video-item,
  .column .gap-17.one-six .more-video-item,
  .column .gap-17.one-seven .more-video-item,
  .column .gap-17.one-five .galleries-item,
  .column .gap-17.one-six .galleries-item,
  .column .gap-17.one-seven .galleries-item,
  .column .gap-17.one-five .socialstream-item,
  .column .gap-17.one-six .socialstream-item,
  .column .gap-17.one-seven .socialstream-item,
  .column .gap-17.one-five .control-group,
  .column .gap-17.one-six .control-group,
  .column .gap-17.one-seven .control-group,
  .column .gap-17.one-five .formly > *,
  .column .gap-17.one-six .formly > *,
  .column .gap-17.one-seven .formly > *,
  .column .gap-17.one-five.img-aside .more-items-item,
  .column .gap-17.one-six.img-aside .more-items-item,
  .column .gap-17.one-seven.img-aside .more-items-item,
  .column .gap-17.one-five.landing li,
  .column .gap-17.one-six.landing li,
  .column .gap-17.one-seven.landing li {
    width: calc(25% -  17px);
  }
  .column .gap-17:not(.full-width) .more-items-list,
  .column .gap-17:not(.full-width) .tabs-content {
    max-width: 1367px !important;
  }
  .column .gap-17:not(.full-width).tabs-col.slide-items-events {
    padding-left: 51.5px !important;
    padding-right: 51.5px !important;
  }
  .column .gap-17:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-17:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-17.tabs-col {
    padding-left: 60px !important;
    padding-right: 51.5px !important;
  }
  .widget-wrapper .gap-17 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-16 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .column .gap-16.img-aside.one-five .more-items-item,
  .column .gap-16.img-aside.one-six .more-items-item,
  .column .gap-16.img-aside.one-seven .more-items-item {
    width: calc(25% -  16px);
  }
  .column .gap-16.one-five .more-items-item,
  .column .gap-16.one-six .more-items-item,
  .column .gap-16.one-seven .more-items-item,
  .column .gap-16.one-five .more-video-item,
  .column .gap-16.one-six .more-video-item,
  .column .gap-16.one-seven .more-video-item,
  .column .gap-16.one-five .galleries-item,
  .column .gap-16.one-six .galleries-item,
  .column .gap-16.one-seven .galleries-item,
  .column .gap-16.one-five .socialstream-item,
  .column .gap-16.one-six .socialstream-item,
  .column .gap-16.one-seven .socialstream-item,
  .column .gap-16.one-five .control-group,
  .column .gap-16.one-six .control-group,
  .column .gap-16.one-seven .control-group,
  .column .gap-16.one-five .formly > *,
  .column .gap-16.one-six .formly > *,
  .column .gap-16.one-seven .formly > *,
  .column .gap-16.one-five.img-aside .more-items-item,
  .column .gap-16.one-six.img-aside .more-items-item,
  .column .gap-16.one-seven.img-aside .more-items-item,
  .column .gap-16.one-five.landing li,
  .column .gap-16.one-six.landing li,
  .column .gap-16.one-seven.landing li {
    width: calc(25% -  16px);
  }
  .column .gap-16:not(.full-width) .more-items-list,
  .column .gap-16:not(.full-width) .tabs-content {
    max-width: 1366px !important;
  }
  .column .gap-16:not(.full-width).tabs-col.slide-items-events {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .column .gap-16:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-16:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-16.tabs-col {
    padding-left: 60px !important;
    padding-right: 52px !important;
  }
  .widget-wrapper .gap-16 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-15 {
    padding-left: 52.5px !important;
    padding-right: 52.5px !important;
  }
  .column .gap-15.img-aside.one-five .more-items-item,
  .column .gap-15.img-aside.one-six .more-items-item,
  .column .gap-15.img-aside.one-seven .more-items-item {
    width: calc(25% -  15px);
  }
  .column .gap-15.one-five .more-items-item,
  .column .gap-15.one-six .more-items-item,
  .column .gap-15.one-seven .more-items-item,
  .column .gap-15.one-five .more-video-item,
  .column .gap-15.one-six .more-video-item,
  .column .gap-15.one-seven .more-video-item,
  .column .gap-15.one-five .galleries-item,
  .column .gap-15.one-six .galleries-item,
  .column .gap-15.one-seven .galleries-item,
  .column .gap-15.one-five .socialstream-item,
  .column .gap-15.one-six .socialstream-item,
  .column .gap-15.one-seven .socialstream-item,
  .column .gap-15.one-five .control-group,
  .column .gap-15.one-six .control-group,
  .column .gap-15.one-seven .control-group,
  .column .gap-15.one-five .formly > *,
  .column .gap-15.one-six .formly > *,
  .column .gap-15.one-seven .formly > *,
  .column .gap-15.one-five.img-aside .more-items-item,
  .column .gap-15.one-six.img-aside .more-items-item,
  .column .gap-15.one-seven.img-aside .more-items-item,
  .column .gap-15.one-five.landing li,
  .column .gap-15.one-six.landing li,
  .column .gap-15.one-seven.landing li {
    width: calc(25% -  15px);
  }
  .column .gap-15:not(.full-width) .more-items-list,
  .column .gap-15:not(.full-width) .tabs-content {
    max-width: 1365px !important;
  }
  .column .gap-15:not(.full-width).tabs-col.slide-items-events {
    padding-left: 52.5px !important;
    padding-right: 52.5px !important;
  }
  .column .gap-15:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-15:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-15.tabs-col {
    padding-left: 60px !important;
    padding-right: 52.5px !important;
  }
  .widget-wrapper .gap-15 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-14 {
    padding-left: 53px !important;
    padding-right: 53px !important;
  }
  .column .gap-14.img-aside.one-five .more-items-item,
  .column .gap-14.img-aside.one-six .more-items-item,
  .column .gap-14.img-aside.one-seven .more-items-item {
    width: calc(25% -  14px);
  }
  .column .gap-14.one-five .more-items-item,
  .column .gap-14.one-six .more-items-item,
  .column .gap-14.one-seven .more-items-item,
  .column .gap-14.one-five .more-video-item,
  .column .gap-14.one-six .more-video-item,
  .column .gap-14.one-seven .more-video-item,
  .column .gap-14.one-five .galleries-item,
  .column .gap-14.one-six .galleries-item,
  .column .gap-14.one-seven .galleries-item,
  .column .gap-14.one-five .socialstream-item,
  .column .gap-14.one-six .socialstream-item,
  .column .gap-14.one-seven .socialstream-item,
  .column .gap-14.one-five .control-group,
  .column .gap-14.one-six .control-group,
  .column .gap-14.one-seven .control-group,
  .column .gap-14.one-five .formly > *,
  .column .gap-14.one-six .formly > *,
  .column .gap-14.one-seven .formly > *,
  .column .gap-14.one-five.img-aside .more-items-item,
  .column .gap-14.one-six.img-aside .more-items-item,
  .column .gap-14.one-seven.img-aside .more-items-item,
  .column .gap-14.one-five.landing li,
  .column .gap-14.one-six.landing li,
  .column .gap-14.one-seven.landing li {
    width: calc(25% -  14px);
  }
  .column .gap-14:not(.full-width) .more-items-list,
  .column .gap-14:not(.full-width) .tabs-content {
    max-width: 1364px !important;
  }
  .column .gap-14:not(.full-width).tabs-col.slide-items-events {
    padding-left: 53px !important;
    padding-right: 53px !important;
  }
  .column .gap-14:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-14:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-14.tabs-col {
    padding-left: 60px !important;
    padding-right: 53px !important;
  }
  .widget-wrapper .gap-14 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-13 {
    padding-left: 53.5px !important;
    padding-right: 53.5px !important;
  }
  .column .gap-13.img-aside.one-five .more-items-item,
  .column .gap-13.img-aside.one-six .more-items-item,
  .column .gap-13.img-aside.one-seven .more-items-item {
    width: calc(25% -  13px);
  }
  .column .gap-13.one-five .more-items-item,
  .column .gap-13.one-six .more-items-item,
  .column .gap-13.one-seven .more-items-item,
  .column .gap-13.one-five .more-video-item,
  .column .gap-13.one-six .more-video-item,
  .column .gap-13.one-seven .more-video-item,
  .column .gap-13.one-five .galleries-item,
  .column .gap-13.one-six .galleries-item,
  .column .gap-13.one-seven .galleries-item,
  .column .gap-13.one-five .socialstream-item,
  .column .gap-13.one-six .socialstream-item,
  .column .gap-13.one-seven .socialstream-item,
  .column .gap-13.one-five .control-group,
  .column .gap-13.one-six .control-group,
  .column .gap-13.one-seven .control-group,
  .column .gap-13.one-five .formly > *,
  .column .gap-13.one-six .formly > *,
  .column .gap-13.one-seven .formly > *,
  .column .gap-13.one-five.img-aside .more-items-item,
  .column .gap-13.one-six.img-aside .more-items-item,
  .column .gap-13.one-seven.img-aside .more-items-item,
  .column .gap-13.one-five.landing li,
  .column .gap-13.one-six.landing li,
  .column .gap-13.one-seven.landing li {
    width: calc(25% -  13px);
  }
  .column .gap-13:not(.full-width) .more-items-list,
  .column .gap-13:not(.full-width) .tabs-content {
    max-width: 1363px !important;
  }
  .column .gap-13:not(.full-width).tabs-col.slide-items-events {
    padding-left: 53.5px !important;
    padding-right: 53.5px !important;
  }
  .column .gap-13:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-13:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-13.tabs-col {
    padding-left: 60px !important;
    padding-right: 53.5px !important;
  }
  .widget-wrapper .gap-13 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-12 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
  .column .gap-12.img-aside.one-five .more-items-item,
  .column .gap-12.img-aside.one-six .more-items-item,
  .column .gap-12.img-aside.one-seven .more-items-item {
    width: calc(25% -  12px);
  }
  .column .gap-12.one-five .more-items-item,
  .column .gap-12.one-six .more-items-item,
  .column .gap-12.one-seven .more-items-item,
  .column .gap-12.one-five .more-video-item,
  .column .gap-12.one-six .more-video-item,
  .column .gap-12.one-seven .more-video-item,
  .column .gap-12.one-five .galleries-item,
  .column .gap-12.one-six .galleries-item,
  .column .gap-12.one-seven .galleries-item,
  .column .gap-12.one-five .socialstream-item,
  .column .gap-12.one-six .socialstream-item,
  .column .gap-12.one-seven .socialstream-item,
  .column .gap-12.one-five .control-group,
  .column .gap-12.one-six .control-group,
  .column .gap-12.one-seven .control-group,
  .column .gap-12.one-five .formly > *,
  .column .gap-12.one-six .formly > *,
  .column .gap-12.one-seven .formly > *,
  .column .gap-12.one-five.img-aside .more-items-item,
  .column .gap-12.one-six.img-aside .more-items-item,
  .column .gap-12.one-seven.img-aside .more-items-item,
  .column .gap-12.one-five.landing li,
  .column .gap-12.one-six.landing li,
  .column .gap-12.one-seven.landing li {
    width: calc(25% -  12px);
  }
  .column .gap-12:not(.full-width) .more-items-list,
  .column .gap-12:not(.full-width) .tabs-content {
    max-width: 1362px !important;
  }
  .column .gap-12:not(.full-width).tabs-col.slide-items-events {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
  .column .gap-12:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-12:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-12.tabs-col {
    padding-left: 60px !important;
    padding-right: 54px !important;
  }
  .widget-wrapper .gap-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-11 {
    padding-left: 54.5px !important;
    padding-right: 54.5px !important;
  }
  .column .gap-11.img-aside.one-five .more-items-item,
  .column .gap-11.img-aside.one-six .more-items-item,
  .column .gap-11.img-aside.one-seven .more-items-item {
    width: calc(25% -  11px);
  }
  .column .gap-11.one-five .more-items-item,
  .column .gap-11.one-six .more-items-item,
  .column .gap-11.one-seven .more-items-item,
  .column .gap-11.one-five .more-video-item,
  .column .gap-11.one-six .more-video-item,
  .column .gap-11.one-seven .more-video-item,
  .column .gap-11.one-five .galleries-item,
  .column .gap-11.one-six .galleries-item,
  .column .gap-11.one-seven .galleries-item,
  .column .gap-11.one-five .socialstream-item,
  .column .gap-11.one-six .socialstream-item,
  .column .gap-11.one-seven .socialstream-item,
  .column .gap-11.one-five .control-group,
  .column .gap-11.one-six .control-group,
  .column .gap-11.one-seven .control-group,
  .column .gap-11.one-five .formly > *,
  .column .gap-11.one-six .formly > *,
  .column .gap-11.one-seven .formly > *,
  .column .gap-11.one-five.img-aside .more-items-item,
  .column .gap-11.one-six.img-aside .more-items-item,
  .column .gap-11.one-seven.img-aside .more-items-item,
  .column .gap-11.one-five.landing li,
  .column .gap-11.one-six.landing li,
  .column .gap-11.one-seven.landing li {
    width: calc(25% -  11px);
  }
  .column .gap-11:not(.full-width) .more-items-list,
  .column .gap-11:not(.full-width) .tabs-content {
    max-width: 1361px !important;
  }
  .column .gap-11:not(.full-width).tabs-col.slide-items-events {
    padding-left: 54.5px !important;
    padding-right: 54.5px !important;
  }
  .column .gap-11:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-11:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-11.tabs-col {
    padding-left: 60px !important;
    padding-right: 54.5px !important;
  }
  .widget-wrapper .gap-11 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-10 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .column .gap-10.img-aside.one-five .more-items-item,
  .column .gap-10.img-aside.one-six .more-items-item,
  .column .gap-10.img-aside.one-seven .more-items-item {
    width: calc(25% -  10px);
  }
  .column .gap-10.one-five .more-items-item,
  .column .gap-10.one-six .more-items-item,
  .column .gap-10.one-seven .more-items-item,
  .column .gap-10.one-five .more-video-item,
  .column .gap-10.one-six .more-video-item,
  .column .gap-10.one-seven .more-video-item,
  .column .gap-10.one-five .galleries-item,
  .column .gap-10.one-six .galleries-item,
  .column .gap-10.one-seven .galleries-item,
  .column .gap-10.one-five .socialstream-item,
  .column .gap-10.one-six .socialstream-item,
  .column .gap-10.one-seven .socialstream-item,
  .column .gap-10.one-five .control-group,
  .column .gap-10.one-six .control-group,
  .column .gap-10.one-seven .control-group,
  .column .gap-10.one-five .formly > *,
  .column .gap-10.one-six .formly > *,
  .column .gap-10.one-seven .formly > *,
  .column .gap-10.one-five.img-aside .more-items-item,
  .column .gap-10.one-six.img-aside .more-items-item,
  .column .gap-10.one-seven.img-aside .more-items-item,
  .column .gap-10.one-five.landing li,
  .column .gap-10.one-six.landing li,
  .column .gap-10.one-seven.landing li {
    width: calc(25% -  10px);
  }
  .column .gap-10:not(.full-width) .more-items-list,
  .column .gap-10:not(.full-width) .tabs-content {
    max-width: 1360px !important;
  }
  .column .gap-10:not(.full-width).tabs-col.slide-items-events {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .column .gap-10:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-10:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-10.tabs-col {
    padding-left: 60px !important;
    padding-right: 55px !important;
  }
  .widget-wrapper .gap-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-9 {
    padding-left: 55.5px !important;
    padding-right: 55.5px !important;
  }
  .column .gap-9.img-aside.one-five .more-items-item,
  .column .gap-9.img-aside.one-six .more-items-item,
  .column .gap-9.img-aside.one-seven .more-items-item {
    width: calc(25% -  9px);
  }
  .column .gap-9.one-five .more-items-item,
  .column .gap-9.one-six .more-items-item,
  .column .gap-9.one-seven .more-items-item,
  .column .gap-9.one-five .more-video-item,
  .column .gap-9.one-six .more-video-item,
  .column .gap-9.one-seven .more-video-item,
  .column .gap-9.one-five .galleries-item,
  .column .gap-9.one-six .galleries-item,
  .column .gap-9.one-seven .galleries-item,
  .column .gap-9.one-five .socialstream-item,
  .column .gap-9.one-six .socialstream-item,
  .column .gap-9.one-seven .socialstream-item,
  .column .gap-9.one-five .control-group,
  .column .gap-9.one-six .control-group,
  .column .gap-9.one-seven .control-group,
  .column .gap-9.one-five .formly > *,
  .column .gap-9.one-six .formly > *,
  .column .gap-9.one-seven .formly > *,
  .column .gap-9.one-five.img-aside .more-items-item,
  .column .gap-9.one-six.img-aside .more-items-item,
  .column .gap-9.one-seven.img-aside .more-items-item,
  .column .gap-9.one-five.landing li,
  .column .gap-9.one-six.landing li,
  .column .gap-9.one-seven.landing li {
    width: calc(25% -  9px);
  }
  .column .gap-9:not(.full-width) .more-items-list,
  .column .gap-9:not(.full-width) .tabs-content {
    max-width: 1359px !important;
  }
  .column .gap-9:not(.full-width).tabs-col.slide-items-events {
    padding-left: 55.5px !important;
    padding-right: 55.5px !important;
  }
  .column .gap-9:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-9:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-9.tabs-col {
    padding-left: 60px !important;
    padding-right: 55.5px !important;
  }
  .widget-wrapper .gap-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-8 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .column .gap-8.img-aside.one-five .more-items-item,
  .column .gap-8.img-aside.one-six .more-items-item,
  .column .gap-8.img-aside.one-seven .more-items-item {
    width: calc(25% -  8px);
  }
  .column .gap-8.one-five .more-items-item,
  .column .gap-8.one-six .more-items-item,
  .column .gap-8.one-seven .more-items-item,
  .column .gap-8.one-five .more-video-item,
  .column .gap-8.one-six .more-video-item,
  .column .gap-8.one-seven .more-video-item,
  .column .gap-8.one-five .galleries-item,
  .column .gap-8.one-six .galleries-item,
  .column .gap-8.one-seven .galleries-item,
  .column .gap-8.one-five .socialstream-item,
  .column .gap-8.one-six .socialstream-item,
  .column .gap-8.one-seven .socialstream-item,
  .column .gap-8.one-five .control-group,
  .column .gap-8.one-six .control-group,
  .column .gap-8.one-seven .control-group,
  .column .gap-8.one-five .formly > *,
  .column .gap-8.one-six .formly > *,
  .column .gap-8.one-seven .formly > *,
  .column .gap-8.one-five.img-aside .more-items-item,
  .column .gap-8.one-six.img-aside .more-items-item,
  .column .gap-8.one-seven.img-aside .more-items-item,
  .column .gap-8.one-five.landing li,
  .column .gap-8.one-six.landing li,
  .column .gap-8.one-seven.landing li {
    width: calc(25% -  8px);
  }
  .column .gap-8:not(.full-width) .more-items-list,
  .column .gap-8:not(.full-width) .tabs-content {
    max-width: 1358px !important;
  }
  .column .gap-8:not(.full-width).tabs-col.slide-items-events {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .column .gap-8:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-8:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-8.tabs-col {
    padding-left: 60px !important;
    padding-right: 56px !important;
  }
  .widget-wrapper .gap-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-7 {
    padding-left: 56.5px !important;
    padding-right: 56.5px !important;
  }
  .column .gap-7.img-aside.one-five .more-items-item,
  .column .gap-7.img-aside.one-six .more-items-item,
  .column .gap-7.img-aside.one-seven .more-items-item {
    width: calc(25% -  7px);
  }
  .column .gap-7.one-five .more-items-item,
  .column .gap-7.one-six .more-items-item,
  .column .gap-7.one-seven .more-items-item,
  .column .gap-7.one-five .more-video-item,
  .column .gap-7.one-six .more-video-item,
  .column .gap-7.one-seven .more-video-item,
  .column .gap-7.one-five .galleries-item,
  .column .gap-7.one-six .galleries-item,
  .column .gap-7.one-seven .galleries-item,
  .column .gap-7.one-five .socialstream-item,
  .column .gap-7.one-six .socialstream-item,
  .column .gap-7.one-seven .socialstream-item,
  .column .gap-7.one-five .control-group,
  .column .gap-7.one-six .control-group,
  .column .gap-7.one-seven .control-group,
  .column .gap-7.one-five .formly > *,
  .column .gap-7.one-six .formly > *,
  .column .gap-7.one-seven .formly > *,
  .column .gap-7.one-five.img-aside .more-items-item,
  .column .gap-7.one-six.img-aside .more-items-item,
  .column .gap-7.one-seven.img-aside .more-items-item,
  .column .gap-7.one-five.landing li,
  .column .gap-7.one-six.landing li,
  .column .gap-7.one-seven.landing li {
    width: calc(25% -  7px);
  }
  .column .gap-7:not(.full-width) .more-items-list,
  .column .gap-7:not(.full-width) .tabs-content {
    max-width: 1357px !important;
  }
  .column .gap-7:not(.full-width).tabs-col.slide-items-events {
    padding-left: 56.5px !important;
    padding-right: 56.5px !important;
  }
  .column .gap-7:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-7:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-7.tabs-col {
    padding-left: 60px !important;
    padding-right: 56.5px !important;
  }
  .widget-wrapper .gap-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-6 {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }
  .column .gap-6.img-aside.one-five .more-items-item,
  .column .gap-6.img-aside.one-six .more-items-item,
  .column .gap-6.img-aside.one-seven .more-items-item {
    width: calc(25% -  6px);
  }
  .column .gap-6.one-five .more-items-item,
  .column .gap-6.one-six .more-items-item,
  .column .gap-6.one-seven .more-items-item,
  .column .gap-6.one-five .more-video-item,
  .column .gap-6.one-six .more-video-item,
  .column .gap-6.one-seven .more-video-item,
  .column .gap-6.one-five .galleries-item,
  .column .gap-6.one-six .galleries-item,
  .column .gap-6.one-seven .galleries-item,
  .column .gap-6.one-five .socialstream-item,
  .column .gap-6.one-six .socialstream-item,
  .column .gap-6.one-seven .socialstream-item,
  .column .gap-6.one-five .control-group,
  .column .gap-6.one-six .control-group,
  .column .gap-6.one-seven .control-group,
  .column .gap-6.one-five .formly > *,
  .column .gap-6.one-six .formly > *,
  .column .gap-6.one-seven .formly > *,
  .column .gap-6.one-five.img-aside .more-items-item,
  .column .gap-6.one-six.img-aside .more-items-item,
  .column .gap-6.one-seven.img-aside .more-items-item,
  .column .gap-6.one-five.landing li,
  .column .gap-6.one-six.landing li,
  .column .gap-6.one-seven.landing li {
    width: calc(25% -  6px);
  }
  .column .gap-6:not(.full-width) .more-items-list,
  .column .gap-6:not(.full-width) .tabs-content {
    max-width: 1356px !important;
  }
  .column .gap-6:not(.full-width).tabs-col.slide-items-events {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }
  .column .gap-6:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-6:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-6.tabs-col {
    padding-left: 60px !important;
    padding-right: 57px !important;
  }
  .widget-wrapper .gap-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-5 {
    padding-left: 57.5px !important;
    padding-right: 57.5px !important;
  }
  .column .gap-5.img-aside.one-five .more-items-item,
  .column .gap-5.img-aside.one-six .more-items-item,
  .column .gap-5.img-aside.one-seven .more-items-item {
    width: calc(25% -  5px);
  }
  .column .gap-5.one-five .more-items-item,
  .column .gap-5.one-six .more-items-item,
  .column .gap-5.one-seven .more-items-item,
  .column .gap-5.one-five .more-video-item,
  .column .gap-5.one-six .more-video-item,
  .column .gap-5.one-seven .more-video-item,
  .column .gap-5.one-five .galleries-item,
  .column .gap-5.one-six .galleries-item,
  .column .gap-5.one-seven .galleries-item,
  .column .gap-5.one-five .socialstream-item,
  .column .gap-5.one-six .socialstream-item,
  .column .gap-5.one-seven .socialstream-item,
  .column .gap-5.one-five .control-group,
  .column .gap-5.one-six .control-group,
  .column .gap-5.one-seven .control-group,
  .column .gap-5.one-five .formly > *,
  .column .gap-5.one-six .formly > *,
  .column .gap-5.one-seven .formly > *,
  .column .gap-5.one-five.img-aside .more-items-item,
  .column .gap-5.one-six.img-aside .more-items-item,
  .column .gap-5.one-seven.img-aside .more-items-item,
  .column .gap-5.one-five.landing li,
  .column .gap-5.one-six.landing li,
  .column .gap-5.one-seven.landing li {
    width: calc(25% -  5px);
  }
  .column .gap-5:not(.full-width) .more-items-list,
  .column .gap-5:not(.full-width) .tabs-content {
    max-width: 1355px !important;
  }
  .column .gap-5:not(.full-width).tabs-col.slide-items-events {
    padding-left: 57.5px !important;
    padding-right: 57.5px !important;
  }
  .column .gap-5:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-5:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-5.tabs-col {
    padding-left: 60px !important;
    padding-right: 57.5px !important;
  }
  .widget-wrapper .gap-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-4 {
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
  .column .gap-4.img-aside.one-five .more-items-item,
  .column .gap-4.img-aside.one-six .more-items-item,
  .column .gap-4.img-aside.one-seven .more-items-item {
    width: calc(25% -  4px);
  }
  .column .gap-4.one-five .more-items-item,
  .column .gap-4.one-six .more-items-item,
  .column .gap-4.one-seven .more-items-item,
  .column .gap-4.one-five .more-video-item,
  .column .gap-4.one-six .more-video-item,
  .column .gap-4.one-seven .more-video-item,
  .column .gap-4.one-five .galleries-item,
  .column .gap-4.one-six .galleries-item,
  .column .gap-4.one-seven .galleries-item,
  .column .gap-4.one-five .socialstream-item,
  .column .gap-4.one-six .socialstream-item,
  .column .gap-4.one-seven .socialstream-item,
  .column .gap-4.one-five .control-group,
  .column .gap-4.one-six .control-group,
  .column .gap-4.one-seven .control-group,
  .column .gap-4.one-five .formly > *,
  .column .gap-4.one-six .formly > *,
  .column .gap-4.one-seven .formly > *,
  .column .gap-4.one-five.img-aside .more-items-item,
  .column .gap-4.one-six.img-aside .more-items-item,
  .column .gap-4.one-seven.img-aside .more-items-item,
  .column .gap-4.one-five.landing li,
  .column .gap-4.one-six.landing li,
  .column .gap-4.one-seven.landing li {
    width: calc(25% -  4px);
  }
  .column .gap-4:not(.full-width) .more-items-list,
  .column .gap-4:not(.full-width) .tabs-content {
    max-width: 1354px !important;
  }
  .column .gap-4:not(.full-width).tabs-col.slide-items-events {
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
  .column .gap-4:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-4:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-4.tabs-col {
    padding-left: 60px !important;
    padding-right: 58px !important;
  }
  .widget-wrapper .gap-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-3 {
    padding-left: 58.5px !important;
    padding-right: 58.5px !important;
  }
  .column .gap-3.img-aside.one-five .more-items-item,
  .column .gap-3.img-aside.one-six .more-items-item,
  .column .gap-3.img-aside.one-seven .more-items-item {
    width: calc(25% -  3px);
  }
  .column .gap-3.one-five .more-items-item,
  .column .gap-3.one-six .more-items-item,
  .column .gap-3.one-seven .more-items-item,
  .column .gap-3.one-five .more-video-item,
  .column .gap-3.one-six .more-video-item,
  .column .gap-3.one-seven .more-video-item,
  .column .gap-3.one-five .galleries-item,
  .column .gap-3.one-six .galleries-item,
  .column .gap-3.one-seven .galleries-item,
  .column .gap-3.one-five .socialstream-item,
  .column .gap-3.one-six .socialstream-item,
  .column .gap-3.one-seven .socialstream-item,
  .column .gap-3.one-five .control-group,
  .column .gap-3.one-six .control-group,
  .column .gap-3.one-seven .control-group,
  .column .gap-3.one-five .formly > *,
  .column .gap-3.one-six .formly > *,
  .column .gap-3.one-seven .formly > *,
  .column .gap-3.one-five.img-aside .more-items-item,
  .column .gap-3.one-six.img-aside .more-items-item,
  .column .gap-3.one-seven.img-aside .more-items-item,
  .column .gap-3.one-five.landing li,
  .column .gap-3.one-six.landing li,
  .column .gap-3.one-seven.landing li {
    width: calc(25% -  3px);
  }
  .column .gap-3:not(.full-width) .more-items-list,
  .column .gap-3:not(.full-width) .tabs-content {
    max-width: 1353px !important;
  }
  .column .gap-3:not(.full-width).tabs-col.slide-items-events {
    padding-left: 58.5px !important;
    padding-right: 58.5px !important;
  }
  .column .gap-3:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-3:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-3.tabs-col {
    padding-left: 60px !important;
    padding-right: 58.5px !important;
  }
  .widget-wrapper .gap-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-2 {
    padding-left: 59px !important;
    padding-right: 59px !important;
  }
  .column .gap-2.img-aside.one-five .more-items-item,
  .column .gap-2.img-aside.one-six .more-items-item,
  .column .gap-2.img-aside.one-seven .more-items-item {
    width: calc(25% -  2px);
  }
  .column .gap-2.one-five .more-items-item,
  .column .gap-2.one-six .more-items-item,
  .column .gap-2.one-seven .more-items-item,
  .column .gap-2.one-five .more-video-item,
  .column .gap-2.one-six .more-video-item,
  .column .gap-2.one-seven .more-video-item,
  .column .gap-2.one-five .galleries-item,
  .column .gap-2.one-six .galleries-item,
  .column .gap-2.one-seven .galleries-item,
  .column .gap-2.one-five .socialstream-item,
  .column .gap-2.one-six .socialstream-item,
  .column .gap-2.one-seven .socialstream-item,
  .column .gap-2.one-five .control-group,
  .column .gap-2.one-six .control-group,
  .column .gap-2.one-seven .control-group,
  .column .gap-2.one-five .formly > *,
  .column .gap-2.one-six .formly > *,
  .column .gap-2.one-seven .formly > *,
  .column .gap-2.one-five.img-aside .more-items-item,
  .column .gap-2.one-six.img-aside .more-items-item,
  .column .gap-2.one-seven.img-aside .more-items-item,
  .column .gap-2.one-five.landing li,
  .column .gap-2.one-six.landing li,
  .column .gap-2.one-seven.landing li {
    width: calc(25% -  2px);
  }
  .column .gap-2:not(.full-width) .more-items-list,
  .column .gap-2:not(.full-width) .tabs-content {
    max-width: 1352px !important;
  }
  .column .gap-2:not(.full-width).tabs-col.slide-items-events {
    padding-left: 59px !important;
    padding-right: 59px !important;
  }
  .column .gap-2:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-2:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-2.tabs-col {
    padding-left: 60px !important;
    padding-right: 59px !important;
  }
  .widget-wrapper .gap-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-1 {
    padding-left: 59.5px !important;
    padding-right: 59.5px !important;
  }
  .column .gap-1.img-aside.one-five .more-items-item,
  .column .gap-1.img-aside.one-six .more-items-item,
  .column .gap-1.img-aside.one-seven .more-items-item {
    width: calc(25% -  1px);
  }
  .column .gap-1.one-five .more-items-item,
  .column .gap-1.one-six .more-items-item,
  .column .gap-1.one-seven .more-items-item,
  .column .gap-1.one-five .more-video-item,
  .column .gap-1.one-six .more-video-item,
  .column .gap-1.one-seven .more-video-item,
  .column .gap-1.one-five .galleries-item,
  .column .gap-1.one-six .galleries-item,
  .column .gap-1.one-seven .galleries-item,
  .column .gap-1.one-five .socialstream-item,
  .column .gap-1.one-six .socialstream-item,
  .column .gap-1.one-seven .socialstream-item,
  .column .gap-1.one-five .control-group,
  .column .gap-1.one-six .control-group,
  .column .gap-1.one-seven .control-group,
  .column .gap-1.one-five .formly > *,
  .column .gap-1.one-six .formly > *,
  .column .gap-1.one-seven .formly > *,
  .column .gap-1.one-five.img-aside .more-items-item,
  .column .gap-1.one-six.img-aside .more-items-item,
  .column .gap-1.one-seven.img-aside .more-items-item,
  .column .gap-1.one-five.landing li,
  .column .gap-1.one-six.landing li,
  .column .gap-1.one-seven.landing li {
    width: calc(25% -  1px);
  }
  .column .gap-1:not(.full-width) .more-items-list,
  .column .gap-1:not(.full-width) .tabs-content {
    max-width: 1351px !important;
  }
  .column .gap-1:not(.full-width).tabs-col.slide-items-events {
    padding-left: 59.5px !important;
    padding-right: 59.5px !important;
  }
  .column .gap-1:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-1:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-1.tabs-col {
    padding-left: 60px !important;
    padding-right: 59.5px !important;
  }
  .widget-wrapper .gap-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column > .gap-0 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .column .gap-0.img-aside.one-five .more-items-item,
  .column .gap-0.img-aside.one-six .more-items-item,
  .column .gap-0.img-aside.one-seven .more-items-item {
    width: calc(25% -  0px);
  }
  .column .gap-0.one-five .more-items-item,
  .column .gap-0.one-six .more-items-item,
  .column .gap-0.one-seven .more-items-item,
  .column .gap-0.one-five .more-video-item,
  .column .gap-0.one-six .more-video-item,
  .column .gap-0.one-seven .more-video-item,
  .column .gap-0.one-five .galleries-item,
  .column .gap-0.one-six .galleries-item,
  .column .gap-0.one-seven .galleries-item,
  .column .gap-0.one-five .socialstream-item,
  .column .gap-0.one-six .socialstream-item,
  .column .gap-0.one-seven .socialstream-item,
  .column .gap-0.one-five .control-group,
  .column .gap-0.one-six .control-group,
  .column .gap-0.one-seven .control-group,
  .column .gap-0.one-five .formly > *,
  .column .gap-0.one-six .formly > *,
  .column .gap-0.one-seven .formly > *,
  .column .gap-0.one-five.img-aside .more-items-item,
  .column .gap-0.one-six.img-aside .more-items-item,
  .column .gap-0.one-seven.img-aside .more-items-item,
  .column .gap-0.one-five.landing li,
  .column .gap-0.one-six.landing li,
  .column .gap-0.one-seven.landing li {
    width: calc(25% -  0px);
  }
  .column .gap-0:not(.full-width) .more-items-list,
  .column .gap-0:not(.full-width) .tabs-content {
    max-width: 1350px !important;
  }
  .column .gap-0:not(.full-width).tabs-col.slide-items-events {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .column .gap-0:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column .gap-0:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 100% !important;
  }
  .column .gap-0.tabs-col {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .widget-wrapper .gap-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .transparent-header.header-lg .slide.top-box .slide-content,
  .transparent-header.header-lg .top-box .slide .slide-content {
    padding-top: 90px;
  }
  .slide-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .slide-content > * {
    width: auto;
  }
  .slide-content .slide-title {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slides .fotorama__nav-wrap {
    position: absolute;
    top: auto;
    left: 50px;
    right: 50px;
    width: auto;
  }
  .slides .fotorama__nav__shaft {
    text-align: left;
    width: auto;
  }
  .slides .fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    display: inline-block;
    margin: auto;
    height: 30px;
  }
  .slides .fotorama__dot {
    display: block;
    width: 10px;
    height: 1px;
    position: relative;
    border-radius: 0;
    margin: auto;
  }
  .slides .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 10px;
    margin: auto;
    background-color: #e20f2e;
  }
  .transparent-header .column .widget:first-child .fotorama__video-close,
  .transparent-header .column section:first-child .fotorama__video-close {
    top: 50px;
    right: 54px;
  }
  .countdown-text {
    font-size: 36px;
  }
  .social-stream .socialstream-item {
    width: calc(33.33333% -  2px);
  }
  .scoreboard ul li {
    font-size: 20px;
  }
  .tabs-end .widget-title,
  .tabs-start .widget-title,
  .tabs-end .section-title,
  .tabs-start .section-title,
  .tabs-view header,
  .gap-0 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .tabs-col > .more-items-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Landing Large (Events and Teams) */
  .landing-large ul .more-items-item .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  .landing-large ul .more-items-item .wrapper h2 {
    font-size: 32px;
  }
  .home .tabs-col {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .tabs-col > header .tabs {
    width: 130px;
  }
  .tabs-col:not(.slide-items-events) > .tabs-content,
  .tabs-col:not(.slide-items-events) > .more-items-list {
    padding-left: 130px;
    padding-right: 0;
  }
  /* Article */
  .full-width .article-view-body {
    margin-left: 60px;
    width: auto;
    margin-right: 60px;
  }
  #sign-up-home > * {
    width: 70%;
  }
  /* Article */
  .full-width .article-view-body {
    padding: 70px 0;
  }
  .widget .article header .main-image-slide .slide .slide-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .widget .article header .main-image-slide .slide .slide-content .article-header-data {
    margin-top: 20px;
  }
  .widget .article header .main-image-slide .slide.bottom-box .slide-content {
    padding-bottom: 140px;
  }
  .column .widget.article-video.article-view:not(.full-width) {
    padding-left: 60px;
    padding-right: 60px;
  }
  #photo-gallery {
    margin: 30px 60px;
    padding-left: 0;
    padding-right: 0;
  }
  #boat-specs .tabs li a {
    padding: 1px 0;
  }
  #boat-specs header {
    max-width: 1350px;
    padding: 0 !important;
  }
  #boat3d .footer-tools .menu > li > a span.label {
    display: block;
  }
  #boat3d .footer-tools .menu > li .submenu {
    left: -4px;
    width: 300px;
    bottom: 56px;
  }
  #boat-specs,
  #boat3d .footer-tools {
    max-width: 100%;
    margin-left: 0;
    left: 60px;
    right: 60px;
    width: auto;
  }
  #boat-specs .more-items-item .wrapper .more-items-category {
    font-size: 28px;
  }
  #boat-specs .more-items-item .wrapper h2 {
    font-size: 20px;
  }
  #boat-specs .more-items-item .wrapper h2 .large {
    font-size: 36px;
  }
  #boat-specs .more-items-item .wrapper {
    max-width: 40%;
  }
  .event-page #second-elements,
  .event-page #third-elements {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .large-text .more-items-item .wrapper h2,
  .large-text.img-aside .more-items-item .wrapper h2 {
    font-size: 36px;
  }
  .img-start.two-images .more-items-list {
    padding-right: 60px;
  }
  .img-end.two-images .more-items-list {
    padding-left: 60px;
  }
  #text-only .wrapper h2 {
    margin-right: 0;
  }
  #text-only .wrapper p {
    max-width: 60%;
  }
  .crisis #header {
    padding-left: 60px;
    padding-right: 40px;
  }
  .crisis #header #navigation-toggle {
    display: none;
  }
  .crisis .column .gap-20 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .crisis-article #header #navigation-toggle {
    display: none;
  }
  #modal-overlay-second-elements #ov-container #ov-data-wrapper {
    max-height: 400px;
  }
  .event-list-tabed header {
    padding: 0 10px !important;
  }
  .home #home-highlights {
    margin-bottom: 30px;
  }
  #landing-events-home .more-items-item .wrapper h2 {
    font-size: 30px;
  }
  #weather.weather-banner {
    padding: 20px !important;
  }
  #weather.weather-banner .weather-content .weather-day .day-name {
    font-size: 12px;
    height: 13px;
  }
  #weather.weather-banner .weather-content .weather-day .weather-hour .weather-icon {
    width: 26px;
    height: 26px;
  }
  #weather.weather-banner .weather-content .weather-day:not(.labels) .w-direction {
    width: 26px;
    height: 26px;
  }
  #weather.weather-banner .weather-content .weather-day .weather-hour .wind > * {
    height: 20px;
  }
  #weather.weather-banner .header-content .locations {
    top: 18px;
  }
  .weather-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .weather-day {
    margin-right: 20px;
  }
  .weather-day.labels {
    min-width: 100px;
  }
  #event-partners .more-items-item {
    width: calc(16.5666667% - 2px);
  }
  .portsmouth-sponsors-wrapper > section:not(#marketing-partners) {
    width: 33.3333%;
  }
  .store .widget-wrapper .widget {
    width: 60%;
  }
  #accreditations-faqs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .match-content .match-info .match-status,
  .match-status {
    font-size: 11px;
  }
  .header-pinned.scroll-not-top.match .match-content {
    top: 50px;
  }
}
/* Tablet devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1023px) {
  .img-75 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 100%;
  }
  blockquote.img-75 {
    margin-left: 60px !important;
    margin-right: 60px !important;
    width: auto;
  }
  .header-lg .bg-vid {
    margin-top: 0;
  }
  .header-lg .bg-vid .slide {
    top: 0;
  }
  #secondary-navigation {
    display: none;
  }
  .navigation.burger-nav {
    margin-top: -250%;
  }
  .navigation.burger-nav ul {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navigation.burger-nav.open {
    margin-top: 0;
  }
  .row-fluid,
  .layout-row {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .secondary-content,
  .secondary-content > * {
    width: 100%;
  }
  .secondary-content:first-child > * {
    margin-left: 0;
  }
  .secondary-content:first-child .tabs-view,
  .secondary-content:first-child .tabs-view .section-title,
  .secondary-content:first-child .tabs-view header,
  .secondary-content:last-child .tabs-view,
  .secondary-content:last-child .tabs-view .section-title,
  .secondary-content:last-child .tabs-view header {
    padding-left: 0;
    padding-right: 0;
  }
  .related-content {
    width: 100%;
    padding: 30px 0;
  }
  .related-content .widget {
    padding: 0;
  }
  .primary-content .widget.article-view {
    background: transparent;
  }
  .widget-wrapper:not(.full-width) {
    padding: 0 30px !important;
  }
  .widget-wrapper > * {
    padding: 30px 0;
    width: 100%;
  }
  .more-items-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .column > .widget:not(.article-view) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .column:not(.related-content) > .widget:not(.article-view):not(.full-width) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .large-text .more-items-item .wrapper h2,
  .large-text.img-aside .more-items-item .wrapper h2,
  .large-text.text-over .more-items-item .wrapper h2 {
    font-size: 34px;
  }
  .large-text .link-button a {
    padding: 10px 20px;
  }
  .landing-large ul .more-items-item .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .landing-extra-large .slide.topstory-text-center .slide-content > *,
  .landing-extra-large .slide.topstory-text-center .slide-content .slide-title {
    max-width: 100%;
  }
  .landing-extra-large .slide .slide-content > *,
  .landing-extra-large .slide .slide-content .slide-title {
    max-width: 72%;
  }
  .slide-content,
  #header,
  #footer,
  .home .tabs-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #header {
    padding-right: 8px !important;
  }
  #header .wrapper {
    z-index: 1;
  }
  .top-image-container {
    display: block;
  }
  .row-fluid .column.secondary-content:first-child > * {
    padding-right: 30px;
  }
  .row-fluid .column.secondary-content:last-child > * {
    padding-left: 30px;
  }
  .tabs-col > header .tabs {
    width: 110px;
  }
  .tabs-col > .tabs-content,
  .tabs-col > .more-items-list {
    padding-right: 0;
    padding-left: 110px;
  }
  .social-icons > div {
    margin-left: 20px;
    margin-right: 0;
  }
  .full-width .article-view-body {
    padding: 60px 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  .full-width .article-view-body > *:not(figure):not(blockquote) {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 100%;
  }
  .full-width .article-view-body > p iframe {
    max-width: 100%;
    display: block;
  }
  .column .widget:not(.full-width) .article .article-view-body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .column .widget:not(.full-width).article-video .article .article-view-body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .column .widget:not(.full-width).article-video.article-view {
    padding-left: 30px;
    padding-right: 30px;
  }
  .column .widget:not(.full-width).article-video.article-view .article {
    padding-bottom: 30px;
  }
  .column .widget:not(.full-width).article-video.article-view .article header {
    margin-bottom: 30px;
  }
  .article-view-footer {
    padding: 30px 30px 0;
    margin-top: 30px;
  }
  .img-25 {
    width: 50%;
  }
  .full-width .img-25.img-left,
  .full-width .img-25.img-Left {
    padding-left: 60px;
    margin-left: 0;
  }
  .full-width .img-25.img-right,
  .full-width .img-25.img-Right {
    padding-right: 60px;
    margin-right: 0;
  }
  .text-over .wrapper {
    padding: 10px;
  }
  #sign-up-home > * {
    width: 90%;
  }
  .widget .fotorama__arr--next {
    right: 0;
  }
  .widget .fotorama__arr--prev {
    left: 0;
  }
  #invitation_list > header,
  #invitation_list > h2 {
    padding: 0 10px !important;
  }
  .fotorama__video-play {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
  .widget .slides .fotorama__video-play:before {
    font-size: 55px;
  }
  .column > .gap-50 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .column .gap-50.tabs-col {
    padding-left: 30px !important;
    padding-right: 5px !important;
  }
  .column .gap-50:not(.full-width).tabs-col.slide-items-events {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .column > .gap-49 {
    padding-left: 5.5px !important;
    padding-right: 5.5px !important;
  }
  .column .gap-49.tabs-col {
    padding-left: 30px !important;
    padding-right: 5.5px !important;
  }
  .column .gap-49:not(.full-width).tabs-col.slide-items-events {
    padding-left: 5.5px !important;
    padding-right: 5.5px !important;
  }
  .column > .gap-48 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .column .gap-48.tabs-col {
    padding-left: 30px !important;
    padding-right: 6px !important;
  }
  .column .gap-48:not(.full-width).tabs-col.slide-items-events {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .column > .gap-47 {
    padding-left: 6.5px !important;
    padding-right: 6.5px !important;
  }
  .column .gap-47.tabs-col {
    padding-left: 30px !important;
    padding-right: 6.5px !important;
  }
  .column .gap-47:not(.full-width).tabs-col.slide-items-events {
    padding-left: 6.5px !important;
    padding-right: 6.5px !important;
  }
  .column > .gap-46 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .column .gap-46.tabs-col {
    padding-left: 30px !important;
    padding-right: 7px !important;
  }
  .column .gap-46:not(.full-width).tabs-col.slide-items-events {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .column > .gap-45 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .column .gap-45.tabs-col {
    padding-left: 30px !important;
    padding-right: 7.5px !important;
  }
  .column .gap-45:not(.full-width).tabs-col.slide-items-events {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .column > .gap-44 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .column .gap-44.tabs-col {
    padding-left: 30px !important;
    padding-right: 8px !important;
  }
  .column .gap-44:not(.full-width).tabs-col.slide-items-events {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .column > .gap-43 {
    padding-left: 8.5px !important;
    padding-right: 8.5px !important;
  }
  .column .gap-43.tabs-col {
    padding-left: 30px !important;
    padding-right: 8.5px !important;
  }
  .column .gap-43:not(.full-width).tabs-col.slide-items-events {
    padding-left: 8.5px !important;
    padding-right: 8.5px !important;
  }
  .column > .gap-42 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .column .gap-42.tabs-col {
    padding-left: 30px !important;
    padding-right: 9px !important;
  }
  .column .gap-42:not(.full-width).tabs-col.slide-items-events {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .column > .gap-41 {
    padding-left: 9.5px !important;
    padding-right: 9.5px !important;
  }
  .column .gap-41.tabs-col {
    padding-left: 30px !important;
    padding-right: 9.5px !important;
  }
  .column .gap-41:not(.full-width).tabs-col.slide-items-events {
    padding-left: 9.5px !important;
    padding-right: 9.5px !important;
  }
  .column > .gap-40 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .column .gap-40.tabs-col {
    padding-left: 30px !important;
    padding-right: 10px !important;
  }
  .column .gap-40:not(.full-width).tabs-col.slide-items-events {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .column > .gap-39 {
    padding-left: 10.5px !important;
    padding-right: 10.5px !important;
  }
  .column .gap-39.tabs-col {
    padding-left: 30px !important;
    padding-right: 10.5px !important;
  }
  .column .gap-39:not(.full-width).tabs-col.slide-items-events {
    padding-left: 10.5px !important;
    padding-right: 10.5px !important;
  }
  .column > .gap-38 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .column .gap-38.tabs-col {
    padding-left: 30px !important;
    padding-right: 11px !important;
  }
  .column .gap-38:not(.full-width).tabs-col.slide-items-events {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .column > .gap-37 {
    padding-left: 11.5px !important;
    padding-right: 11.5px !important;
  }
  .column .gap-37.tabs-col {
    padding-left: 30px !important;
    padding-right: 11.5px !important;
  }
  .column .gap-37:not(.full-width).tabs-col.slide-items-events {
    padding-left: 11.5px !important;
    padding-right: 11.5px !important;
  }
  .column > .gap-36 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .column .gap-36.tabs-col {
    padding-left: 30px !important;
    padding-right: 12px !important;
  }
  .column .gap-36:not(.full-width).tabs-col.slide-items-events {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .column > .gap-35 {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
  .column .gap-35.tabs-col {
    padding-left: 30px !important;
    padding-right: 12.5px !important;
  }
  .column .gap-35:not(.full-width).tabs-col.slide-items-events {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
  .column > .gap-34 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .column .gap-34.tabs-col {
    padding-left: 30px !important;
    padding-right: 13px !important;
  }
  .column .gap-34:not(.full-width).tabs-col.slide-items-events {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .column > .gap-33 {
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
  }
  .column .gap-33.tabs-col {
    padding-left: 30px !important;
    padding-right: 13.5px !important;
  }
  .column .gap-33:not(.full-width).tabs-col.slide-items-events {
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
  }
  .column > .gap-32 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .column .gap-32.tabs-col {
    padding-left: 30px !important;
    padding-right: 14px !important;
  }
  .column .gap-32:not(.full-width).tabs-col.slide-items-events {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .column > .gap-31 {
    padding-left: 14.5px !important;
    padding-right: 14.5px !important;
  }
  .column .gap-31.tabs-col {
    padding-left: 30px !important;
    padding-right: 14.5px !important;
  }
  .column .gap-31:not(.full-width).tabs-col.slide-items-events {
    padding-left: 14.5px !important;
    padding-right: 14.5px !important;
  }
  .column > .gap-30 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .column .gap-30.tabs-col {
    padding-left: 30px !important;
    padding-right: 15px !important;
  }
  .column .gap-30:not(.full-width).tabs-col.slide-items-events {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .column > .gap-29 {
    padding-left: 15.5px !important;
    padding-right: 15.5px !important;
  }
  .column .gap-29.tabs-col {
    padding-left: 30px !important;
    padding-right: 15.5px !important;
  }
  .column .gap-29:not(.full-width).tabs-col.slide-items-events {
    padding-left: 15.5px !important;
    padding-right: 15.5px !important;
  }
  .column > .gap-28 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .column .gap-28.tabs-col {
    padding-left: 30px !important;
    padding-right: 16px !important;
  }
  .column .gap-28:not(.full-width).tabs-col.slide-items-events {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .column > .gap-27 {
    padding-left: 16.5px !important;
    padding-right: 16.5px !important;
  }
  .column .gap-27.tabs-col {
    padding-left: 30px !important;
    padding-right: 16.5px !important;
  }
  .column .gap-27:not(.full-width).tabs-col.slide-items-events {
    padding-left: 16.5px !important;
    padding-right: 16.5px !important;
  }
  .column > .gap-26 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .column .gap-26.tabs-col {
    padding-left: 30px !important;
    padding-right: 17px !important;
  }
  .column .gap-26:not(.full-width).tabs-col.slide-items-events {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .column > .gap-25 {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
  .column .gap-25.tabs-col {
    padding-left: 30px !important;
    padding-right: 17.5px !important;
  }
  .column .gap-25:not(.full-width).tabs-col.slide-items-events {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
  .column > .gap-24 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .column .gap-24.tabs-col {
    padding-left: 30px !important;
    padding-right: 18px !important;
  }
  .column .gap-24:not(.full-width).tabs-col.slide-items-events {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .column > .gap-23 {
    padding-left: 18.5px !important;
    padding-right: 18.5px !important;
  }
  .column .gap-23.tabs-col {
    padding-left: 30px !important;
    padding-right: 18.5px !important;
  }
  .column .gap-23:not(.full-width).tabs-col.slide-items-events {
    padding-left: 18.5px !important;
    padding-right: 18.5px !important;
  }
  .column > .gap-22 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .column .gap-22.tabs-col {
    padding-left: 30px !important;
    padding-right: 19px !important;
  }
  .column .gap-22:not(.full-width).tabs-col.slide-items-events {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .column > .gap-21 {
    padding-left: 19.5px !important;
    padding-right: 19.5px !important;
  }
  .column .gap-21.tabs-col {
    padding-left: 30px !important;
    padding-right: 19.5px !important;
  }
  .column .gap-21:not(.full-width).tabs-col.slide-items-events {
    padding-left: 19.5px !important;
    padding-right: 19.5px !important;
  }
  .column > .gap-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .column .gap-20.tabs-col {
    padding-left: 30px !important;
    padding-right: 20px !important;
  }
  .column .gap-20:not(.full-width).tabs-col.slide-items-events {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .column > .gap-19 {
    padding-left: 20.5px !important;
    padding-right: 20.5px !important;
  }
  .column .gap-19.tabs-col {
    padding-left: 30px !important;
    padding-right: 20.5px !important;
  }
  .column .gap-19:not(.full-width).tabs-col.slide-items-events {
    padding-left: 20.5px !important;
    padding-right: 20.5px !important;
  }
  .column > .gap-18 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .column .gap-18.tabs-col {
    padding-left: 30px !important;
    padding-right: 21px !important;
  }
  .column .gap-18:not(.full-width).tabs-col.slide-items-events {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .column > .gap-17 {
    padding-left: 21.5px !important;
    padding-right: 21.5px !important;
  }
  .column .gap-17.tabs-col {
    padding-left: 30px !important;
    padding-right: 21.5px !important;
  }
  .column .gap-17:not(.full-width).tabs-col.slide-items-events {
    padding-left: 21.5px !important;
    padding-right: 21.5px !important;
  }
  .column > .gap-16 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .column .gap-16.tabs-col {
    padding-left: 30px !important;
    padding-right: 22px !important;
  }
  .column .gap-16:not(.full-width).tabs-col.slide-items-events {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .column > .gap-15 {
    padding-left: 22.5px !important;
    padding-right: 22.5px !important;
  }
  .column .gap-15.tabs-col {
    padding-left: 30px !important;
    padding-right: 22.5px !important;
  }
  .column .gap-15:not(.full-width).tabs-col.slide-items-events {
    padding-left: 22.5px !important;
    padding-right: 22.5px !important;
  }
  .column > .gap-14 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .column .gap-14.tabs-col {
    padding-left: 30px !important;
    padding-right: 23px !important;
  }
  .column .gap-14:not(.full-width).tabs-col.slide-items-events {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .column > .gap-13 {
    padding-left: 23.5px !important;
    padding-right: 23.5px !important;
  }
  .column .gap-13.tabs-col {
    padding-left: 30px !important;
    padding-right: 23.5px !important;
  }
  .column .gap-13:not(.full-width).tabs-col.slide-items-events {
    padding-left: 23.5px !important;
    padding-right: 23.5px !important;
  }
  .column > .gap-12 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .column .gap-12.tabs-col {
    padding-left: 30px !important;
    padding-right: 24px !important;
  }
  .column .gap-12:not(.full-width).tabs-col.slide-items-events {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .column > .gap-11 {
    padding-left: 24.5px !important;
    padding-right: 24.5px !important;
  }
  .column .gap-11.tabs-col {
    padding-left: 30px !important;
    padding-right: 24.5px !important;
  }
  .column .gap-11:not(.full-width).tabs-col.slide-items-events {
    padding-left: 24.5px !important;
    padding-right: 24.5px !important;
  }
  .column > .gap-10 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .column .gap-10.tabs-col {
    padding-left: 30px !important;
    padding-right: 25px !important;
  }
  .column .gap-10:not(.full-width).tabs-col.slide-items-events {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .column > .gap-9 {
    padding-left: 25.5px !important;
    padding-right: 25.5px !important;
  }
  .column .gap-9.tabs-col {
    padding-left: 30px !important;
    padding-right: 25.5px !important;
  }
  .column .gap-9:not(.full-width).tabs-col.slide-items-events {
    padding-left: 25.5px !important;
    padding-right: 25.5px !important;
  }
  .column > .gap-8 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .column .gap-8.tabs-col {
    padding-left: 30px !important;
    padding-right: 26px !important;
  }
  .column .gap-8:not(.full-width).tabs-col.slide-items-events {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .column > .gap-7 {
    padding-left: 26.5px !important;
    padding-right: 26.5px !important;
  }
  .column .gap-7.tabs-col {
    padding-left: 30px !important;
    padding-right: 26.5px !important;
  }
  .column .gap-7:not(.full-width).tabs-col.slide-items-events {
    padding-left: 26.5px !important;
    padding-right: 26.5px !important;
  }
  .column > .gap-6 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .column .gap-6.tabs-col {
    padding-left: 30px !important;
    padding-right: 27px !important;
  }
  .column .gap-6:not(.full-width).tabs-col.slide-items-events {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .column > .gap-5 {
    padding-left: 27.5px !important;
    padding-right: 27.5px !important;
  }
  .column .gap-5.tabs-col {
    padding-left: 30px !important;
    padding-right: 27.5px !important;
  }
  .column .gap-5:not(.full-width).tabs-col.slide-items-events {
    padding-left: 27.5px !important;
    padding-right: 27.5px !important;
  }
  .column > .gap-4 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .column .gap-4.tabs-col {
    padding-left: 30px !important;
    padding-right: 28px !important;
  }
  .column .gap-4:not(.full-width).tabs-col.slide-items-events {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .column > .gap-3 {
    padding-left: 28.5px !important;
    padding-right: 28.5px !important;
  }
  .column .gap-3.tabs-col {
    padding-left: 30px !important;
    padding-right: 28.5px !important;
  }
  .column .gap-3:not(.full-width).tabs-col.slide-items-events {
    padding-left: 28.5px !important;
    padding-right: 28.5px !important;
  }
  .column > .gap-2 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .column .gap-2.tabs-col {
    padding-left: 30px !important;
    padding-right: 29px !important;
  }
  .column .gap-2:not(.full-width).tabs-col.slide-items-events {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .column > .gap-1 {
    padding-left: 29.5px !important;
    padding-right: 29.5px !important;
  }
  .column .gap-1.tabs-col {
    padding-left: 30px !important;
    padding-right: 29.5px !important;
  }
  .column .gap-1:not(.full-width).tabs-col.slide-items-events {
    padding-left: 29.5px !important;
    padding-right: 29.5px !important;
  }
  .column > .gap-0 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .column .gap-0.tabs-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .column .gap-0:not(.full-width).tabs-col.slide-items-events {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tabs-end .widget-title,
  .tabs-start .widget-title,
  .tabs-end .section-title,
  .tabs-start .section-title,
  .tabs-view header,
  .gap-0 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #photo-gallery {
    margin-left: 30px;
    margin-right: 30px;
  }
  #sponsors-wrapper {
    padding-top: 20px !important;
  }
  #sponsors-wrapper > .widget {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #sponsors-wrapper > .widget .widget-title {
    max-width: 90%;
  }
  #boat-specs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  #boat-specs header {
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 100px;
    margin-left: 0;
  }
  #boat-specs .more-items-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  #boat-specs .more-items-item .wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  #boat-specs .more-items-item .wrapper .more-items-category br {
    content: ' ';
  }
  #boat-specs .more-items-item .wrapper .more-items-category br:after {
    content: ' ';
  }
  #boat-specs .more-items-item .wrapper .more-items-category {
    font-size: 32px;
  }
  #boat-specs .tabs-content {
    height: auto;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  #boat-specs .tabs {
    margin-top: 0;
  }
  #boat-specs .more-items-item .more-items-img-container img {
    width: 150%;
    position: relative;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
  #boat3d .footer-tools {
    width: 90%;
    margin-left: -45%;
  }
  #boat3d .footer-tools .menu {
    padding-left: 20px;
  }
  #boat-specs,
  #boat3d .footer-tools {
    left: 30px;
    right: 30px;
  }
  .discover-page .column > .layout-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .img-start.two-images .more-items-list {
    padding-right: 30px;
  }
  .img-end.two-images .more-items-list,
  .discover-page .img-aside.img-start .more-items-item .wrapper {
    padding-left: 30px;
  }
  .crisis .column .gap-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #discover-wrapper > * {
    width: 100%;
    margin: 0;
  }
  #event-second-wrapper > *,
  #event-first-wrapper > * {
    width: 100%;
    margin: 20px 0 !important;
    padding: 0;
  }
  #event-second-wrapper > *:first-child,
  #event-first-wrapper > *:first-child {
    margin: 0 !important;
  }
  #event-second-wrapper,
  #event-first-wrapper {
    padding-top: 30px !important;
  }
  #event-banners .more-items-item > a {
    background: none;
  }
  #event-banners .more-items-item > a img {
    display: block;
  }
  #social-stream .tabs li a:before {
    margin-right: 5px;
  }
  #event-tabs .img-aside .more-items-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #event-tabs .img-aside .more-items-item > a {
    width: 100%;
  }
  #event-tabs .img-aside .more-items-item > a img {
    padding: 20px;
  }
  #event-tabs .img-aside .more-items-item .wrapper {
    padding: 20px;
  }
  #event-second-wrapper > *:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  #landing-teams ul .more-items-item .wrapper h2 {
    font-size: 30px;
  }
  .home #home-highlights {
    margin-bottom: 20px;
  }
  .slide-items.grow-hover-item .more-items-list,
  .slide-items-events.grow-hover-item .more-items-list {
    overflow: visible;
  }
  #landing-events-home {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 22.5px !important;
  }
  #landing-events-home .more-items-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 123%;
    padding-right: 25px !important;
  }
  #weather.weather-banner {
    min-height: 275px;
  }
  #weather {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .weather-logo {
    max-width: 84px;
  }
  .w-direction {
    width: 25px;
    height: 25px;
  }
  .day-name {
    font-size: 14px;
  }
  .weather .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .weather .locations {
    margin-top: 0;
  }
  .weather select {
    font-size: 16px;
  }
  .weather-icon {
    display: block;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .weather-day {
    margin-right: 20px;
  }
  .weather-day.labels {
    min-width: 85px;
  }
  .fixed-height .event-list-tabed {
    height: auto;
  }
  .event-list-tabed header {
    padding: 0 10px !important;
  }
  .fixed-height .event-list-tabed header .tabs,
  .widget-wrapper:not(.fixed-height) .event-list-tabed header .tabs {
    margin-bottom: 0px;
  }
  #lead-partner .more-items-item {
    width: calc(25% - 40px);
  }
  #global-sponsor .more-items-item {
    width: calc(25% - 10px);
  }
  .portsmouth-sponsors-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portsmouth-sponsors-wrapper > section .more-items-list .more-items-item {
    width: calc(50% - 20px) !important;
  }
  .portsmouth-sponsors-wrapper > section#marketing-partners {
    width: 60%;
  }
  .store .widget-wrapper .widget {
    padding: 0;
  }
  .landing-sponsors #suppliers ul li:first-child {
    margin-left: 25px;
  }
  .landing-sponsors #suppliers ul li:nth-child(3) {
    margin-right: 25px;
  }
  .small-article .article-view-body {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .match-content .team-container {
    margin-left: 20%;
    width: 65%;
  }
  .match-content .match-info {
    width: 20%;
  }
  .match-content .match-info .match-results {
    font-size: 25px;
    line-height: 36px;
    width: 40px;
    height: 36px;
  }
}
@media only screen and (max-width: 900px) {
  body,
  input,
  textarea,
  .md-content > * {
    font-size: 16px;
  }
  .one-of-three,
  .two-of-three,
  .one-of-four,
  .three-of-four,
  .one-of-five,
  .two-of-five,
  .three-of-five,
  .four-of-five {
    width: 50%;
  }
  .one-of-six,
  .one-of-seven {
    width: 33.33333%;
  }
  .one-two .control-group,
  .one-two .formly > * {
    width: calc(70% -  2px);
  }
  .one-three .more-items-item,
  .one-four .more-items-item,
  .one-five .more-items-item,
  .one-three .more-video-item,
  .one-four .more-video-item,
  .one-five .more-video-item,
  .one-three .galleries-item,
  .one-four .galleries-item,
  .one-five .galleries-item,
  .one-three .socialstream-item,
  .one-four .socialstream-item,
  .one-five .socialstream-item,
  .one-three .control-group,
  .one-four .control-group,
  .one-five .control-group,
  .one-three .formly > *,
  .one-four .formly > *,
  .one-five .formly > *,
  .one-three.img-aside .more-items-item,
  .one-four.img-aside .more-items-item,
  .one-five.img-aside .more-items-item,
  .one-three.landing li,
  .one-four.landing li,
  .one-five.landing li {
    width: calc(50% -  2px);
  }
  .one-six .more-items-item,
  .one-seven .more-items-item,
  .one-six .more-video-item,
  .one-seven .more-video-item,
  .one-six .galleries-item,
  .one-seven .galleries-item,
  .one-six .socialstream-item,
  .one-seven .socialstream-item,
  .one-six .control-group,
  .one-seven .control-group,
  .one-six .formly > *,
  .one-seven .formly > *,
  .one-six.img-aside .more-items-item,
  .one-seven.img-aside .more-items-item,
  .one-six.landing li,
  .one-seven.landing li {
    width: calc(32.93333% -  2px);
  }
  .column .gap-50.img-aside.one-three .more-items-item,
  .column .gap-50.img-aside.one-four .more-items-item,
  .column .gap-50.img-aside.one-five .more-items-item,
  .column .gap-50.img-aside.one-six .more-items-item,
  .column .gap-50.img-aside.one-seven .more-items-item {
    width: calc(50% -  50px);
  }
  .column .gap-50.one-three .more-items-item,
  .column .gap-50.one-four .more-items-item,
  .column .gap-50.one-five .more-items-item,
  .column .gap-50.one-six .more-items-item,
  .column .gap-50.one-seven .more-items-item,
  .column .gap-50.one-three .more-video-item,
  .column .gap-50.one-four .more-video-item,
  .column .gap-50.one-five .more-video-item,
  .column .gap-50.one-six .more-video-item,
  .column .gap-50.one-seven .more-video-item,
  .column .gap-50.one-three .galleries-item,
  .column .gap-50.one-four .galleries-item,
  .column .gap-50.one-five .galleries-item,
  .column .gap-50.one-six .galleries-item,
  .column .gap-50.one-seven .galleries-item,
  .column .gap-50.one-three .socialstream-item,
  .column .gap-50.one-four .socialstream-item,
  .column .gap-50.one-five .socialstream-item,
  .column .gap-50.one-six .socialstream-item,
  .column .gap-50.one-seven .socialstream-item,
  .column .gap-50.one-three .control-group,
  .column .gap-50.one-four .control-group,
  .column .gap-50.one-five .control-group,
  .column .gap-50.one-six .control-group,
  .column .gap-50.one-seven .control-group,
  .column .gap-50.one-three .formly > *,
  .column .gap-50.one-four .formly > *,
  .column .gap-50.one-five .formly > *,
  .column .gap-50.one-six .formly > *,
  .column .gap-50.one-seven .formly > *,
  .column .gap-50.one-three.img-aside .more-items-item,
  .column .gap-50.one-four.img-aside .more-items-item,
  .column .gap-50.one-five.img-aside .more-items-item,
  .column .gap-50.one-six.img-aside .more-items-item,
  .column .gap-50.one-seven.img-aside .more-items-item,
  .column .gap-50.one-three.landing li,
  .column .gap-50.one-four.landing li,
  .column .gap-50.one-five.landing li,
  .column .gap-50.one-six.landing li,
  .column .gap-50.one-seven.landing li {
    width: calc(50% -  50px);
  }
  .column .gap-50:not(.full-width).tabs-col.slide-items-events {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .column .gap-49.img-aside.one-three .more-items-item,
  .column .gap-49.img-aside.one-four .more-items-item,
  .column .gap-49.img-aside.one-five .more-items-item,
  .column .gap-49.img-aside.one-six .more-items-item,
  .column .gap-49.img-aside.one-seven .more-items-item {
    width: calc(50% -  49px);
  }
  .column .gap-49.one-three .more-items-item,
  .column .gap-49.one-four .more-items-item,
  .column .gap-49.one-five .more-items-item,
  .column .gap-49.one-six .more-items-item,
  .column .gap-49.one-seven .more-items-item,
  .column .gap-49.one-three .more-video-item,
  .column .gap-49.one-four .more-video-item,
  .column .gap-49.one-five .more-video-item,
  .column .gap-49.one-six .more-video-item,
  .column .gap-49.one-seven .more-video-item,
  .column .gap-49.one-three .galleries-item,
  .column .gap-49.one-four .galleries-item,
  .column .gap-49.one-five .galleries-item,
  .column .gap-49.one-six .galleries-item,
  .column .gap-49.one-seven .galleries-item,
  .column .gap-49.one-three .socialstream-item,
  .column .gap-49.one-four .socialstream-item,
  .column .gap-49.one-five .socialstream-item,
  .column .gap-49.one-six .socialstream-item,
  .column .gap-49.one-seven .socialstream-item,
  .column .gap-49.one-three .control-group,
  .column .gap-49.one-four .control-group,
  .column .gap-49.one-five .control-group,
  .column .gap-49.one-six .control-group,
  .column .gap-49.one-seven .control-group,
  .column .gap-49.one-three .formly > *,
  .column .gap-49.one-four .formly > *,
  .column .gap-49.one-five .formly > *,
  .column .gap-49.one-six .formly > *,
  .column .gap-49.one-seven .formly > *,
  .column .gap-49.one-three.img-aside .more-items-item,
  .column .gap-49.one-four.img-aside .more-items-item,
  .column .gap-49.one-five.img-aside .more-items-item,
  .column .gap-49.one-six.img-aside .more-items-item,
  .column .gap-49.one-seven.img-aside .more-items-item,
  .column .gap-49.one-three.landing li,
  .column .gap-49.one-four.landing li,
  .column .gap-49.one-five.landing li,
  .column .gap-49.one-six.landing li,
  .column .gap-49.one-seven.landing li {
    width: calc(50% -  49px);
  }
  .column .gap-49:not(.full-width).tabs-col.slide-items-events {
    padding-left: -4.5px !important;
    padding-right: -4.5px !important;
  }
  .column .gap-48.img-aside.one-three .more-items-item,
  .column .gap-48.img-aside.one-four .more-items-item,
  .column .gap-48.img-aside.one-five .more-items-item,
  .column .gap-48.img-aside.one-six .more-items-item,
  .column .gap-48.img-aside.one-seven .more-items-item {
    width: calc(50% -  48px);
  }
  .column .gap-48.one-three .more-items-item,
  .column .gap-48.one-four .more-items-item,
  .column .gap-48.one-five .more-items-item,
  .column .gap-48.one-six .more-items-item,
  .column .gap-48.one-seven .more-items-item,
  .column .gap-48.one-three .more-video-item,
  .column .gap-48.one-four .more-video-item,
  .column .gap-48.one-five .more-video-item,
  .column .gap-48.one-six .more-video-item,
  .column .gap-48.one-seven .more-video-item,
  .column .gap-48.one-three .galleries-item,
  .column .gap-48.one-four .galleries-item,
  .column .gap-48.one-five .galleries-item,
  .column .gap-48.one-six .galleries-item,
  .column .gap-48.one-seven .galleries-item,
  .column .gap-48.one-three .socialstream-item,
  .column .gap-48.one-four .socialstream-item,
  .column .gap-48.one-five .socialstream-item,
  .column .gap-48.one-six .socialstream-item,
  .column .gap-48.one-seven .socialstream-item,
  .column .gap-48.one-three .control-group,
  .column .gap-48.one-four .control-group,
  .column .gap-48.one-five .control-group,
  .column .gap-48.one-six .control-group,
  .column .gap-48.one-seven .control-group,
  .column .gap-48.one-three .formly > *,
  .column .gap-48.one-four .formly > *,
  .column .gap-48.one-five .formly > *,
  .column .gap-48.one-six .formly > *,
  .column .gap-48.one-seven .formly > *,
  .column .gap-48.one-three.img-aside .more-items-item,
  .column .gap-48.one-four.img-aside .more-items-item,
  .column .gap-48.one-five.img-aside .more-items-item,
  .column .gap-48.one-six.img-aside .more-items-item,
  .column .gap-48.one-seven.img-aside .more-items-item,
  .column .gap-48.one-three.landing li,
  .column .gap-48.one-four.landing li,
  .column .gap-48.one-five.landing li,
  .column .gap-48.one-six.landing li,
  .column .gap-48.one-seven.landing li {
    width: calc(50% -  48px);
  }
  .column .gap-48:not(.full-width).tabs-col.slide-items-events {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .column .gap-47.img-aside.one-three .more-items-item,
  .column .gap-47.img-aside.one-four .more-items-item,
  .column .gap-47.img-aside.one-five .more-items-item,
  .column .gap-47.img-aside.one-six .more-items-item,
  .column .gap-47.img-aside.one-seven .more-items-item {
    width: calc(50% -  47px);
  }
  .column .gap-47.one-three .more-items-item,
  .column .gap-47.one-four .more-items-item,
  .column .gap-47.one-five .more-items-item,
  .column .gap-47.one-six .more-items-item,
  .column .gap-47.one-seven .more-items-item,
  .column .gap-47.one-three .more-video-item,
  .column .gap-47.one-four .more-video-item,
  .column .gap-47.one-five .more-video-item,
  .column .gap-47.one-six .more-video-item,
  .column .gap-47.one-seven .more-video-item,
  .column .gap-47.one-three .galleries-item,
  .column .gap-47.one-four .galleries-item,
  .column .gap-47.one-five .galleries-item,
  .column .gap-47.one-six .galleries-item,
  .column .gap-47.one-seven .galleries-item,
  .column .gap-47.one-three .socialstream-item,
  .column .gap-47.one-four .socialstream-item,
  .column .gap-47.one-five .socialstream-item,
  .column .gap-47.one-six .socialstream-item,
  .column .gap-47.one-seven .socialstream-item,
  .column .gap-47.one-three .control-group,
  .column .gap-47.one-four .control-group,
  .column .gap-47.one-five .control-group,
  .column .gap-47.one-six .control-group,
  .column .gap-47.one-seven .control-group,
  .column .gap-47.one-three .formly > *,
  .column .gap-47.one-four .formly > *,
  .column .gap-47.one-five .formly > *,
  .column .gap-47.one-six .formly > *,
  .column .gap-47.one-seven .formly > *,
  .column .gap-47.one-three.img-aside .more-items-item,
  .column .gap-47.one-four.img-aside .more-items-item,
  .column .gap-47.one-five.img-aside .more-items-item,
  .column .gap-47.one-six.img-aside .more-items-item,
  .column .gap-47.one-seven.img-aside .more-items-item,
  .column .gap-47.one-three.landing li,
  .column .gap-47.one-four.landing li,
  .column .gap-47.one-five.landing li,
  .column .gap-47.one-six.landing li,
  .column .gap-47.one-seven.landing li {
    width: calc(50% -  47px);
  }
  .column .gap-47:not(.full-width).tabs-col.slide-items-events {
    padding-left: -3.5px !important;
    padding-right: -3.5px !important;
  }
  .column .gap-46.img-aside.one-three .more-items-item,
  .column .gap-46.img-aside.one-four .more-items-item,
  .column .gap-46.img-aside.one-five .more-items-item,
  .column .gap-46.img-aside.one-six .more-items-item,
  .column .gap-46.img-aside.one-seven .more-items-item {
    width: calc(50% -  46px);
  }
  .column .gap-46.one-three .more-items-item,
  .column .gap-46.one-four .more-items-item,
  .column .gap-46.one-five .more-items-item,
  .column .gap-46.one-six .more-items-item,
  .column .gap-46.one-seven .more-items-item,
  .column .gap-46.one-three .more-video-item,
  .column .gap-46.one-four .more-video-item,
  .column .gap-46.one-five .more-video-item,
  .column .gap-46.one-six .more-video-item,
  .column .gap-46.one-seven .more-video-item,
  .column .gap-46.one-three .galleries-item,
  .column .gap-46.one-four .galleries-item,
  .column .gap-46.one-five .galleries-item,
  .column .gap-46.one-six .galleries-item,
  .column .gap-46.one-seven .galleries-item,
  .column .gap-46.one-three .socialstream-item,
  .column .gap-46.one-four .socialstream-item,
  .column .gap-46.one-five .socialstream-item,
  .column .gap-46.one-six .socialstream-item,
  .column .gap-46.one-seven .socialstream-item,
  .column .gap-46.one-three .control-group,
  .column .gap-46.one-four .control-group,
  .column .gap-46.one-five .control-group,
  .column .gap-46.one-six .control-group,
  .column .gap-46.one-seven .control-group,
  .column .gap-46.one-three .formly > *,
  .column .gap-46.one-four .formly > *,
  .column .gap-46.one-five .formly > *,
  .column .gap-46.one-six .formly > *,
  .column .gap-46.one-seven .formly > *,
  .column .gap-46.one-three.img-aside .more-items-item,
  .column .gap-46.one-four.img-aside .more-items-item,
  .column .gap-46.one-five.img-aside .more-items-item,
  .column .gap-46.one-six.img-aside .more-items-item,
  .column .gap-46.one-seven.img-aside .more-items-item,
  .column .gap-46.one-three.landing li,
  .column .gap-46.one-four.landing li,
  .column .gap-46.one-five.landing li,
  .column .gap-46.one-six.landing li,
  .column .gap-46.one-seven.landing li {
    width: calc(50% -  46px);
  }
  .column .gap-46:not(.full-width).tabs-col.slide-items-events {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .column .gap-45.img-aside.one-three .more-items-item,
  .column .gap-45.img-aside.one-four .more-items-item,
  .column .gap-45.img-aside.one-five .more-items-item,
  .column .gap-45.img-aside.one-six .more-items-item,
  .column .gap-45.img-aside.one-seven .more-items-item {
    width: calc(50% -  45px);
  }
  .column .gap-45.one-three .more-items-item,
  .column .gap-45.one-four .more-items-item,
  .column .gap-45.one-five .more-items-item,
  .column .gap-45.one-six .more-items-item,
  .column .gap-45.one-seven .more-items-item,
  .column .gap-45.one-three .more-video-item,
  .column .gap-45.one-four .more-video-item,
  .column .gap-45.one-five .more-video-item,
  .column .gap-45.one-six .more-video-item,
  .column .gap-45.one-seven .more-video-item,
  .column .gap-45.one-three .galleries-item,
  .column .gap-45.one-four .galleries-item,
  .column .gap-45.one-five .galleries-item,
  .column .gap-45.one-six .galleries-item,
  .column .gap-45.one-seven .galleries-item,
  .column .gap-45.one-three .socialstream-item,
  .column .gap-45.one-four .socialstream-item,
  .column .gap-45.one-five .socialstream-item,
  .column .gap-45.one-six .socialstream-item,
  .column .gap-45.one-seven .socialstream-item,
  .column .gap-45.one-three .control-group,
  .column .gap-45.one-four .control-group,
  .column .gap-45.one-five .control-group,
  .column .gap-45.one-six .control-group,
  .column .gap-45.one-seven .control-group,
  .column .gap-45.one-three .formly > *,
  .column .gap-45.one-four .formly > *,
  .column .gap-45.one-five .formly > *,
  .column .gap-45.one-six .formly > *,
  .column .gap-45.one-seven .formly > *,
  .column .gap-45.one-three.img-aside .more-items-item,
  .column .gap-45.one-four.img-aside .more-items-item,
  .column .gap-45.one-five.img-aside .more-items-item,
  .column .gap-45.one-six.img-aside .more-items-item,
  .column .gap-45.one-seven.img-aside .more-items-item,
  .column .gap-45.one-three.landing li,
  .column .gap-45.one-four.landing li,
  .column .gap-45.one-five.landing li,
  .column .gap-45.one-six.landing li,
  .column .gap-45.one-seven.landing li {
    width: calc(50% -  45px);
  }
  .column .gap-45:not(.full-width).tabs-col.slide-items-events {
    padding-left: -2.5px !important;
    padding-right: -2.5px !important;
  }
  .column .gap-44.img-aside.one-three .more-items-item,
  .column .gap-44.img-aside.one-four .more-items-item,
  .column .gap-44.img-aside.one-five .more-items-item,
  .column .gap-44.img-aside.one-six .more-items-item,
  .column .gap-44.img-aside.one-seven .more-items-item {
    width: calc(50% -  44px);
  }
  .column .gap-44.one-three .more-items-item,
  .column .gap-44.one-four .more-items-item,
  .column .gap-44.one-five .more-items-item,
  .column .gap-44.one-six .more-items-item,
  .column .gap-44.one-seven .more-items-item,
  .column .gap-44.one-three .more-video-item,
  .column .gap-44.one-four .more-video-item,
  .column .gap-44.one-five .more-video-item,
  .column .gap-44.one-six .more-video-item,
  .column .gap-44.one-seven .more-video-item,
  .column .gap-44.one-three .galleries-item,
  .column .gap-44.one-four .galleries-item,
  .column .gap-44.one-five .galleries-item,
  .column .gap-44.one-six .galleries-item,
  .column .gap-44.one-seven .galleries-item,
  .column .gap-44.one-three .socialstream-item,
  .column .gap-44.one-four .socialstream-item,
  .column .gap-44.one-five .socialstream-item,
  .column .gap-44.one-six .socialstream-item,
  .column .gap-44.one-seven .socialstream-item,
  .column .gap-44.one-three .control-group,
  .column .gap-44.one-four .control-group,
  .column .gap-44.one-five .control-group,
  .column .gap-44.one-six .control-group,
  .column .gap-44.one-seven .control-group,
  .column .gap-44.one-three .formly > *,
  .column .gap-44.one-four .formly > *,
  .column .gap-44.one-five .formly > *,
  .column .gap-44.one-six .formly > *,
  .column .gap-44.one-seven .formly > *,
  .column .gap-44.one-three.img-aside .more-items-item,
  .column .gap-44.one-four.img-aside .more-items-item,
  .column .gap-44.one-five.img-aside .more-items-item,
  .column .gap-44.one-six.img-aside .more-items-item,
  .column .gap-44.one-seven.img-aside .more-items-item,
  .column .gap-44.one-three.landing li,
  .column .gap-44.one-four.landing li,
  .column .gap-44.one-five.landing li,
  .column .gap-44.one-six.landing li,
  .column .gap-44.one-seven.landing li {
    width: calc(50% -  44px);
  }
  .column .gap-44:not(.full-width).tabs-col.slide-items-events {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .column .gap-43.img-aside.one-three .more-items-item,
  .column .gap-43.img-aside.one-four .more-items-item,
  .column .gap-43.img-aside.one-five .more-items-item,
  .column .gap-43.img-aside.one-six .more-items-item,
  .column .gap-43.img-aside.one-seven .more-items-item {
    width: calc(50% -  43px);
  }
  .column .gap-43.one-three .more-items-item,
  .column .gap-43.one-four .more-items-item,
  .column .gap-43.one-five .more-items-item,
  .column .gap-43.one-six .more-items-item,
  .column .gap-43.one-seven .more-items-item,
  .column .gap-43.one-three .more-video-item,
  .column .gap-43.one-four .more-video-item,
  .column .gap-43.one-five .more-video-item,
  .column .gap-43.one-six .more-video-item,
  .column .gap-43.one-seven .more-video-item,
  .column .gap-43.one-three .galleries-item,
  .column .gap-43.one-four .galleries-item,
  .column .gap-43.one-five .galleries-item,
  .column .gap-43.one-six .galleries-item,
  .column .gap-43.one-seven .galleries-item,
  .column .gap-43.one-three .socialstream-item,
  .column .gap-43.one-four .socialstream-item,
  .column .gap-43.one-five .socialstream-item,
  .column .gap-43.one-six .socialstream-item,
  .column .gap-43.one-seven .socialstream-item,
  .column .gap-43.one-three .control-group,
  .column .gap-43.one-four .control-group,
  .column .gap-43.one-five .control-group,
  .column .gap-43.one-six .control-group,
  .column .gap-43.one-seven .control-group,
  .column .gap-43.one-three .formly > *,
  .column .gap-43.one-four .formly > *,
  .column .gap-43.one-five .formly > *,
  .column .gap-43.one-six .formly > *,
  .column .gap-43.one-seven .formly > *,
  .column .gap-43.one-three.img-aside .more-items-item,
  .column .gap-43.one-four.img-aside .more-items-item,
  .column .gap-43.one-five.img-aside .more-items-item,
  .column .gap-43.one-six.img-aside .more-items-item,
  .column .gap-43.one-seven.img-aside .more-items-item,
  .column .gap-43.one-three.landing li,
  .column .gap-43.one-four.landing li,
  .column .gap-43.one-five.landing li,
  .column .gap-43.one-six.landing li,
  .column .gap-43.one-seven.landing li {
    width: calc(50% -  43px);
  }
  .column .gap-43:not(.full-width).tabs-col.slide-items-events {
    padding-left: -1.5px !important;
    padding-right: -1.5px !important;
  }
  .column .gap-42.img-aside.one-three .more-items-item,
  .column .gap-42.img-aside.one-four .more-items-item,
  .column .gap-42.img-aside.one-five .more-items-item,
  .column .gap-42.img-aside.one-six .more-items-item,
  .column .gap-42.img-aside.one-seven .more-items-item {
    width: calc(50% -  42px);
  }
  .column .gap-42.one-three .more-items-item,
  .column .gap-42.one-four .more-items-item,
  .column .gap-42.one-five .more-items-item,
  .column .gap-42.one-six .more-items-item,
  .column .gap-42.one-seven .more-items-item,
  .column .gap-42.one-three .more-video-item,
  .column .gap-42.one-four .more-video-item,
  .column .gap-42.one-five .more-video-item,
  .column .gap-42.one-six .more-video-item,
  .column .gap-42.one-seven .more-video-item,
  .column .gap-42.one-three .galleries-item,
  .column .gap-42.one-four .galleries-item,
  .column .gap-42.one-five .galleries-item,
  .column .gap-42.one-six .galleries-item,
  .column .gap-42.one-seven .galleries-item,
  .column .gap-42.one-three .socialstream-item,
  .column .gap-42.one-four .socialstream-item,
  .column .gap-42.one-five .socialstream-item,
  .column .gap-42.one-six .socialstream-item,
  .column .gap-42.one-seven .socialstream-item,
  .column .gap-42.one-three .control-group,
  .column .gap-42.one-four .control-group,
  .column .gap-42.one-five .control-group,
  .column .gap-42.one-six .control-group,
  .column .gap-42.one-seven .control-group,
  .column .gap-42.one-three .formly > *,
  .column .gap-42.one-four .formly > *,
  .column .gap-42.one-five .formly > *,
  .column .gap-42.one-six .formly > *,
  .column .gap-42.one-seven .formly > *,
  .column .gap-42.one-three.img-aside .more-items-item,
  .column .gap-42.one-four.img-aside .more-items-item,
  .column .gap-42.one-five.img-aside .more-items-item,
  .column .gap-42.one-six.img-aside .more-items-item,
  .column .gap-42.one-seven.img-aside .more-items-item,
  .column .gap-42.one-three.landing li,
  .column .gap-42.one-four.landing li,
  .column .gap-42.one-five.landing li,
  .column .gap-42.one-six.landing li,
  .column .gap-42.one-seven.landing li {
    width: calc(50% -  42px);
  }
  .column .gap-42:not(.full-width).tabs-col.slide-items-events {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .column .gap-41.img-aside.one-three .more-items-item,
  .column .gap-41.img-aside.one-four .more-items-item,
  .column .gap-41.img-aside.one-five .more-items-item,
  .column .gap-41.img-aside.one-six .more-items-item,
  .column .gap-41.img-aside.one-seven .more-items-item {
    width: calc(50% -  41px);
  }
  .column .gap-41.one-three .more-items-item,
  .column .gap-41.one-four .more-items-item,
  .column .gap-41.one-five .more-items-item,
  .column .gap-41.one-six .more-items-item,
  .column .gap-41.one-seven .more-items-item,
  .column .gap-41.one-three .more-video-item,
  .column .gap-41.one-four .more-video-item,
  .column .gap-41.one-five .more-video-item,
  .column .gap-41.one-six .more-video-item,
  .column .gap-41.one-seven .more-video-item,
  .column .gap-41.one-three .galleries-item,
  .column .gap-41.one-four .galleries-item,
  .column .gap-41.one-five .galleries-item,
  .column .gap-41.one-six .galleries-item,
  .column .gap-41.one-seven .galleries-item,
  .column .gap-41.one-three .socialstream-item,
  .column .gap-41.one-four .socialstream-item,
  .column .gap-41.one-five .socialstream-item,
  .column .gap-41.one-six .socialstream-item,
  .column .gap-41.one-seven .socialstream-item,
  .column .gap-41.one-three .control-group,
  .column .gap-41.one-four .control-group,
  .column .gap-41.one-five .control-group,
  .column .gap-41.one-six .control-group,
  .column .gap-41.one-seven .control-group,
  .column .gap-41.one-three .formly > *,
  .column .gap-41.one-four .formly > *,
  .column .gap-41.one-five .formly > *,
  .column .gap-41.one-six .formly > *,
  .column .gap-41.one-seven .formly > *,
  .column .gap-41.one-three.img-aside .more-items-item,
  .column .gap-41.one-four.img-aside .more-items-item,
  .column .gap-41.one-five.img-aside .more-items-item,
  .column .gap-41.one-six.img-aside .more-items-item,
  .column .gap-41.one-seven.img-aside .more-items-item,
  .column .gap-41.one-three.landing li,
  .column .gap-41.one-four.landing li,
  .column .gap-41.one-five.landing li,
  .column .gap-41.one-six.landing li,
  .column .gap-41.one-seven.landing li {
    width: calc(50% -  41px);
  }
  .column .gap-41:not(.full-width).tabs-col.slide-items-events {
    padding-left: -0.5px !important;
    padding-right: -0.5px !important;
  }
  .column .gap-40.img-aside.one-three .more-items-item,
  .column .gap-40.img-aside.one-four .more-items-item,
  .column .gap-40.img-aside.one-five .more-items-item,
  .column .gap-40.img-aside.one-six .more-items-item,
  .column .gap-40.img-aside.one-seven .more-items-item {
    width: calc(50% -  40px);
  }
  .column .gap-40.one-three .more-items-item,
  .column .gap-40.one-four .more-items-item,
  .column .gap-40.one-five .more-items-item,
  .column .gap-40.one-six .more-items-item,
  .column .gap-40.one-seven .more-items-item,
  .column .gap-40.one-three .more-video-item,
  .column .gap-40.one-four .more-video-item,
  .column .gap-40.one-five .more-video-item,
  .column .gap-40.one-six .more-video-item,
  .column .gap-40.one-seven .more-video-item,
  .column .gap-40.one-three .galleries-item,
  .column .gap-40.one-four .galleries-item,
  .column .gap-40.one-five .galleries-item,
  .column .gap-40.one-six .galleries-item,
  .column .gap-40.one-seven .galleries-item,
  .column .gap-40.one-three .socialstream-item,
  .column .gap-40.one-four .socialstream-item,
  .column .gap-40.one-five .socialstream-item,
  .column .gap-40.one-six .socialstream-item,
  .column .gap-40.one-seven .socialstream-item,
  .column .gap-40.one-three .control-group,
  .column .gap-40.one-four .control-group,
  .column .gap-40.one-five .control-group,
  .column .gap-40.one-six .control-group,
  .column .gap-40.one-seven .control-group,
  .column .gap-40.one-three .formly > *,
  .column .gap-40.one-four .formly > *,
  .column .gap-40.one-five .formly > *,
  .column .gap-40.one-six .formly > *,
  .column .gap-40.one-seven .formly > *,
  .column .gap-40.one-three.img-aside .more-items-item,
  .column .gap-40.one-four.img-aside .more-items-item,
  .column .gap-40.one-five.img-aside .more-items-item,
  .column .gap-40.one-six.img-aside .more-items-item,
  .column .gap-40.one-seven.img-aside .more-items-item,
  .column .gap-40.one-three.landing li,
  .column .gap-40.one-four.landing li,
  .column .gap-40.one-five.landing li,
  .column .gap-40.one-six.landing li,
  .column .gap-40.one-seven.landing li {
    width: calc(50% -  40px);
  }
  .column .gap-40:not(.full-width).tabs-col.slide-items-events {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .column .gap-39.img-aside.one-three .more-items-item,
  .column .gap-39.img-aside.one-four .more-items-item,
  .column .gap-39.img-aside.one-five .more-items-item,
  .column .gap-39.img-aside.one-six .more-items-item,
  .column .gap-39.img-aside.one-seven .more-items-item {
    width: calc(50% -  39px);
  }
  .column .gap-39.one-three .more-items-item,
  .column .gap-39.one-four .more-items-item,
  .column .gap-39.one-five .more-items-item,
  .column .gap-39.one-six .more-items-item,
  .column .gap-39.one-seven .more-items-item,
  .column .gap-39.one-three .more-video-item,
  .column .gap-39.one-four .more-video-item,
  .column .gap-39.one-five .more-video-item,
  .column .gap-39.one-six .more-video-item,
  .column .gap-39.one-seven .more-video-item,
  .column .gap-39.one-three .galleries-item,
  .column .gap-39.one-four .galleries-item,
  .column .gap-39.one-five .galleries-item,
  .column .gap-39.one-six .galleries-item,
  .column .gap-39.one-seven .galleries-item,
  .column .gap-39.one-three .socialstream-item,
  .column .gap-39.one-four .socialstream-item,
  .column .gap-39.one-five .socialstream-item,
  .column .gap-39.one-six .socialstream-item,
  .column .gap-39.one-seven .socialstream-item,
  .column .gap-39.one-three .control-group,
  .column .gap-39.one-four .control-group,
  .column .gap-39.one-five .control-group,
  .column .gap-39.one-six .control-group,
  .column .gap-39.one-seven .control-group,
  .column .gap-39.one-three .formly > *,
  .column .gap-39.one-four .formly > *,
  .column .gap-39.one-five .formly > *,
  .column .gap-39.one-six .formly > *,
  .column .gap-39.one-seven .formly > *,
  .column .gap-39.one-three.img-aside .more-items-item,
  .column .gap-39.one-four.img-aside .more-items-item,
  .column .gap-39.one-five.img-aside .more-items-item,
  .column .gap-39.one-six.img-aside .more-items-item,
  .column .gap-39.one-seven.img-aside .more-items-item,
  .column .gap-39.one-three.landing li,
  .column .gap-39.one-four.landing li,
  .column .gap-39.one-five.landing li,
  .column .gap-39.one-six.landing li,
  .column .gap-39.one-seven.landing li {
    width: calc(50% -  39px);
  }
  .column .gap-39:not(.full-width).tabs-col.slide-items-events {
    padding-left: 0.5px !important;
    padding-right: 0.5px !important;
  }
  .column .gap-38.img-aside.one-three .more-items-item,
  .column .gap-38.img-aside.one-four .more-items-item,
  .column .gap-38.img-aside.one-five .more-items-item,
  .column .gap-38.img-aside.one-six .more-items-item,
  .column .gap-38.img-aside.one-seven .more-items-item {
    width: calc(50% -  38px);
  }
  .column .gap-38.one-three .more-items-item,
  .column .gap-38.one-four .more-items-item,
  .column .gap-38.one-five .more-items-item,
  .column .gap-38.one-six .more-items-item,
  .column .gap-38.one-seven .more-items-item,
  .column .gap-38.one-three .more-video-item,
  .column .gap-38.one-four .more-video-item,
  .column .gap-38.one-five .more-video-item,
  .column .gap-38.one-six .more-video-item,
  .column .gap-38.one-seven .more-video-item,
  .column .gap-38.one-three .galleries-item,
  .column .gap-38.one-four .galleries-item,
  .column .gap-38.one-five .galleries-item,
  .column .gap-38.one-six .galleries-item,
  .column .gap-38.one-seven .galleries-item,
  .column .gap-38.one-three .socialstream-item,
  .column .gap-38.one-four .socialstream-item,
  .column .gap-38.one-five .socialstream-item,
  .column .gap-38.one-six .socialstream-item,
  .column .gap-38.one-seven .socialstream-item,
  .column .gap-38.one-three .control-group,
  .column .gap-38.one-four .control-group,
  .column .gap-38.one-five .control-group,
  .column .gap-38.one-six .control-group,
  .column .gap-38.one-seven .control-group,
  .column .gap-38.one-three .formly > *,
  .column .gap-38.one-four .formly > *,
  .column .gap-38.one-five .formly > *,
  .column .gap-38.one-six .formly > *,
  .column .gap-38.one-seven .formly > *,
  .column .gap-38.one-three.img-aside .more-items-item,
  .column .gap-38.one-four.img-aside .more-items-item,
  .column .gap-38.one-five.img-aside .more-items-item,
  .column .gap-38.one-six.img-aside .more-items-item,
  .column .gap-38.one-seven.img-aside .more-items-item,
  .column .gap-38.one-three.landing li,
  .column .gap-38.one-four.landing li,
  .column .gap-38.one-five.landing li,
  .column .gap-38.one-six.landing li,
  .column .gap-38.one-seven.landing li {
    width: calc(50% -  38px);
  }
  .column .gap-38:not(.full-width).tabs-col.slide-items-events {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .column .gap-37.img-aside.one-three .more-items-item,
  .column .gap-37.img-aside.one-four .more-items-item,
  .column .gap-37.img-aside.one-five .more-items-item,
  .column .gap-37.img-aside.one-six .more-items-item,
  .column .gap-37.img-aside.one-seven .more-items-item {
    width: calc(50% -  37px);
  }
  .column .gap-37.one-three .more-items-item,
  .column .gap-37.one-four .more-items-item,
  .column .gap-37.one-five .more-items-item,
  .column .gap-37.one-six .more-items-item,
  .column .gap-37.one-seven .more-items-item,
  .column .gap-37.one-three .more-video-item,
  .column .gap-37.one-four .more-video-item,
  .column .gap-37.one-five .more-video-item,
  .column .gap-37.one-six .more-video-item,
  .column .gap-37.one-seven .more-video-item,
  .column .gap-37.one-three .galleries-item,
  .column .gap-37.one-four .galleries-item,
  .column .gap-37.one-five .galleries-item,
  .column .gap-37.one-six .galleries-item,
  .column .gap-37.one-seven .galleries-item,
  .column .gap-37.one-three .socialstream-item,
  .column .gap-37.one-four .socialstream-item,
  .column .gap-37.one-five .socialstream-item,
  .column .gap-37.one-six .socialstream-item,
  .column .gap-37.one-seven .socialstream-item,
  .column .gap-37.one-three .control-group,
  .column .gap-37.one-four .control-group,
  .column .gap-37.one-five .control-group,
  .column .gap-37.one-six .control-group,
  .column .gap-37.one-seven .control-group,
  .column .gap-37.one-three .formly > *,
  .column .gap-37.one-four .formly > *,
  .column .gap-37.one-five .formly > *,
  .column .gap-37.one-six .formly > *,
  .column .gap-37.one-seven .formly > *,
  .column .gap-37.one-three.img-aside .more-items-item,
  .column .gap-37.one-four.img-aside .more-items-item,
  .column .gap-37.one-five.img-aside .more-items-item,
  .column .gap-37.one-six.img-aside .more-items-item,
  .column .gap-37.one-seven.img-aside .more-items-item,
  .column .gap-37.one-three.landing li,
  .column .gap-37.one-four.landing li,
  .column .gap-37.one-five.landing li,
  .column .gap-37.one-six.landing li,
  .column .gap-37.one-seven.landing li {
    width: calc(50% -  37px);
  }
  .column .gap-37:not(.full-width).tabs-col.slide-items-events {
    padding-left: 1.5px !important;
    padding-right: 1.5px !important;
  }
  .column .gap-36.img-aside.one-three .more-items-item,
  .column .gap-36.img-aside.one-four .more-items-item,
  .column .gap-36.img-aside.one-five .more-items-item,
  .column .gap-36.img-aside.one-six .more-items-item,
  .column .gap-36.img-aside.one-seven .more-items-item {
    width: calc(50% -  36px);
  }
  .column .gap-36.one-three .more-items-item,
  .column .gap-36.one-four .more-items-item,
  .column .gap-36.one-five .more-items-item,
  .column .gap-36.one-six .more-items-item,
  .column .gap-36.one-seven .more-items-item,
  .column .gap-36.one-three .more-video-item,
  .column .gap-36.one-four .more-video-item,
  .column .gap-36.one-five .more-video-item,
  .column .gap-36.one-six .more-video-item,
  .column .gap-36.one-seven .more-video-item,
  .column .gap-36.one-three .galleries-item,
  .column .gap-36.one-four .galleries-item,
  .column .gap-36.one-five .galleries-item,
  .column .gap-36.one-six .galleries-item,
  .column .gap-36.one-seven .galleries-item,
  .column .gap-36.one-three .socialstream-item,
  .column .gap-36.one-four .socialstream-item,
  .column .gap-36.one-five .socialstream-item,
  .column .gap-36.one-six .socialstream-item,
  .column .gap-36.one-seven .socialstream-item,
  .column .gap-36.one-three .control-group,
  .column .gap-36.one-four .control-group,
  .column .gap-36.one-five .control-group,
  .column .gap-36.one-six .control-group,
  .column .gap-36.one-seven .control-group,
  .column .gap-36.one-three .formly > *,
  .column .gap-36.one-four .formly > *,
  .column .gap-36.one-five .formly > *,
  .column .gap-36.one-six .formly > *,
  .column .gap-36.one-seven .formly > *,
  .column .gap-36.one-three.img-aside .more-items-item,
  .column .gap-36.one-four.img-aside .more-items-item,
  .column .gap-36.one-five.img-aside .more-items-item,
  .column .gap-36.one-six.img-aside .more-items-item,
  .column .gap-36.one-seven.img-aside .more-items-item,
  .column .gap-36.one-three.landing li,
  .column .gap-36.one-four.landing li,
  .column .gap-36.one-five.landing li,
  .column .gap-36.one-six.landing li,
  .column .gap-36.one-seven.landing li {
    width: calc(50% -  36px);
  }
  .column .gap-36:not(.full-width).tabs-col.slide-items-events {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .column .gap-35.img-aside.one-three .more-items-item,
  .column .gap-35.img-aside.one-four .more-items-item,
  .column .gap-35.img-aside.one-five .more-items-item,
  .column .gap-35.img-aside.one-six .more-items-item,
  .column .gap-35.img-aside.one-seven .more-items-item {
    width: calc(50% -  35px);
  }
  .column .gap-35.one-three .more-items-item,
  .column .gap-35.one-four .more-items-item,
  .column .gap-35.one-five .more-items-item,
  .column .gap-35.one-six .more-items-item,
  .column .gap-35.one-seven .more-items-item,
  .column .gap-35.one-three .more-video-item,
  .column .gap-35.one-four .more-video-item,
  .column .gap-35.one-five .more-video-item,
  .column .gap-35.one-six .more-video-item,
  .column .gap-35.one-seven .more-video-item,
  .column .gap-35.one-three .galleries-item,
  .column .gap-35.one-four .galleries-item,
  .column .gap-35.one-five .galleries-item,
  .column .gap-35.one-six .galleries-item,
  .column .gap-35.one-seven .galleries-item,
  .column .gap-35.one-three .socialstream-item,
  .column .gap-35.one-four .socialstream-item,
  .column .gap-35.one-five .socialstream-item,
  .column .gap-35.one-six .socialstream-item,
  .column .gap-35.one-seven .socialstream-item,
  .column .gap-35.one-three .control-group,
  .column .gap-35.one-four .control-group,
  .column .gap-35.one-five .control-group,
  .column .gap-35.one-six .control-group,
  .column .gap-35.one-seven .control-group,
  .column .gap-35.one-three .formly > *,
  .column .gap-35.one-four .formly > *,
  .column .gap-35.one-five .formly > *,
  .column .gap-35.one-six .formly > *,
  .column .gap-35.one-seven .formly > *,
  .column .gap-35.one-three.img-aside .more-items-item,
  .column .gap-35.one-four.img-aside .more-items-item,
  .column .gap-35.one-five.img-aside .more-items-item,
  .column .gap-35.one-six.img-aside .more-items-item,
  .column .gap-35.one-seven.img-aside .more-items-item,
  .column .gap-35.one-three.landing li,
  .column .gap-35.one-four.landing li,
  .column .gap-35.one-five.landing li,
  .column .gap-35.one-six.landing li,
  .column .gap-35.one-seven.landing li {
    width: calc(50% -  35px);
  }
  .column .gap-35:not(.full-width).tabs-col.slide-items-events {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
  }
  .column .gap-34.img-aside.one-three .more-items-item,
  .column .gap-34.img-aside.one-four .more-items-item,
  .column .gap-34.img-aside.one-five .more-items-item,
  .column .gap-34.img-aside.one-six .more-items-item,
  .column .gap-34.img-aside.one-seven .more-items-item {
    width: calc(50% -  34px);
  }
  .column .gap-34.one-three .more-items-item,
  .column .gap-34.one-four .more-items-item,
  .column .gap-34.one-five .more-items-item,
  .column .gap-34.one-six .more-items-item,
  .column .gap-34.one-seven .more-items-item,
  .column .gap-34.one-three .more-video-item,
  .column .gap-34.one-four .more-video-item,
  .column .gap-34.one-five .more-video-item,
  .column .gap-34.one-six .more-video-item,
  .column .gap-34.one-seven .more-video-item,
  .column .gap-34.one-three .galleries-item,
  .column .gap-34.one-four .galleries-item,
  .column .gap-34.one-five .galleries-item,
  .column .gap-34.one-six .galleries-item,
  .column .gap-34.one-seven .galleries-item,
  .column .gap-34.one-three .socialstream-item,
  .column .gap-34.one-four .socialstream-item,
  .column .gap-34.one-five .socialstream-item,
  .column .gap-34.one-six .socialstream-item,
  .column .gap-34.one-seven .socialstream-item,
  .column .gap-34.one-three .control-group,
  .column .gap-34.one-four .control-group,
  .column .gap-34.one-five .control-group,
  .column .gap-34.one-six .control-group,
  .column .gap-34.one-seven .control-group,
  .column .gap-34.one-three .formly > *,
  .column .gap-34.one-four .formly > *,
  .column .gap-34.one-five .formly > *,
  .column .gap-34.one-six .formly > *,
  .column .gap-34.one-seven .formly > *,
  .column .gap-34.one-three.img-aside .more-items-item,
  .column .gap-34.one-four.img-aside .more-items-item,
  .column .gap-34.one-five.img-aside .more-items-item,
  .column .gap-34.one-six.img-aside .more-items-item,
  .column .gap-34.one-seven.img-aside .more-items-item,
  .column .gap-34.one-three.landing li,
  .column .gap-34.one-four.landing li,
  .column .gap-34.one-five.landing li,
  .column .gap-34.one-six.landing li,
  .column .gap-34.one-seven.landing li {
    width: calc(50% -  34px);
  }
  .column .gap-34:not(.full-width).tabs-col.slide-items-events {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .column .gap-33.img-aside.one-three .more-items-item,
  .column .gap-33.img-aside.one-four .more-items-item,
  .column .gap-33.img-aside.one-five .more-items-item,
  .column .gap-33.img-aside.one-six .more-items-item,
  .column .gap-33.img-aside.one-seven .more-items-item {
    width: calc(50% -  33px);
  }
  .column .gap-33.one-three .more-items-item,
  .column .gap-33.one-four .more-items-item,
  .column .gap-33.one-five .more-items-item,
  .column .gap-33.one-six .more-items-item,
  .column .gap-33.one-seven .more-items-item,
  .column .gap-33.one-three .more-video-item,
  .column .gap-33.one-four .more-video-item,
  .column .gap-33.one-five .more-video-item,
  .column .gap-33.one-six .more-video-item,
  .column .gap-33.one-seven .more-video-item,
  .column .gap-33.one-three .galleries-item,
  .column .gap-33.one-four .galleries-item,
  .column .gap-33.one-five .galleries-item,
  .column .gap-33.one-six .galleries-item,
  .column .gap-33.one-seven .galleries-item,
  .column .gap-33.one-three .socialstream-item,
  .column .gap-33.one-four .socialstream-item,
  .column .gap-33.one-five .socialstream-item,
  .column .gap-33.one-six .socialstream-item,
  .column .gap-33.one-seven .socialstream-item,
  .column .gap-33.one-three .control-group,
  .column .gap-33.one-four .control-group,
  .column .gap-33.one-five .control-group,
  .column .gap-33.one-six .control-group,
  .column .gap-33.one-seven .control-group,
  .column .gap-33.one-three .formly > *,
  .column .gap-33.one-four .formly > *,
  .column .gap-33.one-five .formly > *,
  .column .gap-33.one-six .formly > *,
  .column .gap-33.one-seven .formly > *,
  .column .gap-33.one-three.img-aside .more-items-item,
  .column .gap-33.one-four.img-aside .more-items-item,
  .column .gap-33.one-five.img-aside .more-items-item,
  .column .gap-33.one-six.img-aside .more-items-item,
  .column .gap-33.one-seven.img-aside .more-items-item,
  .column .gap-33.one-three.landing li,
  .column .gap-33.one-four.landing li,
  .column .gap-33.one-five.landing li,
  .column .gap-33.one-six.landing li,
  .column .gap-33.one-seven.landing li {
    width: calc(50% -  33px);
  }
  .column .gap-33:not(.full-width).tabs-col.slide-items-events {
    padding-left: 3.5px !important;
    padding-right: 3.5px !important;
  }
  .column .gap-32.img-aside.one-three .more-items-item,
  .column .gap-32.img-aside.one-four .more-items-item,
  .column .gap-32.img-aside.one-five .more-items-item,
  .column .gap-32.img-aside.one-six .more-items-item,
  .column .gap-32.img-aside.one-seven .more-items-item {
    width: calc(50% -  32px);
  }
  .column .gap-32.one-three .more-items-item,
  .column .gap-32.one-four .more-items-item,
  .column .gap-32.one-five .more-items-item,
  .column .gap-32.one-six .more-items-item,
  .column .gap-32.one-seven .more-items-item,
  .column .gap-32.one-three .more-video-item,
  .column .gap-32.one-four .more-video-item,
  .column .gap-32.one-five .more-video-item,
  .column .gap-32.one-six .more-video-item,
  .column .gap-32.one-seven .more-video-item,
  .column .gap-32.one-three .galleries-item,
  .column .gap-32.one-four .galleries-item,
  .column .gap-32.one-five .galleries-item,
  .column .gap-32.one-six .galleries-item,
  .column .gap-32.one-seven .galleries-item,
  .column .gap-32.one-three .socialstream-item,
  .column .gap-32.one-four .socialstream-item,
  .column .gap-32.one-five .socialstream-item,
  .column .gap-32.one-six .socialstream-item,
  .column .gap-32.one-seven .socialstream-item,
  .column .gap-32.one-three .control-group,
  .column .gap-32.one-four .control-group,
  .column .gap-32.one-five .control-group,
  .column .gap-32.one-six .control-group,
  .column .gap-32.one-seven .control-group,
  .column .gap-32.one-three .formly > *,
  .column .gap-32.one-four .formly > *,
  .column .gap-32.one-five .formly > *,
  .column .gap-32.one-six .formly > *,
  .column .gap-32.one-seven .formly > *,
  .column .gap-32.one-three.img-aside .more-items-item,
  .column .gap-32.one-four.img-aside .more-items-item,
  .column .gap-32.one-five.img-aside .more-items-item,
  .column .gap-32.one-six.img-aside .more-items-item,
  .column .gap-32.one-seven.img-aside .more-items-item,
  .column .gap-32.one-three.landing li,
  .column .gap-32.one-four.landing li,
  .column .gap-32.one-five.landing li,
  .column .gap-32.one-six.landing li,
  .column .gap-32.one-seven.landing li {
    width: calc(50% -  32px);
  }
  .column .gap-32:not(.full-width).tabs-col.slide-items-events {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .column .gap-31.img-aside.one-three .more-items-item,
  .column .gap-31.img-aside.one-four .more-items-item,
  .column .gap-31.img-aside.one-five .more-items-item,
  .column .gap-31.img-aside.one-six .more-items-item,
  .column .gap-31.img-aside.one-seven .more-items-item {
    width: calc(50% -  31px);
  }
  .column .gap-31.one-three .more-items-item,
  .column .gap-31.one-four .more-items-item,
  .column .gap-31.one-five .more-items-item,
  .column .gap-31.one-six .more-items-item,
  .column .gap-31.one-seven .more-items-item,
  .column .gap-31.one-three .more-video-item,
  .column .gap-31.one-four .more-video-item,
  .column .gap-31.one-five .more-video-item,
  .column .gap-31.one-six .more-video-item,
  .column .gap-31.one-seven .more-video-item,
  .column .gap-31.one-three .galleries-item,
  .column .gap-31.one-four .galleries-item,
  .column .gap-31.one-five .galleries-item,
  .column .gap-31.one-six .galleries-item,
  .column .gap-31.one-seven .galleries-item,
  .column .gap-31.one-three .socialstream-item,
  .column .gap-31.one-four .socialstream-item,
  .column .gap-31.one-five .socialstream-item,
  .column .gap-31.one-six .socialstream-item,
  .column .gap-31.one-seven .socialstream-item,
  .column .gap-31.one-three .control-group,
  .column .gap-31.one-four .control-group,
  .column .gap-31.one-five .control-group,
  .column .gap-31.one-six .control-group,
  .column .gap-31.one-seven .control-group,
  .column .gap-31.one-three .formly > *,
  .column .gap-31.one-four .formly > *,
  .column .gap-31.one-five .formly > *,
  .column .gap-31.one-six .formly > *,
  .column .gap-31.one-seven .formly > *,
  .column .gap-31.one-three.img-aside .more-items-item,
  .column .gap-31.one-four.img-aside .more-items-item,
  .column .gap-31.one-five.img-aside .more-items-item,
  .column .gap-31.one-six.img-aside .more-items-item,
  .column .gap-31.one-seven.img-aside .more-items-item,
  .column .gap-31.one-three.landing li,
  .column .gap-31.one-four.landing li,
  .column .gap-31.one-five.landing li,
  .column .gap-31.one-six.landing li,
  .column .gap-31.one-seven.landing li {
    width: calc(50% -  31px);
  }
  .column .gap-31:not(.full-width).tabs-col.slide-items-events {
    padding-left: 4.5px !important;
    padding-right: 4.5px !important;
  }
  .column .gap-30.img-aside.one-three .more-items-item,
  .column .gap-30.img-aside.one-four .more-items-item,
  .column .gap-30.img-aside.one-five .more-items-item,
  .column .gap-30.img-aside.one-six .more-items-item,
  .column .gap-30.img-aside.one-seven .more-items-item {
    width: calc(50% -  30px);
  }
  .column .gap-30.one-three .more-items-item,
  .column .gap-30.one-four .more-items-item,
  .column .gap-30.one-five .more-items-item,
  .column .gap-30.one-six .more-items-item,
  .column .gap-30.one-seven .more-items-item,
  .column .gap-30.one-three .more-video-item,
  .column .gap-30.one-four .more-video-item,
  .column .gap-30.one-five .more-video-item,
  .column .gap-30.one-six .more-video-item,
  .column .gap-30.one-seven .more-video-item,
  .column .gap-30.one-three .galleries-item,
  .column .gap-30.one-four .galleries-item,
  .column .gap-30.one-five .galleries-item,
  .column .gap-30.one-six .galleries-item,
  .column .gap-30.one-seven .galleries-item,
  .column .gap-30.one-three .socialstream-item,
  .column .gap-30.one-four .socialstream-item,
  .column .gap-30.one-five .socialstream-item,
  .column .gap-30.one-six .socialstream-item,
  .column .gap-30.one-seven .socialstream-item,
  .column .gap-30.one-three .control-group,
  .column .gap-30.one-four .control-group,
  .column .gap-30.one-five .control-group,
  .column .gap-30.one-six .control-group,
  .column .gap-30.one-seven .control-group,
  .column .gap-30.one-three .formly > *,
  .column .gap-30.one-four .formly > *,
  .column .gap-30.one-five .formly > *,
  .column .gap-30.one-six .formly > *,
  .column .gap-30.one-seven .formly > *,
  .column .gap-30.one-three.img-aside .more-items-item,
  .column .gap-30.one-four.img-aside .more-items-item,
  .column .gap-30.one-five.img-aside .more-items-item,
  .column .gap-30.one-six.img-aside .more-items-item,
  .column .gap-30.one-seven.img-aside .more-items-item,
  .column .gap-30.one-three.landing li,
  .column .gap-30.one-four.landing li,
  .column .gap-30.one-five.landing li,
  .column .gap-30.one-six.landing li,
  .column .gap-30.one-seven.landing li {
    width: calc(50% -  30px);
  }
  .column .gap-30:not(.full-width).tabs-col.slide-items-events {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .column .gap-29.img-aside.one-three .more-items-item,
  .column .gap-29.img-aside.one-four .more-items-item,
  .column .gap-29.img-aside.one-five .more-items-item,
  .column .gap-29.img-aside.one-six .more-items-item,
  .column .gap-29.img-aside.one-seven .more-items-item {
    width: calc(50% -  29px);
  }
  .column .gap-29.one-three .more-items-item,
  .column .gap-29.one-four .more-items-item,
  .column .gap-29.one-five .more-items-item,
  .column .gap-29.one-six .more-items-item,
  .column .gap-29.one-seven .more-items-item,
  .column .gap-29.one-three .more-video-item,
  .column .gap-29.one-four .more-video-item,
  .column .gap-29.one-five .more-video-item,
  .column .gap-29.one-six .more-video-item,
  .column .gap-29.one-seven .more-video-item,
  .column .gap-29.one-three .galleries-item,
  .column .gap-29.one-four .galleries-item,
  .column .gap-29.one-five .galleries-item,
  .column .gap-29.one-six .galleries-item,
  .column .gap-29.one-seven .galleries-item,
  .column .gap-29.one-three .socialstream-item,
  .column .gap-29.one-four .socialstream-item,
  .column .gap-29.one-five .socialstream-item,
  .column .gap-29.one-six .socialstream-item,
  .column .gap-29.one-seven .socialstream-item,
  .column .gap-29.one-three .control-group,
  .column .gap-29.one-four .control-group,
  .column .gap-29.one-five .control-group,
  .column .gap-29.one-six .control-group,
  .column .gap-29.one-seven .control-group,
  .column .gap-29.one-three .formly > *,
  .column .gap-29.one-four .formly > *,
  .column .gap-29.one-five .formly > *,
  .column .gap-29.one-six .formly > *,
  .column .gap-29.one-seven .formly > *,
  .column .gap-29.one-three.img-aside .more-items-item,
  .column .gap-29.one-four.img-aside .more-items-item,
  .column .gap-29.one-five.img-aside .more-items-item,
  .column .gap-29.one-six.img-aside .more-items-item,
  .column .gap-29.one-seven.img-aside .more-items-item,
  .column .gap-29.one-three.landing li,
  .column .gap-29.one-four.landing li,
  .column .gap-29.one-five.landing li,
  .column .gap-29.one-six.landing li,
  .column .gap-29.one-seven.landing li {
    width: calc(50% -  29px);
  }
  .column .gap-29:not(.full-width).tabs-col.slide-items-events {
    padding-left: 5.5px !important;
    padding-right: 5.5px !important;
  }
  .column .gap-28.img-aside.one-three .more-items-item,
  .column .gap-28.img-aside.one-four .more-items-item,
  .column .gap-28.img-aside.one-five .more-items-item,
  .column .gap-28.img-aside.one-six .more-items-item,
  .column .gap-28.img-aside.one-seven .more-items-item {
    width: calc(50% -  28px);
  }
  .column .gap-28.one-three .more-items-item,
  .column .gap-28.one-four .more-items-item,
  .column .gap-28.one-five .more-items-item,
  .column .gap-28.one-six .more-items-item,
  .column .gap-28.one-seven .more-items-item,
  .column .gap-28.one-three .more-video-item,
  .column .gap-28.one-four .more-video-item,
  .column .gap-28.one-five .more-video-item,
  .column .gap-28.one-six .more-video-item,
  .column .gap-28.one-seven .more-video-item,
  .column .gap-28.one-three .galleries-item,
  .column .gap-28.one-four .galleries-item,
  .column .gap-28.one-five .galleries-item,
  .column .gap-28.one-six .galleries-item,
  .column .gap-28.one-seven .galleries-item,
  .column .gap-28.one-three .socialstream-item,
  .column .gap-28.one-four .socialstream-item,
  .column .gap-28.one-five .socialstream-item,
  .column .gap-28.one-six .socialstream-item,
  .column .gap-28.one-seven .socialstream-item,
  .column .gap-28.one-three .control-group,
  .column .gap-28.one-four .control-group,
  .column .gap-28.one-five .control-group,
  .column .gap-28.one-six .control-group,
  .column .gap-28.one-seven .control-group,
  .column .gap-28.one-three .formly > *,
  .column .gap-28.one-four .formly > *,
  .column .gap-28.one-five .formly > *,
  .column .gap-28.one-six .formly > *,
  .column .gap-28.one-seven .formly > *,
  .column .gap-28.one-three.img-aside .more-items-item,
  .column .gap-28.one-four.img-aside .more-items-item,
  .column .gap-28.one-five.img-aside .more-items-item,
  .column .gap-28.one-six.img-aside .more-items-item,
  .column .gap-28.one-seven.img-aside .more-items-item,
  .column .gap-28.one-three.landing li,
  .column .gap-28.one-four.landing li,
  .column .gap-28.one-five.landing li,
  .column .gap-28.one-six.landing li,
  .column .gap-28.one-seven.landing li {
    width: calc(50% -  28px);
  }
  .column .gap-28:not(.full-width).tabs-col.slide-items-events {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .column .gap-27.img-aside.one-three .more-items-item,
  .column .gap-27.img-aside.one-four .more-items-item,
  .column .gap-27.img-aside.one-five .more-items-item,
  .column .gap-27.img-aside.one-six .more-items-item,
  .column .gap-27.img-aside.one-seven .more-items-item {
    width: calc(50% -  27px);
  }
  .column .gap-27.one-three .more-items-item,
  .column .gap-27.one-four .more-items-item,
  .column .gap-27.one-five .more-items-item,
  .column .gap-27.one-six .more-items-item,
  .column .gap-27.one-seven .more-items-item,
  .column .gap-27.one-three .more-video-item,
  .column .gap-27.one-four .more-video-item,
  .column .gap-27.one-five .more-video-item,
  .column .gap-27.one-six .more-video-item,
  .column .gap-27.one-seven .more-video-item,
  .column .gap-27.one-three .galleries-item,
  .column .gap-27.one-four .galleries-item,
  .column .gap-27.one-five .galleries-item,
  .column .gap-27.one-six .galleries-item,
  .column .gap-27.one-seven .galleries-item,
  .column .gap-27.one-three .socialstream-item,
  .column .gap-27.one-four .socialstream-item,
  .column .gap-27.one-five .socialstream-item,
  .column .gap-27.one-six .socialstream-item,
  .column .gap-27.one-seven .socialstream-item,
  .column .gap-27.one-three .control-group,
  .column .gap-27.one-four .control-group,
  .column .gap-27.one-five .control-group,
  .column .gap-27.one-six .control-group,
  .column .gap-27.one-seven .control-group,
  .column .gap-27.one-three .formly > *,
  .column .gap-27.one-four .formly > *,
  .column .gap-27.one-five .formly > *,
  .column .gap-27.one-six .formly > *,
  .column .gap-27.one-seven .formly > *,
  .column .gap-27.one-three.img-aside .more-items-item,
  .column .gap-27.one-four.img-aside .more-items-item,
  .column .gap-27.one-five.img-aside .more-items-item,
  .column .gap-27.one-six.img-aside .more-items-item,
  .column .gap-27.one-seven.img-aside .more-items-item,
  .column .gap-27.one-three.landing li,
  .column .gap-27.one-four.landing li,
  .column .gap-27.one-five.landing li,
  .column .gap-27.one-six.landing li,
  .column .gap-27.one-seven.landing li {
    width: calc(50% -  27px);
  }
  .column .gap-27:not(.full-width).tabs-col.slide-items-events {
    padding-left: 6.5px !important;
    padding-right: 6.5px !important;
  }
  .column .gap-26.img-aside.one-three .more-items-item,
  .column .gap-26.img-aside.one-four .more-items-item,
  .column .gap-26.img-aside.one-five .more-items-item,
  .column .gap-26.img-aside.one-six .more-items-item,
  .column .gap-26.img-aside.one-seven .more-items-item {
    width: calc(50% -  26px);
  }
  .column .gap-26.one-three .more-items-item,
  .column .gap-26.one-four .more-items-item,
  .column .gap-26.one-five .more-items-item,
  .column .gap-26.one-six .more-items-item,
  .column .gap-26.one-seven .more-items-item,
  .column .gap-26.one-three .more-video-item,
  .column .gap-26.one-four .more-video-item,
  .column .gap-26.one-five .more-video-item,
  .column .gap-26.one-six .more-video-item,
  .column .gap-26.one-seven .more-video-item,
  .column .gap-26.one-three .galleries-item,
  .column .gap-26.one-four .galleries-item,
  .column .gap-26.one-five .galleries-item,
  .column .gap-26.one-six .galleries-item,
  .column .gap-26.one-seven .galleries-item,
  .column .gap-26.one-three .socialstream-item,
  .column .gap-26.one-four .socialstream-item,
  .column .gap-26.one-five .socialstream-item,
  .column .gap-26.one-six .socialstream-item,
  .column .gap-26.one-seven .socialstream-item,
  .column .gap-26.one-three .control-group,
  .column .gap-26.one-four .control-group,
  .column .gap-26.one-five .control-group,
  .column .gap-26.one-six .control-group,
  .column .gap-26.one-seven .control-group,
  .column .gap-26.one-three .formly > *,
  .column .gap-26.one-four .formly > *,
  .column .gap-26.one-five .formly > *,
  .column .gap-26.one-six .formly > *,
  .column .gap-26.one-seven .formly > *,
  .column .gap-26.one-three.img-aside .more-items-item,
  .column .gap-26.one-four.img-aside .more-items-item,
  .column .gap-26.one-five.img-aside .more-items-item,
  .column .gap-26.one-six.img-aside .more-items-item,
  .column .gap-26.one-seven.img-aside .more-items-item,
  .column .gap-26.one-three.landing li,
  .column .gap-26.one-four.landing li,
  .column .gap-26.one-five.landing li,
  .column .gap-26.one-six.landing li,
  .column .gap-26.one-seven.landing li {
    width: calc(50% -  26px);
  }
  .column .gap-26:not(.full-width).tabs-col.slide-items-events {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .column .gap-25.img-aside.one-three .more-items-item,
  .column .gap-25.img-aside.one-four .more-items-item,
  .column .gap-25.img-aside.one-five .more-items-item,
  .column .gap-25.img-aside.one-six .more-items-item,
  .column .gap-25.img-aside.one-seven .more-items-item {
    width: calc(50% -  25px);
  }
  .column .gap-25.one-three .more-items-item,
  .column .gap-25.one-four .more-items-item,
  .column .gap-25.one-five .more-items-item,
  .column .gap-25.one-six .more-items-item,
  .column .gap-25.one-seven .more-items-item,
  .column .gap-25.one-three .more-video-item,
  .column .gap-25.one-four .more-video-item,
  .column .gap-25.one-five .more-video-item,
  .column .gap-25.one-six .more-video-item,
  .column .gap-25.one-seven .more-video-item,
  .column .gap-25.one-three .galleries-item,
  .column .gap-25.one-four .galleries-item,
  .column .gap-25.one-five .galleries-item,
  .column .gap-25.one-six .galleries-item,
  .column .gap-25.one-seven .galleries-item,
  .column .gap-25.one-three .socialstream-item,
  .column .gap-25.one-four .socialstream-item,
  .column .gap-25.one-five .socialstream-item,
  .column .gap-25.one-six .socialstream-item,
  .column .gap-25.one-seven .socialstream-item,
  .column .gap-25.one-three .control-group,
  .column .gap-25.one-four .control-group,
  .column .gap-25.one-five .control-group,
  .column .gap-25.one-six .control-group,
  .column .gap-25.one-seven .control-group,
  .column .gap-25.one-three .formly > *,
  .column .gap-25.one-four .formly > *,
  .column .gap-25.one-five .formly > *,
  .column .gap-25.one-six .formly > *,
  .column .gap-25.one-seven .formly > *,
  .column .gap-25.one-three.img-aside .more-items-item,
  .column .gap-25.one-four.img-aside .more-items-item,
  .column .gap-25.one-five.img-aside .more-items-item,
  .column .gap-25.one-six.img-aside .more-items-item,
  .column .gap-25.one-seven.img-aside .more-items-item,
  .column .gap-25.one-three.landing li,
  .column .gap-25.one-four.landing li,
  .column .gap-25.one-five.landing li,
  .column .gap-25.one-six.landing li,
  .column .gap-25.one-seven.landing li {
    width: calc(50% -  25px);
  }
  .column .gap-25:not(.full-width).tabs-col.slide-items-events {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .column .gap-24.img-aside.one-three .more-items-item,
  .column .gap-24.img-aside.one-four .more-items-item,
  .column .gap-24.img-aside.one-five .more-items-item,
  .column .gap-24.img-aside.one-six .more-items-item,
  .column .gap-24.img-aside.one-seven .more-items-item {
    width: calc(50% -  24px);
  }
  .column .gap-24.one-three .more-items-item,
  .column .gap-24.one-four .more-items-item,
  .column .gap-24.one-five .more-items-item,
  .column .gap-24.one-six .more-items-item,
  .column .gap-24.one-seven .more-items-item,
  .column .gap-24.one-three .more-video-item,
  .column .gap-24.one-four .more-video-item,
  .column .gap-24.one-five .more-video-item,
  .column .gap-24.one-six .more-video-item,
  .column .gap-24.one-seven .more-video-item,
  .column .gap-24.one-three .galleries-item,
  .column .gap-24.one-four .galleries-item,
  .column .gap-24.one-five .galleries-item,
  .column .gap-24.one-six .galleries-item,
  .column .gap-24.one-seven .galleries-item,
  .column .gap-24.one-three .socialstream-item,
  .column .gap-24.one-four .socialstream-item,
  .column .gap-24.one-five .socialstream-item,
  .column .gap-24.one-six .socialstream-item,
  .column .gap-24.one-seven .socialstream-item,
  .column .gap-24.one-three .control-group,
  .column .gap-24.one-four .control-group,
  .column .gap-24.one-five .control-group,
  .column .gap-24.one-six .control-group,
  .column .gap-24.one-seven .control-group,
  .column .gap-24.one-three .formly > *,
  .column .gap-24.one-four .formly > *,
  .column .gap-24.one-five .formly > *,
  .column .gap-24.one-six .formly > *,
  .column .gap-24.one-seven .formly > *,
  .column .gap-24.one-three.img-aside .more-items-item,
  .column .gap-24.one-four.img-aside .more-items-item,
  .column .gap-24.one-five.img-aside .more-items-item,
  .column .gap-24.one-six.img-aside .more-items-item,
  .column .gap-24.one-seven.img-aside .more-items-item,
  .column .gap-24.one-three.landing li,
  .column .gap-24.one-four.landing li,
  .column .gap-24.one-five.landing li,
  .column .gap-24.one-six.landing li,
  .column .gap-24.one-seven.landing li {
    width: calc(50% -  24px);
  }
  .column .gap-24:not(.full-width).tabs-col.slide-items-events {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .column .gap-23.img-aside.one-three .more-items-item,
  .column .gap-23.img-aside.one-four .more-items-item,
  .column .gap-23.img-aside.one-five .more-items-item,
  .column .gap-23.img-aside.one-six .more-items-item,
  .column .gap-23.img-aside.one-seven .more-items-item {
    width: calc(50% -  23px);
  }
  .column .gap-23.one-three .more-items-item,
  .column .gap-23.one-four .more-items-item,
  .column .gap-23.one-five .more-items-item,
  .column .gap-23.one-six .more-items-item,
  .column .gap-23.one-seven .more-items-item,
  .column .gap-23.one-three .more-video-item,
  .column .gap-23.one-four .more-video-item,
  .column .gap-23.one-five .more-video-item,
  .column .gap-23.one-six .more-video-item,
  .column .gap-23.one-seven .more-video-item,
  .column .gap-23.one-three .galleries-item,
  .column .gap-23.one-four .galleries-item,
  .column .gap-23.one-five .galleries-item,
  .column .gap-23.one-six .galleries-item,
  .column .gap-23.one-seven .galleries-item,
  .column .gap-23.one-three .socialstream-item,
  .column .gap-23.one-four .socialstream-item,
  .column .gap-23.one-five .socialstream-item,
  .column .gap-23.one-six .socialstream-item,
  .column .gap-23.one-seven .socialstream-item,
  .column .gap-23.one-three .control-group,
  .column .gap-23.one-four .control-group,
  .column .gap-23.one-five .control-group,
  .column .gap-23.one-six .control-group,
  .column .gap-23.one-seven .control-group,
  .column .gap-23.one-three .formly > *,
  .column .gap-23.one-four .formly > *,
  .column .gap-23.one-five .formly > *,
  .column .gap-23.one-six .formly > *,
  .column .gap-23.one-seven .formly > *,
  .column .gap-23.one-three.img-aside .more-items-item,
  .column .gap-23.one-four.img-aside .more-items-item,
  .column .gap-23.one-five.img-aside .more-items-item,
  .column .gap-23.one-six.img-aside .more-items-item,
  .column .gap-23.one-seven.img-aside .more-items-item,
  .column .gap-23.one-three.landing li,
  .column .gap-23.one-four.landing li,
  .column .gap-23.one-five.landing li,
  .column .gap-23.one-six.landing li,
  .column .gap-23.one-seven.landing li {
    width: calc(50% -  23px);
  }
  .column .gap-23:not(.full-width).tabs-col.slide-items-events {
    padding-left: 8.5px !important;
    padding-right: 8.5px !important;
  }
  .column .gap-22.img-aside.one-three .more-items-item,
  .column .gap-22.img-aside.one-four .more-items-item,
  .column .gap-22.img-aside.one-five .more-items-item,
  .column .gap-22.img-aside.one-six .more-items-item,
  .column .gap-22.img-aside.one-seven .more-items-item {
    width: calc(50% -  22px);
  }
  .column .gap-22.one-three .more-items-item,
  .column .gap-22.one-four .more-items-item,
  .column .gap-22.one-five .more-items-item,
  .column .gap-22.one-six .more-items-item,
  .column .gap-22.one-seven .more-items-item,
  .column .gap-22.one-three .more-video-item,
  .column .gap-22.one-four .more-video-item,
  .column .gap-22.one-five .more-video-item,
  .column .gap-22.one-six .more-video-item,
  .column .gap-22.one-seven .more-video-item,
  .column .gap-22.one-three .galleries-item,
  .column .gap-22.one-four .galleries-item,
  .column .gap-22.one-five .galleries-item,
  .column .gap-22.one-six .galleries-item,
  .column .gap-22.one-seven .galleries-item,
  .column .gap-22.one-three .socialstream-item,
  .column .gap-22.one-four .socialstream-item,
  .column .gap-22.one-five .socialstream-item,
  .column .gap-22.one-six .socialstream-item,
  .column .gap-22.one-seven .socialstream-item,
  .column .gap-22.one-three .control-group,
  .column .gap-22.one-four .control-group,
  .column .gap-22.one-five .control-group,
  .column .gap-22.one-six .control-group,
  .column .gap-22.one-seven .control-group,
  .column .gap-22.one-three .formly > *,
  .column .gap-22.one-four .formly > *,
  .column .gap-22.one-five .formly > *,
  .column .gap-22.one-six .formly > *,
  .column .gap-22.one-seven .formly > *,
  .column .gap-22.one-three.img-aside .more-items-item,
  .column .gap-22.one-four.img-aside .more-items-item,
  .column .gap-22.one-five.img-aside .more-items-item,
  .column .gap-22.one-six.img-aside .more-items-item,
  .column .gap-22.one-seven.img-aside .more-items-item,
  .column .gap-22.one-three.landing li,
  .column .gap-22.one-four.landing li,
  .column .gap-22.one-five.landing li,
  .column .gap-22.one-six.landing li,
  .column .gap-22.one-seven.landing li {
    width: calc(50% -  22px);
  }
  .column .gap-22:not(.full-width).tabs-col.slide-items-events {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .column .gap-21.img-aside.one-three .more-items-item,
  .column .gap-21.img-aside.one-four .more-items-item,
  .column .gap-21.img-aside.one-five .more-items-item,
  .column .gap-21.img-aside.one-six .more-items-item,
  .column .gap-21.img-aside.one-seven .more-items-item {
    width: calc(50% -  21px);
  }
  .column .gap-21.one-three .more-items-item,
  .column .gap-21.one-four .more-items-item,
  .column .gap-21.one-five .more-items-item,
  .column .gap-21.one-six .more-items-item,
  .column .gap-21.one-seven .more-items-item,
  .column .gap-21.one-three .more-video-item,
  .column .gap-21.one-four .more-video-item,
  .column .gap-21.one-five .more-video-item,
  .column .gap-21.one-six .more-video-item,
  .column .gap-21.one-seven .more-video-item,
  .column .gap-21.one-three .galleries-item,
  .column .gap-21.one-four .galleries-item,
  .column .gap-21.one-five .galleries-item,
  .column .gap-21.one-six .galleries-item,
  .column .gap-21.one-seven .galleries-item,
  .column .gap-21.one-three .socialstream-item,
  .column .gap-21.one-four .socialstream-item,
  .column .gap-21.one-five .socialstream-item,
  .column .gap-21.one-six .socialstream-item,
  .column .gap-21.one-seven .socialstream-item,
  .column .gap-21.one-three .control-group,
  .column .gap-21.one-four .control-group,
  .column .gap-21.one-five .control-group,
  .column .gap-21.one-six .control-group,
  .column .gap-21.one-seven .control-group,
  .column .gap-21.one-three .formly > *,
  .column .gap-21.one-four .formly > *,
  .column .gap-21.one-five .formly > *,
  .column .gap-21.one-six .formly > *,
  .column .gap-21.one-seven .formly > *,
  .column .gap-21.one-three.img-aside .more-items-item,
  .column .gap-21.one-four.img-aside .more-items-item,
  .column .gap-21.one-five.img-aside .more-items-item,
  .column .gap-21.one-six.img-aside .more-items-item,
  .column .gap-21.one-seven.img-aside .more-items-item,
  .column .gap-21.one-three.landing li,
  .column .gap-21.one-four.landing li,
  .column .gap-21.one-five.landing li,
  .column .gap-21.one-six.landing li,
  .column .gap-21.one-seven.landing li {
    width: calc(50% -  21px);
  }
  .column .gap-21:not(.full-width).tabs-col.slide-items-events {
    padding-left: 9.5px !important;
    padding-right: 9.5px !important;
  }
  .column .gap-20.img-aside.one-three .more-items-item,
  .column .gap-20.img-aside.one-four .more-items-item,
  .column .gap-20.img-aside.one-five .more-items-item,
  .column .gap-20.img-aside.one-six .more-items-item,
  .column .gap-20.img-aside.one-seven .more-items-item {
    width: calc(50% -  20px);
  }
  .column .gap-20.one-three .more-items-item,
  .column .gap-20.one-four .more-items-item,
  .column .gap-20.one-five .more-items-item,
  .column .gap-20.one-six .more-items-item,
  .column .gap-20.one-seven .more-items-item,
  .column .gap-20.one-three .more-video-item,
  .column .gap-20.one-four .more-video-item,
  .column .gap-20.one-five .more-video-item,
  .column .gap-20.one-six .more-video-item,
  .column .gap-20.one-seven .more-video-item,
  .column .gap-20.one-three .galleries-item,
  .column .gap-20.one-four .galleries-item,
  .column .gap-20.one-five .galleries-item,
  .column .gap-20.one-six .galleries-item,
  .column .gap-20.one-seven .galleries-item,
  .column .gap-20.one-three .socialstream-item,
  .column .gap-20.one-four .socialstream-item,
  .column .gap-20.one-five .socialstream-item,
  .column .gap-20.one-six .socialstream-item,
  .column .gap-20.one-seven .socialstream-item,
  .column .gap-20.one-three .control-group,
  .column .gap-20.one-four .control-group,
  .column .gap-20.one-five .control-group,
  .column .gap-20.one-six .control-group,
  .column .gap-20.one-seven .control-group,
  .column .gap-20.one-three .formly > *,
  .column .gap-20.one-four .formly > *,
  .column .gap-20.one-five .formly > *,
  .column .gap-20.one-six .formly > *,
  .column .gap-20.one-seven .formly > *,
  .column .gap-20.one-three.img-aside .more-items-item,
  .column .gap-20.one-four.img-aside .more-items-item,
  .column .gap-20.one-five.img-aside .more-items-item,
  .column .gap-20.one-six.img-aside .more-items-item,
  .column .gap-20.one-seven.img-aside .more-items-item,
  .column .gap-20.one-three.landing li,
  .column .gap-20.one-four.landing li,
  .column .gap-20.one-five.landing li,
  .column .gap-20.one-six.landing li,
  .column .gap-20.one-seven.landing li {
    width: calc(50% -  20px);
  }
  .column .gap-20:not(.full-width).tabs-col.slide-items-events {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .column .gap-19.img-aside.one-three .more-items-item,
  .column .gap-19.img-aside.one-four .more-items-item,
  .column .gap-19.img-aside.one-five .more-items-item,
  .column .gap-19.img-aside.one-six .more-items-item,
  .column .gap-19.img-aside.one-seven .more-items-item {
    width: calc(50% -  19px);
  }
  .column .gap-19.one-three .more-items-item,
  .column .gap-19.one-four .more-items-item,
  .column .gap-19.one-five .more-items-item,
  .column .gap-19.one-six .more-items-item,
  .column .gap-19.one-seven .more-items-item,
  .column .gap-19.one-three .more-video-item,
  .column .gap-19.one-four .more-video-item,
  .column .gap-19.one-five .more-video-item,
  .column .gap-19.one-six .more-video-item,
  .column .gap-19.one-seven .more-video-item,
  .column .gap-19.one-three .galleries-item,
  .column .gap-19.one-four .galleries-item,
  .column .gap-19.one-five .galleries-item,
  .column .gap-19.one-six .galleries-item,
  .column .gap-19.one-seven .galleries-item,
  .column .gap-19.one-three .socialstream-item,
  .column .gap-19.one-four .socialstream-item,
  .column .gap-19.one-five .socialstream-item,
  .column .gap-19.one-six .socialstream-item,
  .column .gap-19.one-seven .socialstream-item,
  .column .gap-19.one-three .control-group,
  .column .gap-19.one-four .control-group,
  .column .gap-19.one-five .control-group,
  .column .gap-19.one-six .control-group,
  .column .gap-19.one-seven .control-group,
  .column .gap-19.one-three .formly > *,
  .column .gap-19.one-four .formly > *,
  .column .gap-19.one-five .formly > *,
  .column .gap-19.one-six .formly > *,
  .column .gap-19.one-seven .formly > *,
  .column .gap-19.one-three.img-aside .more-items-item,
  .column .gap-19.one-four.img-aside .more-items-item,
  .column .gap-19.one-five.img-aside .more-items-item,
  .column .gap-19.one-six.img-aside .more-items-item,
  .column .gap-19.one-seven.img-aside .more-items-item,
  .column .gap-19.one-three.landing li,
  .column .gap-19.one-four.landing li,
  .column .gap-19.one-five.landing li,
  .column .gap-19.one-six.landing li,
  .column .gap-19.one-seven.landing li {
    width: calc(50% -  19px);
  }
  .column .gap-19:not(.full-width).tabs-col.slide-items-events {
    padding-left: 10.5px !important;
    padding-right: 10.5px !important;
  }
  .column .gap-18.img-aside.one-three .more-items-item,
  .column .gap-18.img-aside.one-four .more-items-item,
  .column .gap-18.img-aside.one-five .more-items-item,
  .column .gap-18.img-aside.one-six .more-items-item,
  .column .gap-18.img-aside.one-seven .more-items-item {
    width: calc(50% -  18px);
  }
  .column .gap-18.one-three .more-items-item,
  .column .gap-18.one-four .more-items-item,
  .column .gap-18.one-five .more-items-item,
  .column .gap-18.one-six .more-items-item,
  .column .gap-18.one-seven .more-items-item,
  .column .gap-18.one-three .more-video-item,
  .column .gap-18.one-four .more-video-item,
  .column .gap-18.one-five .more-video-item,
  .column .gap-18.one-six .more-video-item,
  .column .gap-18.one-seven .more-video-item,
  .column .gap-18.one-three .galleries-item,
  .column .gap-18.one-four .galleries-item,
  .column .gap-18.one-five .galleries-item,
  .column .gap-18.one-six .galleries-item,
  .column .gap-18.one-seven .galleries-item,
  .column .gap-18.one-three .socialstream-item,
  .column .gap-18.one-four .socialstream-item,
  .column .gap-18.one-five .socialstream-item,
  .column .gap-18.one-six .socialstream-item,
  .column .gap-18.one-seven .socialstream-item,
  .column .gap-18.one-three .control-group,
  .column .gap-18.one-four .control-group,
  .column .gap-18.one-five .control-group,
  .column .gap-18.one-six .control-group,
  .column .gap-18.one-seven .control-group,
  .column .gap-18.one-three .formly > *,
  .column .gap-18.one-four .formly > *,
  .column .gap-18.one-five .formly > *,
  .column .gap-18.one-six .formly > *,
  .column .gap-18.one-seven .formly > *,
  .column .gap-18.one-three.img-aside .more-items-item,
  .column .gap-18.one-four.img-aside .more-items-item,
  .column .gap-18.one-five.img-aside .more-items-item,
  .column .gap-18.one-six.img-aside .more-items-item,
  .column .gap-18.one-seven.img-aside .more-items-item,
  .column .gap-18.one-three.landing li,
  .column .gap-18.one-four.landing li,
  .column .gap-18.one-five.landing li,
  .column .gap-18.one-six.landing li,
  .column .gap-18.one-seven.landing li {
    width: calc(50% -  18px);
  }
  .column .gap-18:not(.full-width).tabs-col.slide-items-events {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .column .gap-17.img-aside.one-three .more-items-item,
  .column .gap-17.img-aside.one-four .more-items-item,
  .column .gap-17.img-aside.one-five .more-items-item,
  .column .gap-17.img-aside.one-six .more-items-item,
  .column .gap-17.img-aside.one-seven .more-items-item {
    width: calc(50% -  17px);
  }
  .column .gap-17.one-three .more-items-item,
  .column .gap-17.one-four .more-items-item,
  .column .gap-17.one-five .more-items-item,
  .column .gap-17.one-six .more-items-item,
  .column .gap-17.one-seven .more-items-item,
  .column .gap-17.one-three .more-video-item,
  .column .gap-17.one-four .more-video-item,
  .column .gap-17.one-five .more-video-item,
  .column .gap-17.one-six .more-video-item,
  .column .gap-17.one-seven .more-video-item,
  .column .gap-17.one-three .galleries-item,
  .column .gap-17.one-four .galleries-item,
  .column .gap-17.one-five .galleries-item,
  .column .gap-17.one-six .galleries-item,
  .column .gap-17.one-seven .galleries-item,
  .column .gap-17.one-three .socialstream-item,
  .column .gap-17.one-four .socialstream-item,
  .column .gap-17.one-five .socialstream-item,
  .column .gap-17.one-six .socialstream-item,
  .column .gap-17.one-seven .socialstream-item,
  .column .gap-17.one-three .control-group,
  .column .gap-17.one-four .control-group,
  .column .gap-17.one-five .control-group,
  .column .gap-17.one-six .control-group,
  .column .gap-17.one-seven .control-group,
  .column .gap-17.one-three .formly > *,
  .column .gap-17.one-four .formly > *,
  .column .gap-17.one-five .formly > *,
  .column .gap-17.one-six .formly > *,
  .column .gap-17.one-seven .formly > *,
  .column .gap-17.one-three.img-aside .more-items-item,
  .column .gap-17.one-four.img-aside .more-items-item,
  .column .gap-17.one-five.img-aside .more-items-item,
  .column .gap-17.one-six.img-aside .more-items-item,
  .column .gap-17.one-seven.img-aside .more-items-item,
  .column .gap-17.one-three.landing li,
  .column .gap-17.one-four.landing li,
  .column .gap-17.one-five.landing li,
  .column .gap-17.one-six.landing li,
  .column .gap-17.one-seven.landing li {
    width: calc(50% -  17px);
  }
  .column .gap-17:not(.full-width).tabs-col.slide-items-events {
    padding-left: 11.5px !important;
    padding-right: 11.5px !important;
  }
  .column .gap-16.img-aside.one-three .more-items-item,
  .column .gap-16.img-aside.one-four .more-items-item,
  .column .gap-16.img-aside.one-five .more-items-item,
  .column .gap-16.img-aside.one-six .more-items-item,
  .column .gap-16.img-aside.one-seven .more-items-item {
    width: calc(50% -  16px);
  }
  .column .gap-16.one-three .more-items-item,
  .column .gap-16.one-four .more-items-item,
  .column .gap-16.one-five .more-items-item,
  .column .gap-16.one-six .more-items-item,
  .column .gap-16.one-seven .more-items-item,
  .column .gap-16.one-three .more-video-item,
  .column .gap-16.one-four .more-video-item,
  .column .gap-16.one-five .more-video-item,
  .column .gap-16.one-six .more-video-item,
  .column .gap-16.one-seven .more-video-item,
  .column .gap-16.one-three .galleries-item,
  .column .gap-16.one-four .galleries-item,
  .column .gap-16.one-five .galleries-item,
  .column .gap-16.one-six .galleries-item,
  .column .gap-16.one-seven .galleries-item,
  .column .gap-16.one-three .socialstream-item,
  .column .gap-16.one-four .socialstream-item,
  .column .gap-16.one-five .socialstream-item,
  .column .gap-16.one-six .socialstream-item,
  .column .gap-16.one-seven .socialstream-item,
  .column .gap-16.one-three .control-group,
  .column .gap-16.one-four .control-group,
  .column .gap-16.one-five .control-group,
  .column .gap-16.one-six .control-group,
  .column .gap-16.one-seven .control-group,
  .column .gap-16.one-three .formly > *,
  .column .gap-16.one-four .formly > *,
  .column .gap-16.one-five .formly > *,
  .column .gap-16.one-six .formly > *,
  .column .gap-16.one-seven .formly > *,
  .column .gap-16.one-three.img-aside .more-items-item,
  .column .gap-16.one-four.img-aside .more-items-item,
  .column .gap-16.one-five.img-aside .more-items-item,
  .column .gap-16.one-six.img-aside .more-items-item,
  .column .gap-16.one-seven.img-aside .more-items-item,
  .column .gap-16.one-three.landing li,
  .column .gap-16.one-four.landing li,
  .column .gap-16.one-five.landing li,
  .column .gap-16.one-six.landing li,
  .column .gap-16.one-seven.landing li {
    width: calc(50% -  16px);
  }
  .column .gap-16:not(.full-width).tabs-col.slide-items-events {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .column .gap-15.img-aside.one-three .more-items-item,
  .column .gap-15.img-aside.one-four .more-items-item,
  .column .gap-15.img-aside.one-five .more-items-item,
  .column .gap-15.img-aside.one-six .more-items-item,
  .column .gap-15.img-aside.one-seven .more-items-item {
    width: calc(50% -  15px);
  }
  .column .gap-15.one-three .more-items-item,
  .column .gap-15.one-four .more-items-item,
  .column .gap-15.one-five .more-items-item,
  .column .gap-15.one-six .more-items-item,
  .column .gap-15.one-seven .more-items-item,
  .column .gap-15.one-three .more-video-item,
  .column .gap-15.one-four .more-video-item,
  .column .gap-15.one-five .more-video-item,
  .column .gap-15.one-six .more-video-item,
  .column .gap-15.one-seven .more-video-item,
  .column .gap-15.one-three .galleries-item,
  .column .gap-15.one-four .galleries-item,
  .column .gap-15.one-five .galleries-item,
  .column .gap-15.one-six .galleries-item,
  .column .gap-15.one-seven .galleries-item,
  .column .gap-15.one-three .socialstream-item,
  .column .gap-15.one-four .socialstream-item,
  .column .gap-15.one-five .socialstream-item,
  .column .gap-15.one-six .socialstream-item,
  .column .gap-15.one-seven .socialstream-item,
  .column .gap-15.one-three .control-group,
  .column .gap-15.one-four .control-group,
  .column .gap-15.one-five .control-group,
  .column .gap-15.one-six .control-group,
  .column .gap-15.one-seven .control-group,
  .column .gap-15.one-three .formly > *,
  .column .gap-15.one-four .formly > *,
  .column .gap-15.one-five .formly > *,
  .column .gap-15.one-six .formly > *,
  .column .gap-15.one-seven .formly > *,
  .column .gap-15.one-three.img-aside .more-items-item,
  .column .gap-15.one-four.img-aside .more-items-item,
  .column .gap-15.one-five.img-aside .more-items-item,
  .column .gap-15.one-six.img-aside .more-items-item,
  .column .gap-15.one-seven.img-aside .more-items-item,
  .column .gap-15.one-three.landing li,
  .column .gap-15.one-four.landing li,
  .column .gap-15.one-five.landing li,
  .column .gap-15.one-six.landing li,
  .column .gap-15.one-seven.landing li {
    width: calc(50% -  15px);
  }
  .column .gap-15:not(.full-width).tabs-col.slide-items-events {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
  .column .gap-14.img-aside.one-three .more-items-item,
  .column .gap-14.img-aside.one-four .more-items-item,
  .column .gap-14.img-aside.one-five .more-items-item,
  .column .gap-14.img-aside.one-six .more-items-item,
  .column .gap-14.img-aside.one-seven .more-items-item {
    width: calc(50% -  14px);
  }
  .column .gap-14.one-three .more-items-item,
  .column .gap-14.one-four .more-items-item,
  .column .gap-14.one-five .more-items-item,
  .column .gap-14.one-six .more-items-item,
  .column .gap-14.one-seven .more-items-item,
  .column .gap-14.one-three .more-video-item,
  .column .gap-14.one-four .more-video-item,
  .column .gap-14.one-five .more-video-item,
  .column .gap-14.one-six .more-video-item,
  .column .gap-14.one-seven .more-video-item,
  .column .gap-14.one-three .galleries-item,
  .column .gap-14.one-four .galleries-item,
  .column .gap-14.one-five .galleries-item,
  .column .gap-14.one-six .galleries-item,
  .column .gap-14.one-seven .galleries-item,
  .column .gap-14.one-three .socialstream-item,
  .column .gap-14.one-four .socialstream-item,
  .column .gap-14.one-five .socialstream-item,
  .column .gap-14.one-six .socialstream-item,
  .column .gap-14.one-seven .socialstream-item,
  .column .gap-14.one-three .control-group,
  .column .gap-14.one-four .control-group,
  .column .gap-14.one-five .control-group,
  .column .gap-14.one-six .control-group,
  .column .gap-14.one-seven .control-group,
  .column .gap-14.one-three .formly > *,
  .column .gap-14.one-four .formly > *,
  .column .gap-14.one-five .formly > *,
  .column .gap-14.one-six .formly > *,
  .column .gap-14.one-seven .formly > *,
  .column .gap-14.one-three.img-aside .more-items-item,
  .column .gap-14.one-four.img-aside .more-items-item,
  .column .gap-14.one-five.img-aside .more-items-item,
  .column .gap-14.one-six.img-aside .more-items-item,
  .column .gap-14.one-seven.img-aside .more-items-item,
  .column .gap-14.one-three.landing li,
  .column .gap-14.one-four.landing li,
  .column .gap-14.one-five.landing li,
  .column .gap-14.one-six.landing li,
  .column .gap-14.one-seven.landing li {
    width: calc(50% -  14px);
  }
  .column .gap-14:not(.full-width).tabs-col.slide-items-events {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .column .gap-13.img-aside.one-three .more-items-item,
  .column .gap-13.img-aside.one-four .more-items-item,
  .column .gap-13.img-aside.one-five .more-items-item,
  .column .gap-13.img-aside.one-six .more-items-item,
  .column .gap-13.img-aside.one-seven .more-items-item {
    width: calc(50% -  13px);
  }
  .column .gap-13.one-three .more-items-item,
  .column .gap-13.one-four .more-items-item,
  .column .gap-13.one-five .more-items-item,
  .column .gap-13.one-six .more-items-item,
  .column .gap-13.one-seven .more-items-item,
  .column .gap-13.one-three .more-video-item,
  .column .gap-13.one-four .more-video-item,
  .column .gap-13.one-five .more-video-item,
  .column .gap-13.one-six .more-video-item,
  .column .gap-13.one-seven .more-video-item,
  .column .gap-13.one-three .galleries-item,
  .column .gap-13.one-four .galleries-item,
  .column .gap-13.one-five .galleries-item,
  .column .gap-13.one-six .galleries-item,
  .column .gap-13.one-seven .galleries-item,
  .column .gap-13.one-three .socialstream-item,
  .column .gap-13.one-four .socialstream-item,
  .column .gap-13.one-five .socialstream-item,
  .column .gap-13.one-six .socialstream-item,
  .column .gap-13.one-seven .socialstream-item,
  .column .gap-13.one-three .control-group,
  .column .gap-13.one-four .control-group,
  .column .gap-13.one-five .control-group,
  .column .gap-13.one-six .control-group,
  .column .gap-13.one-seven .control-group,
  .column .gap-13.one-three .formly > *,
  .column .gap-13.one-four .formly > *,
  .column .gap-13.one-five .formly > *,
  .column .gap-13.one-six .formly > *,
  .column .gap-13.one-seven .formly > *,
  .column .gap-13.one-three.img-aside .more-items-item,
  .column .gap-13.one-four.img-aside .more-items-item,
  .column .gap-13.one-five.img-aside .more-items-item,
  .column .gap-13.one-six.img-aside .more-items-item,
  .column .gap-13.one-seven.img-aside .more-items-item,
  .column .gap-13.one-three.landing li,
  .column .gap-13.one-four.landing li,
  .column .gap-13.one-five.landing li,
  .column .gap-13.one-six.landing li,
  .column .gap-13.one-seven.landing li {
    width: calc(50% -  13px);
  }
  .column .gap-13:not(.full-width).tabs-col.slide-items-events {
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
  }
  .column .gap-12.img-aside.one-three .more-items-item,
  .column .gap-12.img-aside.one-four .more-items-item,
  .column .gap-12.img-aside.one-five .more-items-item,
  .column .gap-12.img-aside.one-six .more-items-item,
  .column .gap-12.img-aside.one-seven .more-items-item {
    width: calc(50% -  12px);
  }
  .column .gap-12.one-three .more-items-item,
  .column .gap-12.one-four .more-items-item,
  .column .gap-12.one-five .more-items-item,
  .column .gap-12.one-six .more-items-item,
  .column .gap-12.one-seven .more-items-item,
  .column .gap-12.one-three .more-video-item,
  .column .gap-12.one-four .more-video-item,
  .column .gap-12.one-five .more-video-item,
  .column .gap-12.one-six .more-video-item,
  .column .gap-12.one-seven .more-video-item,
  .column .gap-12.one-three .galleries-item,
  .column .gap-12.one-four .galleries-item,
  .column .gap-12.one-five .galleries-item,
  .column .gap-12.one-six .galleries-item,
  .column .gap-12.one-seven .galleries-item,
  .column .gap-12.one-three .socialstream-item,
  .column .gap-12.one-four .socialstream-item,
  .column .gap-12.one-five .socialstream-item,
  .column .gap-12.one-six .socialstream-item,
  .column .gap-12.one-seven .socialstream-item,
  .column .gap-12.one-three .control-group,
  .column .gap-12.one-four .control-group,
  .column .gap-12.one-five .control-group,
  .column .gap-12.one-six .control-group,
  .column .gap-12.one-seven .control-group,
  .column .gap-12.one-three .formly > *,
  .column .gap-12.one-four .formly > *,
  .column .gap-12.one-five .formly > *,
  .column .gap-12.one-six .formly > *,
  .column .gap-12.one-seven .formly > *,
  .column .gap-12.one-three.img-aside .more-items-item,
  .column .gap-12.one-four.img-aside .more-items-item,
  .column .gap-12.one-five.img-aside .more-items-item,
  .column .gap-12.one-six.img-aside .more-items-item,
  .column .gap-12.one-seven.img-aside .more-items-item,
  .column .gap-12.one-three.landing li,
  .column .gap-12.one-four.landing li,
  .column .gap-12.one-five.landing li,
  .column .gap-12.one-six.landing li,
  .column .gap-12.one-seven.landing li {
    width: calc(50% -  12px);
  }
  .column .gap-12:not(.full-width).tabs-col.slide-items-events {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .column .gap-11.img-aside.one-three .more-items-item,
  .column .gap-11.img-aside.one-four .more-items-item,
  .column .gap-11.img-aside.one-five .more-items-item,
  .column .gap-11.img-aside.one-six .more-items-item,
  .column .gap-11.img-aside.one-seven .more-items-item {
    width: calc(50% -  11px);
  }
  .column .gap-11.one-three .more-items-item,
  .column .gap-11.one-four .more-items-item,
  .column .gap-11.one-five .more-items-item,
  .column .gap-11.one-six .more-items-item,
  .column .gap-11.one-seven .more-items-item,
  .column .gap-11.one-three .more-video-item,
  .column .gap-11.one-four .more-video-item,
  .column .gap-11.one-five .more-video-item,
  .column .gap-11.one-six .more-video-item,
  .column .gap-11.one-seven .more-video-item,
  .column .gap-11.one-three .galleries-item,
  .column .gap-11.one-four .galleries-item,
  .column .gap-11.one-five .galleries-item,
  .column .gap-11.one-six .galleries-item,
  .column .gap-11.one-seven .galleries-item,
  .column .gap-11.one-three .socialstream-item,
  .column .gap-11.one-four .socialstream-item,
  .column .gap-11.one-five .socialstream-item,
  .column .gap-11.one-six .socialstream-item,
  .column .gap-11.one-seven .socialstream-item,
  .column .gap-11.one-three .control-group,
  .column .gap-11.one-four .control-group,
  .column .gap-11.one-five .control-group,
  .column .gap-11.one-six .control-group,
  .column .gap-11.one-seven .control-group,
  .column .gap-11.one-three .formly > *,
  .column .gap-11.one-four .formly > *,
  .column .gap-11.one-five .formly > *,
  .column .gap-11.one-six .formly > *,
  .column .gap-11.one-seven .formly > *,
  .column .gap-11.one-three.img-aside .more-items-item,
  .column .gap-11.one-four.img-aside .more-items-item,
  .column .gap-11.one-five.img-aside .more-items-item,
  .column .gap-11.one-six.img-aside .more-items-item,
  .column .gap-11.one-seven.img-aside .more-items-item,
  .column .gap-11.one-three.landing li,
  .column .gap-11.one-four.landing li,
  .column .gap-11.one-five.landing li,
  .column .gap-11.one-six.landing li,
  .column .gap-11.one-seven.landing li {
    width: calc(50% -  11px);
  }
  .column .gap-11:not(.full-width).tabs-col.slide-items-events {
    padding-left: 14.5px !important;
    padding-right: 14.5px !important;
  }
  .column .gap-10.img-aside.one-three .more-items-item,
  .column .gap-10.img-aside.one-four .more-items-item,
  .column .gap-10.img-aside.one-five .more-items-item,
  .column .gap-10.img-aside.one-six .more-items-item,
  .column .gap-10.img-aside.one-seven .more-items-item {
    width: calc(50% -  10px);
  }
  .column .gap-10.one-three .more-items-item,
  .column .gap-10.one-four .more-items-item,
  .column .gap-10.one-five .more-items-item,
  .column .gap-10.one-six .more-items-item,
  .column .gap-10.one-seven .more-items-item,
  .column .gap-10.one-three .more-video-item,
  .column .gap-10.one-four .more-video-item,
  .column .gap-10.one-five .more-video-item,
  .column .gap-10.one-six .more-video-item,
  .column .gap-10.one-seven .more-video-item,
  .column .gap-10.one-three .galleries-item,
  .column .gap-10.one-four .galleries-item,
  .column .gap-10.one-five .galleries-item,
  .column .gap-10.one-six .galleries-item,
  .column .gap-10.one-seven .galleries-item,
  .column .gap-10.one-three .socialstream-item,
  .column .gap-10.one-four .socialstream-item,
  .column .gap-10.one-five .socialstream-item,
  .column .gap-10.one-six .socialstream-item,
  .column .gap-10.one-seven .socialstream-item,
  .column .gap-10.one-three .control-group,
  .column .gap-10.one-four .control-group,
  .column .gap-10.one-five .control-group,
  .column .gap-10.one-six .control-group,
  .column .gap-10.one-seven .control-group,
  .column .gap-10.one-three .formly > *,
  .column .gap-10.one-four .formly > *,
  .column .gap-10.one-five .formly > *,
  .column .gap-10.one-six .formly > *,
  .column .gap-10.one-seven .formly > *,
  .column .gap-10.one-three.img-aside .more-items-item,
  .column .gap-10.one-four.img-aside .more-items-item,
  .column .gap-10.one-five.img-aside .more-items-item,
  .column .gap-10.one-six.img-aside .more-items-item,
  .column .gap-10.one-seven.img-aside .more-items-item,
  .column .gap-10.one-three.landing li,
  .column .gap-10.one-four.landing li,
  .column .gap-10.one-five.landing li,
  .column .gap-10.one-six.landing li,
  .column .gap-10.one-seven.landing li {
    width: calc(50% -  10px);
  }
  .column .gap-10:not(.full-width).tabs-col.slide-items-events {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .column .gap-9.img-aside.one-three .more-items-item,
  .column .gap-9.img-aside.one-four .more-items-item,
  .column .gap-9.img-aside.one-five .more-items-item,
  .column .gap-9.img-aside.one-six .more-items-item,
  .column .gap-9.img-aside.one-seven .more-items-item {
    width: calc(50% -  9px);
  }
  .column .gap-9.one-three .more-items-item,
  .column .gap-9.one-four .more-items-item,
  .column .gap-9.one-five .more-items-item,
  .column .gap-9.one-six .more-items-item,
  .column .gap-9.one-seven .more-items-item,
  .column .gap-9.one-three .more-video-item,
  .column .gap-9.one-four .more-video-item,
  .column .gap-9.one-five .more-video-item,
  .column .gap-9.one-six .more-video-item,
  .column .gap-9.one-seven .more-video-item,
  .column .gap-9.one-three .galleries-item,
  .column .gap-9.one-four .galleries-item,
  .column .gap-9.one-five .galleries-item,
  .column .gap-9.one-six .galleries-item,
  .column .gap-9.one-seven .galleries-item,
  .column .gap-9.one-three .socialstream-item,
  .column .gap-9.one-four .socialstream-item,
  .column .gap-9.one-five .socialstream-item,
  .column .gap-9.one-six .socialstream-item,
  .column .gap-9.one-seven .socialstream-item,
  .column .gap-9.one-three .control-group,
  .column .gap-9.one-four .control-group,
  .column .gap-9.one-five .control-group,
  .column .gap-9.one-six .control-group,
  .column .gap-9.one-seven .control-group,
  .column .gap-9.one-three .formly > *,
  .column .gap-9.one-four .formly > *,
  .column .gap-9.one-five .formly > *,
  .column .gap-9.one-six .formly > *,
  .column .gap-9.one-seven .formly > *,
  .column .gap-9.one-three.img-aside .more-items-item,
  .column .gap-9.one-four.img-aside .more-items-item,
  .column .gap-9.one-five.img-aside .more-items-item,
  .column .gap-9.one-six.img-aside .more-items-item,
  .column .gap-9.one-seven.img-aside .more-items-item,
  .column .gap-9.one-three.landing li,
  .column .gap-9.one-four.landing li,
  .column .gap-9.one-five.landing li,
  .column .gap-9.one-six.landing li,
  .column .gap-9.one-seven.landing li {
    width: calc(50% -  9px);
  }
  .column .gap-9:not(.full-width).tabs-col.slide-items-events {
    padding-left: 15.5px !important;
    padding-right: 15.5px !important;
  }
  .column .gap-8.img-aside.one-three .more-items-item,
  .column .gap-8.img-aside.one-four .more-items-item,
  .column .gap-8.img-aside.one-five .more-items-item,
  .column .gap-8.img-aside.one-six .more-items-item,
  .column .gap-8.img-aside.one-seven .more-items-item {
    width: calc(50% -  8px);
  }
  .column .gap-8.one-three .more-items-item,
  .column .gap-8.one-four .more-items-item,
  .column .gap-8.one-five .more-items-item,
  .column .gap-8.one-six .more-items-item,
  .column .gap-8.one-seven .more-items-item,
  .column .gap-8.one-three .more-video-item,
  .column .gap-8.one-four .more-video-item,
  .column .gap-8.one-five .more-video-item,
  .column .gap-8.one-six .more-video-item,
  .column .gap-8.one-seven .more-video-item,
  .column .gap-8.one-three .galleries-item,
  .column .gap-8.one-four .galleries-item,
  .column .gap-8.one-five .galleries-item,
  .column .gap-8.one-six .galleries-item,
  .column .gap-8.one-seven .galleries-item,
  .column .gap-8.one-three .socialstream-item,
  .column .gap-8.one-four .socialstream-item,
  .column .gap-8.one-five .socialstream-item,
  .column .gap-8.one-six .socialstream-item,
  .column .gap-8.one-seven .socialstream-item,
  .column .gap-8.one-three .control-group,
  .column .gap-8.one-four .control-group,
  .column .gap-8.one-five .control-group,
  .column .gap-8.one-six .control-group,
  .column .gap-8.one-seven .control-group,
  .column .gap-8.one-three .formly > *,
  .column .gap-8.one-four .formly > *,
  .column .gap-8.one-five .formly > *,
  .column .gap-8.one-six .formly > *,
  .column .gap-8.one-seven .formly > *,
  .column .gap-8.one-three.img-aside .more-items-item,
  .column .gap-8.one-four.img-aside .more-items-item,
  .column .gap-8.one-five.img-aside .more-items-item,
  .column .gap-8.one-six.img-aside .more-items-item,
  .column .gap-8.one-seven.img-aside .more-items-item,
  .column .gap-8.one-three.landing li,
  .column .gap-8.one-four.landing li,
  .column .gap-8.one-five.landing li,
  .column .gap-8.one-six.landing li,
  .column .gap-8.one-seven.landing li {
    width: calc(50% -  8px);
  }
  .column .gap-8:not(.full-width).tabs-col.slide-items-events {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .column .gap-7.img-aside.one-three .more-items-item,
  .column .gap-7.img-aside.one-four .more-items-item,
  .column .gap-7.img-aside.one-five .more-items-item,
  .column .gap-7.img-aside.one-six .more-items-item,
  .column .gap-7.img-aside.one-seven .more-items-item {
    width: calc(50% -  7px);
  }
  .column .gap-7.one-three .more-items-item,
  .column .gap-7.one-four .more-items-item,
  .column .gap-7.one-five .more-items-item,
  .column .gap-7.one-six .more-items-item,
  .column .gap-7.one-seven .more-items-item,
  .column .gap-7.one-three .more-video-item,
  .column .gap-7.one-four .more-video-item,
  .column .gap-7.one-five .more-video-item,
  .column .gap-7.one-six .more-video-item,
  .column .gap-7.one-seven .more-video-item,
  .column .gap-7.one-three .galleries-item,
  .column .gap-7.one-four .galleries-item,
  .column .gap-7.one-five .galleries-item,
  .column .gap-7.one-six .galleries-item,
  .column .gap-7.one-seven .galleries-item,
  .column .gap-7.one-three .socialstream-item,
  .column .gap-7.one-four .socialstream-item,
  .column .gap-7.one-five .socialstream-item,
  .column .gap-7.one-six .socialstream-item,
  .column .gap-7.one-seven .socialstream-item,
  .column .gap-7.one-three .control-group,
  .column .gap-7.one-four .control-group,
  .column .gap-7.one-five .control-group,
  .column .gap-7.one-six .control-group,
  .column .gap-7.one-seven .control-group,
  .column .gap-7.one-three .formly > *,
  .column .gap-7.one-four .formly > *,
  .column .gap-7.one-five .formly > *,
  .column .gap-7.one-six .formly > *,
  .column .gap-7.one-seven .formly > *,
  .column .gap-7.one-three.img-aside .more-items-item,
  .column .gap-7.one-four.img-aside .more-items-item,
  .column .gap-7.one-five.img-aside .more-items-item,
  .column .gap-7.one-six.img-aside .more-items-item,
  .column .gap-7.one-seven.img-aside .more-items-item,
  .column .gap-7.one-three.landing li,
  .column .gap-7.one-four.landing li,
  .column .gap-7.one-five.landing li,
  .column .gap-7.one-six.landing li,
  .column .gap-7.one-seven.landing li {
    width: calc(50% -  7px);
  }
  .column .gap-7:not(.full-width).tabs-col.slide-items-events {
    padding-left: 16.5px !important;
    padding-right: 16.5px !important;
  }
  .column .gap-6.img-aside.one-three .more-items-item,
  .column .gap-6.img-aside.one-four .more-items-item,
  .column .gap-6.img-aside.one-five .more-items-item,
  .column .gap-6.img-aside.one-six .more-items-item,
  .column .gap-6.img-aside.one-seven .more-items-item {
    width: calc(50% -  6px);
  }
  .column .gap-6.one-three .more-items-item,
  .column .gap-6.one-four .more-items-item,
  .column .gap-6.one-five .more-items-item,
  .column .gap-6.one-six .more-items-item,
  .column .gap-6.one-seven .more-items-item,
  .column .gap-6.one-three .more-video-item,
  .column .gap-6.one-four .more-video-item,
  .column .gap-6.one-five .more-video-item,
  .column .gap-6.one-six .more-video-item,
  .column .gap-6.one-seven .more-video-item,
  .column .gap-6.one-three .galleries-item,
  .column .gap-6.one-four .galleries-item,
  .column .gap-6.one-five .galleries-item,
  .column .gap-6.one-six .galleries-item,
  .column .gap-6.one-seven .galleries-item,
  .column .gap-6.one-three .socialstream-item,
  .column .gap-6.one-four .socialstream-item,
  .column .gap-6.one-five .socialstream-item,
  .column .gap-6.one-six .socialstream-item,
  .column .gap-6.one-seven .socialstream-item,
  .column .gap-6.one-three .control-group,
  .column .gap-6.one-four .control-group,
  .column .gap-6.one-five .control-group,
  .column .gap-6.one-six .control-group,
  .column .gap-6.one-seven .control-group,
  .column .gap-6.one-three .formly > *,
  .column .gap-6.one-four .formly > *,
  .column .gap-6.one-five .formly > *,
  .column .gap-6.one-six .formly > *,
  .column .gap-6.one-seven .formly > *,
  .column .gap-6.one-three.img-aside .more-items-item,
  .column .gap-6.one-four.img-aside .more-items-item,
  .column .gap-6.one-five.img-aside .more-items-item,
  .column .gap-6.one-six.img-aside .more-items-item,
  .column .gap-6.one-seven.img-aside .more-items-item,
  .column .gap-6.one-three.landing li,
  .column .gap-6.one-four.landing li,
  .column .gap-6.one-five.landing li,
  .column .gap-6.one-six.landing li,
  .column .gap-6.one-seven.landing li {
    width: calc(50% -  6px);
  }
  .column .gap-6:not(.full-width).tabs-col.slide-items-events {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .column .gap-5.img-aside.one-three .more-items-item,
  .column .gap-5.img-aside.one-four .more-items-item,
  .column .gap-5.img-aside.one-five .more-items-item,
  .column .gap-5.img-aside.one-six .more-items-item,
  .column .gap-5.img-aside.one-seven .more-items-item {
    width: calc(50% -  5px);
  }
  .column .gap-5.one-three .more-items-item,
  .column .gap-5.one-four .more-items-item,
  .column .gap-5.one-five .more-items-item,
  .column .gap-5.one-six .more-items-item,
  .column .gap-5.one-seven .more-items-item,
  .column .gap-5.one-three .more-video-item,
  .column .gap-5.one-four .more-video-item,
  .column .gap-5.one-five .more-video-item,
  .column .gap-5.one-six .more-video-item,
  .column .gap-5.one-seven .more-video-item,
  .column .gap-5.one-three .galleries-item,
  .column .gap-5.one-four .galleries-item,
  .column .gap-5.one-five .galleries-item,
  .column .gap-5.one-six .galleries-item,
  .column .gap-5.one-seven .galleries-item,
  .column .gap-5.one-three .socialstream-item,
  .column .gap-5.one-four .socialstream-item,
  .column .gap-5.one-five .socialstream-item,
  .column .gap-5.one-six .socialstream-item,
  .column .gap-5.one-seven .socialstream-item,
  .column .gap-5.one-three .control-group,
  .column .gap-5.one-four .control-group,
  .column .gap-5.one-five .control-group,
  .column .gap-5.one-six .control-group,
  .column .gap-5.one-seven .control-group,
  .column .gap-5.one-three .formly > *,
  .column .gap-5.one-four .formly > *,
  .column .gap-5.one-five .formly > *,
  .column .gap-5.one-six .formly > *,
  .column .gap-5.one-seven .formly > *,
  .column .gap-5.one-three.img-aside .more-items-item,
  .column .gap-5.one-four.img-aside .more-items-item,
  .column .gap-5.one-five.img-aside .more-items-item,
  .column .gap-5.one-six.img-aside .more-items-item,
  .column .gap-5.one-seven.img-aside .more-items-item,
  .column .gap-5.one-three.landing li,
  .column .gap-5.one-four.landing li,
  .column .gap-5.one-five.landing li,
  .column .gap-5.one-six.landing li,
  .column .gap-5.one-seven.landing li {
    width: calc(50% -  5px);
  }
  .column .gap-5:not(.full-width).tabs-col.slide-items-events {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
  .column .gap-4.img-aside.one-three .more-items-item,
  .column .gap-4.img-aside.one-four .more-items-item,
  .column .gap-4.img-aside.one-five .more-items-item,
  .column .gap-4.img-aside.one-six .more-items-item,
  .column .gap-4.img-aside.one-seven .more-items-item {
    width: calc(50% -  4px);
  }
  .column .gap-4.one-three .more-items-item,
  .column .gap-4.one-four .more-items-item,
  .column .gap-4.one-five .more-items-item,
  .column .gap-4.one-six .more-items-item,
  .column .gap-4.one-seven .more-items-item,
  .column .gap-4.one-three .more-video-item,
  .column .gap-4.one-four .more-video-item,
  .column .gap-4.one-five .more-video-item,
  .column .gap-4.one-six .more-video-item,
  .column .gap-4.one-seven .more-video-item,
  .column .gap-4.one-three .galleries-item,
  .column .gap-4.one-four .galleries-item,
  .column .gap-4.one-five .galleries-item,
  .column .gap-4.one-six .galleries-item,
  .column .gap-4.one-seven .galleries-item,
  .column .gap-4.one-three .socialstream-item,
  .column .gap-4.one-four .socialstream-item,
  .column .gap-4.one-five .socialstream-item,
  .column .gap-4.one-six .socialstream-item,
  .column .gap-4.one-seven .socialstream-item,
  .column .gap-4.one-three .control-group,
  .column .gap-4.one-four .control-group,
  .column .gap-4.one-five .control-group,
  .column .gap-4.one-six .control-group,
  .column .gap-4.one-seven .control-group,
  .column .gap-4.one-three .formly > *,
  .column .gap-4.one-four .formly > *,
  .column .gap-4.one-five .formly > *,
  .column .gap-4.one-six .formly > *,
  .column .gap-4.one-seven .formly > *,
  .column .gap-4.one-three.img-aside .more-items-item,
  .column .gap-4.one-four.img-aside .more-items-item,
  .column .gap-4.one-five.img-aside .more-items-item,
  .column .gap-4.one-six.img-aside .more-items-item,
  .column .gap-4.one-seven.img-aside .more-items-item,
  .column .gap-4.one-three.landing li,
  .column .gap-4.one-four.landing li,
  .column .gap-4.one-five.landing li,
  .column .gap-4.one-six.landing li,
  .column .gap-4.one-seven.landing li {
    width: calc(50% -  4px);
  }
  .column .gap-4:not(.full-width).tabs-col.slide-items-events {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .column .gap-3.img-aside.one-three .more-items-item,
  .column .gap-3.img-aside.one-four .more-items-item,
  .column .gap-3.img-aside.one-five .more-items-item,
  .column .gap-3.img-aside.one-six .more-items-item,
  .column .gap-3.img-aside.one-seven .more-items-item {
    width: calc(50% -  3px);
  }
  .column .gap-3.one-three .more-items-item,
  .column .gap-3.one-four .more-items-item,
  .column .gap-3.one-five .more-items-item,
  .column .gap-3.one-six .more-items-item,
  .column .gap-3.one-seven .more-items-item,
  .column .gap-3.one-three .more-video-item,
  .column .gap-3.one-four .more-video-item,
  .column .gap-3.one-five .more-video-item,
  .column .gap-3.one-six .more-video-item,
  .column .gap-3.one-seven .more-video-item,
  .column .gap-3.one-three .galleries-item,
  .column .gap-3.one-four .galleries-item,
  .column .gap-3.one-five .galleries-item,
  .column .gap-3.one-six .galleries-item,
  .column .gap-3.one-seven .galleries-item,
  .column .gap-3.one-three .socialstream-item,
  .column .gap-3.one-four .socialstream-item,
  .column .gap-3.one-five .socialstream-item,
  .column .gap-3.one-six .socialstream-item,
  .column .gap-3.one-seven .socialstream-item,
  .column .gap-3.one-three .control-group,
  .column .gap-3.one-four .control-group,
  .column .gap-3.one-five .control-group,
  .column .gap-3.one-six .control-group,
  .column .gap-3.one-seven .control-group,
  .column .gap-3.one-three .formly > *,
  .column .gap-3.one-four .formly > *,
  .column .gap-3.one-five .formly > *,
  .column .gap-3.one-six .formly > *,
  .column .gap-3.one-seven .formly > *,
  .column .gap-3.one-three.img-aside .more-items-item,
  .column .gap-3.one-four.img-aside .more-items-item,
  .column .gap-3.one-five.img-aside .more-items-item,
  .column .gap-3.one-six.img-aside .more-items-item,
  .column .gap-3.one-seven.img-aside .more-items-item,
  .column .gap-3.one-three.landing li,
  .column .gap-3.one-four.landing li,
  .column .gap-3.one-five.landing li,
  .column .gap-3.one-six.landing li,
  .column .gap-3.one-seven.landing li {
    width: calc(50% -  3px);
  }
  .column .gap-3:not(.full-width).tabs-col.slide-items-events {
    padding-left: 18.5px !important;
    padding-right: 18.5px !important;
  }
  .column .gap-2.img-aside.one-three .more-items-item,
  .column .gap-2.img-aside.one-four .more-items-item,
  .column .gap-2.img-aside.one-five .more-items-item,
  .column .gap-2.img-aside.one-six .more-items-item,
  .column .gap-2.img-aside.one-seven .more-items-item {
    width: calc(50% -  2px);
  }
  .column .gap-2.one-three .more-items-item,
  .column .gap-2.one-four .more-items-item,
  .column .gap-2.one-five .more-items-item,
  .column .gap-2.one-six .more-items-item,
  .column .gap-2.one-seven .more-items-item,
  .column .gap-2.one-three .more-video-item,
  .column .gap-2.one-four .more-video-item,
  .column .gap-2.one-five .more-video-item,
  .column .gap-2.one-six .more-video-item,
  .column .gap-2.one-seven .more-video-item,
  .column .gap-2.one-three .galleries-item,
  .column .gap-2.one-four .galleries-item,
  .column .gap-2.one-five .galleries-item,
  .column .gap-2.one-six .galleries-item,
  .column .gap-2.one-seven .galleries-item,
  .column .gap-2.one-three .socialstream-item,
  .column .gap-2.one-four .socialstream-item,
  .column .gap-2.one-five .socialstream-item,
  .column .gap-2.one-six .socialstream-item,
  .column .gap-2.one-seven .socialstream-item,
  .column .gap-2.one-three .control-group,
  .column .gap-2.one-four .control-group,
  .column .gap-2.one-five .control-group,
  .column .gap-2.one-six .control-group,
  .column .gap-2.one-seven .control-group,
  .column .gap-2.one-three .formly > *,
  .column .gap-2.one-four .formly > *,
  .column .gap-2.one-five .formly > *,
  .column .gap-2.one-six .formly > *,
  .column .gap-2.one-seven .formly > *,
  .column .gap-2.one-three.img-aside .more-items-item,
  .column .gap-2.one-four.img-aside .more-items-item,
  .column .gap-2.one-five.img-aside .more-items-item,
  .column .gap-2.one-six.img-aside .more-items-item,
  .column .gap-2.one-seven.img-aside .more-items-item,
  .column .gap-2.one-three.landing li,
  .column .gap-2.one-four.landing li,
  .column .gap-2.one-five.landing li,
  .column .gap-2.one-six.landing li,
  .column .gap-2.one-seven.landing li {
    width: calc(50% -  2px);
  }
  .column .gap-2:not(.full-width).tabs-col.slide-items-events {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .column .gap-1.img-aside.one-three .more-items-item,
  .column .gap-1.img-aside.one-four .more-items-item,
  .column .gap-1.img-aside.one-five .more-items-item,
  .column .gap-1.img-aside.one-six .more-items-item,
  .column .gap-1.img-aside.one-seven .more-items-item {
    width: calc(50% -  1px);
  }
  .column .gap-1.one-three .more-items-item,
  .column .gap-1.one-four .more-items-item,
  .column .gap-1.one-five .more-items-item,
  .column .gap-1.one-six .more-items-item,
  .column .gap-1.one-seven .more-items-item,
  .column .gap-1.one-three .more-video-item,
  .column .gap-1.one-four .more-video-item,
  .column .gap-1.one-five .more-video-item,
  .column .gap-1.one-six .more-video-item,
  .column .gap-1.one-seven .more-video-item,
  .column .gap-1.one-three .galleries-item,
  .column .gap-1.one-four .galleries-item,
  .column .gap-1.one-five .galleries-item,
  .column .gap-1.one-six .galleries-item,
  .column .gap-1.one-seven .galleries-item,
  .column .gap-1.one-three .socialstream-item,
  .column .gap-1.one-four .socialstream-item,
  .column .gap-1.one-five .socialstream-item,
  .column .gap-1.one-six .socialstream-item,
  .column .gap-1.one-seven .socialstream-item,
  .column .gap-1.one-three .control-group,
  .column .gap-1.one-four .control-group,
  .column .gap-1.one-five .control-group,
  .column .gap-1.one-six .control-group,
  .column .gap-1.one-seven .control-group,
  .column .gap-1.one-three .formly > *,
  .column .gap-1.one-four .formly > *,
  .column .gap-1.one-five .formly > *,
  .column .gap-1.one-six .formly > *,
  .column .gap-1.one-seven .formly > *,
  .column .gap-1.one-three.img-aside .more-items-item,
  .column .gap-1.one-four.img-aside .more-items-item,
  .column .gap-1.one-five.img-aside .more-items-item,
  .column .gap-1.one-six.img-aside .more-items-item,
  .column .gap-1.one-seven.img-aside .more-items-item,
  .column .gap-1.one-three.landing li,
  .column .gap-1.one-four.landing li,
  .column .gap-1.one-five.landing li,
  .column .gap-1.one-six.landing li,
  .column .gap-1.one-seven.landing li {
    width: calc(50% -  1px);
  }
  .column .gap-1:not(.full-width).tabs-col.slide-items-events {
    padding-left: 19.5px !important;
    padding-right: 19.5px !important;
  }
  .column .gap-0.img-aside.one-three .more-items-item,
  .column .gap-0.img-aside.one-four .more-items-item,
  .column .gap-0.img-aside.one-five .more-items-item,
  .column .gap-0.img-aside.one-six .more-items-item,
  .column .gap-0.img-aside.one-seven .more-items-item {
    width: calc(50% -  0px);
  }
  .column .gap-0.one-three .more-items-item,
  .column .gap-0.one-four .more-items-item,
  .column .gap-0.one-five .more-items-item,
  .column .gap-0.one-six .more-items-item,
  .column .gap-0.one-seven .more-items-item,
  .column .gap-0.one-three .more-video-item,
  .column .gap-0.one-four .more-video-item,
  .column .gap-0.one-five .more-video-item,
  .column .gap-0.one-six .more-video-item,
  .column .gap-0.one-seven .more-video-item,
  .column .gap-0.one-three .galleries-item,
  .column .gap-0.one-four .galleries-item,
  .column .gap-0.one-five .galleries-item,
  .column .gap-0.one-six .galleries-item,
  .column .gap-0.one-seven .galleries-item,
  .column .gap-0.one-three .socialstream-item,
  .column .gap-0.one-four .socialstream-item,
  .column .gap-0.one-five .socialstream-item,
  .column .gap-0.one-six .socialstream-item,
  .column .gap-0.one-seven .socialstream-item,
  .column .gap-0.one-three .control-group,
  .column .gap-0.one-four .control-group,
  .column .gap-0.one-five .control-group,
  .column .gap-0.one-six .control-group,
  .column .gap-0.one-seven .control-group,
  .column .gap-0.one-three .formly > *,
  .column .gap-0.one-four .formly > *,
  .column .gap-0.one-five .formly > *,
  .column .gap-0.one-six .formly > *,
  .column .gap-0.one-seven .formly > *,
  .column .gap-0.one-three.img-aside .more-items-item,
  .column .gap-0.one-four.img-aside .more-items-item,
  .column .gap-0.one-five.img-aside .more-items-item,
  .column .gap-0.one-six.img-aside .more-items-item,
  .column .gap-0.one-seven.img-aside .more-items-item,
  .column .gap-0.one-three.landing li,
  .column .gap-0.one-four.landing li,
  .column .gap-0.one-five.landing li,
  .column .gap-0.one-six.landing li,
  .column .gap-0.one-seven.landing li {
    width: calc(50% -  0px);
  }
  .column .gap-0:not(.full-width).tabs-col.slide-items-events {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .secondary-content .widget li {
    width: inherit;
  }
  .more-items.text-over .more-items-item h2 {
    font-size: 28px;
  }
  .sponsors {
    text-align: center;
  }
  .sponsors li {
    width: 15%;
  }
  /* Landing Large (Events and Teams) */
  .landing-large ul .more-items-item .wrapper h2 {
    font-size: 24px;
    margin-top: 5px !important;
    margin-bottom: 5px;
  }
  .landing-large ul .more-items-item .wrapper .more-items-time,
  .landing-large ul .more-items-item .wrapper .more-items-short-text,
  .landing-large ul .more-items-item .wrapper .more-items-category,
  .landing-large ul .more-items-item .wrapper .more-items-subsection,
  .landing-large ul .more-items-item .wrapper .more-items-action,
  .landing-large ul .more-items-item .wrapper .link-button a {
    font-size: 10px;
  }
  #landing-teams ul .more-items-item .wrapper .more-items-short-text,
  .landing-events ul .more-items-item .wrapper .more-items-short-text {
    font-size: 10px;
  }
  #landing-teams ul .more-items-item .wrapper.new-york-yacht-club-american-magic .wrapper h2,
  .landing-events ul .more-items-item .wrapper.new-york-yacht-club-american-magic .wrapper h2 {
    max-width: 40%;
  }
  .landing-events .more-items-item > a:not(.all-box-link) {
    position: absolute;
    height: 100%;
    right: 0;
  }
  .landing-events .more-items-item > a:not(.all-box-link) img {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .landing-events .more-items-item .wrapper {
    position: relative;
    height: 350px;
  }
  .social-news li:after {
    width: 40px;
    height: 40px;
  }
  #accreditations-faqs ul li {
    width: calc(70% - 2px);
  }
  .widget.article-view.small-article .article > *,
  #accreditations-faqs .widget-title span {
    max-width: calc(70% - 2px);
  }
}
/* Mobile devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 767px) {
  .full-width .img-25.img-left,
  .full-width .img-25.img-Left,
  .full-width .img-25.img-right,
  .full-width .img-25.img-Right,
  .img-75,
  .img-50 {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  blockquote.img-75 {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: auto;
  }
  blockquote {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding: 0 20px !important;
  }
  .is-mobile {
    display: block !important;
  }
  .is-desktop {
    display: none !important;
  }
  #header {
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
  #header .wrapper {
    padding-right: 0;
  }
  .header-lg #header {
    height: 50px;
  }
  .header-lg .navigation {
    top: 50px;
  }
  .fixed-header.header-lg:not(.transparent-header) #content {
    margin-top: 50px;
  }
  .transparent-header .column .widget:first-child .fotorama__video-close,
  .transparent-header .column section:first-child .fotorama__video-close {
    right: 10px;
  }
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .logo-img {
    max-height: 90px;
  }
  #footer .wrapper-group .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .wrapper-group #footer-zone1 {
    align-items: center;
    -webkit-align-items: center;
    min-height: 10px;
  }
  #copyright {
    font-size: 12px;
  }
  #navigation-toggle {
    padding: 0;
    width: 50px;
  }
  .navigation ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation.secondary-navigation {
    display: none;
  }
  .navigation.secondary-navigation ul {
    padding: 0;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .navigation.burger-nav ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation.burger-nav ul li a:hover {
    border-color: transparent;
  }
  #navigation > ul > li.partners {
    display: list-item;
  }
  .menu > li > a {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  .more-items:not(.full-width) {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .text-left .widget-title,
  .text-left .section-title,
  .text-right .widget-title,
  .text-right .section-title {
    text-align: center;
  }
  .one-of-two,
  .one-of-three,
  .two-of-three,
  .one-of-four,
  .three-of-four,
  .one-of-five,
  .two-of-five,
  .three-of-five,
  .four-of-five,
  .one-of-six,
  .one-of-seven,
  .primary-content .primary-content,
  .secondary-content,
  .related-content {
    width: 100%;
  }
  .one-one .more-items-item,
  .one-two .more-items-item,
  .one-three .more-items-item,
  .one-four .more-items-item,
  .one-five .more-items-item,
  .one-six .more-items-item,
  .one-seven .more-items-item,
  .one-one .more-video-item,
  .one-two .more-video-item,
  .one-three .more-video-item,
  .one-four .more-video-item,
  .one-five .more-video-item,
  .one-six .more-video-item,
  .one-seven .more-video-item,
  .one-one .galleries-item,
  .one-two .galleries-item,
  .one-three .galleries-item,
  .one-four .galleries-item,
  .one-five .galleries-item,
  .one-six .galleries-item,
  .one-seven .galleries-item,
  .one-one .socialstream-item,
  .one-two .socialstream-item,
  .one-three .socialstream-item,
  .one-four .socialstream-item,
  .one-five .socialstream-item,
  .one-six .socialstream-item,
  .one-seven .socialstream-item,
  .one-one .control-group,
  .one-two .control-group,
  .one-three .control-group,
  .one-four .control-group,
  .one-five .control-group,
  .one-six .control-group,
  .one-seven .control-group,
  .one-one .formly > *,
  .one-two .formly > *,
  .one-three .formly > *,
  .one-four .formly > *,
  .one-five .formly > *,
  .one-six .formly > *,
  .one-seven .formly > *,
  .one-one.img-aside .more-items-item,
  .one-two.img-aside .more-items-item,
  .one-three.img-aside .more-items-item,
  .one-four.img-aside .more-items-item,
  .one-five.img-aside .more-items-item,
  .one-six.img-aside .more-items-item,
  .one-seven.img-aside .more-items-item,
  .one-one.landing li,
  .one-two.landing li,
  .one-three.landing li,
  .one-four.landing li,
  .one-five.landing li,
  .one-six.landing li,
  .one-seven.landing li {
    width: calc(100% -  2px);
  }
  .column .gap-50 {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .column .gap-50.img-aside.one-one .more-items-item,
  .column .gap-50.img-aside.one-two .more-items-item,
  .column .gap-50.img-aside.one-three .more-items-item,
  .column .gap-50.img-aside.one-four .more-items-item,
  .column .gap-50.img-aside.one-five .more-items-item,
  .column .gap-50.img-aside.one-six .more-items-item,
  .column .gap-50.img-aside.one-seven .more-items-item {
    width: calc(100% -  50px);
  }
  .column .gap-50.one-one .more-items-item,
  .column .gap-50.one-two .more-items-item,
  .column .gap-50.one-three .more-items-item,
  .column .gap-50.one-four .more-items-item,
  .column .gap-50.one-five .more-items-item,
  .column .gap-50.one-six .more-items-item,
  .column .gap-50.one-seven .more-items-item,
  .column .gap-50.one-one .more-video-item,
  .column .gap-50.one-two .more-video-item,
  .column .gap-50.one-three .more-video-item,
  .column .gap-50.one-four .more-video-item,
  .column .gap-50.one-five .more-video-item,
  .column .gap-50.one-six .more-video-item,
  .column .gap-50.one-seven .more-video-item,
  .column .gap-50.one-one .galleries-item,
  .column .gap-50.one-two .galleries-item,
  .column .gap-50.one-three .galleries-item,
  .column .gap-50.one-four .galleries-item,
  .column .gap-50.one-five .galleries-item,
  .column .gap-50.one-six .galleries-item,
  .column .gap-50.one-seven .galleries-item,
  .column .gap-50.one-one .socialstream-item,
  .column .gap-50.one-two .socialstream-item,
  .column .gap-50.one-three .socialstream-item,
  .column .gap-50.one-four .socialstream-item,
  .column .gap-50.one-five .socialstream-item,
  .column .gap-50.one-six .socialstream-item,
  .column .gap-50.one-seven .socialstream-item,
  .column .gap-50.one-one .control-group,
  .column .gap-50.one-two .control-group,
  .column .gap-50.one-three .control-group,
  .column .gap-50.one-four .control-group,
  .column .gap-50.one-five .control-group,
  .column .gap-50.one-six .control-group,
  .column .gap-50.one-seven .control-group,
  .column .gap-50.one-one .formly > *,
  .column .gap-50.one-two .formly > *,
  .column .gap-50.one-three .formly > *,
  .column .gap-50.one-four .formly > *,
  .column .gap-50.one-five .formly > *,
  .column .gap-50.one-six .formly > *,
  .column .gap-50.one-seven .formly > *,
  .column .gap-50.one-one.img-aside .more-items-item,
  .column .gap-50.one-two.img-aside .more-items-item,
  .column .gap-50.one-three.img-aside .more-items-item,
  .column .gap-50.one-four.img-aside .more-items-item,
  .column .gap-50.one-five.img-aside .more-items-item,
  .column .gap-50.one-six.img-aside .more-items-item,
  .column .gap-50.one-seven.img-aside .more-items-item,
  .column .gap-50.one-one.landing li,
  .column .gap-50.one-two.landing li,
  .column .gap-50.one-three.landing li,
  .column .gap-50.one-four.landing li,
  .column .gap-50.one-five.landing li,
  .column .gap-50.one-six.landing li,
  .column .gap-50.one-seven.landing li {
    width: calc(100% -  50px);
  }
  .column .gap-50 .pagination-page,
  .column .gap-50 .pagination.more .pagination-more,
  .column .gap-50 .pagination.showmore-inline .pagination-page,
  .column .gap-50 .load-more-bt {
    width: auto;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .column .gap-50.tabs-col {
    padding-left: -5px !important;
    padding-right: -5px !important;
  }
  .column .gap-50.nowrap .more-items-item,
  .column .gap-50.nowrap .more-video-item,
  .column .gap-50.nowrap .galleries-item,
  .column .gap-50.nowrap .socialstream-item,
  .column .gap-50.nowrap .control-group,
  .column .gap-50.nowrap .formly > *,
  .column .gap-50.nowrap.img-aside .more-items-item,
  .column .gap-50.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-50:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-49 {
    padding-left: -4.5px !important;
    padding-right: -4.5px !important;
  }
  .column .gap-49.img-aside.one-one .more-items-item,
  .column .gap-49.img-aside.one-two .more-items-item,
  .column .gap-49.img-aside.one-three .more-items-item,
  .column .gap-49.img-aside.one-four .more-items-item,
  .column .gap-49.img-aside.one-five .more-items-item,
  .column .gap-49.img-aside.one-six .more-items-item,
  .column .gap-49.img-aside.one-seven .more-items-item {
    width: calc(100% -  49px);
  }
  .column .gap-49.one-one .more-items-item,
  .column .gap-49.one-two .more-items-item,
  .column .gap-49.one-three .more-items-item,
  .column .gap-49.one-four .more-items-item,
  .column .gap-49.one-five .more-items-item,
  .column .gap-49.one-six .more-items-item,
  .column .gap-49.one-seven .more-items-item,
  .column .gap-49.one-one .more-video-item,
  .column .gap-49.one-two .more-video-item,
  .column .gap-49.one-three .more-video-item,
  .column .gap-49.one-four .more-video-item,
  .column .gap-49.one-five .more-video-item,
  .column .gap-49.one-six .more-video-item,
  .column .gap-49.one-seven .more-video-item,
  .column .gap-49.one-one .galleries-item,
  .column .gap-49.one-two .galleries-item,
  .column .gap-49.one-three .galleries-item,
  .column .gap-49.one-four .galleries-item,
  .column .gap-49.one-five .galleries-item,
  .column .gap-49.one-six .galleries-item,
  .column .gap-49.one-seven .galleries-item,
  .column .gap-49.one-one .socialstream-item,
  .column .gap-49.one-two .socialstream-item,
  .column .gap-49.one-three .socialstream-item,
  .column .gap-49.one-four .socialstream-item,
  .column .gap-49.one-five .socialstream-item,
  .column .gap-49.one-six .socialstream-item,
  .column .gap-49.one-seven .socialstream-item,
  .column .gap-49.one-one .control-group,
  .column .gap-49.one-two .control-group,
  .column .gap-49.one-three .control-group,
  .column .gap-49.one-four .control-group,
  .column .gap-49.one-five .control-group,
  .column .gap-49.one-six .control-group,
  .column .gap-49.one-seven .control-group,
  .column .gap-49.one-one .formly > *,
  .column .gap-49.one-two .formly > *,
  .column .gap-49.one-three .formly > *,
  .column .gap-49.one-four .formly > *,
  .column .gap-49.one-five .formly > *,
  .column .gap-49.one-six .formly > *,
  .column .gap-49.one-seven .formly > *,
  .column .gap-49.one-one.img-aside .more-items-item,
  .column .gap-49.one-two.img-aside .more-items-item,
  .column .gap-49.one-three.img-aside .more-items-item,
  .column .gap-49.one-four.img-aside .more-items-item,
  .column .gap-49.one-five.img-aside .more-items-item,
  .column .gap-49.one-six.img-aside .more-items-item,
  .column .gap-49.one-seven.img-aside .more-items-item,
  .column .gap-49.one-one.landing li,
  .column .gap-49.one-two.landing li,
  .column .gap-49.one-three.landing li,
  .column .gap-49.one-four.landing li,
  .column .gap-49.one-five.landing li,
  .column .gap-49.one-six.landing li,
  .column .gap-49.one-seven.landing li {
    width: calc(100% -  49px);
  }
  .column .gap-49 .pagination-page,
  .column .gap-49 .pagination.more .pagination-more,
  .column .gap-49 .pagination.showmore-inline .pagination-page,
  .column .gap-49 .load-more-bt {
    width: auto;
    margin-left: 24.5px !important;
    margin-right: 24.5px !important;
  }
  .column .gap-49.tabs-col {
    padding-left: -4.5px !important;
    padding-right: -4.5px !important;
  }
  .column .gap-49.nowrap .more-items-item,
  .column .gap-49.nowrap .more-video-item,
  .column .gap-49.nowrap .galleries-item,
  .column .gap-49.nowrap .socialstream-item,
  .column .gap-49.nowrap .control-group,
  .column .gap-49.nowrap .formly > *,
  .column .gap-49.nowrap.img-aside .more-items-item,
  .column .gap-49.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-49:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-48 {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .column .gap-48.img-aside.one-one .more-items-item,
  .column .gap-48.img-aside.one-two .more-items-item,
  .column .gap-48.img-aside.one-three .more-items-item,
  .column .gap-48.img-aside.one-four .more-items-item,
  .column .gap-48.img-aside.one-five .more-items-item,
  .column .gap-48.img-aside.one-six .more-items-item,
  .column .gap-48.img-aside.one-seven .more-items-item {
    width: calc(100% -  48px);
  }
  .column .gap-48.one-one .more-items-item,
  .column .gap-48.one-two .more-items-item,
  .column .gap-48.one-three .more-items-item,
  .column .gap-48.one-four .more-items-item,
  .column .gap-48.one-five .more-items-item,
  .column .gap-48.one-six .more-items-item,
  .column .gap-48.one-seven .more-items-item,
  .column .gap-48.one-one .more-video-item,
  .column .gap-48.one-two .more-video-item,
  .column .gap-48.one-three .more-video-item,
  .column .gap-48.one-four .more-video-item,
  .column .gap-48.one-five .more-video-item,
  .column .gap-48.one-six .more-video-item,
  .column .gap-48.one-seven .more-video-item,
  .column .gap-48.one-one .galleries-item,
  .column .gap-48.one-two .galleries-item,
  .column .gap-48.one-three .galleries-item,
  .column .gap-48.one-four .galleries-item,
  .column .gap-48.one-five .galleries-item,
  .column .gap-48.one-six .galleries-item,
  .column .gap-48.one-seven .galleries-item,
  .column .gap-48.one-one .socialstream-item,
  .column .gap-48.one-two .socialstream-item,
  .column .gap-48.one-three .socialstream-item,
  .column .gap-48.one-four .socialstream-item,
  .column .gap-48.one-five .socialstream-item,
  .column .gap-48.one-six .socialstream-item,
  .column .gap-48.one-seven .socialstream-item,
  .column .gap-48.one-one .control-group,
  .column .gap-48.one-two .control-group,
  .column .gap-48.one-three .control-group,
  .column .gap-48.one-four .control-group,
  .column .gap-48.one-five .control-group,
  .column .gap-48.one-six .control-group,
  .column .gap-48.one-seven .control-group,
  .column .gap-48.one-one .formly > *,
  .column .gap-48.one-two .formly > *,
  .column .gap-48.one-three .formly > *,
  .column .gap-48.one-four .formly > *,
  .column .gap-48.one-five .formly > *,
  .column .gap-48.one-six .formly > *,
  .column .gap-48.one-seven .formly > *,
  .column .gap-48.one-one.img-aside .more-items-item,
  .column .gap-48.one-two.img-aside .more-items-item,
  .column .gap-48.one-three.img-aside .more-items-item,
  .column .gap-48.one-four.img-aside .more-items-item,
  .column .gap-48.one-five.img-aside .more-items-item,
  .column .gap-48.one-six.img-aside .more-items-item,
  .column .gap-48.one-seven.img-aside .more-items-item,
  .column .gap-48.one-one.landing li,
  .column .gap-48.one-two.landing li,
  .column .gap-48.one-three.landing li,
  .column .gap-48.one-four.landing li,
  .column .gap-48.one-five.landing li,
  .column .gap-48.one-six.landing li,
  .column .gap-48.one-seven.landing li {
    width: calc(100% -  48px);
  }
  .column .gap-48 .pagination-page,
  .column .gap-48 .pagination.more .pagination-more,
  .column .gap-48 .pagination.showmore-inline .pagination-page,
  .column .gap-48 .load-more-bt {
    width: auto;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .column .gap-48.tabs-col {
    padding-left: -4px !important;
    padding-right: -4px !important;
  }
  .column .gap-48.nowrap .more-items-item,
  .column .gap-48.nowrap .more-video-item,
  .column .gap-48.nowrap .galleries-item,
  .column .gap-48.nowrap .socialstream-item,
  .column .gap-48.nowrap .control-group,
  .column .gap-48.nowrap .formly > *,
  .column .gap-48.nowrap.img-aside .more-items-item,
  .column .gap-48.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-48:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-47 {
    padding-left: -3.5px !important;
    padding-right: -3.5px !important;
  }
  .column .gap-47.img-aside.one-one .more-items-item,
  .column .gap-47.img-aside.one-two .more-items-item,
  .column .gap-47.img-aside.one-three .more-items-item,
  .column .gap-47.img-aside.one-four .more-items-item,
  .column .gap-47.img-aside.one-five .more-items-item,
  .column .gap-47.img-aside.one-six .more-items-item,
  .column .gap-47.img-aside.one-seven .more-items-item {
    width: calc(100% -  47px);
  }
  .column .gap-47.one-one .more-items-item,
  .column .gap-47.one-two .more-items-item,
  .column .gap-47.one-three .more-items-item,
  .column .gap-47.one-four .more-items-item,
  .column .gap-47.one-five .more-items-item,
  .column .gap-47.one-six .more-items-item,
  .column .gap-47.one-seven .more-items-item,
  .column .gap-47.one-one .more-video-item,
  .column .gap-47.one-two .more-video-item,
  .column .gap-47.one-three .more-video-item,
  .column .gap-47.one-four .more-video-item,
  .column .gap-47.one-five .more-video-item,
  .column .gap-47.one-six .more-video-item,
  .column .gap-47.one-seven .more-video-item,
  .column .gap-47.one-one .galleries-item,
  .column .gap-47.one-two .galleries-item,
  .column .gap-47.one-three .galleries-item,
  .column .gap-47.one-four .galleries-item,
  .column .gap-47.one-five .galleries-item,
  .column .gap-47.one-six .galleries-item,
  .column .gap-47.one-seven .galleries-item,
  .column .gap-47.one-one .socialstream-item,
  .column .gap-47.one-two .socialstream-item,
  .column .gap-47.one-three .socialstream-item,
  .column .gap-47.one-four .socialstream-item,
  .column .gap-47.one-five .socialstream-item,
  .column .gap-47.one-six .socialstream-item,
  .column .gap-47.one-seven .socialstream-item,
  .column .gap-47.one-one .control-group,
  .column .gap-47.one-two .control-group,
  .column .gap-47.one-three .control-group,
  .column .gap-47.one-four .control-group,
  .column .gap-47.one-five .control-group,
  .column .gap-47.one-six .control-group,
  .column .gap-47.one-seven .control-group,
  .column .gap-47.one-one .formly > *,
  .column .gap-47.one-two .formly > *,
  .column .gap-47.one-three .formly > *,
  .column .gap-47.one-four .formly > *,
  .column .gap-47.one-five .formly > *,
  .column .gap-47.one-six .formly > *,
  .column .gap-47.one-seven .formly > *,
  .column .gap-47.one-one.img-aside .more-items-item,
  .column .gap-47.one-two.img-aside .more-items-item,
  .column .gap-47.one-three.img-aside .more-items-item,
  .column .gap-47.one-four.img-aside .more-items-item,
  .column .gap-47.one-five.img-aside .more-items-item,
  .column .gap-47.one-six.img-aside .more-items-item,
  .column .gap-47.one-seven.img-aside .more-items-item,
  .column .gap-47.one-one.landing li,
  .column .gap-47.one-two.landing li,
  .column .gap-47.one-three.landing li,
  .column .gap-47.one-four.landing li,
  .column .gap-47.one-five.landing li,
  .column .gap-47.one-six.landing li,
  .column .gap-47.one-seven.landing li {
    width: calc(100% -  47px);
  }
  .column .gap-47 .pagination-page,
  .column .gap-47 .pagination.more .pagination-more,
  .column .gap-47 .pagination.showmore-inline .pagination-page,
  .column .gap-47 .load-more-bt {
    width: auto;
    margin-left: 23.5px !important;
    margin-right: 23.5px !important;
  }
  .column .gap-47.tabs-col {
    padding-left: -3.5px !important;
    padding-right: -3.5px !important;
  }
  .column .gap-47.nowrap .more-items-item,
  .column .gap-47.nowrap .more-video-item,
  .column .gap-47.nowrap .galleries-item,
  .column .gap-47.nowrap .socialstream-item,
  .column .gap-47.nowrap .control-group,
  .column .gap-47.nowrap .formly > *,
  .column .gap-47.nowrap.img-aside .more-items-item,
  .column .gap-47.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-47:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-46 {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .column .gap-46.img-aside.one-one .more-items-item,
  .column .gap-46.img-aside.one-two .more-items-item,
  .column .gap-46.img-aside.one-three .more-items-item,
  .column .gap-46.img-aside.one-four .more-items-item,
  .column .gap-46.img-aside.one-five .more-items-item,
  .column .gap-46.img-aside.one-six .more-items-item,
  .column .gap-46.img-aside.one-seven .more-items-item {
    width: calc(100% -  46px);
  }
  .column .gap-46.one-one .more-items-item,
  .column .gap-46.one-two .more-items-item,
  .column .gap-46.one-three .more-items-item,
  .column .gap-46.one-four .more-items-item,
  .column .gap-46.one-five .more-items-item,
  .column .gap-46.one-six .more-items-item,
  .column .gap-46.one-seven .more-items-item,
  .column .gap-46.one-one .more-video-item,
  .column .gap-46.one-two .more-video-item,
  .column .gap-46.one-three .more-video-item,
  .column .gap-46.one-four .more-video-item,
  .column .gap-46.one-five .more-video-item,
  .column .gap-46.one-six .more-video-item,
  .column .gap-46.one-seven .more-video-item,
  .column .gap-46.one-one .galleries-item,
  .column .gap-46.one-two .galleries-item,
  .column .gap-46.one-three .galleries-item,
  .column .gap-46.one-four .galleries-item,
  .column .gap-46.one-five .galleries-item,
  .column .gap-46.one-six .galleries-item,
  .column .gap-46.one-seven .galleries-item,
  .column .gap-46.one-one .socialstream-item,
  .column .gap-46.one-two .socialstream-item,
  .column .gap-46.one-three .socialstream-item,
  .column .gap-46.one-four .socialstream-item,
  .column .gap-46.one-five .socialstream-item,
  .column .gap-46.one-six .socialstream-item,
  .column .gap-46.one-seven .socialstream-item,
  .column .gap-46.one-one .control-group,
  .column .gap-46.one-two .control-group,
  .column .gap-46.one-three .control-group,
  .column .gap-46.one-four .control-group,
  .column .gap-46.one-five .control-group,
  .column .gap-46.one-six .control-group,
  .column .gap-46.one-seven .control-group,
  .column .gap-46.one-one .formly > *,
  .column .gap-46.one-two .formly > *,
  .column .gap-46.one-three .formly > *,
  .column .gap-46.one-four .formly > *,
  .column .gap-46.one-five .formly > *,
  .column .gap-46.one-six .formly > *,
  .column .gap-46.one-seven .formly > *,
  .column .gap-46.one-one.img-aside .more-items-item,
  .column .gap-46.one-two.img-aside .more-items-item,
  .column .gap-46.one-three.img-aside .more-items-item,
  .column .gap-46.one-four.img-aside .more-items-item,
  .column .gap-46.one-five.img-aside .more-items-item,
  .column .gap-46.one-six.img-aside .more-items-item,
  .column .gap-46.one-seven.img-aside .more-items-item,
  .column .gap-46.one-one.landing li,
  .column .gap-46.one-two.landing li,
  .column .gap-46.one-three.landing li,
  .column .gap-46.one-four.landing li,
  .column .gap-46.one-five.landing li,
  .column .gap-46.one-six.landing li,
  .column .gap-46.one-seven.landing li {
    width: calc(100% -  46px);
  }
  .column .gap-46 .pagination-page,
  .column .gap-46 .pagination.more .pagination-more,
  .column .gap-46 .pagination.showmore-inline .pagination-page,
  .column .gap-46 .load-more-bt {
    width: auto;
    margin-left: 23px !important;
    margin-right: 23px !important;
  }
  .column .gap-46.tabs-col {
    padding-left: -3px !important;
    padding-right: -3px !important;
  }
  .column .gap-46.nowrap .more-items-item,
  .column .gap-46.nowrap .more-video-item,
  .column .gap-46.nowrap .galleries-item,
  .column .gap-46.nowrap .socialstream-item,
  .column .gap-46.nowrap .control-group,
  .column .gap-46.nowrap .formly > *,
  .column .gap-46.nowrap.img-aside .more-items-item,
  .column .gap-46.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-46:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-45 {
    padding-left: -2.5px !important;
    padding-right: -2.5px !important;
  }
  .column .gap-45.img-aside.one-one .more-items-item,
  .column .gap-45.img-aside.one-two .more-items-item,
  .column .gap-45.img-aside.one-three .more-items-item,
  .column .gap-45.img-aside.one-four .more-items-item,
  .column .gap-45.img-aside.one-five .more-items-item,
  .column .gap-45.img-aside.one-six .more-items-item,
  .column .gap-45.img-aside.one-seven .more-items-item {
    width: calc(100% -  45px);
  }
  .column .gap-45.one-one .more-items-item,
  .column .gap-45.one-two .more-items-item,
  .column .gap-45.one-three .more-items-item,
  .column .gap-45.one-four .more-items-item,
  .column .gap-45.one-five .more-items-item,
  .column .gap-45.one-six .more-items-item,
  .column .gap-45.one-seven .more-items-item,
  .column .gap-45.one-one .more-video-item,
  .column .gap-45.one-two .more-video-item,
  .column .gap-45.one-three .more-video-item,
  .column .gap-45.one-four .more-video-item,
  .column .gap-45.one-five .more-video-item,
  .column .gap-45.one-six .more-video-item,
  .column .gap-45.one-seven .more-video-item,
  .column .gap-45.one-one .galleries-item,
  .column .gap-45.one-two .galleries-item,
  .column .gap-45.one-three .galleries-item,
  .column .gap-45.one-four .galleries-item,
  .column .gap-45.one-five .galleries-item,
  .column .gap-45.one-six .galleries-item,
  .column .gap-45.one-seven .galleries-item,
  .column .gap-45.one-one .socialstream-item,
  .column .gap-45.one-two .socialstream-item,
  .column .gap-45.one-three .socialstream-item,
  .column .gap-45.one-four .socialstream-item,
  .column .gap-45.one-five .socialstream-item,
  .column .gap-45.one-six .socialstream-item,
  .column .gap-45.one-seven .socialstream-item,
  .column .gap-45.one-one .control-group,
  .column .gap-45.one-two .control-group,
  .column .gap-45.one-three .control-group,
  .column .gap-45.one-four .control-group,
  .column .gap-45.one-five .control-group,
  .column .gap-45.one-six .control-group,
  .column .gap-45.one-seven .control-group,
  .column .gap-45.one-one .formly > *,
  .column .gap-45.one-two .formly > *,
  .column .gap-45.one-three .formly > *,
  .column .gap-45.one-four .formly > *,
  .column .gap-45.one-five .formly > *,
  .column .gap-45.one-six .formly > *,
  .column .gap-45.one-seven .formly > *,
  .column .gap-45.one-one.img-aside .more-items-item,
  .column .gap-45.one-two.img-aside .more-items-item,
  .column .gap-45.one-three.img-aside .more-items-item,
  .column .gap-45.one-four.img-aside .more-items-item,
  .column .gap-45.one-five.img-aside .more-items-item,
  .column .gap-45.one-six.img-aside .more-items-item,
  .column .gap-45.one-seven.img-aside .more-items-item,
  .column .gap-45.one-one.landing li,
  .column .gap-45.one-two.landing li,
  .column .gap-45.one-three.landing li,
  .column .gap-45.one-four.landing li,
  .column .gap-45.one-five.landing li,
  .column .gap-45.one-six.landing li,
  .column .gap-45.one-seven.landing li {
    width: calc(100% -  45px);
  }
  .column .gap-45 .pagination-page,
  .column .gap-45 .pagination.more .pagination-more,
  .column .gap-45 .pagination.showmore-inline .pagination-page,
  .column .gap-45 .load-more-bt {
    width: auto;
    margin-left: 22.5px !important;
    margin-right: 22.5px !important;
  }
  .column .gap-45.tabs-col {
    padding-left: -2.5px !important;
    padding-right: -2.5px !important;
  }
  .column .gap-45.nowrap .more-items-item,
  .column .gap-45.nowrap .more-video-item,
  .column .gap-45.nowrap .galleries-item,
  .column .gap-45.nowrap .socialstream-item,
  .column .gap-45.nowrap .control-group,
  .column .gap-45.nowrap .formly > *,
  .column .gap-45.nowrap.img-aside .more-items-item,
  .column .gap-45.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-45:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-44 {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .column .gap-44.img-aside.one-one .more-items-item,
  .column .gap-44.img-aside.one-two .more-items-item,
  .column .gap-44.img-aside.one-three .more-items-item,
  .column .gap-44.img-aside.one-four .more-items-item,
  .column .gap-44.img-aside.one-five .more-items-item,
  .column .gap-44.img-aside.one-six .more-items-item,
  .column .gap-44.img-aside.one-seven .more-items-item {
    width: calc(100% -  44px);
  }
  .column .gap-44.one-one .more-items-item,
  .column .gap-44.one-two .more-items-item,
  .column .gap-44.one-three .more-items-item,
  .column .gap-44.one-four .more-items-item,
  .column .gap-44.one-five .more-items-item,
  .column .gap-44.one-six .more-items-item,
  .column .gap-44.one-seven .more-items-item,
  .column .gap-44.one-one .more-video-item,
  .column .gap-44.one-two .more-video-item,
  .column .gap-44.one-three .more-video-item,
  .column .gap-44.one-four .more-video-item,
  .column .gap-44.one-five .more-video-item,
  .column .gap-44.one-six .more-video-item,
  .column .gap-44.one-seven .more-video-item,
  .column .gap-44.one-one .galleries-item,
  .column .gap-44.one-two .galleries-item,
  .column .gap-44.one-three .galleries-item,
  .column .gap-44.one-four .galleries-item,
  .column .gap-44.one-five .galleries-item,
  .column .gap-44.one-six .galleries-item,
  .column .gap-44.one-seven .galleries-item,
  .column .gap-44.one-one .socialstream-item,
  .column .gap-44.one-two .socialstream-item,
  .column .gap-44.one-three .socialstream-item,
  .column .gap-44.one-four .socialstream-item,
  .column .gap-44.one-five .socialstream-item,
  .column .gap-44.one-six .socialstream-item,
  .column .gap-44.one-seven .socialstream-item,
  .column .gap-44.one-one .control-group,
  .column .gap-44.one-two .control-group,
  .column .gap-44.one-three .control-group,
  .column .gap-44.one-four .control-group,
  .column .gap-44.one-five .control-group,
  .column .gap-44.one-six .control-group,
  .column .gap-44.one-seven .control-group,
  .column .gap-44.one-one .formly > *,
  .column .gap-44.one-two .formly > *,
  .column .gap-44.one-three .formly > *,
  .column .gap-44.one-four .formly > *,
  .column .gap-44.one-five .formly > *,
  .column .gap-44.one-six .formly > *,
  .column .gap-44.one-seven .formly > *,
  .column .gap-44.one-one.img-aside .more-items-item,
  .column .gap-44.one-two.img-aside .more-items-item,
  .column .gap-44.one-three.img-aside .more-items-item,
  .column .gap-44.one-four.img-aside .more-items-item,
  .column .gap-44.one-five.img-aside .more-items-item,
  .column .gap-44.one-six.img-aside .more-items-item,
  .column .gap-44.one-seven.img-aside .more-items-item,
  .column .gap-44.one-one.landing li,
  .column .gap-44.one-two.landing li,
  .column .gap-44.one-three.landing li,
  .column .gap-44.one-four.landing li,
  .column .gap-44.one-five.landing li,
  .column .gap-44.one-six.landing li,
  .column .gap-44.one-seven.landing li {
    width: calc(100% -  44px);
  }
  .column .gap-44 .pagination-page,
  .column .gap-44 .pagination.more .pagination-more,
  .column .gap-44 .pagination.showmore-inline .pagination-page,
  .column .gap-44 .load-more-bt {
    width: auto;
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .column .gap-44.tabs-col {
    padding-left: -2px !important;
    padding-right: -2px !important;
  }
  .column .gap-44.nowrap .more-items-item,
  .column .gap-44.nowrap .more-video-item,
  .column .gap-44.nowrap .galleries-item,
  .column .gap-44.nowrap .socialstream-item,
  .column .gap-44.nowrap .control-group,
  .column .gap-44.nowrap .formly > *,
  .column .gap-44.nowrap.img-aside .more-items-item,
  .column .gap-44.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-44:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-43 {
    padding-left: -1.5px !important;
    padding-right: -1.5px !important;
  }
  .column .gap-43.img-aside.one-one .more-items-item,
  .column .gap-43.img-aside.one-two .more-items-item,
  .column .gap-43.img-aside.one-three .more-items-item,
  .column .gap-43.img-aside.one-four .more-items-item,
  .column .gap-43.img-aside.one-five .more-items-item,
  .column .gap-43.img-aside.one-six .more-items-item,
  .column .gap-43.img-aside.one-seven .more-items-item {
    width: calc(100% -  43px);
  }
  .column .gap-43.one-one .more-items-item,
  .column .gap-43.one-two .more-items-item,
  .column .gap-43.one-three .more-items-item,
  .column .gap-43.one-four .more-items-item,
  .column .gap-43.one-five .more-items-item,
  .column .gap-43.one-six .more-items-item,
  .column .gap-43.one-seven .more-items-item,
  .column .gap-43.one-one .more-video-item,
  .column .gap-43.one-two .more-video-item,
  .column .gap-43.one-three .more-video-item,
  .column .gap-43.one-four .more-video-item,
  .column .gap-43.one-five .more-video-item,
  .column .gap-43.one-six .more-video-item,
  .column .gap-43.one-seven .more-video-item,
  .column .gap-43.one-one .galleries-item,
  .column .gap-43.one-two .galleries-item,
  .column .gap-43.one-three .galleries-item,
  .column .gap-43.one-four .galleries-item,
  .column .gap-43.one-five .galleries-item,
  .column .gap-43.one-six .galleries-item,
  .column .gap-43.one-seven .galleries-item,
  .column .gap-43.one-one .socialstream-item,
  .column .gap-43.one-two .socialstream-item,
  .column .gap-43.one-three .socialstream-item,
  .column .gap-43.one-four .socialstream-item,
  .column .gap-43.one-five .socialstream-item,
  .column .gap-43.one-six .socialstream-item,
  .column .gap-43.one-seven .socialstream-item,
  .column .gap-43.one-one .control-group,
  .column .gap-43.one-two .control-group,
  .column .gap-43.one-three .control-group,
  .column .gap-43.one-four .control-group,
  .column .gap-43.one-five .control-group,
  .column .gap-43.one-six .control-group,
  .column .gap-43.one-seven .control-group,
  .column .gap-43.one-one .formly > *,
  .column .gap-43.one-two .formly > *,
  .column .gap-43.one-three .formly > *,
  .column .gap-43.one-four .formly > *,
  .column .gap-43.one-five .formly > *,
  .column .gap-43.one-six .formly > *,
  .column .gap-43.one-seven .formly > *,
  .column .gap-43.one-one.img-aside .more-items-item,
  .column .gap-43.one-two.img-aside .more-items-item,
  .column .gap-43.one-three.img-aside .more-items-item,
  .column .gap-43.one-four.img-aside .more-items-item,
  .column .gap-43.one-five.img-aside .more-items-item,
  .column .gap-43.one-six.img-aside .more-items-item,
  .column .gap-43.one-seven.img-aside .more-items-item,
  .column .gap-43.one-one.landing li,
  .column .gap-43.one-two.landing li,
  .column .gap-43.one-three.landing li,
  .column .gap-43.one-four.landing li,
  .column .gap-43.one-five.landing li,
  .column .gap-43.one-six.landing li,
  .column .gap-43.one-seven.landing li {
    width: calc(100% -  43px);
  }
  .column .gap-43 .pagination-page,
  .column .gap-43 .pagination.more .pagination-more,
  .column .gap-43 .pagination.showmore-inline .pagination-page,
  .column .gap-43 .load-more-bt {
    width: auto;
    margin-left: 21.5px !important;
    margin-right: 21.5px !important;
  }
  .column .gap-43.tabs-col {
    padding-left: -1.5px !important;
    padding-right: -1.5px !important;
  }
  .column .gap-43.nowrap .more-items-item,
  .column .gap-43.nowrap .more-video-item,
  .column .gap-43.nowrap .galleries-item,
  .column .gap-43.nowrap .socialstream-item,
  .column .gap-43.nowrap .control-group,
  .column .gap-43.nowrap .formly > *,
  .column .gap-43.nowrap.img-aside .more-items-item,
  .column .gap-43.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-43:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-42 {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .column .gap-42.img-aside.one-one .more-items-item,
  .column .gap-42.img-aside.one-two .more-items-item,
  .column .gap-42.img-aside.one-three .more-items-item,
  .column .gap-42.img-aside.one-four .more-items-item,
  .column .gap-42.img-aside.one-five .more-items-item,
  .column .gap-42.img-aside.one-six .more-items-item,
  .column .gap-42.img-aside.one-seven .more-items-item {
    width: calc(100% -  42px);
  }
  .column .gap-42.one-one .more-items-item,
  .column .gap-42.one-two .more-items-item,
  .column .gap-42.one-three .more-items-item,
  .column .gap-42.one-four .more-items-item,
  .column .gap-42.one-five .more-items-item,
  .column .gap-42.one-six .more-items-item,
  .column .gap-42.one-seven .more-items-item,
  .column .gap-42.one-one .more-video-item,
  .column .gap-42.one-two .more-video-item,
  .column .gap-42.one-three .more-video-item,
  .column .gap-42.one-four .more-video-item,
  .column .gap-42.one-five .more-video-item,
  .column .gap-42.one-six .more-video-item,
  .column .gap-42.one-seven .more-video-item,
  .column .gap-42.one-one .galleries-item,
  .column .gap-42.one-two .galleries-item,
  .column .gap-42.one-three .galleries-item,
  .column .gap-42.one-four .galleries-item,
  .column .gap-42.one-five .galleries-item,
  .column .gap-42.one-six .galleries-item,
  .column .gap-42.one-seven .galleries-item,
  .column .gap-42.one-one .socialstream-item,
  .column .gap-42.one-two .socialstream-item,
  .column .gap-42.one-three .socialstream-item,
  .column .gap-42.one-four .socialstream-item,
  .column .gap-42.one-five .socialstream-item,
  .column .gap-42.one-six .socialstream-item,
  .column .gap-42.one-seven .socialstream-item,
  .column .gap-42.one-one .control-group,
  .column .gap-42.one-two .control-group,
  .column .gap-42.one-three .control-group,
  .column .gap-42.one-four .control-group,
  .column .gap-42.one-five .control-group,
  .column .gap-42.one-six .control-group,
  .column .gap-42.one-seven .control-group,
  .column .gap-42.one-one .formly > *,
  .column .gap-42.one-two .formly > *,
  .column .gap-42.one-three .formly > *,
  .column .gap-42.one-four .formly > *,
  .column .gap-42.one-five .formly > *,
  .column .gap-42.one-six .formly > *,
  .column .gap-42.one-seven .formly > *,
  .column .gap-42.one-one.img-aside .more-items-item,
  .column .gap-42.one-two.img-aside .more-items-item,
  .column .gap-42.one-three.img-aside .more-items-item,
  .column .gap-42.one-four.img-aside .more-items-item,
  .column .gap-42.one-five.img-aside .more-items-item,
  .column .gap-42.one-six.img-aside .more-items-item,
  .column .gap-42.one-seven.img-aside .more-items-item,
  .column .gap-42.one-one.landing li,
  .column .gap-42.one-two.landing li,
  .column .gap-42.one-three.landing li,
  .column .gap-42.one-four.landing li,
  .column .gap-42.one-five.landing li,
  .column .gap-42.one-six.landing li,
  .column .gap-42.one-seven.landing li {
    width: calc(100% -  42px);
  }
  .column .gap-42 .pagination-page,
  .column .gap-42 .pagination.more .pagination-more,
  .column .gap-42 .pagination.showmore-inline .pagination-page,
  .column .gap-42 .load-more-bt {
    width: auto;
    margin-left: 21px !important;
    margin-right: 21px !important;
  }
  .column .gap-42.tabs-col {
    padding-left: -1px !important;
    padding-right: -1px !important;
  }
  .column .gap-42.nowrap .more-items-item,
  .column .gap-42.nowrap .more-video-item,
  .column .gap-42.nowrap .galleries-item,
  .column .gap-42.nowrap .socialstream-item,
  .column .gap-42.nowrap .control-group,
  .column .gap-42.nowrap .formly > *,
  .column .gap-42.nowrap.img-aside .more-items-item,
  .column .gap-42.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-42:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-41 {
    padding-left: -0.5px !important;
    padding-right: -0.5px !important;
  }
  .column .gap-41.img-aside.one-one .more-items-item,
  .column .gap-41.img-aside.one-two .more-items-item,
  .column .gap-41.img-aside.one-three .more-items-item,
  .column .gap-41.img-aside.one-four .more-items-item,
  .column .gap-41.img-aside.one-five .more-items-item,
  .column .gap-41.img-aside.one-six .more-items-item,
  .column .gap-41.img-aside.one-seven .more-items-item {
    width: calc(100% -  41px);
  }
  .column .gap-41.one-one .more-items-item,
  .column .gap-41.one-two .more-items-item,
  .column .gap-41.one-three .more-items-item,
  .column .gap-41.one-four .more-items-item,
  .column .gap-41.one-five .more-items-item,
  .column .gap-41.one-six .more-items-item,
  .column .gap-41.one-seven .more-items-item,
  .column .gap-41.one-one .more-video-item,
  .column .gap-41.one-two .more-video-item,
  .column .gap-41.one-three .more-video-item,
  .column .gap-41.one-four .more-video-item,
  .column .gap-41.one-five .more-video-item,
  .column .gap-41.one-six .more-video-item,
  .column .gap-41.one-seven .more-video-item,
  .column .gap-41.one-one .galleries-item,
  .column .gap-41.one-two .galleries-item,
  .column .gap-41.one-three .galleries-item,
  .column .gap-41.one-four .galleries-item,
  .column .gap-41.one-five .galleries-item,
  .column .gap-41.one-six .galleries-item,
  .column .gap-41.one-seven .galleries-item,
  .column .gap-41.one-one .socialstream-item,
  .column .gap-41.one-two .socialstream-item,
  .column .gap-41.one-three .socialstream-item,
  .column .gap-41.one-four .socialstream-item,
  .column .gap-41.one-five .socialstream-item,
  .column .gap-41.one-six .socialstream-item,
  .column .gap-41.one-seven .socialstream-item,
  .column .gap-41.one-one .control-group,
  .column .gap-41.one-two .control-group,
  .column .gap-41.one-three .control-group,
  .column .gap-41.one-four .control-group,
  .column .gap-41.one-five .control-group,
  .column .gap-41.one-six .control-group,
  .column .gap-41.one-seven .control-group,
  .column .gap-41.one-one .formly > *,
  .column .gap-41.one-two .formly > *,
  .column .gap-41.one-three .formly > *,
  .column .gap-41.one-four .formly > *,
  .column .gap-41.one-five .formly > *,
  .column .gap-41.one-six .formly > *,
  .column .gap-41.one-seven .formly > *,
  .column .gap-41.one-one.img-aside .more-items-item,
  .column .gap-41.one-two.img-aside .more-items-item,
  .column .gap-41.one-three.img-aside .more-items-item,
  .column .gap-41.one-four.img-aside .more-items-item,
  .column .gap-41.one-five.img-aside .more-items-item,
  .column .gap-41.one-six.img-aside .more-items-item,
  .column .gap-41.one-seven.img-aside .more-items-item,
  .column .gap-41.one-one.landing li,
  .column .gap-41.one-two.landing li,
  .column .gap-41.one-three.landing li,
  .column .gap-41.one-four.landing li,
  .column .gap-41.one-five.landing li,
  .column .gap-41.one-six.landing li,
  .column .gap-41.one-seven.landing li {
    width: calc(100% -  41px);
  }
  .column .gap-41 .pagination-page,
  .column .gap-41 .pagination.more .pagination-more,
  .column .gap-41 .pagination.showmore-inline .pagination-page,
  .column .gap-41 .load-more-bt {
    width: auto;
    margin-left: 20.5px !important;
    margin-right: 20.5px !important;
  }
  .column .gap-41.tabs-col {
    padding-left: -0.5px !important;
    padding-right: -0.5px !important;
  }
  .column .gap-41.nowrap .more-items-item,
  .column .gap-41.nowrap .more-video-item,
  .column .gap-41.nowrap .galleries-item,
  .column .gap-41.nowrap .socialstream-item,
  .column .gap-41.nowrap .control-group,
  .column .gap-41.nowrap .formly > *,
  .column .gap-41.nowrap.img-aside .more-items-item,
  .column .gap-41.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-41:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-40 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .column .gap-40.img-aside.one-one .more-items-item,
  .column .gap-40.img-aside.one-two .more-items-item,
  .column .gap-40.img-aside.one-three .more-items-item,
  .column .gap-40.img-aside.one-four .more-items-item,
  .column .gap-40.img-aside.one-five .more-items-item,
  .column .gap-40.img-aside.one-six .more-items-item,
  .column .gap-40.img-aside.one-seven .more-items-item {
    width: calc(100% -  40px);
  }
  .column .gap-40.one-one .more-items-item,
  .column .gap-40.one-two .more-items-item,
  .column .gap-40.one-three .more-items-item,
  .column .gap-40.one-four .more-items-item,
  .column .gap-40.one-five .more-items-item,
  .column .gap-40.one-six .more-items-item,
  .column .gap-40.one-seven .more-items-item,
  .column .gap-40.one-one .more-video-item,
  .column .gap-40.one-two .more-video-item,
  .column .gap-40.one-three .more-video-item,
  .column .gap-40.one-four .more-video-item,
  .column .gap-40.one-five .more-video-item,
  .column .gap-40.one-six .more-video-item,
  .column .gap-40.one-seven .more-video-item,
  .column .gap-40.one-one .galleries-item,
  .column .gap-40.one-two .galleries-item,
  .column .gap-40.one-three .galleries-item,
  .column .gap-40.one-four .galleries-item,
  .column .gap-40.one-five .galleries-item,
  .column .gap-40.one-six .galleries-item,
  .column .gap-40.one-seven .galleries-item,
  .column .gap-40.one-one .socialstream-item,
  .column .gap-40.one-two .socialstream-item,
  .column .gap-40.one-three .socialstream-item,
  .column .gap-40.one-four .socialstream-item,
  .column .gap-40.one-five .socialstream-item,
  .column .gap-40.one-six .socialstream-item,
  .column .gap-40.one-seven .socialstream-item,
  .column .gap-40.one-one .control-group,
  .column .gap-40.one-two .control-group,
  .column .gap-40.one-three .control-group,
  .column .gap-40.one-four .control-group,
  .column .gap-40.one-five .control-group,
  .column .gap-40.one-six .control-group,
  .column .gap-40.one-seven .control-group,
  .column .gap-40.one-one .formly > *,
  .column .gap-40.one-two .formly > *,
  .column .gap-40.one-three .formly > *,
  .column .gap-40.one-four .formly > *,
  .column .gap-40.one-five .formly > *,
  .column .gap-40.one-six .formly > *,
  .column .gap-40.one-seven .formly > *,
  .column .gap-40.one-one.img-aside .more-items-item,
  .column .gap-40.one-two.img-aside .more-items-item,
  .column .gap-40.one-three.img-aside .more-items-item,
  .column .gap-40.one-four.img-aside .more-items-item,
  .column .gap-40.one-five.img-aside .more-items-item,
  .column .gap-40.one-six.img-aside .more-items-item,
  .column .gap-40.one-seven.img-aside .more-items-item,
  .column .gap-40.one-one.landing li,
  .column .gap-40.one-two.landing li,
  .column .gap-40.one-three.landing li,
  .column .gap-40.one-four.landing li,
  .column .gap-40.one-five.landing li,
  .column .gap-40.one-six.landing li,
  .column .gap-40.one-seven.landing li {
    width: calc(100% -  40px);
  }
  .column .gap-40 .pagination-page,
  .column .gap-40 .pagination.more .pagination-more,
  .column .gap-40 .pagination.showmore-inline .pagination-page,
  .column .gap-40 .load-more-bt {
    width: auto;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .column .gap-40.tabs-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .column .gap-40.nowrap .more-items-item,
  .column .gap-40.nowrap .more-video-item,
  .column .gap-40.nowrap .galleries-item,
  .column .gap-40.nowrap .socialstream-item,
  .column .gap-40.nowrap .control-group,
  .column .gap-40.nowrap .formly > *,
  .column .gap-40.nowrap.img-aside .more-items-item,
  .column .gap-40.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-40:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-39 {
    padding-left: 0.5px !important;
    padding-right: 0.5px !important;
  }
  .column .gap-39.img-aside.one-one .more-items-item,
  .column .gap-39.img-aside.one-two .more-items-item,
  .column .gap-39.img-aside.one-three .more-items-item,
  .column .gap-39.img-aside.one-four .more-items-item,
  .column .gap-39.img-aside.one-five .more-items-item,
  .column .gap-39.img-aside.one-six .more-items-item,
  .column .gap-39.img-aside.one-seven .more-items-item {
    width: calc(100% -  39px);
  }
  .column .gap-39.one-one .more-items-item,
  .column .gap-39.one-two .more-items-item,
  .column .gap-39.one-three .more-items-item,
  .column .gap-39.one-four .more-items-item,
  .column .gap-39.one-five .more-items-item,
  .column .gap-39.one-six .more-items-item,
  .column .gap-39.one-seven .more-items-item,
  .column .gap-39.one-one .more-video-item,
  .column .gap-39.one-two .more-video-item,
  .column .gap-39.one-three .more-video-item,
  .column .gap-39.one-four .more-video-item,
  .column .gap-39.one-five .more-video-item,
  .column .gap-39.one-six .more-video-item,
  .column .gap-39.one-seven .more-video-item,
  .column .gap-39.one-one .galleries-item,
  .column .gap-39.one-two .galleries-item,
  .column .gap-39.one-three .galleries-item,
  .column .gap-39.one-four .galleries-item,
  .column .gap-39.one-five .galleries-item,
  .column .gap-39.one-six .galleries-item,
  .column .gap-39.one-seven .galleries-item,
  .column .gap-39.one-one .socialstream-item,
  .column .gap-39.one-two .socialstream-item,
  .column .gap-39.one-three .socialstream-item,
  .column .gap-39.one-four .socialstream-item,
  .column .gap-39.one-five .socialstream-item,
  .column .gap-39.one-six .socialstream-item,
  .column .gap-39.one-seven .socialstream-item,
  .column .gap-39.one-one .control-group,
  .column .gap-39.one-two .control-group,
  .column .gap-39.one-three .control-group,
  .column .gap-39.one-four .control-group,
  .column .gap-39.one-five .control-group,
  .column .gap-39.one-six .control-group,
  .column .gap-39.one-seven .control-group,
  .column .gap-39.one-one .formly > *,
  .column .gap-39.one-two .formly > *,
  .column .gap-39.one-three .formly > *,
  .column .gap-39.one-four .formly > *,
  .column .gap-39.one-five .formly > *,
  .column .gap-39.one-six .formly > *,
  .column .gap-39.one-seven .formly > *,
  .column .gap-39.one-one.img-aside .more-items-item,
  .column .gap-39.one-two.img-aside .more-items-item,
  .column .gap-39.one-three.img-aside .more-items-item,
  .column .gap-39.one-four.img-aside .more-items-item,
  .column .gap-39.one-five.img-aside .more-items-item,
  .column .gap-39.one-six.img-aside .more-items-item,
  .column .gap-39.one-seven.img-aside .more-items-item,
  .column .gap-39.one-one.landing li,
  .column .gap-39.one-two.landing li,
  .column .gap-39.one-three.landing li,
  .column .gap-39.one-four.landing li,
  .column .gap-39.one-five.landing li,
  .column .gap-39.one-six.landing li,
  .column .gap-39.one-seven.landing li {
    width: calc(100% -  39px);
  }
  .column .gap-39 .pagination-page,
  .column .gap-39 .pagination.more .pagination-more,
  .column .gap-39 .pagination.showmore-inline .pagination-page,
  .column .gap-39 .load-more-bt {
    width: auto;
    margin-left: 19.5px !important;
    margin-right: 19.5px !important;
  }
  .column .gap-39.tabs-col {
    padding-left: 0.5px !important;
    padding-right: 0.5px !important;
  }
  .column .gap-39.nowrap .more-items-item,
  .column .gap-39.nowrap .more-video-item,
  .column .gap-39.nowrap .galleries-item,
  .column .gap-39.nowrap .socialstream-item,
  .column .gap-39.nowrap .control-group,
  .column .gap-39.nowrap .formly > *,
  .column .gap-39.nowrap.img-aside .more-items-item,
  .column .gap-39.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-39:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-38 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .column .gap-38.img-aside.one-one .more-items-item,
  .column .gap-38.img-aside.one-two .more-items-item,
  .column .gap-38.img-aside.one-three .more-items-item,
  .column .gap-38.img-aside.one-four .more-items-item,
  .column .gap-38.img-aside.one-five .more-items-item,
  .column .gap-38.img-aside.one-six .more-items-item,
  .column .gap-38.img-aside.one-seven .more-items-item {
    width: calc(100% -  38px);
  }
  .column .gap-38.one-one .more-items-item,
  .column .gap-38.one-two .more-items-item,
  .column .gap-38.one-three .more-items-item,
  .column .gap-38.one-four .more-items-item,
  .column .gap-38.one-five .more-items-item,
  .column .gap-38.one-six .more-items-item,
  .column .gap-38.one-seven .more-items-item,
  .column .gap-38.one-one .more-video-item,
  .column .gap-38.one-two .more-video-item,
  .column .gap-38.one-three .more-video-item,
  .column .gap-38.one-four .more-video-item,
  .column .gap-38.one-five .more-video-item,
  .column .gap-38.one-six .more-video-item,
  .column .gap-38.one-seven .more-video-item,
  .column .gap-38.one-one .galleries-item,
  .column .gap-38.one-two .galleries-item,
  .column .gap-38.one-three .galleries-item,
  .column .gap-38.one-four .galleries-item,
  .column .gap-38.one-five .galleries-item,
  .column .gap-38.one-six .galleries-item,
  .column .gap-38.one-seven .galleries-item,
  .column .gap-38.one-one .socialstream-item,
  .column .gap-38.one-two .socialstream-item,
  .column .gap-38.one-three .socialstream-item,
  .column .gap-38.one-four .socialstream-item,
  .column .gap-38.one-five .socialstream-item,
  .column .gap-38.one-six .socialstream-item,
  .column .gap-38.one-seven .socialstream-item,
  .column .gap-38.one-one .control-group,
  .column .gap-38.one-two .control-group,
  .column .gap-38.one-three .control-group,
  .column .gap-38.one-four .control-group,
  .column .gap-38.one-five .control-group,
  .column .gap-38.one-six .control-group,
  .column .gap-38.one-seven .control-group,
  .column .gap-38.one-one .formly > *,
  .column .gap-38.one-two .formly > *,
  .column .gap-38.one-three .formly > *,
  .column .gap-38.one-four .formly > *,
  .column .gap-38.one-five .formly > *,
  .column .gap-38.one-six .formly > *,
  .column .gap-38.one-seven .formly > *,
  .column .gap-38.one-one.img-aside .more-items-item,
  .column .gap-38.one-two.img-aside .more-items-item,
  .column .gap-38.one-three.img-aside .more-items-item,
  .column .gap-38.one-four.img-aside .more-items-item,
  .column .gap-38.one-five.img-aside .more-items-item,
  .column .gap-38.one-six.img-aside .more-items-item,
  .column .gap-38.one-seven.img-aside .more-items-item,
  .column .gap-38.one-one.landing li,
  .column .gap-38.one-two.landing li,
  .column .gap-38.one-three.landing li,
  .column .gap-38.one-four.landing li,
  .column .gap-38.one-five.landing li,
  .column .gap-38.one-six.landing li,
  .column .gap-38.one-seven.landing li {
    width: calc(100% -  38px);
  }
  .column .gap-38 .pagination-page,
  .column .gap-38 .pagination.more .pagination-more,
  .column .gap-38 .pagination.showmore-inline .pagination-page,
  .column .gap-38 .load-more-bt {
    width: auto;
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
  .column .gap-38.tabs-col {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .column .gap-38.nowrap .more-items-item,
  .column .gap-38.nowrap .more-video-item,
  .column .gap-38.nowrap .galleries-item,
  .column .gap-38.nowrap .socialstream-item,
  .column .gap-38.nowrap .control-group,
  .column .gap-38.nowrap .formly > *,
  .column .gap-38.nowrap.img-aside .more-items-item,
  .column .gap-38.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-38:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-37 {
    padding-left: 1.5px !important;
    padding-right: 1.5px !important;
  }
  .column .gap-37.img-aside.one-one .more-items-item,
  .column .gap-37.img-aside.one-two .more-items-item,
  .column .gap-37.img-aside.one-three .more-items-item,
  .column .gap-37.img-aside.one-four .more-items-item,
  .column .gap-37.img-aside.one-five .more-items-item,
  .column .gap-37.img-aside.one-six .more-items-item,
  .column .gap-37.img-aside.one-seven .more-items-item {
    width: calc(100% -  37px);
  }
  .column .gap-37.one-one .more-items-item,
  .column .gap-37.one-two .more-items-item,
  .column .gap-37.one-three .more-items-item,
  .column .gap-37.one-four .more-items-item,
  .column .gap-37.one-five .more-items-item,
  .column .gap-37.one-six .more-items-item,
  .column .gap-37.one-seven .more-items-item,
  .column .gap-37.one-one .more-video-item,
  .column .gap-37.one-two .more-video-item,
  .column .gap-37.one-three .more-video-item,
  .column .gap-37.one-four .more-video-item,
  .column .gap-37.one-five .more-video-item,
  .column .gap-37.one-six .more-video-item,
  .column .gap-37.one-seven .more-video-item,
  .column .gap-37.one-one .galleries-item,
  .column .gap-37.one-two .galleries-item,
  .column .gap-37.one-three .galleries-item,
  .column .gap-37.one-four .galleries-item,
  .column .gap-37.one-five .galleries-item,
  .column .gap-37.one-six .galleries-item,
  .column .gap-37.one-seven .galleries-item,
  .column .gap-37.one-one .socialstream-item,
  .column .gap-37.one-two .socialstream-item,
  .column .gap-37.one-three .socialstream-item,
  .column .gap-37.one-four .socialstream-item,
  .column .gap-37.one-five .socialstream-item,
  .column .gap-37.one-six .socialstream-item,
  .column .gap-37.one-seven .socialstream-item,
  .column .gap-37.one-one .control-group,
  .column .gap-37.one-two .control-group,
  .column .gap-37.one-three .control-group,
  .column .gap-37.one-four .control-group,
  .column .gap-37.one-five .control-group,
  .column .gap-37.one-six .control-group,
  .column .gap-37.one-seven .control-group,
  .column .gap-37.one-one .formly > *,
  .column .gap-37.one-two .formly > *,
  .column .gap-37.one-three .formly > *,
  .column .gap-37.one-four .formly > *,
  .column .gap-37.one-five .formly > *,
  .column .gap-37.one-six .formly > *,
  .column .gap-37.one-seven .formly > *,
  .column .gap-37.one-one.img-aside .more-items-item,
  .column .gap-37.one-two.img-aside .more-items-item,
  .column .gap-37.one-three.img-aside .more-items-item,
  .column .gap-37.one-four.img-aside .more-items-item,
  .column .gap-37.one-five.img-aside .more-items-item,
  .column .gap-37.one-six.img-aside .more-items-item,
  .column .gap-37.one-seven.img-aside .more-items-item,
  .column .gap-37.one-one.landing li,
  .column .gap-37.one-two.landing li,
  .column .gap-37.one-three.landing li,
  .column .gap-37.one-four.landing li,
  .column .gap-37.one-five.landing li,
  .column .gap-37.one-six.landing li,
  .column .gap-37.one-seven.landing li {
    width: calc(100% -  37px);
  }
  .column .gap-37 .pagination-page,
  .column .gap-37 .pagination.more .pagination-more,
  .column .gap-37 .pagination.showmore-inline .pagination-page,
  .column .gap-37 .load-more-bt {
    width: auto;
    margin-left: 18.5px !important;
    margin-right: 18.5px !important;
  }
  .column .gap-37.tabs-col {
    padding-left: 1.5px !important;
    padding-right: 1.5px !important;
  }
  .column .gap-37.nowrap .more-items-item,
  .column .gap-37.nowrap .more-video-item,
  .column .gap-37.nowrap .galleries-item,
  .column .gap-37.nowrap .socialstream-item,
  .column .gap-37.nowrap .control-group,
  .column .gap-37.nowrap .formly > *,
  .column .gap-37.nowrap.img-aside .more-items-item,
  .column .gap-37.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-37:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-36 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .column .gap-36.img-aside.one-one .more-items-item,
  .column .gap-36.img-aside.one-two .more-items-item,
  .column .gap-36.img-aside.one-three .more-items-item,
  .column .gap-36.img-aside.one-four .more-items-item,
  .column .gap-36.img-aside.one-five .more-items-item,
  .column .gap-36.img-aside.one-six .more-items-item,
  .column .gap-36.img-aside.one-seven .more-items-item {
    width: calc(100% -  36px);
  }
  .column .gap-36.one-one .more-items-item,
  .column .gap-36.one-two .more-items-item,
  .column .gap-36.one-three .more-items-item,
  .column .gap-36.one-four .more-items-item,
  .column .gap-36.one-five .more-items-item,
  .column .gap-36.one-six .more-items-item,
  .column .gap-36.one-seven .more-items-item,
  .column .gap-36.one-one .more-video-item,
  .column .gap-36.one-two .more-video-item,
  .column .gap-36.one-three .more-video-item,
  .column .gap-36.one-four .more-video-item,
  .column .gap-36.one-five .more-video-item,
  .column .gap-36.one-six .more-video-item,
  .column .gap-36.one-seven .more-video-item,
  .column .gap-36.one-one .galleries-item,
  .column .gap-36.one-two .galleries-item,
  .column .gap-36.one-three .galleries-item,
  .column .gap-36.one-four .galleries-item,
  .column .gap-36.one-five .galleries-item,
  .column .gap-36.one-six .galleries-item,
  .column .gap-36.one-seven .galleries-item,
  .column .gap-36.one-one .socialstream-item,
  .column .gap-36.one-two .socialstream-item,
  .column .gap-36.one-three .socialstream-item,
  .column .gap-36.one-four .socialstream-item,
  .column .gap-36.one-five .socialstream-item,
  .column .gap-36.one-six .socialstream-item,
  .column .gap-36.one-seven .socialstream-item,
  .column .gap-36.one-one .control-group,
  .column .gap-36.one-two .control-group,
  .column .gap-36.one-three .control-group,
  .column .gap-36.one-four .control-group,
  .column .gap-36.one-five .control-group,
  .column .gap-36.one-six .control-group,
  .column .gap-36.one-seven .control-group,
  .column .gap-36.one-one .formly > *,
  .column .gap-36.one-two .formly > *,
  .column .gap-36.one-three .formly > *,
  .column .gap-36.one-four .formly > *,
  .column .gap-36.one-five .formly > *,
  .column .gap-36.one-six .formly > *,
  .column .gap-36.one-seven .formly > *,
  .column .gap-36.one-one.img-aside .more-items-item,
  .column .gap-36.one-two.img-aside .more-items-item,
  .column .gap-36.one-three.img-aside .more-items-item,
  .column .gap-36.one-four.img-aside .more-items-item,
  .column .gap-36.one-five.img-aside .more-items-item,
  .column .gap-36.one-six.img-aside .more-items-item,
  .column .gap-36.one-seven.img-aside .more-items-item,
  .column .gap-36.one-one.landing li,
  .column .gap-36.one-two.landing li,
  .column .gap-36.one-three.landing li,
  .column .gap-36.one-four.landing li,
  .column .gap-36.one-five.landing li,
  .column .gap-36.one-six.landing li,
  .column .gap-36.one-seven.landing li {
    width: calc(100% -  36px);
  }
  .column .gap-36 .pagination-page,
  .column .gap-36 .pagination.more .pagination-more,
  .column .gap-36 .pagination.showmore-inline .pagination-page,
  .column .gap-36 .load-more-bt {
    width: auto;
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .column .gap-36.tabs-col {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .column .gap-36.nowrap .more-items-item,
  .column .gap-36.nowrap .more-video-item,
  .column .gap-36.nowrap .galleries-item,
  .column .gap-36.nowrap .socialstream-item,
  .column .gap-36.nowrap .control-group,
  .column .gap-36.nowrap .formly > *,
  .column .gap-36.nowrap.img-aside .more-items-item,
  .column .gap-36.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-36:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-35 {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
  }
  .column .gap-35.img-aside.one-one .more-items-item,
  .column .gap-35.img-aside.one-two .more-items-item,
  .column .gap-35.img-aside.one-three .more-items-item,
  .column .gap-35.img-aside.one-four .more-items-item,
  .column .gap-35.img-aside.one-five .more-items-item,
  .column .gap-35.img-aside.one-six .more-items-item,
  .column .gap-35.img-aside.one-seven .more-items-item {
    width: calc(100% -  35px);
  }
  .column .gap-35.one-one .more-items-item,
  .column .gap-35.one-two .more-items-item,
  .column .gap-35.one-three .more-items-item,
  .column .gap-35.one-four .more-items-item,
  .column .gap-35.one-five .more-items-item,
  .column .gap-35.one-six .more-items-item,
  .column .gap-35.one-seven .more-items-item,
  .column .gap-35.one-one .more-video-item,
  .column .gap-35.one-two .more-video-item,
  .column .gap-35.one-three .more-video-item,
  .column .gap-35.one-four .more-video-item,
  .column .gap-35.one-five .more-video-item,
  .column .gap-35.one-six .more-video-item,
  .column .gap-35.one-seven .more-video-item,
  .column .gap-35.one-one .galleries-item,
  .column .gap-35.one-two .galleries-item,
  .column .gap-35.one-three .galleries-item,
  .column .gap-35.one-four .galleries-item,
  .column .gap-35.one-five .galleries-item,
  .column .gap-35.one-six .galleries-item,
  .column .gap-35.one-seven .galleries-item,
  .column .gap-35.one-one .socialstream-item,
  .column .gap-35.one-two .socialstream-item,
  .column .gap-35.one-three .socialstream-item,
  .column .gap-35.one-four .socialstream-item,
  .column .gap-35.one-five .socialstream-item,
  .column .gap-35.one-six .socialstream-item,
  .column .gap-35.one-seven .socialstream-item,
  .column .gap-35.one-one .control-group,
  .column .gap-35.one-two .control-group,
  .column .gap-35.one-three .control-group,
  .column .gap-35.one-four .control-group,
  .column .gap-35.one-five .control-group,
  .column .gap-35.one-six .control-group,
  .column .gap-35.one-seven .control-group,
  .column .gap-35.one-one .formly > *,
  .column .gap-35.one-two .formly > *,
  .column .gap-35.one-three .formly > *,
  .column .gap-35.one-four .formly > *,
  .column .gap-35.one-five .formly > *,
  .column .gap-35.one-six .formly > *,
  .column .gap-35.one-seven .formly > *,
  .column .gap-35.one-one.img-aside .more-items-item,
  .column .gap-35.one-two.img-aside .more-items-item,
  .column .gap-35.one-three.img-aside .more-items-item,
  .column .gap-35.one-four.img-aside .more-items-item,
  .column .gap-35.one-five.img-aside .more-items-item,
  .column .gap-35.one-six.img-aside .more-items-item,
  .column .gap-35.one-seven.img-aside .more-items-item,
  .column .gap-35.one-one.landing li,
  .column .gap-35.one-two.landing li,
  .column .gap-35.one-three.landing li,
  .column .gap-35.one-four.landing li,
  .column .gap-35.one-five.landing li,
  .column .gap-35.one-six.landing li,
  .column .gap-35.one-seven.landing li {
    width: calc(100% -  35px);
  }
  .column .gap-35 .pagination-page,
  .column .gap-35 .pagination.more .pagination-more,
  .column .gap-35 .pagination.showmore-inline .pagination-page,
  .column .gap-35 .load-more-bt {
    width: auto;
    margin-left: 17.5px !important;
    margin-right: 17.5px !important;
  }
  .column .gap-35.tabs-col {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
  }
  .column .gap-35.nowrap .more-items-item,
  .column .gap-35.nowrap .more-video-item,
  .column .gap-35.nowrap .galleries-item,
  .column .gap-35.nowrap .socialstream-item,
  .column .gap-35.nowrap .control-group,
  .column .gap-35.nowrap .formly > *,
  .column .gap-35.nowrap.img-aside .more-items-item,
  .column .gap-35.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-35:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-34 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .column .gap-34.img-aside.one-one .more-items-item,
  .column .gap-34.img-aside.one-two .more-items-item,
  .column .gap-34.img-aside.one-three .more-items-item,
  .column .gap-34.img-aside.one-four .more-items-item,
  .column .gap-34.img-aside.one-five .more-items-item,
  .column .gap-34.img-aside.one-six .more-items-item,
  .column .gap-34.img-aside.one-seven .more-items-item {
    width: calc(100% -  34px);
  }
  .column .gap-34.one-one .more-items-item,
  .column .gap-34.one-two .more-items-item,
  .column .gap-34.one-three .more-items-item,
  .column .gap-34.one-four .more-items-item,
  .column .gap-34.one-five .more-items-item,
  .column .gap-34.one-six .more-items-item,
  .column .gap-34.one-seven .more-items-item,
  .column .gap-34.one-one .more-video-item,
  .column .gap-34.one-two .more-video-item,
  .column .gap-34.one-three .more-video-item,
  .column .gap-34.one-four .more-video-item,
  .column .gap-34.one-five .more-video-item,
  .column .gap-34.one-six .more-video-item,
  .column .gap-34.one-seven .more-video-item,
  .column .gap-34.one-one .galleries-item,
  .column .gap-34.one-two .galleries-item,
  .column .gap-34.one-three .galleries-item,
  .column .gap-34.one-four .galleries-item,
  .column .gap-34.one-five .galleries-item,
  .column .gap-34.one-six .galleries-item,
  .column .gap-34.one-seven .galleries-item,
  .column .gap-34.one-one .socialstream-item,
  .column .gap-34.one-two .socialstream-item,
  .column .gap-34.one-three .socialstream-item,
  .column .gap-34.one-four .socialstream-item,
  .column .gap-34.one-five .socialstream-item,
  .column .gap-34.one-six .socialstream-item,
  .column .gap-34.one-seven .socialstream-item,
  .column .gap-34.one-one .control-group,
  .column .gap-34.one-two .control-group,
  .column .gap-34.one-three .control-group,
  .column .gap-34.one-four .control-group,
  .column .gap-34.one-five .control-group,
  .column .gap-34.one-six .control-group,
  .column .gap-34.one-seven .control-group,
  .column .gap-34.one-one .formly > *,
  .column .gap-34.one-two .formly > *,
  .column .gap-34.one-three .formly > *,
  .column .gap-34.one-four .formly > *,
  .column .gap-34.one-five .formly > *,
  .column .gap-34.one-six .formly > *,
  .column .gap-34.one-seven .formly > *,
  .column .gap-34.one-one.img-aside .more-items-item,
  .column .gap-34.one-two.img-aside .more-items-item,
  .column .gap-34.one-three.img-aside .more-items-item,
  .column .gap-34.one-four.img-aside .more-items-item,
  .column .gap-34.one-five.img-aside .more-items-item,
  .column .gap-34.one-six.img-aside .more-items-item,
  .column .gap-34.one-seven.img-aside .more-items-item,
  .column .gap-34.one-one.landing li,
  .column .gap-34.one-two.landing li,
  .column .gap-34.one-three.landing li,
  .column .gap-34.one-four.landing li,
  .column .gap-34.one-five.landing li,
  .column .gap-34.one-six.landing li,
  .column .gap-34.one-seven.landing li {
    width: calc(100% -  34px);
  }
  .column .gap-34 .pagination-page,
  .column .gap-34 .pagination.more .pagination-more,
  .column .gap-34 .pagination.showmore-inline .pagination-page,
  .column .gap-34 .load-more-bt {
    width: auto;
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .column .gap-34.tabs-col {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .column .gap-34.nowrap .more-items-item,
  .column .gap-34.nowrap .more-video-item,
  .column .gap-34.nowrap .galleries-item,
  .column .gap-34.nowrap .socialstream-item,
  .column .gap-34.nowrap .control-group,
  .column .gap-34.nowrap .formly > *,
  .column .gap-34.nowrap.img-aside .more-items-item,
  .column .gap-34.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-34:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-33 {
    padding-left: 3.5px !important;
    padding-right: 3.5px !important;
  }
  .column .gap-33.img-aside.one-one .more-items-item,
  .column .gap-33.img-aside.one-two .more-items-item,
  .column .gap-33.img-aside.one-three .more-items-item,
  .column .gap-33.img-aside.one-four .more-items-item,
  .column .gap-33.img-aside.one-five .more-items-item,
  .column .gap-33.img-aside.one-six .more-items-item,
  .column .gap-33.img-aside.one-seven .more-items-item {
    width: calc(100% -  33px);
  }
  .column .gap-33.one-one .more-items-item,
  .column .gap-33.one-two .more-items-item,
  .column .gap-33.one-three .more-items-item,
  .column .gap-33.one-four .more-items-item,
  .column .gap-33.one-five .more-items-item,
  .column .gap-33.one-six .more-items-item,
  .column .gap-33.one-seven .more-items-item,
  .column .gap-33.one-one .more-video-item,
  .column .gap-33.one-two .more-video-item,
  .column .gap-33.one-three .more-video-item,
  .column .gap-33.one-four .more-video-item,
  .column .gap-33.one-five .more-video-item,
  .column .gap-33.one-six .more-video-item,
  .column .gap-33.one-seven .more-video-item,
  .column .gap-33.one-one .galleries-item,
  .column .gap-33.one-two .galleries-item,
  .column .gap-33.one-three .galleries-item,
  .column .gap-33.one-four .galleries-item,
  .column .gap-33.one-five .galleries-item,
  .column .gap-33.one-six .galleries-item,
  .column .gap-33.one-seven .galleries-item,
  .column .gap-33.one-one .socialstream-item,
  .column .gap-33.one-two .socialstream-item,
  .column .gap-33.one-three .socialstream-item,
  .column .gap-33.one-four .socialstream-item,
  .column .gap-33.one-five .socialstream-item,
  .column .gap-33.one-six .socialstream-item,
  .column .gap-33.one-seven .socialstream-item,
  .column .gap-33.one-one .control-group,
  .column .gap-33.one-two .control-group,
  .column .gap-33.one-three .control-group,
  .column .gap-33.one-four .control-group,
  .column .gap-33.one-five .control-group,
  .column .gap-33.one-six .control-group,
  .column .gap-33.one-seven .control-group,
  .column .gap-33.one-one .formly > *,
  .column .gap-33.one-two .formly > *,
  .column .gap-33.one-three .formly > *,
  .column .gap-33.one-four .formly > *,
  .column .gap-33.one-five .formly > *,
  .column .gap-33.one-six .formly > *,
  .column .gap-33.one-seven .formly > *,
  .column .gap-33.one-one.img-aside .more-items-item,
  .column .gap-33.one-two.img-aside .more-items-item,
  .column .gap-33.one-three.img-aside .more-items-item,
  .column .gap-33.one-four.img-aside .more-items-item,
  .column .gap-33.one-five.img-aside .more-items-item,
  .column .gap-33.one-six.img-aside .more-items-item,
  .column .gap-33.one-seven.img-aside .more-items-item,
  .column .gap-33.one-one.landing li,
  .column .gap-33.one-two.landing li,
  .column .gap-33.one-three.landing li,
  .column .gap-33.one-four.landing li,
  .column .gap-33.one-five.landing li,
  .column .gap-33.one-six.landing li,
  .column .gap-33.one-seven.landing li {
    width: calc(100% -  33px);
  }
  .column .gap-33 .pagination-page,
  .column .gap-33 .pagination.more .pagination-more,
  .column .gap-33 .pagination.showmore-inline .pagination-page,
  .column .gap-33 .load-more-bt {
    width: auto;
    margin-left: 16.5px !important;
    margin-right: 16.5px !important;
  }
  .column .gap-33.tabs-col {
    padding-left: 3.5px !important;
    padding-right: 3.5px !important;
  }
  .column .gap-33.nowrap .more-items-item,
  .column .gap-33.nowrap .more-video-item,
  .column .gap-33.nowrap .galleries-item,
  .column .gap-33.nowrap .socialstream-item,
  .column .gap-33.nowrap .control-group,
  .column .gap-33.nowrap .formly > *,
  .column .gap-33.nowrap.img-aside .more-items-item,
  .column .gap-33.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-33:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-32 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .column .gap-32.img-aside.one-one .more-items-item,
  .column .gap-32.img-aside.one-two .more-items-item,
  .column .gap-32.img-aside.one-three .more-items-item,
  .column .gap-32.img-aside.one-four .more-items-item,
  .column .gap-32.img-aside.one-five .more-items-item,
  .column .gap-32.img-aside.one-six .more-items-item,
  .column .gap-32.img-aside.one-seven .more-items-item {
    width: calc(100% -  32px);
  }
  .column .gap-32.one-one .more-items-item,
  .column .gap-32.one-two .more-items-item,
  .column .gap-32.one-three .more-items-item,
  .column .gap-32.one-four .more-items-item,
  .column .gap-32.one-five .more-items-item,
  .column .gap-32.one-six .more-items-item,
  .column .gap-32.one-seven .more-items-item,
  .column .gap-32.one-one .more-video-item,
  .column .gap-32.one-two .more-video-item,
  .column .gap-32.one-three .more-video-item,
  .column .gap-32.one-four .more-video-item,
  .column .gap-32.one-five .more-video-item,
  .column .gap-32.one-six .more-video-item,
  .column .gap-32.one-seven .more-video-item,
  .column .gap-32.one-one .galleries-item,
  .column .gap-32.one-two .galleries-item,
  .column .gap-32.one-three .galleries-item,
  .column .gap-32.one-four .galleries-item,
  .column .gap-32.one-five .galleries-item,
  .column .gap-32.one-six .galleries-item,
  .column .gap-32.one-seven .galleries-item,
  .column .gap-32.one-one .socialstream-item,
  .column .gap-32.one-two .socialstream-item,
  .column .gap-32.one-three .socialstream-item,
  .column .gap-32.one-four .socialstream-item,
  .column .gap-32.one-five .socialstream-item,
  .column .gap-32.one-six .socialstream-item,
  .column .gap-32.one-seven .socialstream-item,
  .column .gap-32.one-one .control-group,
  .column .gap-32.one-two .control-group,
  .column .gap-32.one-three .control-group,
  .column .gap-32.one-four .control-group,
  .column .gap-32.one-five .control-group,
  .column .gap-32.one-six .control-group,
  .column .gap-32.one-seven .control-group,
  .column .gap-32.one-one .formly > *,
  .column .gap-32.one-two .formly > *,
  .column .gap-32.one-three .formly > *,
  .column .gap-32.one-four .formly > *,
  .column .gap-32.one-five .formly > *,
  .column .gap-32.one-six .formly > *,
  .column .gap-32.one-seven .formly > *,
  .column .gap-32.one-one.img-aside .more-items-item,
  .column .gap-32.one-two.img-aside .more-items-item,
  .column .gap-32.one-three.img-aside .more-items-item,
  .column .gap-32.one-four.img-aside .more-items-item,
  .column .gap-32.one-five.img-aside .more-items-item,
  .column .gap-32.one-six.img-aside .more-items-item,
  .column .gap-32.one-seven.img-aside .more-items-item,
  .column .gap-32.one-one.landing li,
  .column .gap-32.one-two.landing li,
  .column .gap-32.one-three.landing li,
  .column .gap-32.one-four.landing li,
  .column .gap-32.one-five.landing li,
  .column .gap-32.one-six.landing li,
  .column .gap-32.one-seven.landing li {
    width: calc(100% -  32px);
  }
  .column .gap-32 .pagination-page,
  .column .gap-32 .pagination.more .pagination-more,
  .column .gap-32 .pagination.showmore-inline .pagination-page,
  .column .gap-32 .load-more-bt {
    width: auto;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .column .gap-32.tabs-col {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .column .gap-32.nowrap .more-items-item,
  .column .gap-32.nowrap .more-video-item,
  .column .gap-32.nowrap .galleries-item,
  .column .gap-32.nowrap .socialstream-item,
  .column .gap-32.nowrap .control-group,
  .column .gap-32.nowrap .formly > *,
  .column .gap-32.nowrap.img-aside .more-items-item,
  .column .gap-32.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-32:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-31 {
    padding-left: 4.5px !important;
    padding-right: 4.5px !important;
  }
  .column .gap-31.img-aside.one-one .more-items-item,
  .column .gap-31.img-aside.one-two .more-items-item,
  .column .gap-31.img-aside.one-three .more-items-item,
  .column .gap-31.img-aside.one-four .more-items-item,
  .column .gap-31.img-aside.one-five .more-items-item,
  .column .gap-31.img-aside.one-six .more-items-item,
  .column .gap-31.img-aside.one-seven .more-items-item {
    width: calc(100% -  31px);
  }
  .column .gap-31.one-one .more-items-item,
  .column .gap-31.one-two .more-items-item,
  .column .gap-31.one-three .more-items-item,
  .column .gap-31.one-four .more-items-item,
  .column .gap-31.one-five .more-items-item,
  .column .gap-31.one-six .more-items-item,
  .column .gap-31.one-seven .more-items-item,
  .column .gap-31.one-one .more-video-item,
  .column .gap-31.one-two .more-video-item,
  .column .gap-31.one-three .more-video-item,
  .column .gap-31.one-four .more-video-item,
  .column .gap-31.one-five .more-video-item,
  .column .gap-31.one-six .more-video-item,
  .column .gap-31.one-seven .more-video-item,
  .column .gap-31.one-one .galleries-item,
  .column .gap-31.one-two .galleries-item,
  .column .gap-31.one-three .galleries-item,
  .column .gap-31.one-four .galleries-item,
  .column .gap-31.one-five .galleries-item,
  .column .gap-31.one-six .galleries-item,
  .column .gap-31.one-seven .galleries-item,
  .column .gap-31.one-one .socialstream-item,
  .column .gap-31.one-two .socialstream-item,
  .column .gap-31.one-three .socialstream-item,
  .column .gap-31.one-four .socialstream-item,
  .column .gap-31.one-five .socialstream-item,
  .column .gap-31.one-six .socialstream-item,
  .column .gap-31.one-seven .socialstream-item,
  .column .gap-31.one-one .control-group,
  .column .gap-31.one-two .control-group,
  .column .gap-31.one-three .control-group,
  .column .gap-31.one-four .control-group,
  .column .gap-31.one-five .control-group,
  .column .gap-31.one-six .control-group,
  .column .gap-31.one-seven .control-group,
  .column .gap-31.one-one .formly > *,
  .column .gap-31.one-two .formly > *,
  .column .gap-31.one-three .formly > *,
  .column .gap-31.one-four .formly > *,
  .column .gap-31.one-five .formly > *,
  .column .gap-31.one-six .formly > *,
  .column .gap-31.one-seven .formly > *,
  .column .gap-31.one-one.img-aside .more-items-item,
  .column .gap-31.one-two.img-aside .more-items-item,
  .column .gap-31.one-three.img-aside .more-items-item,
  .column .gap-31.one-four.img-aside .more-items-item,
  .column .gap-31.one-five.img-aside .more-items-item,
  .column .gap-31.one-six.img-aside .more-items-item,
  .column .gap-31.one-seven.img-aside .more-items-item,
  .column .gap-31.one-one.landing li,
  .column .gap-31.one-two.landing li,
  .column .gap-31.one-three.landing li,
  .column .gap-31.one-four.landing li,
  .column .gap-31.one-five.landing li,
  .column .gap-31.one-six.landing li,
  .column .gap-31.one-seven.landing li {
    width: calc(100% -  31px);
  }
  .column .gap-31 .pagination-page,
  .column .gap-31 .pagination.more .pagination-more,
  .column .gap-31 .pagination.showmore-inline .pagination-page,
  .column .gap-31 .load-more-bt {
    width: auto;
    margin-left: 15.5px !important;
    margin-right: 15.5px !important;
  }
  .column .gap-31.tabs-col {
    padding-left: 4.5px !important;
    padding-right: 4.5px !important;
  }
  .column .gap-31.nowrap .more-items-item,
  .column .gap-31.nowrap .more-video-item,
  .column .gap-31.nowrap .galleries-item,
  .column .gap-31.nowrap .socialstream-item,
  .column .gap-31.nowrap .control-group,
  .column .gap-31.nowrap .formly > *,
  .column .gap-31.nowrap.img-aside .more-items-item,
  .column .gap-31.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-31:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-30 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .column .gap-30.img-aside.one-one .more-items-item,
  .column .gap-30.img-aside.one-two .more-items-item,
  .column .gap-30.img-aside.one-three .more-items-item,
  .column .gap-30.img-aside.one-four .more-items-item,
  .column .gap-30.img-aside.one-five .more-items-item,
  .column .gap-30.img-aside.one-six .more-items-item,
  .column .gap-30.img-aside.one-seven .more-items-item {
    width: calc(100% -  30px);
  }
  .column .gap-30.one-one .more-items-item,
  .column .gap-30.one-two .more-items-item,
  .column .gap-30.one-three .more-items-item,
  .column .gap-30.one-four .more-items-item,
  .column .gap-30.one-five .more-items-item,
  .column .gap-30.one-six .more-items-item,
  .column .gap-30.one-seven .more-items-item,
  .column .gap-30.one-one .more-video-item,
  .column .gap-30.one-two .more-video-item,
  .column .gap-30.one-three .more-video-item,
  .column .gap-30.one-four .more-video-item,
  .column .gap-30.one-five .more-video-item,
  .column .gap-30.one-six .more-video-item,
  .column .gap-30.one-seven .more-video-item,
  .column .gap-30.one-one .galleries-item,
  .column .gap-30.one-two .galleries-item,
  .column .gap-30.one-three .galleries-item,
  .column .gap-30.one-four .galleries-item,
  .column .gap-30.one-five .galleries-item,
  .column .gap-30.one-six .galleries-item,
  .column .gap-30.one-seven .galleries-item,
  .column .gap-30.one-one .socialstream-item,
  .column .gap-30.one-two .socialstream-item,
  .column .gap-30.one-three .socialstream-item,
  .column .gap-30.one-four .socialstream-item,
  .column .gap-30.one-five .socialstream-item,
  .column .gap-30.one-six .socialstream-item,
  .column .gap-30.one-seven .socialstream-item,
  .column .gap-30.one-one .control-group,
  .column .gap-30.one-two .control-group,
  .column .gap-30.one-three .control-group,
  .column .gap-30.one-four .control-group,
  .column .gap-30.one-five .control-group,
  .column .gap-30.one-six .control-group,
  .column .gap-30.one-seven .control-group,
  .column .gap-30.one-one .formly > *,
  .column .gap-30.one-two .formly > *,
  .column .gap-30.one-three .formly > *,
  .column .gap-30.one-four .formly > *,
  .column .gap-30.one-five .formly > *,
  .column .gap-30.one-six .formly > *,
  .column .gap-30.one-seven .formly > *,
  .column .gap-30.one-one.img-aside .more-items-item,
  .column .gap-30.one-two.img-aside .more-items-item,
  .column .gap-30.one-three.img-aside .more-items-item,
  .column .gap-30.one-four.img-aside .more-items-item,
  .column .gap-30.one-five.img-aside .more-items-item,
  .column .gap-30.one-six.img-aside .more-items-item,
  .column .gap-30.one-seven.img-aside .more-items-item,
  .column .gap-30.one-one.landing li,
  .column .gap-30.one-two.landing li,
  .column .gap-30.one-three.landing li,
  .column .gap-30.one-four.landing li,
  .column .gap-30.one-five.landing li,
  .column .gap-30.one-six.landing li,
  .column .gap-30.one-seven.landing li {
    width: calc(100% -  30px);
  }
  .column .gap-30 .pagination-page,
  .column .gap-30 .pagination.more .pagination-more,
  .column .gap-30 .pagination.showmore-inline .pagination-page,
  .column .gap-30 .load-more-bt {
    width: auto;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .column .gap-30.tabs-col {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .column .gap-30.nowrap .more-items-item,
  .column .gap-30.nowrap .more-video-item,
  .column .gap-30.nowrap .galleries-item,
  .column .gap-30.nowrap .socialstream-item,
  .column .gap-30.nowrap .control-group,
  .column .gap-30.nowrap .formly > *,
  .column .gap-30.nowrap.img-aside .more-items-item,
  .column .gap-30.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-30:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-29 {
    padding-left: 5.5px !important;
    padding-right: 5.5px !important;
  }
  .column .gap-29.img-aside.one-one .more-items-item,
  .column .gap-29.img-aside.one-two .more-items-item,
  .column .gap-29.img-aside.one-three .more-items-item,
  .column .gap-29.img-aside.one-four .more-items-item,
  .column .gap-29.img-aside.one-five .more-items-item,
  .column .gap-29.img-aside.one-six .more-items-item,
  .column .gap-29.img-aside.one-seven .more-items-item {
    width: calc(100% -  29px);
  }
  .column .gap-29.one-one .more-items-item,
  .column .gap-29.one-two .more-items-item,
  .column .gap-29.one-three .more-items-item,
  .column .gap-29.one-four .more-items-item,
  .column .gap-29.one-five .more-items-item,
  .column .gap-29.one-six .more-items-item,
  .column .gap-29.one-seven .more-items-item,
  .column .gap-29.one-one .more-video-item,
  .column .gap-29.one-two .more-video-item,
  .column .gap-29.one-three .more-video-item,
  .column .gap-29.one-four .more-video-item,
  .column .gap-29.one-five .more-video-item,
  .column .gap-29.one-six .more-video-item,
  .column .gap-29.one-seven .more-video-item,
  .column .gap-29.one-one .galleries-item,
  .column .gap-29.one-two .galleries-item,
  .column .gap-29.one-three .galleries-item,
  .column .gap-29.one-four .galleries-item,
  .column .gap-29.one-five .galleries-item,
  .column .gap-29.one-six .galleries-item,
  .column .gap-29.one-seven .galleries-item,
  .column .gap-29.one-one .socialstream-item,
  .column .gap-29.one-two .socialstream-item,
  .column .gap-29.one-three .socialstream-item,
  .column .gap-29.one-four .socialstream-item,
  .column .gap-29.one-five .socialstream-item,
  .column .gap-29.one-six .socialstream-item,
  .column .gap-29.one-seven .socialstream-item,
  .column .gap-29.one-one .control-group,
  .column .gap-29.one-two .control-group,
  .column .gap-29.one-three .control-group,
  .column .gap-29.one-four .control-group,
  .column .gap-29.one-five .control-group,
  .column .gap-29.one-six .control-group,
  .column .gap-29.one-seven .control-group,
  .column .gap-29.one-one .formly > *,
  .column .gap-29.one-two .formly > *,
  .column .gap-29.one-three .formly > *,
  .column .gap-29.one-four .formly > *,
  .column .gap-29.one-five .formly > *,
  .column .gap-29.one-six .formly > *,
  .column .gap-29.one-seven .formly > *,
  .column .gap-29.one-one.img-aside .more-items-item,
  .column .gap-29.one-two.img-aside .more-items-item,
  .column .gap-29.one-three.img-aside .more-items-item,
  .column .gap-29.one-four.img-aside .more-items-item,
  .column .gap-29.one-five.img-aside .more-items-item,
  .column .gap-29.one-six.img-aside .more-items-item,
  .column .gap-29.one-seven.img-aside .more-items-item,
  .column .gap-29.one-one.landing li,
  .column .gap-29.one-two.landing li,
  .column .gap-29.one-three.landing li,
  .column .gap-29.one-four.landing li,
  .column .gap-29.one-five.landing li,
  .column .gap-29.one-six.landing li,
  .column .gap-29.one-seven.landing li {
    width: calc(100% -  29px);
  }
  .column .gap-29 .pagination-page,
  .column .gap-29 .pagination.more .pagination-more,
  .column .gap-29 .pagination.showmore-inline .pagination-page,
  .column .gap-29 .load-more-bt {
    width: auto;
    margin-left: 14.5px !important;
    margin-right: 14.5px !important;
  }
  .column .gap-29.tabs-col {
    padding-left: 5.5px !important;
    padding-right: 5.5px !important;
  }
  .column .gap-29.nowrap .more-items-item,
  .column .gap-29.nowrap .more-video-item,
  .column .gap-29.nowrap .galleries-item,
  .column .gap-29.nowrap .socialstream-item,
  .column .gap-29.nowrap .control-group,
  .column .gap-29.nowrap .formly > *,
  .column .gap-29.nowrap.img-aside .more-items-item,
  .column .gap-29.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-29:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-28 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .column .gap-28.img-aside.one-one .more-items-item,
  .column .gap-28.img-aside.one-two .more-items-item,
  .column .gap-28.img-aside.one-three .more-items-item,
  .column .gap-28.img-aside.one-four .more-items-item,
  .column .gap-28.img-aside.one-five .more-items-item,
  .column .gap-28.img-aside.one-six .more-items-item,
  .column .gap-28.img-aside.one-seven .more-items-item {
    width: calc(100% -  28px);
  }
  .column .gap-28.one-one .more-items-item,
  .column .gap-28.one-two .more-items-item,
  .column .gap-28.one-three .more-items-item,
  .column .gap-28.one-four .more-items-item,
  .column .gap-28.one-five .more-items-item,
  .column .gap-28.one-six .more-items-item,
  .column .gap-28.one-seven .more-items-item,
  .column .gap-28.one-one .more-video-item,
  .column .gap-28.one-two .more-video-item,
  .column .gap-28.one-three .more-video-item,
  .column .gap-28.one-four .more-video-item,
  .column .gap-28.one-five .more-video-item,
  .column .gap-28.one-six .more-video-item,
  .column .gap-28.one-seven .more-video-item,
  .column .gap-28.one-one .galleries-item,
  .column .gap-28.one-two .galleries-item,
  .column .gap-28.one-three .galleries-item,
  .column .gap-28.one-four .galleries-item,
  .column .gap-28.one-five .galleries-item,
  .column .gap-28.one-six .galleries-item,
  .column .gap-28.one-seven .galleries-item,
  .column .gap-28.one-one .socialstream-item,
  .column .gap-28.one-two .socialstream-item,
  .column .gap-28.one-three .socialstream-item,
  .column .gap-28.one-four .socialstream-item,
  .column .gap-28.one-five .socialstream-item,
  .column .gap-28.one-six .socialstream-item,
  .column .gap-28.one-seven .socialstream-item,
  .column .gap-28.one-one .control-group,
  .column .gap-28.one-two .control-group,
  .column .gap-28.one-three .control-group,
  .column .gap-28.one-four .control-group,
  .column .gap-28.one-five .control-group,
  .column .gap-28.one-six .control-group,
  .column .gap-28.one-seven .control-group,
  .column .gap-28.one-one .formly > *,
  .column .gap-28.one-two .formly > *,
  .column .gap-28.one-three .formly > *,
  .column .gap-28.one-four .formly > *,
  .column .gap-28.one-five .formly > *,
  .column .gap-28.one-six .formly > *,
  .column .gap-28.one-seven .formly > *,
  .column .gap-28.one-one.img-aside .more-items-item,
  .column .gap-28.one-two.img-aside .more-items-item,
  .column .gap-28.one-three.img-aside .more-items-item,
  .column .gap-28.one-four.img-aside .more-items-item,
  .column .gap-28.one-five.img-aside .more-items-item,
  .column .gap-28.one-six.img-aside .more-items-item,
  .column .gap-28.one-seven.img-aside .more-items-item,
  .column .gap-28.one-one.landing li,
  .column .gap-28.one-two.landing li,
  .column .gap-28.one-three.landing li,
  .column .gap-28.one-four.landing li,
  .column .gap-28.one-five.landing li,
  .column .gap-28.one-six.landing li,
  .column .gap-28.one-seven.landing li {
    width: calc(100% -  28px);
  }
  .column .gap-28 .pagination-page,
  .column .gap-28 .pagination.more .pagination-more,
  .column .gap-28 .pagination.showmore-inline .pagination-page,
  .column .gap-28 .load-more-bt {
    width: auto;
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .column .gap-28.tabs-col {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .column .gap-28.nowrap .more-items-item,
  .column .gap-28.nowrap .more-video-item,
  .column .gap-28.nowrap .galleries-item,
  .column .gap-28.nowrap .socialstream-item,
  .column .gap-28.nowrap .control-group,
  .column .gap-28.nowrap .formly > *,
  .column .gap-28.nowrap.img-aside .more-items-item,
  .column .gap-28.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-28:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-27 {
    padding-left: 6.5px !important;
    padding-right: 6.5px !important;
  }
  .column .gap-27.img-aside.one-one .more-items-item,
  .column .gap-27.img-aside.one-two .more-items-item,
  .column .gap-27.img-aside.one-three .more-items-item,
  .column .gap-27.img-aside.one-four .more-items-item,
  .column .gap-27.img-aside.one-five .more-items-item,
  .column .gap-27.img-aside.one-six .more-items-item,
  .column .gap-27.img-aside.one-seven .more-items-item {
    width: calc(100% -  27px);
  }
  .column .gap-27.one-one .more-items-item,
  .column .gap-27.one-two .more-items-item,
  .column .gap-27.one-three .more-items-item,
  .column .gap-27.one-four .more-items-item,
  .column .gap-27.one-five .more-items-item,
  .column .gap-27.one-six .more-items-item,
  .column .gap-27.one-seven .more-items-item,
  .column .gap-27.one-one .more-video-item,
  .column .gap-27.one-two .more-video-item,
  .column .gap-27.one-three .more-video-item,
  .column .gap-27.one-four .more-video-item,
  .column .gap-27.one-five .more-video-item,
  .column .gap-27.one-six .more-video-item,
  .column .gap-27.one-seven .more-video-item,
  .column .gap-27.one-one .galleries-item,
  .column .gap-27.one-two .galleries-item,
  .column .gap-27.one-three .galleries-item,
  .column .gap-27.one-four .galleries-item,
  .column .gap-27.one-five .galleries-item,
  .column .gap-27.one-six .galleries-item,
  .column .gap-27.one-seven .galleries-item,
  .column .gap-27.one-one .socialstream-item,
  .column .gap-27.one-two .socialstream-item,
  .column .gap-27.one-three .socialstream-item,
  .column .gap-27.one-four .socialstream-item,
  .column .gap-27.one-five .socialstream-item,
  .column .gap-27.one-six .socialstream-item,
  .column .gap-27.one-seven .socialstream-item,
  .column .gap-27.one-one .control-group,
  .column .gap-27.one-two .control-group,
  .column .gap-27.one-three .control-group,
  .column .gap-27.one-four .control-group,
  .column .gap-27.one-five .control-group,
  .column .gap-27.one-six .control-group,
  .column .gap-27.one-seven .control-group,
  .column .gap-27.one-one .formly > *,
  .column .gap-27.one-two .formly > *,
  .column .gap-27.one-three .formly > *,
  .column .gap-27.one-four .formly > *,
  .column .gap-27.one-five .formly > *,
  .column .gap-27.one-six .formly > *,
  .column .gap-27.one-seven .formly > *,
  .column .gap-27.one-one.img-aside .more-items-item,
  .column .gap-27.one-two.img-aside .more-items-item,
  .column .gap-27.one-three.img-aside .more-items-item,
  .column .gap-27.one-four.img-aside .more-items-item,
  .column .gap-27.one-five.img-aside .more-items-item,
  .column .gap-27.one-six.img-aside .more-items-item,
  .column .gap-27.one-seven.img-aside .more-items-item,
  .column .gap-27.one-one.landing li,
  .column .gap-27.one-two.landing li,
  .column .gap-27.one-three.landing li,
  .column .gap-27.one-four.landing li,
  .column .gap-27.one-five.landing li,
  .column .gap-27.one-six.landing li,
  .column .gap-27.one-seven.landing li {
    width: calc(100% -  27px);
  }
  .column .gap-27 .pagination-page,
  .column .gap-27 .pagination.more .pagination-more,
  .column .gap-27 .pagination.showmore-inline .pagination-page,
  .column .gap-27 .load-more-bt {
    width: auto;
    margin-left: 13.5px !important;
    margin-right: 13.5px !important;
  }
  .column .gap-27.tabs-col {
    padding-left: 6.5px !important;
    padding-right: 6.5px !important;
  }
  .column .gap-27.nowrap .more-items-item,
  .column .gap-27.nowrap .more-video-item,
  .column .gap-27.nowrap .galleries-item,
  .column .gap-27.nowrap .socialstream-item,
  .column .gap-27.nowrap .control-group,
  .column .gap-27.nowrap .formly > *,
  .column .gap-27.nowrap.img-aside .more-items-item,
  .column .gap-27.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-27:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-26 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .column .gap-26.img-aside.one-one .more-items-item,
  .column .gap-26.img-aside.one-two .more-items-item,
  .column .gap-26.img-aside.one-three .more-items-item,
  .column .gap-26.img-aside.one-four .more-items-item,
  .column .gap-26.img-aside.one-five .more-items-item,
  .column .gap-26.img-aside.one-six .more-items-item,
  .column .gap-26.img-aside.one-seven .more-items-item {
    width: calc(100% -  26px);
  }
  .column .gap-26.one-one .more-items-item,
  .column .gap-26.one-two .more-items-item,
  .column .gap-26.one-three .more-items-item,
  .column .gap-26.one-four .more-items-item,
  .column .gap-26.one-five .more-items-item,
  .column .gap-26.one-six .more-items-item,
  .column .gap-26.one-seven .more-items-item,
  .column .gap-26.one-one .more-video-item,
  .column .gap-26.one-two .more-video-item,
  .column .gap-26.one-three .more-video-item,
  .column .gap-26.one-four .more-video-item,
  .column .gap-26.one-five .more-video-item,
  .column .gap-26.one-six .more-video-item,
  .column .gap-26.one-seven .more-video-item,
  .column .gap-26.one-one .galleries-item,
  .column .gap-26.one-two .galleries-item,
  .column .gap-26.one-three .galleries-item,
  .column .gap-26.one-four .galleries-item,
  .column .gap-26.one-five .galleries-item,
  .column .gap-26.one-six .galleries-item,
  .column .gap-26.one-seven .galleries-item,
  .column .gap-26.one-one .socialstream-item,
  .column .gap-26.one-two .socialstream-item,
  .column .gap-26.one-three .socialstream-item,
  .column .gap-26.one-four .socialstream-item,
  .column .gap-26.one-five .socialstream-item,
  .column .gap-26.one-six .socialstream-item,
  .column .gap-26.one-seven .socialstream-item,
  .column .gap-26.one-one .control-group,
  .column .gap-26.one-two .control-group,
  .column .gap-26.one-three .control-group,
  .column .gap-26.one-four .control-group,
  .column .gap-26.one-five .control-group,
  .column .gap-26.one-six .control-group,
  .column .gap-26.one-seven .control-group,
  .column .gap-26.one-one .formly > *,
  .column .gap-26.one-two .formly > *,
  .column .gap-26.one-three .formly > *,
  .column .gap-26.one-four .formly > *,
  .column .gap-26.one-five .formly > *,
  .column .gap-26.one-six .formly > *,
  .column .gap-26.one-seven .formly > *,
  .column .gap-26.one-one.img-aside .more-items-item,
  .column .gap-26.one-two.img-aside .more-items-item,
  .column .gap-26.one-three.img-aside .more-items-item,
  .column .gap-26.one-four.img-aside .more-items-item,
  .column .gap-26.one-five.img-aside .more-items-item,
  .column .gap-26.one-six.img-aside .more-items-item,
  .column .gap-26.one-seven.img-aside .more-items-item,
  .column .gap-26.one-one.landing li,
  .column .gap-26.one-two.landing li,
  .column .gap-26.one-three.landing li,
  .column .gap-26.one-four.landing li,
  .column .gap-26.one-five.landing li,
  .column .gap-26.one-six.landing li,
  .column .gap-26.one-seven.landing li {
    width: calc(100% -  26px);
  }
  .column .gap-26 .pagination-page,
  .column .gap-26 .pagination.more .pagination-more,
  .column .gap-26 .pagination.showmore-inline .pagination-page,
  .column .gap-26 .load-more-bt {
    width: auto;
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .column .gap-26.tabs-col {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .column .gap-26.nowrap .more-items-item,
  .column .gap-26.nowrap .more-video-item,
  .column .gap-26.nowrap .galleries-item,
  .column .gap-26.nowrap .socialstream-item,
  .column .gap-26.nowrap .control-group,
  .column .gap-26.nowrap .formly > *,
  .column .gap-26.nowrap.img-aside .more-items-item,
  .column .gap-26.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-26:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-25 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .column .gap-25.img-aside.one-one .more-items-item,
  .column .gap-25.img-aside.one-two .more-items-item,
  .column .gap-25.img-aside.one-three .more-items-item,
  .column .gap-25.img-aside.one-four .more-items-item,
  .column .gap-25.img-aside.one-five .more-items-item,
  .column .gap-25.img-aside.one-six .more-items-item,
  .column .gap-25.img-aside.one-seven .more-items-item {
    width: calc(100% -  25px);
  }
  .column .gap-25.one-one .more-items-item,
  .column .gap-25.one-two .more-items-item,
  .column .gap-25.one-three .more-items-item,
  .column .gap-25.one-four .more-items-item,
  .column .gap-25.one-five .more-items-item,
  .column .gap-25.one-six .more-items-item,
  .column .gap-25.one-seven .more-items-item,
  .column .gap-25.one-one .more-video-item,
  .column .gap-25.one-two .more-video-item,
  .column .gap-25.one-three .more-video-item,
  .column .gap-25.one-four .more-video-item,
  .column .gap-25.one-five .more-video-item,
  .column .gap-25.one-six .more-video-item,
  .column .gap-25.one-seven .more-video-item,
  .column .gap-25.one-one .galleries-item,
  .column .gap-25.one-two .galleries-item,
  .column .gap-25.one-three .galleries-item,
  .column .gap-25.one-four .galleries-item,
  .column .gap-25.one-five .galleries-item,
  .column .gap-25.one-six .galleries-item,
  .column .gap-25.one-seven .galleries-item,
  .column .gap-25.one-one .socialstream-item,
  .column .gap-25.one-two .socialstream-item,
  .column .gap-25.one-three .socialstream-item,
  .column .gap-25.one-four .socialstream-item,
  .column .gap-25.one-five .socialstream-item,
  .column .gap-25.one-six .socialstream-item,
  .column .gap-25.one-seven .socialstream-item,
  .column .gap-25.one-one .control-group,
  .column .gap-25.one-two .control-group,
  .column .gap-25.one-three .control-group,
  .column .gap-25.one-four .control-group,
  .column .gap-25.one-five .control-group,
  .column .gap-25.one-six .control-group,
  .column .gap-25.one-seven .control-group,
  .column .gap-25.one-one .formly > *,
  .column .gap-25.one-two .formly > *,
  .column .gap-25.one-three .formly > *,
  .column .gap-25.one-four .formly > *,
  .column .gap-25.one-five .formly > *,
  .column .gap-25.one-six .formly > *,
  .column .gap-25.one-seven .formly > *,
  .column .gap-25.one-one.img-aside .more-items-item,
  .column .gap-25.one-two.img-aside .more-items-item,
  .column .gap-25.one-three.img-aside .more-items-item,
  .column .gap-25.one-four.img-aside .more-items-item,
  .column .gap-25.one-five.img-aside .more-items-item,
  .column .gap-25.one-six.img-aside .more-items-item,
  .column .gap-25.one-seven.img-aside .more-items-item,
  .column .gap-25.one-one.landing li,
  .column .gap-25.one-two.landing li,
  .column .gap-25.one-three.landing li,
  .column .gap-25.one-four.landing li,
  .column .gap-25.one-five.landing li,
  .column .gap-25.one-six.landing li,
  .column .gap-25.one-seven.landing li {
    width: calc(100% -  25px);
  }
  .column .gap-25 .pagination-page,
  .column .gap-25 .pagination.more .pagination-more,
  .column .gap-25 .pagination.showmore-inline .pagination-page,
  .column .gap-25 .load-more-bt {
    width: auto;
    margin-left: 12.5px !important;
    margin-right: 12.5px !important;
  }
  .column .gap-25.tabs-col {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .column .gap-25.nowrap .more-items-item,
  .column .gap-25.nowrap .more-video-item,
  .column .gap-25.nowrap .galleries-item,
  .column .gap-25.nowrap .socialstream-item,
  .column .gap-25.nowrap .control-group,
  .column .gap-25.nowrap .formly > *,
  .column .gap-25.nowrap.img-aside .more-items-item,
  .column .gap-25.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-25:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-24 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .column .gap-24.img-aside.one-one .more-items-item,
  .column .gap-24.img-aside.one-two .more-items-item,
  .column .gap-24.img-aside.one-three .more-items-item,
  .column .gap-24.img-aside.one-four .more-items-item,
  .column .gap-24.img-aside.one-five .more-items-item,
  .column .gap-24.img-aside.one-six .more-items-item,
  .column .gap-24.img-aside.one-seven .more-items-item {
    width: calc(100% -  24px);
  }
  .column .gap-24.one-one .more-items-item,
  .column .gap-24.one-two .more-items-item,
  .column .gap-24.one-three .more-items-item,
  .column .gap-24.one-four .more-items-item,
  .column .gap-24.one-five .more-items-item,
  .column .gap-24.one-six .more-items-item,
  .column .gap-24.one-seven .more-items-item,
  .column .gap-24.one-one .more-video-item,
  .column .gap-24.one-two .more-video-item,
  .column .gap-24.one-three .more-video-item,
  .column .gap-24.one-four .more-video-item,
  .column .gap-24.one-five .more-video-item,
  .column .gap-24.one-six .more-video-item,
  .column .gap-24.one-seven .more-video-item,
  .column .gap-24.one-one .galleries-item,
  .column .gap-24.one-two .galleries-item,
  .column .gap-24.one-three .galleries-item,
  .column .gap-24.one-four .galleries-item,
  .column .gap-24.one-five .galleries-item,
  .column .gap-24.one-six .galleries-item,
  .column .gap-24.one-seven .galleries-item,
  .column .gap-24.one-one .socialstream-item,
  .column .gap-24.one-two .socialstream-item,
  .column .gap-24.one-three .socialstream-item,
  .column .gap-24.one-four .socialstream-item,
  .column .gap-24.one-five .socialstream-item,
  .column .gap-24.one-six .socialstream-item,
  .column .gap-24.one-seven .socialstream-item,
  .column .gap-24.one-one .control-group,
  .column .gap-24.one-two .control-group,
  .column .gap-24.one-three .control-group,
  .column .gap-24.one-four .control-group,
  .column .gap-24.one-five .control-group,
  .column .gap-24.one-six .control-group,
  .column .gap-24.one-seven .control-group,
  .column .gap-24.one-one .formly > *,
  .column .gap-24.one-two .formly > *,
  .column .gap-24.one-three .formly > *,
  .column .gap-24.one-four .formly > *,
  .column .gap-24.one-five .formly > *,
  .column .gap-24.one-six .formly > *,
  .column .gap-24.one-seven .formly > *,
  .column .gap-24.one-one.img-aside .more-items-item,
  .column .gap-24.one-two.img-aside .more-items-item,
  .column .gap-24.one-three.img-aside .more-items-item,
  .column .gap-24.one-four.img-aside .more-items-item,
  .column .gap-24.one-five.img-aside .more-items-item,
  .column .gap-24.one-six.img-aside .more-items-item,
  .column .gap-24.one-seven.img-aside .more-items-item,
  .column .gap-24.one-one.landing li,
  .column .gap-24.one-two.landing li,
  .column .gap-24.one-three.landing li,
  .column .gap-24.one-four.landing li,
  .column .gap-24.one-five.landing li,
  .column .gap-24.one-six.landing li,
  .column .gap-24.one-seven.landing li {
    width: calc(100% -  24px);
  }
  .column .gap-24 .pagination-page,
  .column .gap-24 .pagination.more .pagination-more,
  .column .gap-24 .pagination.showmore-inline .pagination-page,
  .column .gap-24 .load-more-bt {
    width: auto;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .column .gap-24.tabs-col {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .column .gap-24.nowrap .more-items-item,
  .column .gap-24.nowrap .more-video-item,
  .column .gap-24.nowrap .galleries-item,
  .column .gap-24.nowrap .socialstream-item,
  .column .gap-24.nowrap .control-group,
  .column .gap-24.nowrap .formly > *,
  .column .gap-24.nowrap.img-aside .more-items-item,
  .column .gap-24.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-24:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-23 {
    padding-left: 8.5px !important;
    padding-right: 8.5px !important;
  }
  .column .gap-23.img-aside.one-one .more-items-item,
  .column .gap-23.img-aside.one-two .more-items-item,
  .column .gap-23.img-aside.one-three .more-items-item,
  .column .gap-23.img-aside.one-four .more-items-item,
  .column .gap-23.img-aside.one-five .more-items-item,
  .column .gap-23.img-aside.one-six .more-items-item,
  .column .gap-23.img-aside.one-seven .more-items-item {
    width: calc(100% -  23px);
  }
  .column .gap-23.one-one .more-items-item,
  .column .gap-23.one-two .more-items-item,
  .column .gap-23.one-three .more-items-item,
  .column .gap-23.one-four .more-items-item,
  .column .gap-23.one-five .more-items-item,
  .column .gap-23.one-six .more-items-item,
  .column .gap-23.one-seven .more-items-item,
  .column .gap-23.one-one .more-video-item,
  .column .gap-23.one-two .more-video-item,
  .column .gap-23.one-three .more-video-item,
  .column .gap-23.one-four .more-video-item,
  .column .gap-23.one-five .more-video-item,
  .column .gap-23.one-six .more-video-item,
  .column .gap-23.one-seven .more-video-item,
  .column .gap-23.one-one .galleries-item,
  .column .gap-23.one-two .galleries-item,
  .column .gap-23.one-three .galleries-item,
  .column .gap-23.one-four .galleries-item,
  .column .gap-23.one-five .galleries-item,
  .column .gap-23.one-six .galleries-item,
  .column .gap-23.one-seven .galleries-item,
  .column .gap-23.one-one .socialstream-item,
  .column .gap-23.one-two .socialstream-item,
  .column .gap-23.one-three .socialstream-item,
  .column .gap-23.one-four .socialstream-item,
  .column .gap-23.one-five .socialstream-item,
  .column .gap-23.one-six .socialstream-item,
  .column .gap-23.one-seven .socialstream-item,
  .column .gap-23.one-one .control-group,
  .column .gap-23.one-two .control-group,
  .column .gap-23.one-three .control-group,
  .column .gap-23.one-four .control-group,
  .column .gap-23.one-five .control-group,
  .column .gap-23.one-six .control-group,
  .column .gap-23.one-seven .control-group,
  .column .gap-23.one-one .formly > *,
  .column .gap-23.one-two .formly > *,
  .column .gap-23.one-three .formly > *,
  .column .gap-23.one-four .formly > *,
  .column .gap-23.one-five .formly > *,
  .column .gap-23.one-six .formly > *,
  .column .gap-23.one-seven .formly > *,
  .column .gap-23.one-one.img-aside .more-items-item,
  .column .gap-23.one-two.img-aside .more-items-item,
  .column .gap-23.one-three.img-aside .more-items-item,
  .column .gap-23.one-four.img-aside .more-items-item,
  .column .gap-23.one-five.img-aside .more-items-item,
  .column .gap-23.one-six.img-aside .more-items-item,
  .column .gap-23.one-seven.img-aside .more-items-item,
  .column .gap-23.one-one.landing li,
  .column .gap-23.one-two.landing li,
  .column .gap-23.one-three.landing li,
  .column .gap-23.one-four.landing li,
  .column .gap-23.one-five.landing li,
  .column .gap-23.one-six.landing li,
  .column .gap-23.one-seven.landing li {
    width: calc(100% -  23px);
  }
  .column .gap-23 .pagination-page,
  .column .gap-23 .pagination.more .pagination-more,
  .column .gap-23 .pagination.showmore-inline .pagination-page,
  .column .gap-23 .load-more-bt {
    width: auto;
    margin-left: 11.5px !important;
    margin-right: 11.5px !important;
  }
  .column .gap-23.tabs-col {
    padding-left: 8.5px !important;
    padding-right: 8.5px !important;
  }
  .column .gap-23.nowrap .more-items-item,
  .column .gap-23.nowrap .more-video-item,
  .column .gap-23.nowrap .galleries-item,
  .column .gap-23.nowrap .socialstream-item,
  .column .gap-23.nowrap .control-group,
  .column .gap-23.nowrap .formly > *,
  .column .gap-23.nowrap.img-aside .more-items-item,
  .column .gap-23.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-23:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-22 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .column .gap-22.img-aside.one-one .more-items-item,
  .column .gap-22.img-aside.one-two .more-items-item,
  .column .gap-22.img-aside.one-three .more-items-item,
  .column .gap-22.img-aside.one-four .more-items-item,
  .column .gap-22.img-aside.one-five .more-items-item,
  .column .gap-22.img-aside.one-six .more-items-item,
  .column .gap-22.img-aside.one-seven .more-items-item {
    width: calc(100% -  22px);
  }
  .column .gap-22.one-one .more-items-item,
  .column .gap-22.one-two .more-items-item,
  .column .gap-22.one-three .more-items-item,
  .column .gap-22.one-four .more-items-item,
  .column .gap-22.one-five .more-items-item,
  .column .gap-22.one-six .more-items-item,
  .column .gap-22.one-seven .more-items-item,
  .column .gap-22.one-one .more-video-item,
  .column .gap-22.one-two .more-video-item,
  .column .gap-22.one-three .more-video-item,
  .column .gap-22.one-four .more-video-item,
  .column .gap-22.one-five .more-video-item,
  .column .gap-22.one-six .more-video-item,
  .column .gap-22.one-seven .more-video-item,
  .column .gap-22.one-one .galleries-item,
  .column .gap-22.one-two .galleries-item,
  .column .gap-22.one-three .galleries-item,
  .column .gap-22.one-four .galleries-item,
  .column .gap-22.one-five .galleries-item,
  .column .gap-22.one-six .galleries-item,
  .column .gap-22.one-seven .galleries-item,
  .column .gap-22.one-one .socialstream-item,
  .column .gap-22.one-two .socialstream-item,
  .column .gap-22.one-three .socialstream-item,
  .column .gap-22.one-four .socialstream-item,
  .column .gap-22.one-five .socialstream-item,
  .column .gap-22.one-six .socialstream-item,
  .column .gap-22.one-seven .socialstream-item,
  .column .gap-22.one-one .control-group,
  .column .gap-22.one-two .control-group,
  .column .gap-22.one-three .control-group,
  .column .gap-22.one-four .control-group,
  .column .gap-22.one-five .control-group,
  .column .gap-22.one-six .control-group,
  .column .gap-22.one-seven .control-group,
  .column .gap-22.one-one .formly > *,
  .column .gap-22.one-two .formly > *,
  .column .gap-22.one-three .formly > *,
  .column .gap-22.one-four .formly > *,
  .column .gap-22.one-five .formly > *,
  .column .gap-22.one-six .formly > *,
  .column .gap-22.one-seven .formly > *,
  .column .gap-22.one-one.img-aside .more-items-item,
  .column .gap-22.one-two.img-aside .more-items-item,
  .column .gap-22.one-three.img-aside .more-items-item,
  .column .gap-22.one-four.img-aside .more-items-item,
  .column .gap-22.one-five.img-aside .more-items-item,
  .column .gap-22.one-six.img-aside .more-items-item,
  .column .gap-22.one-seven.img-aside .more-items-item,
  .column .gap-22.one-one.landing li,
  .column .gap-22.one-two.landing li,
  .column .gap-22.one-three.landing li,
  .column .gap-22.one-four.landing li,
  .column .gap-22.one-five.landing li,
  .column .gap-22.one-six.landing li,
  .column .gap-22.one-seven.landing li {
    width: calc(100% -  22px);
  }
  .column .gap-22 .pagination-page,
  .column .gap-22 .pagination.more .pagination-more,
  .column .gap-22 .pagination.showmore-inline .pagination-page,
  .column .gap-22 .load-more-bt {
    width: auto;
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .column .gap-22.tabs-col {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .column .gap-22.nowrap .more-items-item,
  .column .gap-22.nowrap .more-video-item,
  .column .gap-22.nowrap .galleries-item,
  .column .gap-22.nowrap .socialstream-item,
  .column .gap-22.nowrap .control-group,
  .column .gap-22.nowrap .formly > *,
  .column .gap-22.nowrap.img-aside .more-items-item,
  .column .gap-22.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-22:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-21 {
    padding-left: 9.5px !important;
    padding-right: 9.5px !important;
  }
  .column .gap-21.img-aside.one-one .more-items-item,
  .column .gap-21.img-aside.one-two .more-items-item,
  .column .gap-21.img-aside.one-three .more-items-item,
  .column .gap-21.img-aside.one-four .more-items-item,
  .column .gap-21.img-aside.one-five .more-items-item,
  .column .gap-21.img-aside.one-six .more-items-item,
  .column .gap-21.img-aside.one-seven .more-items-item {
    width: calc(100% -  21px);
  }
  .column .gap-21.one-one .more-items-item,
  .column .gap-21.one-two .more-items-item,
  .column .gap-21.one-three .more-items-item,
  .column .gap-21.one-four .more-items-item,
  .column .gap-21.one-five .more-items-item,
  .column .gap-21.one-six .more-items-item,
  .column .gap-21.one-seven .more-items-item,
  .column .gap-21.one-one .more-video-item,
  .column .gap-21.one-two .more-video-item,
  .column .gap-21.one-three .more-video-item,
  .column .gap-21.one-four .more-video-item,
  .column .gap-21.one-five .more-video-item,
  .column .gap-21.one-six .more-video-item,
  .column .gap-21.one-seven .more-video-item,
  .column .gap-21.one-one .galleries-item,
  .column .gap-21.one-two .galleries-item,
  .column .gap-21.one-three .galleries-item,
  .column .gap-21.one-four .galleries-item,
  .column .gap-21.one-five .galleries-item,
  .column .gap-21.one-six .galleries-item,
  .column .gap-21.one-seven .galleries-item,
  .column .gap-21.one-one .socialstream-item,
  .column .gap-21.one-two .socialstream-item,
  .column .gap-21.one-three .socialstream-item,
  .column .gap-21.one-four .socialstream-item,
  .column .gap-21.one-five .socialstream-item,
  .column .gap-21.one-six .socialstream-item,
  .column .gap-21.one-seven .socialstream-item,
  .column .gap-21.one-one .control-group,
  .column .gap-21.one-two .control-group,
  .column .gap-21.one-three .control-group,
  .column .gap-21.one-four .control-group,
  .column .gap-21.one-five .control-group,
  .column .gap-21.one-six .control-group,
  .column .gap-21.one-seven .control-group,
  .column .gap-21.one-one .formly > *,
  .column .gap-21.one-two .formly > *,
  .column .gap-21.one-three .formly > *,
  .column .gap-21.one-four .formly > *,
  .column .gap-21.one-five .formly > *,
  .column .gap-21.one-six .formly > *,
  .column .gap-21.one-seven .formly > *,
  .column .gap-21.one-one.img-aside .more-items-item,
  .column .gap-21.one-two.img-aside .more-items-item,
  .column .gap-21.one-three.img-aside .more-items-item,
  .column .gap-21.one-four.img-aside .more-items-item,
  .column .gap-21.one-five.img-aside .more-items-item,
  .column .gap-21.one-six.img-aside .more-items-item,
  .column .gap-21.one-seven.img-aside .more-items-item,
  .column .gap-21.one-one.landing li,
  .column .gap-21.one-two.landing li,
  .column .gap-21.one-three.landing li,
  .column .gap-21.one-four.landing li,
  .column .gap-21.one-five.landing li,
  .column .gap-21.one-six.landing li,
  .column .gap-21.one-seven.landing li {
    width: calc(100% -  21px);
  }
  .column .gap-21 .pagination-page,
  .column .gap-21 .pagination.more .pagination-more,
  .column .gap-21 .pagination.showmore-inline .pagination-page,
  .column .gap-21 .load-more-bt {
    width: auto;
    margin-left: 10.5px !important;
    margin-right: 10.5px !important;
  }
  .column .gap-21.tabs-col {
    padding-left: 9.5px !important;
    padding-right: 9.5px !important;
  }
  .column .gap-21.nowrap .more-items-item,
  .column .gap-21.nowrap .more-video-item,
  .column .gap-21.nowrap .galleries-item,
  .column .gap-21.nowrap .socialstream-item,
  .column .gap-21.nowrap .control-group,
  .column .gap-21.nowrap .formly > *,
  .column .gap-21.nowrap.img-aside .more-items-item,
  .column .gap-21.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-21:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .column .gap-20.img-aside.one-one .more-items-item,
  .column .gap-20.img-aside.one-two .more-items-item,
  .column .gap-20.img-aside.one-three .more-items-item,
  .column .gap-20.img-aside.one-four .more-items-item,
  .column .gap-20.img-aside.one-five .more-items-item,
  .column .gap-20.img-aside.one-six .more-items-item,
  .column .gap-20.img-aside.one-seven .more-items-item {
    width: calc(100% -  20px);
  }
  .column .gap-20.one-one .more-items-item,
  .column .gap-20.one-two .more-items-item,
  .column .gap-20.one-three .more-items-item,
  .column .gap-20.one-four .more-items-item,
  .column .gap-20.one-five .more-items-item,
  .column .gap-20.one-six .more-items-item,
  .column .gap-20.one-seven .more-items-item,
  .column .gap-20.one-one .more-video-item,
  .column .gap-20.one-two .more-video-item,
  .column .gap-20.one-three .more-video-item,
  .column .gap-20.one-four .more-video-item,
  .column .gap-20.one-five .more-video-item,
  .column .gap-20.one-six .more-video-item,
  .column .gap-20.one-seven .more-video-item,
  .column .gap-20.one-one .galleries-item,
  .column .gap-20.one-two .galleries-item,
  .column .gap-20.one-three .galleries-item,
  .column .gap-20.one-four .galleries-item,
  .column .gap-20.one-five .galleries-item,
  .column .gap-20.one-six .galleries-item,
  .column .gap-20.one-seven .galleries-item,
  .column .gap-20.one-one .socialstream-item,
  .column .gap-20.one-two .socialstream-item,
  .column .gap-20.one-three .socialstream-item,
  .column .gap-20.one-four .socialstream-item,
  .column .gap-20.one-five .socialstream-item,
  .column .gap-20.one-six .socialstream-item,
  .column .gap-20.one-seven .socialstream-item,
  .column .gap-20.one-one .control-group,
  .column .gap-20.one-two .control-group,
  .column .gap-20.one-three .control-group,
  .column .gap-20.one-four .control-group,
  .column .gap-20.one-five .control-group,
  .column .gap-20.one-six .control-group,
  .column .gap-20.one-seven .control-group,
  .column .gap-20.one-one .formly > *,
  .column .gap-20.one-two .formly > *,
  .column .gap-20.one-three .formly > *,
  .column .gap-20.one-four .formly > *,
  .column .gap-20.one-five .formly > *,
  .column .gap-20.one-six .formly > *,
  .column .gap-20.one-seven .formly > *,
  .column .gap-20.one-one.img-aside .more-items-item,
  .column .gap-20.one-two.img-aside .more-items-item,
  .column .gap-20.one-three.img-aside .more-items-item,
  .column .gap-20.one-four.img-aside .more-items-item,
  .column .gap-20.one-five.img-aside .more-items-item,
  .column .gap-20.one-six.img-aside .more-items-item,
  .column .gap-20.one-seven.img-aside .more-items-item,
  .column .gap-20.one-one.landing li,
  .column .gap-20.one-two.landing li,
  .column .gap-20.one-three.landing li,
  .column .gap-20.one-four.landing li,
  .column .gap-20.one-five.landing li,
  .column .gap-20.one-six.landing li,
  .column .gap-20.one-seven.landing li {
    width: calc(100% -  20px);
  }
  .column .gap-20 .pagination-page,
  .column .gap-20 .pagination.more .pagination-more,
  .column .gap-20 .pagination.showmore-inline .pagination-page,
  .column .gap-20 .load-more-bt {
    width: auto;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .column .gap-20.tabs-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .column .gap-20.nowrap .more-items-item,
  .column .gap-20.nowrap .more-video-item,
  .column .gap-20.nowrap .galleries-item,
  .column .gap-20.nowrap .socialstream-item,
  .column .gap-20.nowrap .control-group,
  .column .gap-20.nowrap .formly > *,
  .column .gap-20.nowrap.img-aside .more-items-item,
  .column .gap-20.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-20:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-19 {
    padding-left: 10.5px !important;
    padding-right: 10.5px !important;
  }
  .column .gap-19.img-aside.one-one .more-items-item,
  .column .gap-19.img-aside.one-two .more-items-item,
  .column .gap-19.img-aside.one-three .more-items-item,
  .column .gap-19.img-aside.one-four .more-items-item,
  .column .gap-19.img-aside.one-five .more-items-item,
  .column .gap-19.img-aside.one-six .more-items-item,
  .column .gap-19.img-aside.one-seven .more-items-item {
    width: calc(100% -  19px);
  }
  .column .gap-19.one-one .more-items-item,
  .column .gap-19.one-two .more-items-item,
  .column .gap-19.one-three .more-items-item,
  .column .gap-19.one-four .more-items-item,
  .column .gap-19.one-five .more-items-item,
  .column .gap-19.one-six .more-items-item,
  .column .gap-19.one-seven .more-items-item,
  .column .gap-19.one-one .more-video-item,
  .column .gap-19.one-two .more-video-item,
  .column .gap-19.one-three .more-video-item,
  .column .gap-19.one-four .more-video-item,
  .column .gap-19.one-five .more-video-item,
  .column .gap-19.one-six .more-video-item,
  .column .gap-19.one-seven .more-video-item,
  .column .gap-19.one-one .galleries-item,
  .column .gap-19.one-two .galleries-item,
  .column .gap-19.one-three .galleries-item,
  .column .gap-19.one-four .galleries-item,
  .column .gap-19.one-five .galleries-item,
  .column .gap-19.one-six .galleries-item,
  .column .gap-19.one-seven .galleries-item,
  .column .gap-19.one-one .socialstream-item,
  .column .gap-19.one-two .socialstream-item,
  .column .gap-19.one-three .socialstream-item,
  .column .gap-19.one-four .socialstream-item,
  .column .gap-19.one-five .socialstream-item,
  .column .gap-19.one-six .socialstream-item,
  .column .gap-19.one-seven .socialstream-item,
  .column .gap-19.one-one .control-group,
  .column .gap-19.one-two .control-group,
  .column .gap-19.one-three .control-group,
  .column .gap-19.one-four .control-group,
  .column .gap-19.one-five .control-group,
  .column .gap-19.one-six .control-group,
  .column .gap-19.one-seven .control-group,
  .column .gap-19.one-one .formly > *,
  .column .gap-19.one-two .formly > *,
  .column .gap-19.one-three .formly > *,
  .column .gap-19.one-four .formly > *,
  .column .gap-19.one-five .formly > *,
  .column .gap-19.one-six .formly > *,
  .column .gap-19.one-seven .formly > *,
  .column .gap-19.one-one.img-aside .more-items-item,
  .column .gap-19.one-two.img-aside .more-items-item,
  .column .gap-19.one-three.img-aside .more-items-item,
  .column .gap-19.one-four.img-aside .more-items-item,
  .column .gap-19.one-five.img-aside .more-items-item,
  .column .gap-19.one-six.img-aside .more-items-item,
  .column .gap-19.one-seven.img-aside .more-items-item,
  .column .gap-19.one-one.landing li,
  .column .gap-19.one-two.landing li,
  .column .gap-19.one-three.landing li,
  .column .gap-19.one-four.landing li,
  .column .gap-19.one-five.landing li,
  .column .gap-19.one-six.landing li,
  .column .gap-19.one-seven.landing li {
    width: calc(100% -  19px);
  }
  .column .gap-19 .pagination-page,
  .column .gap-19 .pagination.more .pagination-more,
  .column .gap-19 .pagination.showmore-inline .pagination-page,
  .column .gap-19 .load-more-bt {
    width: auto;
    margin-left: 9.5px !important;
    margin-right: 9.5px !important;
  }
  .column .gap-19.tabs-col {
    padding-left: 10.5px !important;
    padding-right: 10.5px !important;
  }
  .column .gap-19.nowrap .more-items-item,
  .column .gap-19.nowrap .more-video-item,
  .column .gap-19.nowrap .galleries-item,
  .column .gap-19.nowrap .socialstream-item,
  .column .gap-19.nowrap .control-group,
  .column .gap-19.nowrap .formly > *,
  .column .gap-19.nowrap.img-aside .more-items-item,
  .column .gap-19.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-19:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-18 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .column .gap-18.img-aside.one-one .more-items-item,
  .column .gap-18.img-aside.one-two .more-items-item,
  .column .gap-18.img-aside.one-three .more-items-item,
  .column .gap-18.img-aside.one-four .more-items-item,
  .column .gap-18.img-aside.one-five .more-items-item,
  .column .gap-18.img-aside.one-six .more-items-item,
  .column .gap-18.img-aside.one-seven .more-items-item {
    width: calc(100% -  18px);
  }
  .column .gap-18.one-one .more-items-item,
  .column .gap-18.one-two .more-items-item,
  .column .gap-18.one-three .more-items-item,
  .column .gap-18.one-four .more-items-item,
  .column .gap-18.one-five .more-items-item,
  .column .gap-18.one-six .more-items-item,
  .column .gap-18.one-seven .more-items-item,
  .column .gap-18.one-one .more-video-item,
  .column .gap-18.one-two .more-video-item,
  .column .gap-18.one-three .more-video-item,
  .column .gap-18.one-four .more-video-item,
  .column .gap-18.one-five .more-video-item,
  .column .gap-18.one-six .more-video-item,
  .column .gap-18.one-seven .more-video-item,
  .column .gap-18.one-one .galleries-item,
  .column .gap-18.one-two .galleries-item,
  .column .gap-18.one-three .galleries-item,
  .column .gap-18.one-four .galleries-item,
  .column .gap-18.one-five .galleries-item,
  .column .gap-18.one-six .galleries-item,
  .column .gap-18.one-seven .galleries-item,
  .column .gap-18.one-one .socialstream-item,
  .column .gap-18.one-two .socialstream-item,
  .column .gap-18.one-three .socialstream-item,
  .column .gap-18.one-four .socialstream-item,
  .column .gap-18.one-five .socialstream-item,
  .column .gap-18.one-six .socialstream-item,
  .column .gap-18.one-seven .socialstream-item,
  .column .gap-18.one-one .control-group,
  .column .gap-18.one-two .control-group,
  .column .gap-18.one-three .control-group,
  .column .gap-18.one-four .control-group,
  .column .gap-18.one-five .control-group,
  .column .gap-18.one-six .control-group,
  .column .gap-18.one-seven .control-group,
  .column .gap-18.one-one .formly > *,
  .column .gap-18.one-two .formly > *,
  .column .gap-18.one-three .formly > *,
  .column .gap-18.one-four .formly > *,
  .column .gap-18.one-five .formly > *,
  .column .gap-18.one-six .formly > *,
  .column .gap-18.one-seven .formly > *,
  .column .gap-18.one-one.img-aside .more-items-item,
  .column .gap-18.one-two.img-aside .more-items-item,
  .column .gap-18.one-three.img-aside .more-items-item,
  .column .gap-18.one-four.img-aside .more-items-item,
  .column .gap-18.one-five.img-aside .more-items-item,
  .column .gap-18.one-six.img-aside .more-items-item,
  .column .gap-18.one-seven.img-aside .more-items-item,
  .column .gap-18.one-one.landing li,
  .column .gap-18.one-two.landing li,
  .column .gap-18.one-three.landing li,
  .column .gap-18.one-four.landing li,
  .column .gap-18.one-five.landing li,
  .column .gap-18.one-six.landing li,
  .column .gap-18.one-seven.landing li {
    width: calc(100% -  18px);
  }
  .column .gap-18 .pagination-page,
  .column .gap-18 .pagination.more .pagination-more,
  .column .gap-18 .pagination.showmore-inline .pagination-page,
  .column .gap-18 .load-more-bt {
    width: auto;
    margin-left: 9px !important;
    margin-right: 9px !important;
  }
  .column .gap-18.tabs-col {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .column .gap-18.nowrap .more-items-item,
  .column .gap-18.nowrap .more-video-item,
  .column .gap-18.nowrap .galleries-item,
  .column .gap-18.nowrap .socialstream-item,
  .column .gap-18.nowrap .control-group,
  .column .gap-18.nowrap .formly > *,
  .column .gap-18.nowrap.img-aside .more-items-item,
  .column .gap-18.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-18:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-17 {
    padding-left: 11.5px !important;
    padding-right: 11.5px !important;
  }
  .column .gap-17.img-aside.one-one .more-items-item,
  .column .gap-17.img-aside.one-two .more-items-item,
  .column .gap-17.img-aside.one-three .more-items-item,
  .column .gap-17.img-aside.one-four .more-items-item,
  .column .gap-17.img-aside.one-five .more-items-item,
  .column .gap-17.img-aside.one-six .more-items-item,
  .column .gap-17.img-aside.one-seven .more-items-item {
    width: calc(100% -  17px);
  }
  .column .gap-17.one-one .more-items-item,
  .column .gap-17.one-two .more-items-item,
  .column .gap-17.one-three .more-items-item,
  .column .gap-17.one-four .more-items-item,
  .column .gap-17.one-five .more-items-item,
  .column .gap-17.one-six .more-items-item,
  .column .gap-17.one-seven .more-items-item,
  .column .gap-17.one-one .more-video-item,
  .column .gap-17.one-two .more-video-item,
  .column .gap-17.one-three .more-video-item,
  .column .gap-17.one-four .more-video-item,
  .column .gap-17.one-five .more-video-item,
  .column .gap-17.one-six .more-video-item,
  .column .gap-17.one-seven .more-video-item,
  .column .gap-17.one-one .galleries-item,
  .column .gap-17.one-two .galleries-item,
  .column .gap-17.one-three .galleries-item,
  .column .gap-17.one-four .galleries-item,
  .column .gap-17.one-five .galleries-item,
  .column .gap-17.one-six .galleries-item,
  .column .gap-17.one-seven .galleries-item,
  .column .gap-17.one-one .socialstream-item,
  .column .gap-17.one-two .socialstream-item,
  .column .gap-17.one-three .socialstream-item,
  .column .gap-17.one-four .socialstream-item,
  .column .gap-17.one-five .socialstream-item,
  .column .gap-17.one-six .socialstream-item,
  .column .gap-17.one-seven .socialstream-item,
  .column .gap-17.one-one .control-group,
  .column .gap-17.one-two .control-group,
  .column .gap-17.one-three .control-group,
  .column .gap-17.one-four .control-group,
  .column .gap-17.one-five .control-group,
  .column .gap-17.one-six .control-group,
  .column .gap-17.one-seven .control-group,
  .column .gap-17.one-one .formly > *,
  .column .gap-17.one-two .formly > *,
  .column .gap-17.one-three .formly > *,
  .column .gap-17.one-four .formly > *,
  .column .gap-17.one-five .formly > *,
  .column .gap-17.one-six .formly > *,
  .column .gap-17.one-seven .formly > *,
  .column .gap-17.one-one.img-aside .more-items-item,
  .column .gap-17.one-two.img-aside .more-items-item,
  .column .gap-17.one-three.img-aside .more-items-item,
  .column .gap-17.one-four.img-aside .more-items-item,
  .column .gap-17.one-five.img-aside .more-items-item,
  .column .gap-17.one-six.img-aside .more-items-item,
  .column .gap-17.one-seven.img-aside .more-items-item,
  .column .gap-17.one-one.landing li,
  .column .gap-17.one-two.landing li,
  .column .gap-17.one-three.landing li,
  .column .gap-17.one-four.landing li,
  .column .gap-17.one-five.landing li,
  .column .gap-17.one-six.landing li,
  .column .gap-17.one-seven.landing li {
    width: calc(100% -  17px);
  }
  .column .gap-17 .pagination-page,
  .column .gap-17 .pagination.more .pagination-more,
  .column .gap-17 .pagination.showmore-inline .pagination-page,
  .column .gap-17 .load-more-bt {
    width: auto;
    margin-left: 8.5px !important;
    margin-right: 8.5px !important;
  }
  .column .gap-17.tabs-col {
    padding-left: 11.5px !important;
    padding-right: 11.5px !important;
  }
  .column .gap-17.nowrap .more-items-item,
  .column .gap-17.nowrap .more-video-item,
  .column .gap-17.nowrap .galleries-item,
  .column .gap-17.nowrap .socialstream-item,
  .column .gap-17.nowrap .control-group,
  .column .gap-17.nowrap .formly > *,
  .column .gap-17.nowrap.img-aside .more-items-item,
  .column .gap-17.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-17:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-16 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .column .gap-16.img-aside.one-one .more-items-item,
  .column .gap-16.img-aside.one-two .more-items-item,
  .column .gap-16.img-aside.one-three .more-items-item,
  .column .gap-16.img-aside.one-four .more-items-item,
  .column .gap-16.img-aside.one-five .more-items-item,
  .column .gap-16.img-aside.one-six .more-items-item,
  .column .gap-16.img-aside.one-seven .more-items-item {
    width: calc(100% -  16px);
  }
  .column .gap-16.one-one .more-items-item,
  .column .gap-16.one-two .more-items-item,
  .column .gap-16.one-three .more-items-item,
  .column .gap-16.one-four .more-items-item,
  .column .gap-16.one-five .more-items-item,
  .column .gap-16.one-six .more-items-item,
  .column .gap-16.one-seven .more-items-item,
  .column .gap-16.one-one .more-video-item,
  .column .gap-16.one-two .more-video-item,
  .column .gap-16.one-three .more-video-item,
  .column .gap-16.one-four .more-video-item,
  .column .gap-16.one-five .more-video-item,
  .column .gap-16.one-six .more-video-item,
  .column .gap-16.one-seven .more-video-item,
  .column .gap-16.one-one .galleries-item,
  .column .gap-16.one-two .galleries-item,
  .column .gap-16.one-three .galleries-item,
  .column .gap-16.one-four .galleries-item,
  .column .gap-16.one-five .galleries-item,
  .column .gap-16.one-six .galleries-item,
  .column .gap-16.one-seven .galleries-item,
  .column .gap-16.one-one .socialstream-item,
  .column .gap-16.one-two .socialstream-item,
  .column .gap-16.one-three .socialstream-item,
  .column .gap-16.one-four .socialstream-item,
  .column .gap-16.one-five .socialstream-item,
  .column .gap-16.one-six .socialstream-item,
  .column .gap-16.one-seven .socialstream-item,
  .column .gap-16.one-one .control-group,
  .column .gap-16.one-two .control-group,
  .column .gap-16.one-three .control-group,
  .column .gap-16.one-four .control-group,
  .column .gap-16.one-five .control-group,
  .column .gap-16.one-six .control-group,
  .column .gap-16.one-seven .control-group,
  .column .gap-16.one-one .formly > *,
  .column .gap-16.one-two .formly > *,
  .column .gap-16.one-three .formly > *,
  .column .gap-16.one-four .formly > *,
  .column .gap-16.one-five .formly > *,
  .column .gap-16.one-six .formly > *,
  .column .gap-16.one-seven .formly > *,
  .column .gap-16.one-one.img-aside .more-items-item,
  .column .gap-16.one-two.img-aside .more-items-item,
  .column .gap-16.one-three.img-aside .more-items-item,
  .column .gap-16.one-four.img-aside .more-items-item,
  .column .gap-16.one-five.img-aside .more-items-item,
  .column .gap-16.one-six.img-aside .more-items-item,
  .column .gap-16.one-seven.img-aside .more-items-item,
  .column .gap-16.one-one.landing li,
  .column .gap-16.one-two.landing li,
  .column .gap-16.one-three.landing li,
  .column .gap-16.one-four.landing li,
  .column .gap-16.one-five.landing li,
  .column .gap-16.one-six.landing li,
  .column .gap-16.one-seven.landing li {
    width: calc(100% -  16px);
  }
  .column .gap-16 .pagination-page,
  .column .gap-16 .pagination.more .pagination-more,
  .column .gap-16 .pagination.showmore-inline .pagination-page,
  .column .gap-16 .load-more-bt {
    width: auto;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .column .gap-16.tabs-col {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .column .gap-16.nowrap .more-items-item,
  .column .gap-16.nowrap .more-video-item,
  .column .gap-16.nowrap .galleries-item,
  .column .gap-16.nowrap .socialstream-item,
  .column .gap-16.nowrap .control-group,
  .column .gap-16.nowrap .formly > *,
  .column .gap-16.nowrap.img-aside .more-items-item,
  .column .gap-16.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-16:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-15 {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
  .column .gap-15.img-aside.one-one .more-items-item,
  .column .gap-15.img-aside.one-two .more-items-item,
  .column .gap-15.img-aside.one-three .more-items-item,
  .column .gap-15.img-aside.one-four .more-items-item,
  .column .gap-15.img-aside.one-five .more-items-item,
  .column .gap-15.img-aside.one-six .more-items-item,
  .column .gap-15.img-aside.one-seven .more-items-item {
    width: calc(100% -  15px);
  }
  .column .gap-15.one-one .more-items-item,
  .column .gap-15.one-two .more-items-item,
  .column .gap-15.one-three .more-items-item,
  .column .gap-15.one-four .more-items-item,
  .column .gap-15.one-five .more-items-item,
  .column .gap-15.one-six .more-items-item,
  .column .gap-15.one-seven .more-items-item,
  .column .gap-15.one-one .more-video-item,
  .column .gap-15.one-two .more-video-item,
  .column .gap-15.one-three .more-video-item,
  .column .gap-15.one-four .more-video-item,
  .column .gap-15.one-five .more-video-item,
  .column .gap-15.one-six .more-video-item,
  .column .gap-15.one-seven .more-video-item,
  .column .gap-15.one-one .galleries-item,
  .column .gap-15.one-two .galleries-item,
  .column .gap-15.one-three .galleries-item,
  .column .gap-15.one-four .galleries-item,
  .column .gap-15.one-five .galleries-item,
  .column .gap-15.one-six .galleries-item,
  .column .gap-15.one-seven .galleries-item,
  .column .gap-15.one-one .socialstream-item,
  .column .gap-15.one-two .socialstream-item,
  .column .gap-15.one-three .socialstream-item,
  .column .gap-15.one-four .socialstream-item,
  .column .gap-15.one-five .socialstream-item,
  .column .gap-15.one-six .socialstream-item,
  .column .gap-15.one-seven .socialstream-item,
  .column .gap-15.one-one .control-group,
  .column .gap-15.one-two .control-group,
  .column .gap-15.one-three .control-group,
  .column .gap-15.one-four .control-group,
  .column .gap-15.one-five .control-group,
  .column .gap-15.one-six .control-group,
  .column .gap-15.one-seven .control-group,
  .column .gap-15.one-one .formly > *,
  .column .gap-15.one-two .formly > *,
  .column .gap-15.one-three .formly > *,
  .column .gap-15.one-four .formly > *,
  .column .gap-15.one-five .formly > *,
  .column .gap-15.one-six .formly > *,
  .column .gap-15.one-seven .formly > *,
  .column .gap-15.one-one.img-aside .more-items-item,
  .column .gap-15.one-two.img-aside .more-items-item,
  .column .gap-15.one-three.img-aside .more-items-item,
  .column .gap-15.one-four.img-aside .more-items-item,
  .column .gap-15.one-five.img-aside .more-items-item,
  .column .gap-15.one-six.img-aside .more-items-item,
  .column .gap-15.one-seven.img-aside .more-items-item,
  .column .gap-15.one-one.landing li,
  .column .gap-15.one-two.landing li,
  .column .gap-15.one-three.landing li,
  .column .gap-15.one-four.landing li,
  .column .gap-15.one-five.landing li,
  .column .gap-15.one-six.landing li,
  .column .gap-15.one-seven.landing li {
    width: calc(100% -  15px);
  }
  .column .gap-15 .pagination-page,
  .column .gap-15 .pagination.more .pagination-more,
  .column .gap-15 .pagination.showmore-inline .pagination-page,
  .column .gap-15 .load-more-bt {
    width: auto;
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
  }
  .column .gap-15.tabs-col {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
  .column .gap-15.nowrap .more-items-item,
  .column .gap-15.nowrap .more-video-item,
  .column .gap-15.nowrap .galleries-item,
  .column .gap-15.nowrap .socialstream-item,
  .column .gap-15.nowrap .control-group,
  .column .gap-15.nowrap .formly > *,
  .column .gap-15.nowrap.img-aside .more-items-item,
  .column .gap-15.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-15:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-14 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .column .gap-14.img-aside.one-one .more-items-item,
  .column .gap-14.img-aside.one-two .more-items-item,
  .column .gap-14.img-aside.one-three .more-items-item,
  .column .gap-14.img-aside.one-four .more-items-item,
  .column .gap-14.img-aside.one-five .more-items-item,
  .column .gap-14.img-aside.one-six .more-items-item,
  .column .gap-14.img-aside.one-seven .more-items-item {
    width: calc(100% -  14px);
  }
  .column .gap-14.one-one .more-items-item,
  .column .gap-14.one-two .more-items-item,
  .column .gap-14.one-three .more-items-item,
  .column .gap-14.one-four .more-items-item,
  .column .gap-14.one-five .more-items-item,
  .column .gap-14.one-six .more-items-item,
  .column .gap-14.one-seven .more-items-item,
  .column .gap-14.one-one .more-video-item,
  .column .gap-14.one-two .more-video-item,
  .column .gap-14.one-three .more-video-item,
  .column .gap-14.one-four .more-video-item,
  .column .gap-14.one-five .more-video-item,
  .column .gap-14.one-six .more-video-item,
  .column .gap-14.one-seven .more-video-item,
  .column .gap-14.one-one .galleries-item,
  .column .gap-14.one-two .galleries-item,
  .column .gap-14.one-three .galleries-item,
  .column .gap-14.one-four .galleries-item,
  .column .gap-14.one-five .galleries-item,
  .column .gap-14.one-six .galleries-item,
  .column .gap-14.one-seven .galleries-item,
  .column .gap-14.one-one .socialstream-item,
  .column .gap-14.one-two .socialstream-item,
  .column .gap-14.one-three .socialstream-item,
  .column .gap-14.one-four .socialstream-item,
  .column .gap-14.one-five .socialstream-item,
  .column .gap-14.one-six .socialstream-item,
  .column .gap-14.one-seven .socialstream-item,
  .column .gap-14.one-one .control-group,
  .column .gap-14.one-two .control-group,
  .column .gap-14.one-three .control-group,
  .column .gap-14.one-four .control-group,
  .column .gap-14.one-five .control-group,
  .column .gap-14.one-six .control-group,
  .column .gap-14.one-seven .control-group,
  .column .gap-14.one-one .formly > *,
  .column .gap-14.one-two .formly > *,
  .column .gap-14.one-three .formly > *,
  .column .gap-14.one-four .formly > *,
  .column .gap-14.one-five .formly > *,
  .column .gap-14.one-six .formly > *,
  .column .gap-14.one-seven .formly > *,
  .column .gap-14.one-one.img-aside .more-items-item,
  .column .gap-14.one-two.img-aside .more-items-item,
  .column .gap-14.one-three.img-aside .more-items-item,
  .column .gap-14.one-four.img-aside .more-items-item,
  .column .gap-14.one-five.img-aside .more-items-item,
  .column .gap-14.one-six.img-aside .more-items-item,
  .column .gap-14.one-seven.img-aside .more-items-item,
  .column .gap-14.one-one.landing li,
  .column .gap-14.one-two.landing li,
  .column .gap-14.one-three.landing li,
  .column .gap-14.one-four.landing li,
  .column .gap-14.one-five.landing li,
  .column .gap-14.one-six.landing li,
  .column .gap-14.one-seven.landing li {
    width: calc(100% -  14px);
  }
  .column .gap-14 .pagination-page,
  .column .gap-14 .pagination.more .pagination-more,
  .column .gap-14 .pagination.showmore-inline .pagination-page,
  .column .gap-14 .load-more-bt {
    width: auto;
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .column .gap-14.tabs-col {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .column .gap-14.nowrap .more-items-item,
  .column .gap-14.nowrap .more-video-item,
  .column .gap-14.nowrap .galleries-item,
  .column .gap-14.nowrap .socialstream-item,
  .column .gap-14.nowrap .control-group,
  .column .gap-14.nowrap .formly > *,
  .column .gap-14.nowrap.img-aside .more-items-item,
  .column .gap-14.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-14:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-13 {
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
  }
  .column .gap-13.img-aside.one-one .more-items-item,
  .column .gap-13.img-aside.one-two .more-items-item,
  .column .gap-13.img-aside.one-three .more-items-item,
  .column .gap-13.img-aside.one-four .more-items-item,
  .column .gap-13.img-aside.one-five .more-items-item,
  .column .gap-13.img-aside.one-six .more-items-item,
  .column .gap-13.img-aside.one-seven .more-items-item {
    width: calc(100% -  13px);
  }
  .column .gap-13.one-one .more-items-item,
  .column .gap-13.one-two .more-items-item,
  .column .gap-13.one-three .more-items-item,
  .column .gap-13.one-four .more-items-item,
  .column .gap-13.one-five .more-items-item,
  .column .gap-13.one-six .more-items-item,
  .column .gap-13.one-seven .more-items-item,
  .column .gap-13.one-one .more-video-item,
  .column .gap-13.one-two .more-video-item,
  .column .gap-13.one-three .more-video-item,
  .column .gap-13.one-four .more-video-item,
  .column .gap-13.one-five .more-video-item,
  .column .gap-13.one-six .more-video-item,
  .column .gap-13.one-seven .more-video-item,
  .column .gap-13.one-one .galleries-item,
  .column .gap-13.one-two .galleries-item,
  .column .gap-13.one-three .galleries-item,
  .column .gap-13.one-four .galleries-item,
  .column .gap-13.one-five .galleries-item,
  .column .gap-13.one-six .galleries-item,
  .column .gap-13.one-seven .galleries-item,
  .column .gap-13.one-one .socialstream-item,
  .column .gap-13.one-two .socialstream-item,
  .column .gap-13.one-three .socialstream-item,
  .column .gap-13.one-four .socialstream-item,
  .column .gap-13.one-five .socialstream-item,
  .column .gap-13.one-six .socialstream-item,
  .column .gap-13.one-seven .socialstream-item,
  .column .gap-13.one-one .control-group,
  .column .gap-13.one-two .control-group,
  .column .gap-13.one-three .control-group,
  .column .gap-13.one-four .control-group,
  .column .gap-13.one-five .control-group,
  .column .gap-13.one-six .control-group,
  .column .gap-13.one-seven .control-group,
  .column .gap-13.one-one .formly > *,
  .column .gap-13.one-two .formly > *,
  .column .gap-13.one-three .formly > *,
  .column .gap-13.one-four .formly > *,
  .column .gap-13.one-five .formly > *,
  .column .gap-13.one-six .formly > *,
  .column .gap-13.one-seven .formly > *,
  .column .gap-13.one-one.img-aside .more-items-item,
  .column .gap-13.one-two.img-aside .more-items-item,
  .column .gap-13.one-three.img-aside .more-items-item,
  .column .gap-13.one-four.img-aside .more-items-item,
  .column .gap-13.one-five.img-aside .more-items-item,
  .column .gap-13.one-six.img-aside .more-items-item,
  .column .gap-13.one-seven.img-aside .more-items-item,
  .column .gap-13.one-one.landing li,
  .column .gap-13.one-two.landing li,
  .column .gap-13.one-three.landing li,
  .column .gap-13.one-four.landing li,
  .column .gap-13.one-five.landing li,
  .column .gap-13.one-six.landing li,
  .column .gap-13.one-seven.landing li {
    width: calc(100% -  13px);
  }
  .column .gap-13 .pagination-page,
  .column .gap-13 .pagination.more .pagination-more,
  .column .gap-13 .pagination.showmore-inline .pagination-page,
  .column .gap-13 .load-more-bt {
    width: auto;
    margin-left: 6.5px !important;
    margin-right: 6.5px !important;
  }
  .column .gap-13.tabs-col {
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
  }
  .column .gap-13.nowrap .more-items-item,
  .column .gap-13.nowrap .more-video-item,
  .column .gap-13.nowrap .galleries-item,
  .column .gap-13.nowrap .socialstream-item,
  .column .gap-13.nowrap .control-group,
  .column .gap-13.nowrap .formly > *,
  .column .gap-13.nowrap.img-aside .more-items-item,
  .column .gap-13.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-13:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-12 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .column .gap-12.img-aside.one-one .more-items-item,
  .column .gap-12.img-aside.one-two .more-items-item,
  .column .gap-12.img-aside.one-three .more-items-item,
  .column .gap-12.img-aside.one-four .more-items-item,
  .column .gap-12.img-aside.one-five .more-items-item,
  .column .gap-12.img-aside.one-six .more-items-item,
  .column .gap-12.img-aside.one-seven .more-items-item {
    width: calc(100% -  12px);
  }
  .column .gap-12.one-one .more-items-item,
  .column .gap-12.one-two .more-items-item,
  .column .gap-12.one-three .more-items-item,
  .column .gap-12.one-four .more-items-item,
  .column .gap-12.one-five .more-items-item,
  .column .gap-12.one-six .more-items-item,
  .column .gap-12.one-seven .more-items-item,
  .column .gap-12.one-one .more-video-item,
  .column .gap-12.one-two .more-video-item,
  .column .gap-12.one-three .more-video-item,
  .column .gap-12.one-four .more-video-item,
  .column .gap-12.one-five .more-video-item,
  .column .gap-12.one-six .more-video-item,
  .column .gap-12.one-seven .more-video-item,
  .column .gap-12.one-one .galleries-item,
  .column .gap-12.one-two .galleries-item,
  .column .gap-12.one-three .galleries-item,
  .column .gap-12.one-four .galleries-item,
  .column .gap-12.one-five .galleries-item,
  .column .gap-12.one-six .galleries-item,
  .column .gap-12.one-seven .galleries-item,
  .column .gap-12.one-one .socialstream-item,
  .column .gap-12.one-two .socialstream-item,
  .column .gap-12.one-three .socialstream-item,
  .column .gap-12.one-four .socialstream-item,
  .column .gap-12.one-five .socialstream-item,
  .column .gap-12.one-six .socialstream-item,
  .column .gap-12.one-seven .socialstream-item,
  .column .gap-12.one-one .control-group,
  .column .gap-12.one-two .control-group,
  .column .gap-12.one-three .control-group,
  .column .gap-12.one-four .control-group,
  .column .gap-12.one-five .control-group,
  .column .gap-12.one-six .control-group,
  .column .gap-12.one-seven .control-group,
  .column .gap-12.one-one .formly > *,
  .column .gap-12.one-two .formly > *,
  .column .gap-12.one-three .formly > *,
  .column .gap-12.one-four .formly > *,
  .column .gap-12.one-five .formly > *,
  .column .gap-12.one-six .formly > *,
  .column .gap-12.one-seven .formly > *,
  .column .gap-12.one-one.img-aside .more-items-item,
  .column .gap-12.one-two.img-aside .more-items-item,
  .column .gap-12.one-three.img-aside .more-items-item,
  .column .gap-12.one-four.img-aside .more-items-item,
  .column .gap-12.one-five.img-aside .more-items-item,
  .column .gap-12.one-six.img-aside .more-items-item,
  .column .gap-12.one-seven.img-aside .more-items-item,
  .column .gap-12.one-one.landing li,
  .column .gap-12.one-two.landing li,
  .column .gap-12.one-three.landing li,
  .column .gap-12.one-four.landing li,
  .column .gap-12.one-five.landing li,
  .column .gap-12.one-six.landing li,
  .column .gap-12.one-seven.landing li {
    width: calc(100% -  12px);
  }
  .column .gap-12 .pagination-page,
  .column .gap-12 .pagination.more .pagination-more,
  .column .gap-12 .pagination.showmore-inline .pagination-page,
  .column .gap-12 .load-more-bt {
    width: auto;
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .column .gap-12.tabs-col {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .column .gap-12.nowrap .more-items-item,
  .column .gap-12.nowrap .more-video-item,
  .column .gap-12.nowrap .galleries-item,
  .column .gap-12.nowrap .socialstream-item,
  .column .gap-12.nowrap .control-group,
  .column .gap-12.nowrap .formly > *,
  .column .gap-12.nowrap.img-aside .more-items-item,
  .column .gap-12.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-12:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-11 {
    padding-left: 14.5px !important;
    padding-right: 14.5px !important;
  }
  .column .gap-11.img-aside.one-one .more-items-item,
  .column .gap-11.img-aside.one-two .more-items-item,
  .column .gap-11.img-aside.one-three .more-items-item,
  .column .gap-11.img-aside.one-four .more-items-item,
  .column .gap-11.img-aside.one-five .more-items-item,
  .column .gap-11.img-aside.one-six .more-items-item,
  .column .gap-11.img-aside.one-seven .more-items-item {
    width: calc(100% -  11px);
  }
  .column .gap-11.one-one .more-items-item,
  .column .gap-11.one-two .more-items-item,
  .column .gap-11.one-three .more-items-item,
  .column .gap-11.one-four .more-items-item,
  .column .gap-11.one-five .more-items-item,
  .column .gap-11.one-six .more-items-item,
  .column .gap-11.one-seven .more-items-item,
  .column .gap-11.one-one .more-video-item,
  .column .gap-11.one-two .more-video-item,
  .column .gap-11.one-three .more-video-item,
  .column .gap-11.one-four .more-video-item,
  .column .gap-11.one-five .more-video-item,
  .column .gap-11.one-six .more-video-item,
  .column .gap-11.one-seven .more-video-item,
  .column .gap-11.one-one .galleries-item,
  .column .gap-11.one-two .galleries-item,
  .column .gap-11.one-three .galleries-item,
  .column .gap-11.one-four .galleries-item,
  .column .gap-11.one-five .galleries-item,
  .column .gap-11.one-six .galleries-item,
  .column .gap-11.one-seven .galleries-item,
  .column .gap-11.one-one .socialstream-item,
  .column .gap-11.one-two .socialstream-item,
  .column .gap-11.one-three .socialstream-item,
  .column .gap-11.one-four .socialstream-item,
  .column .gap-11.one-five .socialstream-item,
  .column .gap-11.one-six .socialstream-item,
  .column .gap-11.one-seven .socialstream-item,
  .column .gap-11.one-one .control-group,
  .column .gap-11.one-two .control-group,
  .column .gap-11.one-three .control-group,
  .column .gap-11.one-four .control-group,
  .column .gap-11.one-five .control-group,
  .column .gap-11.one-six .control-group,
  .column .gap-11.one-seven .control-group,
  .column .gap-11.one-one .formly > *,
  .column .gap-11.one-two .formly > *,
  .column .gap-11.one-three .formly > *,
  .column .gap-11.one-four .formly > *,
  .column .gap-11.one-five .formly > *,
  .column .gap-11.one-six .formly > *,
  .column .gap-11.one-seven .formly > *,
  .column .gap-11.one-one.img-aside .more-items-item,
  .column .gap-11.one-two.img-aside .more-items-item,
  .column .gap-11.one-three.img-aside .more-items-item,
  .column .gap-11.one-four.img-aside .more-items-item,
  .column .gap-11.one-five.img-aside .more-items-item,
  .column .gap-11.one-six.img-aside .more-items-item,
  .column .gap-11.one-seven.img-aside .more-items-item,
  .column .gap-11.one-one.landing li,
  .column .gap-11.one-two.landing li,
  .column .gap-11.one-three.landing li,
  .column .gap-11.one-four.landing li,
  .column .gap-11.one-five.landing li,
  .column .gap-11.one-six.landing li,
  .column .gap-11.one-seven.landing li {
    width: calc(100% -  11px);
  }
  .column .gap-11 .pagination-page,
  .column .gap-11 .pagination.more .pagination-more,
  .column .gap-11 .pagination.showmore-inline .pagination-page,
  .column .gap-11 .load-more-bt {
    width: auto;
    margin-left: 5.5px !important;
    margin-right: 5.5px !important;
  }
  .column .gap-11.tabs-col {
    padding-left: 14.5px !important;
    padding-right: 14.5px !important;
  }
  .column .gap-11.nowrap .more-items-item,
  .column .gap-11.nowrap .more-video-item,
  .column .gap-11.nowrap .galleries-item,
  .column .gap-11.nowrap .socialstream-item,
  .column .gap-11.nowrap .control-group,
  .column .gap-11.nowrap .formly > *,
  .column .gap-11.nowrap.img-aside .more-items-item,
  .column .gap-11.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-11:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-10 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .column .gap-10.img-aside.one-one .more-items-item,
  .column .gap-10.img-aside.one-two .more-items-item,
  .column .gap-10.img-aside.one-three .more-items-item,
  .column .gap-10.img-aside.one-four .more-items-item,
  .column .gap-10.img-aside.one-five .more-items-item,
  .column .gap-10.img-aside.one-six .more-items-item,
  .column .gap-10.img-aside.one-seven .more-items-item {
    width: calc(100% -  10px);
  }
  .column .gap-10.one-one .more-items-item,
  .column .gap-10.one-two .more-items-item,
  .column .gap-10.one-three .more-items-item,
  .column .gap-10.one-four .more-items-item,
  .column .gap-10.one-five .more-items-item,
  .column .gap-10.one-six .more-items-item,
  .column .gap-10.one-seven .more-items-item,
  .column .gap-10.one-one .more-video-item,
  .column .gap-10.one-two .more-video-item,
  .column .gap-10.one-three .more-video-item,
  .column .gap-10.one-four .more-video-item,
  .column .gap-10.one-five .more-video-item,
  .column .gap-10.one-six .more-video-item,
  .column .gap-10.one-seven .more-video-item,
  .column .gap-10.one-one .galleries-item,
  .column .gap-10.one-two .galleries-item,
  .column .gap-10.one-three .galleries-item,
  .column .gap-10.one-four .galleries-item,
  .column .gap-10.one-five .galleries-item,
  .column .gap-10.one-six .galleries-item,
  .column .gap-10.one-seven .galleries-item,
  .column .gap-10.one-one .socialstream-item,
  .column .gap-10.one-two .socialstream-item,
  .column .gap-10.one-three .socialstream-item,
  .column .gap-10.one-four .socialstream-item,
  .column .gap-10.one-five .socialstream-item,
  .column .gap-10.one-six .socialstream-item,
  .column .gap-10.one-seven .socialstream-item,
  .column .gap-10.one-one .control-group,
  .column .gap-10.one-two .control-group,
  .column .gap-10.one-three .control-group,
  .column .gap-10.one-four .control-group,
  .column .gap-10.one-five .control-group,
  .column .gap-10.one-six .control-group,
  .column .gap-10.one-seven .control-group,
  .column .gap-10.one-one .formly > *,
  .column .gap-10.one-two .formly > *,
  .column .gap-10.one-three .formly > *,
  .column .gap-10.one-four .formly > *,
  .column .gap-10.one-five .formly > *,
  .column .gap-10.one-six .formly > *,
  .column .gap-10.one-seven .formly > *,
  .column .gap-10.one-one.img-aside .more-items-item,
  .column .gap-10.one-two.img-aside .more-items-item,
  .column .gap-10.one-three.img-aside .more-items-item,
  .column .gap-10.one-four.img-aside .more-items-item,
  .column .gap-10.one-five.img-aside .more-items-item,
  .column .gap-10.one-six.img-aside .more-items-item,
  .column .gap-10.one-seven.img-aside .more-items-item,
  .column .gap-10.one-one.landing li,
  .column .gap-10.one-two.landing li,
  .column .gap-10.one-three.landing li,
  .column .gap-10.one-four.landing li,
  .column .gap-10.one-five.landing li,
  .column .gap-10.one-six.landing li,
  .column .gap-10.one-seven.landing li {
    width: calc(100% -  10px);
  }
  .column .gap-10 .pagination-page,
  .column .gap-10 .pagination.more .pagination-more,
  .column .gap-10 .pagination.showmore-inline .pagination-page,
  .column .gap-10 .load-more-bt {
    width: auto;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .column .gap-10.tabs-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .column .gap-10.nowrap .more-items-item,
  .column .gap-10.nowrap .more-video-item,
  .column .gap-10.nowrap .galleries-item,
  .column .gap-10.nowrap .socialstream-item,
  .column .gap-10.nowrap .control-group,
  .column .gap-10.nowrap .formly > *,
  .column .gap-10.nowrap.img-aside .more-items-item,
  .column .gap-10.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-10:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-9 {
    padding-left: 15.5px !important;
    padding-right: 15.5px !important;
  }
  .column .gap-9.img-aside.one-one .more-items-item,
  .column .gap-9.img-aside.one-two .more-items-item,
  .column .gap-9.img-aside.one-three .more-items-item,
  .column .gap-9.img-aside.one-four .more-items-item,
  .column .gap-9.img-aside.one-five .more-items-item,
  .column .gap-9.img-aside.one-six .more-items-item,
  .column .gap-9.img-aside.one-seven .more-items-item {
    width: calc(100% -  9px);
  }
  .column .gap-9.one-one .more-items-item,
  .column .gap-9.one-two .more-items-item,
  .column .gap-9.one-three .more-items-item,
  .column .gap-9.one-four .more-items-item,
  .column .gap-9.one-five .more-items-item,
  .column .gap-9.one-six .more-items-item,
  .column .gap-9.one-seven .more-items-item,
  .column .gap-9.one-one .more-video-item,
  .column .gap-9.one-two .more-video-item,
  .column .gap-9.one-three .more-video-item,
  .column .gap-9.one-four .more-video-item,
  .column .gap-9.one-five .more-video-item,
  .column .gap-9.one-six .more-video-item,
  .column .gap-9.one-seven .more-video-item,
  .column .gap-9.one-one .galleries-item,
  .column .gap-9.one-two .galleries-item,
  .column .gap-9.one-three .galleries-item,
  .column .gap-9.one-four .galleries-item,
  .column .gap-9.one-five .galleries-item,
  .column .gap-9.one-six .galleries-item,
  .column .gap-9.one-seven .galleries-item,
  .column .gap-9.one-one .socialstream-item,
  .column .gap-9.one-two .socialstream-item,
  .column .gap-9.one-three .socialstream-item,
  .column .gap-9.one-four .socialstream-item,
  .column .gap-9.one-five .socialstream-item,
  .column .gap-9.one-six .socialstream-item,
  .column .gap-9.one-seven .socialstream-item,
  .column .gap-9.one-one .control-group,
  .column .gap-9.one-two .control-group,
  .column .gap-9.one-three .control-group,
  .column .gap-9.one-four .control-group,
  .column .gap-9.one-five .control-group,
  .column .gap-9.one-six .control-group,
  .column .gap-9.one-seven .control-group,
  .column .gap-9.one-one .formly > *,
  .column .gap-9.one-two .formly > *,
  .column .gap-9.one-three .formly > *,
  .column .gap-9.one-four .formly > *,
  .column .gap-9.one-five .formly > *,
  .column .gap-9.one-six .formly > *,
  .column .gap-9.one-seven .formly > *,
  .column .gap-9.one-one.img-aside .more-items-item,
  .column .gap-9.one-two.img-aside .more-items-item,
  .column .gap-9.one-three.img-aside .more-items-item,
  .column .gap-9.one-four.img-aside .more-items-item,
  .column .gap-9.one-five.img-aside .more-items-item,
  .column .gap-9.one-six.img-aside .more-items-item,
  .column .gap-9.one-seven.img-aside .more-items-item,
  .column .gap-9.one-one.landing li,
  .column .gap-9.one-two.landing li,
  .column .gap-9.one-three.landing li,
  .column .gap-9.one-four.landing li,
  .column .gap-9.one-five.landing li,
  .column .gap-9.one-six.landing li,
  .column .gap-9.one-seven.landing li {
    width: calc(100% -  9px);
  }
  .column .gap-9 .pagination-page,
  .column .gap-9 .pagination.more .pagination-more,
  .column .gap-9 .pagination.showmore-inline .pagination-page,
  .column .gap-9 .load-more-bt {
    width: auto;
    margin-left: 4.5px !important;
    margin-right: 4.5px !important;
  }
  .column .gap-9.tabs-col {
    padding-left: 15.5px !important;
    padding-right: 15.5px !important;
  }
  .column .gap-9.nowrap .more-items-item,
  .column .gap-9.nowrap .more-video-item,
  .column .gap-9.nowrap .galleries-item,
  .column .gap-9.nowrap .socialstream-item,
  .column .gap-9.nowrap .control-group,
  .column .gap-9.nowrap .formly > *,
  .column .gap-9.nowrap.img-aside .more-items-item,
  .column .gap-9.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-9:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .column .gap-8.img-aside.one-one .more-items-item,
  .column .gap-8.img-aside.one-two .more-items-item,
  .column .gap-8.img-aside.one-three .more-items-item,
  .column .gap-8.img-aside.one-four .more-items-item,
  .column .gap-8.img-aside.one-five .more-items-item,
  .column .gap-8.img-aside.one-six .more-items-item,
  .column .gap-8.img-aside.one-seven .more-items-item {
    width: calc(100% -  8px);
  }
  .column .gap-8.one-one .more-items-item,
  .column .gap-8.one-two .more-items-item,
  .column .gap-8.one-three .more-items-item,
  .column .gap-8.one-four .more-items-item,
  .column .gap-8.one-five .more-items-item,
  .column .gap-8.one-six .more-items-item,
  .column .gap-8.one-seven .more-items-item,
  .column .gap-8.one-one .more-video-item,
  .column .gap-8.one-two .more-video-item,
  .column .gap-8.one-three .more-video-item,
  .column .gap-8.one-four .more-video-item,
  .column .gap-8.one-five .more-video-item,
  .column .gap-8.one-six .more-video-item,
  .column .gap-8.one-seven .more-video-item,
  .column .gap-8.one-one .galleries-item,
  .column .gap-8.one-two .galleries-item,
  .column .gap-8.one-three .galleries-item,
  .column .gap-8.one-four .galleries-item,
  .column .gap-8.one-five .galleries-item,
  .column .gap-8.one-six .galleries-item,
  .column .gap-8.one-seven .galleries-item,
  .column .gap-8.one-one .socialstream-item,
  .column .gap-8.one-two .socialstream-item,
  .column .gap-8.one-three .socialstream-item,
  .column .gap-8.one-four .socialstream-item,
  .column .gap-8.one-five .socialstream-item,
  .column .gap-8.one-six .socialstream-item,
  .column .gap-8.one-seven .socialstream-item,
  .column .gap-8.one-one .control-group,
  .column .gap-8.one-two .control-group,
  .column .gap-8.one-three .control-group,
  .column .gap-8.one-four .control-group,
  .column .gap-8.one-five .control-group,
  .column .gap-8.one-six .control-group,
  .column .gap-8.one-seven .control-group,
  .column .gap-8.one-one .formly > *,
  .column .gap-8.one-two .formly > *,
  .column .gap-8.one-three .formly > *,
  .column .gap-8.one-four .formly > *,
  .column .gap-8.one-five .formly > *,
  .column .gap-8.one-six .formly > *,
  .column .gap-8.one-seven .formly > *,
  .column .gap-8.one-one.img-aside .more-items-item,
  .column .gap-8.one-two.img-aside .more-items-item,
  .column .gap-8.one-three.img-aside .more-items-item,
  .column .gap-8.one-four.img-aside .more-items-item,
  .column .gap-8.one-five.img-aside .more-items-item,
  .column .gap-8.one-six.img-aside .more-items-item,
  .column .gap-8.one-seven.img-aside .more-items-item,
  .column .gap-8.one-one.landing li,
  .column .gap-8.one-two.landing li,
  .column .gap-8.one-three.landing li,
  .column .gap-8.one-four.landing li,
  .column .gap-8.one-five.landing li,
  .column .gap-8.one-six.landing li,
  .column .gap-8.one-seven.landing li {
    width: calc(100% -  8px);
  }
  .column .gap-8 .pagination-page,
  .column .gap-8 .pagination.more .pagination-more,
  .column .gap-8 .pagination.showmore-inline .pagination-page,
  .column .gap-8 .load-more-bt {
    width: auto;
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .column .gap-8.tabs-col {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .column .gap-8.nowrap .more-items-item,
  .column .gap-8.nowrap .more-video-item,
  .column .gap-8.nowrap .galleries-item,
  .column .gap-8.nowrap .socialstream-item,
  .column .gap-8.nowrap .control-group,
  .column .gap-8.nowrap .formly > *,
  .column .gap-8.nowrap.img-aside .more-items-item,
  .column .gap-8.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-8:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-7 {
    padding-left: 16.5px !important;
    padding-right: 16.5px !important;
  }
  .column .gap-7.img-aside.one-one .more-items-item,
  .column .gap-7.img-aside.one-two .more-items-item,
  .column .gap-7.img-aside.one-three .more-items-item,
  .column .gap-7.img-aside.one-four .more-items-item,
  .column .gap-7.img-aside.one-five .more-items-item,
  .column .gap-7.img-aside.one-six .more-items-item,
  .column .gap-7.img-aside.one-seven .more-items-item {
    width: calc(100% -  7px);
  }
  .column .gap-7.one-one .more-items-item,
  .column .gap-7.one-two .more-items-item,
  .column .gap-7.one-three .more-items-item,
  .column .gap-7.one-four .more-items-item,
  .column .gap-7.one-five .more-items-item,
  .column .gap-7.one-six .more-items-item,
  .column .gap-7.one-seven .more-items-item,
  .column .gap-7.one-one .more-video-item,
  .column .gap-7.one-two .more-video-item,
  .column .gap-7.one-three .more-video-item,
  .column .gap-7.one-four .more-video-item,
  .column .gap-7.one-five .more-video-item,
  .column .gap-7.one-six .more-video-item,
  .column .gap-7.one-seven .more-video-item,
  .column .gap-7.one-one .galleries-item,
  .column .gap-7.one-two .galleries-item,
  .column .gap-7.one-three .galleries-item,
  .column .gap-7.one-four .galleries-item,
  .column .gap-7.one-five .galleries-item,
  .column .gap-7.one-six .galleries-item,
  .column .gap-7.one-seven .galleries-item,
  .column .gap-7.one-one .socialstream-item,
  .column .gap-7.one-two .socialstream-item,
  .column .gap-7.one-three .socialstream-item,
  .column .gap-7.one-four .socialstream-item,
  .column .gap-7.one-five .socialstream-item,
  .column .gap-7.one-six .socialstream-item,
  .column .gap-7.one-seven .socialstream-item,
  .column .gap-7.one-one .control-group,
  .column .gap-7.one-two .control-group,
  .column .gap-7.one-three .control-group,
  .column .gap-7.one-four .control-group,
  .column .gap-7.one-five .control-group,
  .column .gap-7.one-six .control-group,
  .column .gap-7.one-seven .control-group,
  .column .gap-7.one-one .formly > *,
  .column .gap-7.one-two .formly > *,
  .column .gap-7.one-three .formly > *,
  .column .gap-7.one-four .formly > *,
  .column .gap-7.one-five .formly > *,
  .column .gap-7.one-six .formly > *,
  .column .gap-7.one-seven .formly > *,
  .column .gap-7.one-one.img-aside .more-items-item,
  .column .gap-7.one-two.img-aside .more-items-item,
  .column .gap-7.one-three.img-aside .more-items-item,
  .column .gap-7.one-four.img-aside .more-items-item,
  .column .gap-7.one-five.img-aside .more-items-item,
  .column .gap-7.one-six.img-aside .more-items-item,
  .column .gap-7.one-seven.img-aside .more-items-item,
  .column .gap-7.one-one.landing li,
  .column .gap-7.one-two.landing li,
  .column .gap-7.one-three.landing li,
  .column .gap-7.one-four.landing li,
  .column .gap-7.one-five.landing li,
  .column .gap-7.one-six.landing li,
  .column .gap-7.one-seven.landing li {
    width: calc(100% -  7px);
  }
  .column .gap-7 .pagination-page,
  .column .gap-7 .pagination.more .pagination-more,
  .column .gap-7 .pagination.showmore-inline .pagination-page,
  .column .gap-7 .load-more-bt {
    width: auto;
    margin-left: 3.5px !important;
    margin-right: 3.5px !important;
  }
  .column .gap-7.tabs-col {
    padding-left: 16.5px !important;
    padding-right: 16.5px !important;
  }
  .column .gap-7.nowrap .more-items-item,
  .column .gap-7.nowrap .more-video-item,
  .column .gap-7.nowrap .galleries-item,
  .column .gap-7.nowrap .socialstream-item,
  .column .gap-7.nowrap .control-group,
  .column .gap-7.nowrap .formly > *,
  .column .gap-7.nowrap.img-aside .more-items-item,
  .column .gap-7.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-7:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-6 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .column .gap-6.img-aside.one-one .more-items-item,
  .column .gap-6.img-aside.one-two .more-items-item,
  .column .gap-6.img-aside.one-three .more-items-item,
  .column .gap-6.img-aside.one-four .more-items-item,
  .column .gap-6.img-aside.one-five .more-items-item,
  .column .gap-6.img-aside.one-six .more-items-item,
  .column .gap-6.img-aside.one-seven .more-items-item {
    width: calc(100% -  6px);
  }
  .column .gap-6.one-one .more-items-item,
  .column .gap-6.one-two .more-items-item,
  .column .gap-6.one-three .more-items-item,
  .column .gap-6.one-four .more-items-item,
  .column .gap-6.one-five .more-items-item,
  .column .gap-6.one-six .more-items-item,
  .column .gap-6.one-seven .more-items-item,
  .column .gap-6.one-one .more-video-item,
  .column .gap-6.one-two .more-video-item,
  .column .gap-6.one-three .more-video-item,
  .column .gap-6.one-four .more-video-item,
  .column .gap-6.one-five .more-video-item,
  .column .gap-6.one-six .more-video-item,
  .column .gap-6.one-seven .more-video-item,
  .column .gap-6.one-one .galleries-item,
  .column .gap-6.one-two .galleries-item,
  .column .gap-6.one-three .galleries-item,
  .column .gap-6.one-four .galleries-item,
  .column .gap-6.one-five .galleries-item,
  .column .gap-6.one-six .galleries-item,
  .column .gap-6.one-seven .galleries-item,
  .column .gap-6.one-one .socialstream-item,
  .column .gap-6.one-two .socialstream-item,
  .column .gap-6.one-three .socialstream-item,
  .column .gap-6.one-four .socialstream-item,
  .column .gap-6.one-five .socialstream-item,
  .column .gap-6.one-six .socialstream-item,
  .column .gap-6.one-seven .socialstream-item,
  .column .gap-6.one-one .control-group,
  .column .gap-6.one-two .control-group,
  .column .gap-6.one-three .control-group,
  .column .gap-6.one-four .control-group,
  .column .gap-6.one-five .control-group,
  .column .gap-6.one-six .control-group,
  .column .gap-6.one-seven .control-group,
  .column .gap-6.one-one .formly > *,
  .column .gap-6.one-two .formly > *,
  .column .gap-6.one-three .formly > *,
  .column .gap-6.one-four .formly > *,
  .column .gap-6.one-five .formly > *,
  .column .gap-6.one-six .formly > *,
  .column .gap-6.one-seven .formly > *,
  .column .gap-6.one-one.img-aside .more-items-item,
  .column .gap-6.one-two.img-aside .more-items-item,
  .column .gap-6.one-three.img-aside .more-items-item,
  .column .gap-6.one-four.img-aside .more-items-item,
  .column .gap-6.one-five.img-aside .more-items-item,
  .column .gap-6.one-six.img-aside .more-items-item,
  .column .gap-6.one-seven.img-aside .more-items-item,
  .column .gap-6.one-one.landing li,
  .column .gap-6.one-two.landing li,
  .column .gap-6.one-three.landing li,
  .column .gap-6.one-four.landing li,
  .column .gap-6.one-five.landing li,
  .column .gap-6.one-six.landing li,
  .column .gap-6.one-seven.landing li {
    width: calc(100% -  6px);
  }
  .column .gap-6 .pagination-page,
  .column .gap-6 .pagination.more .pagination-more,
  .column .gap-6 .pagination.showmore-inline .pagination-page,
  .column .gap-6 .load-more-bt {
    width: auto;
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .column .gap-6.tabs-col {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .column .gap-6.nowrap .more-items-item,
  .column .gap-6.nowrap .more-video-item,
  .column .gap-6.nowrap .galleries-item,
  .column .gap-6.nowrap .socialstream-item,
  .column .gap-6.nowrap .control-group,
  .column .gap-6.nowrap .formly > *,
  .column .gap-6.nowrap.img-aside .more-items-item,
  .column .gap-6.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-6:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-5 {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
  .column .gap-5.img-aside.one-one .more-items-item,
  .column .gap-5.img-aside.one-two .more-items-item,
  .column .gap-5.img-aside.one-three .more-items-item,
  .column .gap-5.img-aside.one-four .more-items-item,
  .column .gap-5.img-aside.one-five .more-items-item,
  .column .gap-5.img-aside.one-six .more-items-item,
  .column .gap-5.img-aside.one-seven .more-items-item {
    width: calc(100% -  5px);
  }
  .column .gap-5.one-one .more-items-item,
  .column .gap-5.one-two .more-items-item,
  .column .gap-5.one-three .more-items-item,
  .column .gap-5.one-four .more-items-item,
  .column .gap-5.one-five .more-items-item,
  .column .gap-5.one-six .more-items-item,
  .column .gap-5.one-seven .more-items-item,
  .column .gap-5.one-one .more-video-item,
  .column .gap-5.one-two .more-video-item,
  .column .gap-5.one-three .more-video-item,
  .column .gap-5.one-four .more-video-item,
  .column .gap-5.one-five .more-video-item,
  .column .gap-5.one-six .more-video-item,
  .column .gap-5.one-seven .more-video-item,
  .column .gap-5.one-one .galleries-item,
  .column .gap-5.one-two .galleries-item,
  .column .gap-5.one-three .galleries-item,
  .column .gap-5.one-four .galleries-item,
  .column .gap-5.one-five .galleries-item,
  .column .gap-5.one-six .galleries-item,
  .column .gap-5.one-seven .galleries-item,
  .column .gap-5.one-one .socialstream-item,
  .column .gap-5.one-two .socialstream-item,
  .column .gap-5.one-three .socialstream-item,
  .column .gap-5.one-four .socialstream-item,
  .column .gap-5.one-five .socialstream-item,
  .column .gap-5.one-six .socialstream-item,
  .column .gap-5.one-seven .socialstream-item,
  .column .gap-5.one-one .control-group,
  .column .gap-5.one-two .control-group,
  .column .gap-5.one-three .control-group,
  .column .gap-5.one-four .control-group,
  .column .gap-5.one-five .control-group,
  .column .gap-5.one-six .control-group,
  .column .gap-5.one-seven .control-group,
  .column .gap-5.one-one .formly > *,
  .column .gap-5.one-two .formly > *,
  .column .gap-5.one-three .formly > *,
  .column .gap-5.one-four .formly > *,
  .column .gap-5.one-five .formly > *,
  .column .gap-5.one-six .formly > *,
  .column .gap-5.one-seven .formly > *,
  .column .gap-5.one-one.img-aside .more-items-item,
  .column .gap-5.one-two.img-aside .more-items-item,
  .column .gap-5.one-three.img-aside .more-items-item,
  .column .gap-5.one-four.img-aside .more-items-item,
  .column .gap-5.one-five.img-aside .more-items-item,
  .column .gap-5.one-six.img-aside .more-items-item,
  .column .gap-5.one-seven.img-aside .more-items-item,
  .column .gap-5.one-one.landing li,
  .column .gap-5.one-two.landing li,
  .column .gap-5.one-three.landing li,
  .column .gap-5.one-four.landing li,
  .column .gap-5.one-five.landing li,
  .column .gap-5.one-six.landing li,
  .column .gap-5.one-seven.landing li {
    width: calc(100% -  5px);
  }
  .column .gap-5 .pagination-page,
  .column .gap-5 .pagination.more .pagination-more,
  .column .gap-5 .pagination.showmore-inline .pagination-page,
  .column .gap-5 .load-more-bt {
    width: auto;
    margin-left: 2.5px !important;
    margin-right: 2.5px !important;
  }
  .column .gap-5.tabs-col {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
  .column .gap-5.nowrap .more-items-item,
  .column .gap-5.nowrap .more-video-item,
  .column .gap-5.nowrap .galleries-item,
  .column .gap-5.nowrap .socialstream-item,
  .column .gap-5.nowrap .control-group,
  .column .gap-5.nowrap .formly > *,
  .column .gap-5.nowrap.img-aside .more-items-item,
  .column .gap-5.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-5:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-4 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .column .gap-4.img-aside.one-one .more-items-item,
  .column .gap-4.img-aside.one-two .more-items-item,
  .column .gap-4.img-aside.one-three .more-items-item,
  .column .gap-4.img-aside.one-four .more-items-item,
  .column .gap-4.img-aside.one-five .more-items-item,
  .column .gap-4.img-aside.one-six .more-items-item,
  .column .gap-4.img-aside.one-seven .more-items-item {
    width: calc(100% -  4px);
  }
  .column .gap-4.one-one .more-items-item,
  .column .gap-4.one-two .more-items-item,
  .column .gap-4.one-three .more-items-item,
  .column .gap-4.one-four .more-items-item,
  .column .gap-4.one-five .more-items-item,
  .column .gap-4.one-six .more-items-item,
  .column .gap-4.one-seven .more-items-item,
  .column .gap-4.one-one .more-video-item,
  .column .gap-4.one-two .more-video-item,
  .column .gap-4.one-three .more-video-item,
  .column .gap-4.one-four .more-video-item,
  .column .gap-4.one-five .more-video-item,
  .column .gap-4.one-six .more-video-item,
  .column .gap-4.one-seven .more-video-item,
  .column .gap-4.one-one .galleries-item,
  .column .gap-4.one-two .galleries-item,
  .column .gap-4.one-three .galleries-item,
  .column .gap-4.one-four .galleries-item,
  .column .gap-4.one-five .galleries-item,
  .column .gap-4.one-six .galleries-item,
  .column .gap-4.one-seven .galleries-item,
  .column .gap-4.one-one .socialstream-item,
  .column .gap-4.one-two .socialstream-item,
  .column .gap-4.one-three .socialstream-item,
  .column .gap-4.one-four .socialstream-item,
  .column .gap-4.one-five .socialstream-item,
  .column .gap-4.one-six .socialstream-item,
  .column .gap-4.one-seven .socialstream-item,
  .column .gap-4.one-one .control-group,
  .column .gap-4.one-two .control-group,
  .column .gap-4.one-three .control-group,
  .column .gap-4.one-four .control-group,
  .column .gap-4.one-five .control-group,
  .column .gap-4.one-six .control-group,
  .column .gap-4.one-seven .control-group,
  .column .gap-4.one-one .formly > *,
  .column .gap-4.one-two .formly > *,
  .column .gap-4.one-three .formly > *,
  .column .gap-4.one-four .formly > *,
  .column .gap-4.one-five .formly > *,
  .column .gap-4.one-six .formly > *,
  .column .gap-4.one-seven .formly > *,
  .column .gap-4.one-one.img-aside .more-items-item,
  .column .gap-4.one-two.img-aside .more-items-item,
  .column .gap-4.one-three.img-aside .more-items-item,
  .column .gap-4.one-four.img-aside .more-items-item,
  .column .gap-4.one-five.img-aside .more-items-item,
  .column .gap-4.one-six.img-aside .more-items-item,
  .column .gap-4.one-seven.img-aside .more-items-item,
  .column .gap-4.one-one.landing li,
  .column .gap-4.one-two.landing li,
  .column .gap-4.one-three.landing li,
  .column .gap-4.one-four.landing li,
  .column .gap-4.one-five.landing li,
  .column .gap-4.one-six.landing li,
  .column .gap-4.one-seven.landing li {
    width: calc(100% -  4px);
  }
  .column .gap-4 .pagination-page,
  .column .gap-4 .pagination.more .pagination-more,
  .column .gap-4 .pagination.showmore-inline .pagination-page,
  .column .gap-4 .load-more-bt {
    width: auto;
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .column .gap-4.tabs-col {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .column .gap-4.nowrap .more-items-item,
  .column .gap-4.nowrap .more-video-item,
  .column .gap-4.nowrap .galleries-item,
  .column .gap-4.nowrap .socialstream-item,
  .column .gap-4.nowrap .control-group,
  .column .gap-4.nowrap .formly > *,
  .column .gap-4.nowrap.img-aside .more-items-item,
  .column .gap-4.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-4:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-3 {
    padding-left: 18.5px !important;
    padding-right: 18.5px !important;
  }
  .column .gap-3.img-aside.one-one .more-items-item,
  .column .gap-3.img-aside.one-two .more-items-item,
  .column .gap-3.img-aside.one-three .more-items-item,
  .column .gap-3.img-aside.one-four .more-items-item,
  .column .gap-3.img-aside.one-five .more-items-item,
  .column .gap-3.img-aside.one-six .more-items-item,
  .column .gap-3.img-aside.one-seven .more-items-item {
    width: calc(100% -  3px);
  }
  .column .gap-3.one-one .more-items-item,
  .column .gap-3.one-two .more-items-item,
  .column .gap-3.one-three .more-items-item,
  .column .gap-3.one-four .more-items-item,
  .column .gap-3.one-five .more-items-item,
  .column .gap-3.one-six .more-items-item,
  .column .gap-3.one-seven .more-items-item,
  .column .gap-3.one-one .more-video-item,
  .column .gap-3.one-two .more-video-item,
  .column .gap-3.one-three .more-video-item,
  .column .gap-3.one-four .more-video-item,
  .column .gap-3.one-five .more-video-item,
  .column .gap-3.one-six .more-video-item,
  .column .gap-3.one-seven .more-video-item,
  .column .gap-3.one-one .galleries-item,
  .column .gap-3.one-two .galleries-item,
  .column .gap-3.one-three .galleries-item,
  .column .gap-3.one-four .galleries-item,
  .column .gap-3.one-five .galleries-item,
  .column .gap-3.one-six .galleries-item,
  .column .gap-3.one-seven .galleries-item,
  .column .gap-3.one-one .socialstream-item,
  .column .gap-3.one-two .socialstream-item,
  .column .gap-3.one-three .socialstream-item,
  .column .gap-3.one-four .socialstream-item,
  .column .gap-3.one-five .socialstream-item,
  .column .gap-3.one-six .socialstream-item,
  .column .gap-3.one-seven .socialstream-item,
  .column .gap-3.one-one .control-group,
  .column .gap-3.one-two .control-group,
  .column .gap-3.one-three .control-group,
  .column .gap-3.one-four .control-group,
  .column .gap-3.one-five .control-group,
  .column .gap-3.one-six .control-group,
  .column .gap-3.one-seven .control-group,
  .column .gap-3.one-one .formly > *,
  .column .gap-3.one-two .formly > *,
  .column .gap-3.one-three .formly > *,
  .column .gap-3.one-four .formly > *,
  .column .gap-3.one-five .formly > *,
  .column .gap-3.one-six .formly > *,
  .column .gap-3.one-seven .formly > *,
  .column .gap-3.one-one.img-aside .more-items-item,
  .column .gap-3.one-two.img-aside .more-items-item,
  .column .gap-3.one-three.img-aside .more-items-item,
  .column .gap-3.one-four.img-aside .more-items-item,
  .column .gap-3.one-five.img-aside .more-items-item,
  .column .gap-3.one-six.img-aside .more-items-item,
  .column .gap-3.one-seven.img-aside .more-items-item,
  .column .gap-3.one-one.landing li,
  .column .gap-3.one-two.landing li,
  .column .gap-3.one-three.landing li,
  .column .gap-3.one-four.landing li,
  .column .gap-3.one-five.landing li,
  .column .gap-3.one-six.landing li,
  .column .gap-3.one-seven.landing li {
    width: calc(100% -  3px);
  }
  .column .gap-3 .pagination-page,
  .column .gap-3 .pagination.more .pagination-more,
  .column .gap-3 .pagination.showmore-inline .pagination-page,
  .column .gap-3 .load-more-bt {
    width: auto;
    margin-left: 1.5px !important;
    margin-right: 1.5px !important;
  }
  .column .gap-3.tabs-col {
    padding-left: 18.5px !important;
    padding-right: 18.5px !important;
  }
  .column .gap-3.nowrap .more-items-item,
  .column .gap-3.nowrap .more-video-item,
  .column .gap-3.nowrap .galleries-item,
  .column .gap-3.nowrap .socialstream-item,
  .column .gap-3.nowrap .control-group,
  .column .gap-3.nowrap .formly > *,
  .column .gap-3.nowrap.img-aside .more-items-item,
  .column .gap-3.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-3:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-2 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .column .gap-2.img-aside.one-one .more-items-item,
  .column .gap-2.img-aside.one-two .more-items-item,
  .column .gap-2.img-aside.one-three .more-items-item,
  .column .gap-2.img-aside.one-four .more-items-item,
  .column .gap-2.img-aside.one-five .more-items-item,
  .column .gap-2.img-aside.one-six .more-items-item,
  .column .gap-2.img-aside.one-seven .more-items-item {
    width: calc(100% -  2px);
  }
  .column .gap-2.one-one .more-items-item,
  .column .gap-2.one-two .more-items-item,
  .column .gap-2.one-three .more-items-item,
  .column .gap-2.one-four .more-items-item,
  .column .gap-2.one-five .more-items-item,
  .column .gap-2.one-six .more-items-item,
  .column .gap-2.one-seven .more-items-item,
  .column .gap-2.one-one .more-video-item,
  .column .gap-2.one-two .more-video-item,
  .column .gap-2.one-three .more-video-item,
  .column .gap-2.one-four .more-video-item,
  .column .gap-2.one-five .more-video-item,
  .column .gap-2.one-six .more-video-item,
  .column .gap-2.one-seven .more-video-item,
  .column .gap-2.one-one .galleries-item,
  .column .gap-2.one-two .galleries-item,
  .column .gap-2.one-three .galleries-item,
  .column .gap-2.one-four .galleries-item,
  .column .gap-2.one-five .galleries-item,
  .column .gap-2.one-six .galleries-item,
  .column .gap-2.one-seven .galleries-item,
  .column .gap-2.one-one .socialstream-item,
  .column .gap-2.one-two .socialstream-item,
  .column .gap-2.one-three .socialstream-item,
  .column .gap-2.one-four .socialstream-item,
  .column .gap-2.one-five .socialstream-item,
  .column .gap-2.one-six .socialstream-item,
  .column .gap-2.one-seven .socialstream-item,
  .column .gap-2.one-one .control-group,
  .column .gap-2.one-two .control-group,
  .column .gap-2.one-three .control-group,
  .column .gap-2.one-four .control-group,
  .column .gap-2.one-five .control-group,
  .column .gap-2.one-six .control-group,
  .column .gap-2.one-seven .control-group,
  .column .gap-2.one-one .formly > *,
  .column .gap-2.one-two .formly > *,
  .column .gap-2.one-three .formly > *,
  .column .gap-2.one-four .formly > *,
  .column .gap-2.one-five .formly > *,
  .column .gap-2.one-six .formly > *,
  .column .gap-2.one-seven .formly > *,
  .column .gap-2.one-one.img-aside .more-items-item,
  .column .gap-2.one-two.img-aside .more-items-item,
  .column .gap-2.one-three.img-aside .more-items-item,
  .column .gap-2.one-four.img-aside .more-items-item,
  .column .gap-2.one-five.img-aside .more-items-item,
  .column .gap-2.one-six.img-aside .more-items-item,
  .column .gap-2.one-seven.img-aside .more-items-item,
  .column .gap-2.one-one.landing li,
  .column .gap-2.one-two.landing li,
  .column .gap-2.one-three.landing li,
  .column .gap-2.one-four.landing li,
  .column .gap-2.one-five.landing li,
  .column .gap-2.one-six.landing li,
  .column .gap-2.one-seven.landing li {
    width: calc(100% -  2px);
  }
  .column .gap-2 .pagination-page,
  .column .gap-2 .pagination.more .pagination-more,
  .column .gap-2 .pagination.showmore-inline .pagination-page,
  .column .gap-2 .load-more-bt {
    width: auto;
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .column .gap-2.tabs-col {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .column .gap-2.nowrap .more-items-item,
  .column .gap-2.nowrap .more-video-item,
  .column .gap-2.nowrap .galleries-item,
  .column .gap-2.nowrap .socialstream-item,
  .column .gap-2.nowrap .control-group,
  .column .gap-2.nowrap .formly > *,
  .column .gap-2.nowrap.img-aside .more-items-item,
  .column .gap-2.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-2:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-1 {
    padding-left: 19.5px !important;
    padding-right: 19.5px !important;
  }
  .column .gap-1.img-aside.one-one .more-items-item,
  .column .gap-1.img-aside.one-two .more-items-item,
  .column .gap-1.img-aside.one-three .more-items-item,
  .column .gap-1.img-aside.one-four .more-items-item,
  .column .gap-1.img-aside.one-five .more-items-item,
  .column .gap-1.img-aside.one-six .more-items-item,
  .column .gap-1.img-aside.one-seven .more-items-item {
    width: calc(100% -  1px);
  }
  .column .gap-1.one-one .more-items-item,
  .column .gap-1.one-two .more-items-item,
  .column .gap-1.one-three .more-items-item,
  .column .gap-1.one-four .more-items-item,
  .column .gap-1.one-five .more-items-item,
  .column .gap-1.one-six .more-items-item,
  .column .gap-1.one-seven .more-items-item,
  .column .gap-1.one-one .more-video-item,
  .column .gap-1.one-two .more-video-item,
  .column .gap-1.one-three .more-video-item,
  .column .gap-1.one-four .more-video-item,
  .column .gap-1.one-five .more-video-item,
  .column .gap-1.one-six .more-video-item,
  .column .gap-1.one-seven .more-video-item,
  .column .gap-1.one-one .galleries-item,
  .column .gap-1.one-two .galleries-item,
  .column .gap-1.one-three .galleries-item,
  .column .gap-1.one-four .galleries-item,
  .column .gap-1.one-five .galleries-item,
  .column .gap-1.one-six .galleries-item,
  .column .gap-1.one-seven .galleries-item,
  .column .gap-1.one-one .socialstream-item,
  .column .gap-1.one-two .socialstream-item,
  .column .gap-1.one-three .socialstream-item,
  .column .gap-1.one-four .socialstream-item,
  .column .gap-1.one-five .socialstream-item,
  .column .gap-1.one-six .socialstream-item,
  .column .gap-1.one-seven .socialstream-item,
  .column .gap-1.one-one .control-group,
  .column .gap-1.one-two .control-group,
  .column .gap-1.one-three .control-group,
  .column .gap-1.one-four .control-group,
  .column .gap-1.one-five .control-group,
  .column .gap-1.one-six .control-group,
  .column .gap-1.one-seven .control-group,
  .column .gap-1.one-one .formly > *,
  .column .gap-1.one-two .formly > *,
  .column .gap-1.one-three .formly > *,
  .column .gap-1.one-four .formly > *,
  .column .gap-1.one-five .formly > *,
  .column .gap-1.one-six .formly > *,
  .column .gap-1.one-seven .formly > *,
  .column .gap-1.one-one.img-aside .more-items-item,
  .column .gap-1.one-two.img-aside .more-items-item,
  .column .gap-1.one-three.img-aside .more-items-item,
  .column .gap-1.one-four.img-aside .more-items-item,
  .column .gap-1.one-five.img-aside .more-items-item,
  .column .gap-1.one-six.img-aside .more-items-item,
  .column .gap-1.one-seven.img-aside .more-items-item,
  .column .gap-1.one-one.landing li,
  .column .gap-1.one-two.landing li,
  .column .gap-1.one-three.landing li,
  .column .gap-1.one-four.landing li,
  .column .gap-1.one-five.landing li,
  .column .gap-1.one-six.landing li,
  .column .gap-1.one-seven.landing li {
    width: calc(100% -  1px);
  }
  .column .gap-1 .pagination-page,
  .column .gap-1 .pagination.more .pagination-more,
  .column .gap-1 .pagination.showmore-inline .pagination-page,
  .column .gap-1 .load-more-bt {
    width: auto;
    margin-left: 0.5px !important;
    margin-right: 0.5px !important;
  }
  .column .gap-1.tabs-col {
    padding-left: 19.5px !important;
    padding-right: 19.5px !important;
  }
  .column .gap-1.nowrap .more-items-item,
  .column .gap-1.nowrap .more-video-item,
  .column .gap-1.nowrap .galleries-item,
  .column .gap-1.nowrap .socialstream-item,
  .column .gap-1.nowrap .control-group,
  .column .gap-1.nowrap .formly > *,
  .column .gap-1.nowrap.img-aside .more-items-item,
  .column .gap-1.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-1:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .column .gap-0 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .column .gap-0.img-aside.one-one .more-items-item,
  .column .gap-0.img-aside.one-two .more-items-item,
  .column .gap-0.img-aside.one-three .more-items-item,
  .column .gap-0.img-aside.one-four .more-items-item,
  .column .gap-0.img-aside.one-five .more-items-item,
  .column .gap-0.img-aside.one-six .more-items-item,
  .column .gap-0.img-aside.one-seven .more-items-item {
    width: calc(100% -  0px);
  }
  .column .gap-0.one-one .more-items-item,
  .column .gap-0.one-two .more-items-item,
  .column .gap-0.one-three .more-items-item,
  .column .gap-0.one-four .more-items-item,
  .column .gap-0.one-five .more-items-item,
  .column .gap-0.one-six .more-items-item,
  .column .gap-0.one-seven .more-items-item,
  .column .gap-0.one-one .more-video-item,
  .column .gap-0.one-two .more-video-item,
  .column .gap-0.one-three .more-video-item,
  .column .gap-0.one-four .more-video-item,
  .column .gap-0.one-five .more-video-item,
  .column .gap-0.one-six .more-video-item,
  .column .gap-0.one-seven .more-video-item,
  .column .gap-0.one-one .galleries-item,
  .column .gap-0.one-two .galleries-item,
  .column .gap-0.one-three .galleries-item,
  .column .gap-0.one-four .galleries-item,
  .column .gap-0.one-five .galleries-item,
  .column .gap-0.one-six .galleries-item,
  .column .gap-0.one-seven .galleries-item,
  .column .gap-0.one-one .socialstream-item,
  .column .gap-0.one-two .socialstream-item,
  .column .gap-0.one-three .socialstream-item,
  .column .gap-0.one-four .socialstream-item,
  .column .gap-0.one-five .socialstream-item,
  .column .gap-0.one-six .socialstream-item,
  .column .gap-0.one-seven .socialstream-item,
  .column .gap-0.one-one .control-group,
  .column .gap-0.one-two .control-group,
  .column .gap-0.one-three .control-group,
  .column .gap-0.one-four .control-group,
  .column .gap-0.one-five .control-group,
  .column .gap-0.one-six .control-group,
  .column .gap-0.one-seven .control-group,
  .column .gap-0.one-one .formly > *,
  .column .gap-0.one-two .formly > *,
  .column .gap-0.one-three .formly > *,
  .column .gap-0.one-four .formly > *,
  .column .gap-0.one-five .formly > *,
  .column .gap-0.one-six .formly > *,
  .column .gap-0.one-seven .formly > *,
  .column .gap-0.one-one.img-aside .more-items-item,
  .column .gap-0.one-two.img-aside .more-items-item,
  .column .gap-0.one-three.img-aside .more-items-item,
  .column .gap-0.one-four.img-aside .more-items-item,
  .column .gap-0.one-five.img-aside .more-items-item,
  .column .gap-0.one-six.img-aside .more-items-item,
  .column .gap-0.one-seven.img-aside .more-items-item,
  .column .gap-0.one-one.landing li,
  .column .gap-0.one-two.landing li,
  .column .gap-0.one-three.landing li,
  .column .gap-0.one-four.landing li,
  .column .gap-0.one-five.landing li,
  .column .gap-0.one-six.landing li,
  .column .gap-0.one-seven.landing li {
    width: calc(100% -  0px);
  }
  .column .gap-0 .pagination-page,
  .column .gap-0 .pagination.more .pagination-more,
  .column .gap-0 .pagination.showmore-inline .pagination-page,
  .column .gap-0 .load-more-bt {
    width: auto;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .column .gap-0.tabs-col {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .column .gap-0.nowrap .more-items-item,
  .column .gap-0.nowrap .more-video-item,
  .column .gap-0.nowrap .galleries-item,
  .column .gap-0.nowrap .socialstream-item,
  .column .gap-0.nowrap .control-group,
  .column .gap-0.nowrap .formly > *,
  .column .gap-0.nowrap.img-aside .more-items-item,
  .column .gap-0.nowrap.landing li {
    margin-bottom: 20px !important;
  }
  .column .gap-0:not(.full-width) .more-items-item {
    margin-bottom: 20px;
  }
  .related-content .widget-title,
  .primary-content .widget-title {
    text-align: center;
  }
  .section-title,
  .widget-title {
    font-size: 28px;
  }
  .full-content .one-two,
  .full-content .one-three,
  .full-content .two-three,
  .full-content .one-four,
  .full-content .three-four,
  .full-content .one-five,
  .full-content .two-five,
  .full-content .three-five,
  .full-content .four-five,
  .one-seven {
    padding-left: 10px;
    padding-right: 10px;
  }
  .column > .widget:not(.article-view):not(.full-width),
  .column > .widget.more-items {
    padding-left: 20px ;
    padding-right: 20px ;
    padding-bottom: 0 !important;
  }
  .column:not(.related-content) > .widget:not(.article-view):not(.full-width) {
    padding-top: 20px;
  }
  .column .widget.article-video.article-view:not(.full-width) {
    padding: 0;
  }
  .column .widget.article-video.article-view:not(.full-width) .article {
    border: none;
    border-radius: 0;
  }
  .widget.article-view .article header > * {
    width: 90%;
  }
  .widget.article-view .article header > .article-view-title,
  .widget.article-view .article header > .article-view-intro,
  .widget.article-view .article header > .article-view-time {
    padding: 0 20px;
  }
  .column .widget-wrapper > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  .widget-wrapper:not(.full-width) {
    padding: 0 !important;
  }
  .pagination-page,
  .pagination.more .pagination-more,
  .pagination.showmore-inline .pagination-page,
  .load-more-bt {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 30px);
  }
  /* Slides */
  .home #home-highlights {
    margin-bottom: 0;
  }
  .slide-content {
    padding-bottom: 60px;
  }
  .center-box .slide:not(.bottom-box):not(.top-box) .slide-content,
  .slide:not(.bottom-box):not(.top-box) .slide-content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .widget:not(.bottom-box):not(.top-box) .article .slide:not(.bottom-box):not(.top-box) .slide-content,
  .widget:not(.bottom-box):not(.top-box) .article .slide .slide-content {
    padding-bottom: 0;
  }
  .slider-view .fotorama__arr {
    top: auto;
    margin-top: 0;
    bottom: 13px;
    z-index: 4;
  }
  .widget .fotorama__arr--next {
    right: 15px;
  }
  .widget .fotorama__arr--prev {
    left: 15px;
  }
  .widget:not(.boxed):not(.normal-text-position) > div > .fotorama .fotorama__stage__frame.fotorama__stage__frame--video .slide {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    background: none;
  }
  .widget:not(.boxed):not(.normal-text-position) > div > .fotorama .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content .btn:before {
    left: 50%;
    margin-left: -25px;
  }
  .widget:not(.boxed) .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content {
    text-align: center;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    padding: 40px 20px 70px;
  }
  .widget:not(.boxed) .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content .slide-title {
    margin-left: auto;
    margin-right: auto;
  }
  .widget:not(.boxed) .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content > * {
    max-width: 100%;
  }
  .slide-content .slide-title {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .slide-content > * {
    max-width: 100%;
  }
  .topstory-text-center .slide-content > * {
    max-width: 100%;
  }
  .slide-content,
  #footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .fotorama__video-play {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
  .widget .slides .fotorama__video-play:before {
    font-size: 45px;
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .more-items-item .fotorama__video-play {
    top: 50%;
  }
  /* Tabs */
  .tabs li a {
    text-align: center;
  }
  .tabs-end,
  .tabs-start {
    padding-top: 30px !important;
  }
  .tabs-end .widget-title,
  .tabs-start .widget-title,
  .tabs-end .section-title,
  .tabs-start .section-title {
    text-align: center;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .tabs-end header,
  .tabs-start header {
    position: relative;
    margin: 0 0 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tabs-end header .tabs,
  .tabs-start header .tabs {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .tabs-end header .tabs > li > a,
  .tabs-start header .tabs > li > a {
    margin: 0 12px;
  }
  .tabs-end .widget-title,
  .tabs-start .widget-title,
  .tabs-end .section-title,
  .tabs-start .section-title,
  .gap-0 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tabs-view header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tabs-col > header {
    margin-bottom: 20px;
    overflow: auto;
  }
  .tabs-col > header .tabs {
    width: max-content !important;
    margin-left: auto;
    margin-right: auto;
  }
  /* More Items */
  .more-items-item {
    margin-bottom: 15px;
  }
  .more-items-item .wrapper {
    padding: 15px 20px;
  }
  .img-aside .more-items-item .wrapper,
  .img-aside.center-box .more-items-item .wrapper {
    padding: 20px 10px;
  }
  .more-items .more-items-item h2,
  .more-items.text-over .more-items-item h2 {
    min-height: inherit;
    font-size: 24px;
  }
  .more-items-item .wrapper > * {
    margin: 3px 0;
  }
  .more-items-item > a img,
  .more-items-item .more-items-img-container img {
    padding: 15px 20px 0;
  }
  .large-text .more-items-item .wrapper h2,
  .large-text.img-aside .more-items-item .wrapper h2,
  .large-text.img-aside.tabs-col .more-items-item .wrapper h2,
  .large-text .more-items-item .wrapper h2,
  .large-text.text-over .more-items-item .wrapper h2 {
    min-height: inherit;
    font-size: 26px;
  }
  .img-aside.more-items .more-items-item h2 {
    font-size: 18px;
  }
  .img-aside.img-max-w .more-items-item > a,
  .img-aside.img-max-w .more-items-item .more-items-img-container {
    max-width: 100px;
  }
  .img-end.img-aside .more-items-item > a img,
  .img-end.img-aside .more-items-item .more-items-img-container img,
  .img-end-start.img-aside .more-items-item:nth-child(odd) > a img,
  .img-end-start.img-aside .more-items-item:nth-child(odd) .more-items-img-container img,
  .img-start-end.img-aside .more-items-item:nth-child(even) > a img,
  .img-start-end.img-aside .more-items-item:nth-child(even) .more-items-img-container img {
    padding: 15px 15px 0;
  }
  .text-over.full-width .wrapper {
    left: 0;
    right: 0;
    top: 0;
  }
  .text-over.center-box .wrapper {
    padding: 0 20px !important;
  }
  .nowrap .more-items-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .slide-items-mobile,
  .column > .widget.slide-items-mobile:not(.article-view):not(.full-width) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slide-items-mobile .more-items-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .slide-items-mobile .pagination-page,
  .slide-items-mobile .pagination.more .pagination-more,
  .slide-items-mobile .pagination.showmore-inline .pagination-page,
  .slide-items-mobile .load-more-bt {
    width: calc(100% - 80px);
    margin-left: auto !important;
    margin-right: auto !important;
    display: none;
  }
  .img-aside .more-items-item,
  .img-start-end.img-aside,
  .more-items-item,
  .more-items-item:nth-child(even),
  .img-end.img-aside .more-items-item,
  .img-end-start.img-aside .more-items-item:nth-child(odd),
  .img-end.img-aside .more-items-item,
  .img-start-end.img-aside .more-items-item:nth-child(even) {
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .img-aside .more-items-item > a,
  .img-start-end.img-aside > a,
  .more-items-item > a,
  .more-items-item:nth-child(even) > a,
  .img-end.img-aside .more-items-item > a,
  .img-end-start.img-aside .more-items-item:nth-child(odd) > a,
  .img-end.img-aside .more-items-item > a,
  .img-start-end.img-aside .more-items-item:nth-child(even) > a,
  .img-aside .more-items-item .more-items-img-container,
  .img-start-end.img-aside .more-items-img-container,
  .more-items-item .more-items-img-container,
  .more-items-item:nth-child(even) .more-items-img-container,
  .img-end.img-aside .more-items-item .more-items-img-container,
  .img-end-start.img-aside .more-items-item:nth-child(odd) .more-items-img-container,
  .img-end.img-aside .more-items-item .more-items-img-container,
  .img-start-end.img-aside .more-items-item:nth-child(even) .more-items-img-container,
  .img-aside .more-items-item > .fotorama,
  .img-start-end.img-aside > .fotorama,
  .more-items-item > .fotorama,
  .more-items-item:nth-child(even) > .fotorama,
  .img-end.img-aside .more-items-item > .fotorama,
  .img-end-start.img-aside .more-items-item:nth-child(odd) > .fotorama,
  .img-end.img-aside .more-items-item > .fotorama,
  .img-start-end.img-aside .more-items-item:nth-child(even) > .fotorama {
    width: 100% ;
  }
  /* Photo Gallery */
  #photo-gallery {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    margin: 0;
    border: none;
  }
  .galleries-items .galleries-item .galleries-item-title,
  .galleries-items .galleries-item .galleries-item-time,
  .galleries-items .galleries-item .galleries-item-count,
  .galleries-items .galleries-item .view-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  /* Video View */
  .video-view header {
    padding: 15px;
  }
  .video-view,
  .full-content .video-view {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home #row-second {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  /* Social Stream */
  .social-stream.isotope .socialstream-item .socialstream-img,
  .social-stream.isotope .socialstream-item .wrapper {
    border: none;
  }
  .full-content .widget.social-stream {
    padding-left: 10px;
    padding-right: 10px;
  }
  .socialstream-items-list {
    height: auto !important;
  }
  .social-stream .socialstream-item,
  .full-content .social-stream .socialstream-item {
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    transform: none !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .social-stream .more-items-list,
  .full-content .social-stream .more-items-list {
    height: auto !important;
  }
  .full-content .social-stream.isotope {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 40px;
  }
  .social-stream.isotope ul {
    position: inherit;
  }
  /* Isotope */
  .isotope {
    padding-bottom: 80px;
  }
  .isotope li {
    margin-bottom: 10px !important;
  }
  .full-content .pagination {
    margin-left: 0;
    margin-right: 0;
  }
  /* Scoreboard */
  .scoreboard ul {
    padding: 20px 0;
  }
  .scoreboard ul li {
    font-size: 20px;
  }
  /* Article */
  .widget.article-view .article {
    padding-bottom: 0;
  }
  .column > .widget:not(.full-width):not(.widget-wrapper) .article {
    max-width: 100% !important;
  }
  .widget.article-view,
  .column .widget.article-view {
    padding: 0;
  }
  .article-view-title,
  .full-content .article-view-title {
    font-size: 2.5em;
    margin: 10px auto 40px;
  }
  .article-view-intro p {
    font-size: 16px;
  }
  .article-view-body table {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .article-view-body .block-table tr,
  .article-view-body .block-table td {
    display: block;
  }
  .full-width .article-view-body {
    margin-left: 0;
    width: auto;
    margin-right: 0;
    margin-top: 0;
    padding: 30px 0;
    border: none;
  }
  .full-width .article-view-body > *:not(figure):not(blockquote) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .full-width .article-view-body > .instagram-media {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: calc(100% - 62px) !important;
  }
  .column .widget:not(.full-width) .article .article-view-body,
  .column .widget.article-video:not(.full-width) .article .article-view-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .column .widget.article-video .slide {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .widget .article header .main-image-slide {
    width: 100%;
    min-height: 200px;
  }
  .widget .article header .main-image-slide .fotorama__video-play {
    top: 40%;
  }
  .widget .article header .main-image-slide .slide.bottom-box .slide-content {
    padding-bottom: 30px;
  }
  .widget .article header .main-image-slide .slide.topstory-text-right .slide-content .article-header-data {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .widget .article header .main-image-slide .slide .slide-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .widget .article header .main-image-slide .slide .slide-content .article-header-data {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 10px;
  }
  .widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon {
    margin-right: 0;
    margin-left: 0 !important;
  }
  .widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon:before {
    font-size: 17px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon > div span,
  .widget .article header .main-image-slide .slide .slide-content .article-header-data .article-header-icon > div time {
    font-size: 12px;
  }
  .widget .article header .main-image-slide .fotorama__video {
    width: 100%;
  }
  .widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content .article-header-data {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content .article-header-data .article-header-icon {
    margin: 0 15px;
  }
  .widget.bottom-box .article header .main-image-slide .slide .slide-content {
    padding-bottom: 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
  .widget:not(.boxed) .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content {
    padding-bottom: 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
  .widget:not(.boxed) .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content .slide-title {
    text-align: center;
  }
  .share-buttons {
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .share-buttons .share > a.is-mobile {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .share-buttons .share-text {
    margin: 0 0 10px 0;
  }
  .article-view-footer {
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 25px 0 25px;
    margin-top: 25px;
  }
  #header .countdown-text {
    font-size: 14px;
  }
  #header .countdown-text .name {
    font-size: 8px;
    line-height: 8px;
  }
  #header .countdown-text .countdown-time > * {
    margin: 0 6px;
  }
  .countdown-text {
    min-width: 10px;
    padding: 10px;
    font-size: 32px;
  }
  .countdown-text .countdown-time > * {
    margin: 0 10px;
  }
  .countdown-text .number {
    line-height: 32px;
    height: 32px;
  }
  .countdown-text .name {
    font-size: 14px;
  }
  .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
    margin: 0;
  }
  #user-menu {
    padding-left: 0;
  }
  #user-menu .menu > li.dropdown #user {
    padding-left: 5px;
  }
  .md-content .md-header {
    height: 70px;
  }
  .md-content > *,
  .md-content .md-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md-content > * .md-header-title,
  .md-content .md-header .md-header-title {
    font-size: 20px;
  }
  /* Landing Large (Events and Teams) */
  .landing-large ul .more-items-item .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing-large ul .more-items-item .wrapper h2 {
    font-size: 24px !important;
    margin-top: 5px !important;
    margin-bottom: 5px;
    max-width: 85%;
    width: 85%;
  }
  .landing-large ul .more-items-item .wrapper .more-items-long-text {
    font-size: 14px;
  }
  .landing-large .slide-content .slide-title {
    font-size: 42px;
  }
  .landing-large .slide-content .slide-category {
    font-size: 12px;
  }
  .landing-large .slide-content p strong {
    font-size: 20px;
  }
  .landing-extra-large .slide-content > * {
    max-width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .landing-extra-large .slide-content .slide-title {
    font-size: 28px;
    max-width: 70%;
  }
  .landing-extra-large .slide-content .slide-category,
  .landing-extra-large .slide-content p {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .landing-extra-large .slide-content .btn {
    margin-top: 20px;
    padding: 11px 16px;
    margin-bottom: 0;
  }
  .landing-extra-large .slide-content .btn:before {
    top: -17px;
  }
  .landing-extra-large .classic .slide-content .slide-title {
    font-size: 36px;
  }
  .landing-extra-large .slide .slide-content > *,
  .landing-extra-large .slide .slide-content .slide-title {
    max-width: 70%;
  }
  .tabs-col:not(.slide-items-events) > .tabs-content,
  .tabs-col:not(.slide-items-events) > .more-items-list {
    padding-left: 0;
  }
  .tabs-col > header .tabs {
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    width: auto;
    padding: 0 !important;
  }
  .tabs-col > header .tabs li a {
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 1px;
  }
  .large-tabs .tabs li a {
    font-size: 12px;
  }
  .form-inline .formly .formly-field.firstname,
  .form-inline .formly .formly-field.email {
    width: 100%;
  }
  .form-inline .formly {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #sign-up.padding-0 {
    padding-left: 20px !important;
    padding-right: 20px  !important;
  }
  #sign-up-home .btn {
    width: 100%;
  }
  #sign-up-home > * {
    width: 100%;
  }
  #landing-teams ul .more-items-item .wrapper,
  .landing-events ul .more-items-item .wrapper {
    position: relative;
    padding: 15px 20px !important;
    background-color: #393941;
  }
  #landing-teams ul .more-items-item .wrapper h2,
  .landing-events ul .more-items-item .wrapper h2 {
    max-width: 100%;
  }
  #landing-teams ul .more-items-item .wrapper .btn-group,
  .landing-events ul .more-items-item .wrapper .btn-group {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  #landing-teams ul .more-items-item .wrapper .btn-group .more-items-action,
  .landing-events ul .more-items-item .wrapper .btn-group .more-items-action,
  #landing-teams ul .more-items-item .wrapper .btn-group .link-button a,
  .landing-events ul .more-items-item .wrapper .btn-group .link-button a {
    display: block;
    width: 47%;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  #landing-teams ul .more-items-item .wrapper .btn-group .more-items-action:before,
  .landing-events ul .more-items-item .wrapper .btn-group .more-items-action:before,
  #landing-teams ul .more-items-item .wrapper .btn-group .link-button a:before,
  .landing-events ul .more-items-item .wrapper .btn-group .link-button a:before {
    top: -14px;
  }
  #landing-teams ul .more-items-item .wrapper .more-items-action,
  .landing-events ul .more-items-item .wrapper .more-items-action,
  #landing-teams ul .more-items-item .wrapper .link-button a,
  .landing-events ul .more-items-item .wrapper .link-button a {
    display: block;
  }
  #landing-teams ul .more-items-item.new-york-yacht-club-american-magic .wrapper h2,
  .landing-events ul .more-items-item.new-york-yacht-club-american-magic .wrapper h2 {
    max-width: 100%;
  }
  #events-active .slide-content p strong {
    font-size: 18px;
  }
  #events-active .slide-content .slide-title {
    font-size: 36px;
  }
  .countdown-text .countdown-time > * strong {
    font-size: 36px;
  }
  .countdown-text .countdown-time > * {
    font-size: 12px;
  }
  /* Sponsors */
  #sponsors-wrapper {
    padding-bottom: 20px !important;
  }
  #sponsors-wrapper > .widget {
    padding-top: 20px !important;
  }
  #suppliers ul li {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .landing-sponsors #suppliers ul li:first-child {
    margin-left: 0;
  }
  .landing-sponsors #suppliers ul li:nth-child(3) {
    margin-right: 0;
  }
  .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame {
    padding: 80px 0 50px;
  }
  .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide-content > * {
    max-width: 100%;
  }
  .social-news li {
    width: calc(33.29% - 10px) !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 10px !important;
  }
  #ac75 {
    padding: 20px;
  }
  #ac75.img-aside .more-items-item > a img {
    padding: 0 0 20px 0;
  }
  #ac75.img-aside .more-items-item .wrapper {
    padding: 20px 0 0 0;
  }
  #boat-video {
    padding: 20px !important;
  }
  #boat-specs,
  #boat3d .footer-tools {
    left: 20px;
    right: 20px;
  }
  #boat-specs .tabs-content {
    padding-bottom: 15px;
  }
  #boat-specs .tabs li {
    width: 100%;
  }
  #boat-specs .more-items-item .wrapper .more-items-category {
    font-size: 20px;
    margin-bottom: 5px !important;
    padding-bottom: 7px;
  }
  #boat-specs .more-items-item .wrapper h2 {
    font-size: 18px;
    margin-top: 0;
  }
  #boat-specs .more-items-item .more-items-img-container img {
    width: 200%;
  }
  #boat3d .footer-tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 20px;
  }
  #boat3d .footer-tools:before,
  #boat3d .footer-tools:after {
    width: 12px;
  }
  #boat3d .footer-tools .menu {
    padding-left: 0;
    margin-bottom: 15px;
  }
  #boat3d .footer-tools .menu > li {
    text-align: center;
  }
  #boat3d .footer-tools .menu > li .submenu {
    width: 300px;
    left: 25px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #boat3d .footer-tools .menu > li .submenu a {
    text-align: center;
  }
  #boat3d .footer-tools .moreinfo-bt {
    height: 60px;
    width: 60px;
  }
  #boat3d .footer-tools .moreinfo-bt .ion {
    font-size: 36px;
    margin: 0;
  }
  #boat3d .footer-tools .moreinfo-bt span {
    display: none;
  }
  #boat3d .footer-tools > * {
    width: 100%;
  }
  #boat-specs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #boat-specs header {
    display: none;
    position: absolute;
    top: 0;
    margin-top: 138px;
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.52);
    height: 400px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.18);
    -webkit-overflow-scrolling: touch;
  }
  #boat-specs.active header {
    display: block;
  }
  #boat-specs .more-items-item .wrapper h2 br {
    content: ' ';
  }
  #boat-specs .more-items-item .wrapper h2 br:after {
    content: ' ';
  }
  #boat-specs .tabs li a {
    display: inline-block;
    border-bottom-width: 3px;
    width: auto;
  }
  .event-page #second-elements {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .discover-page #welcome-page .slide-title {
    font-size: 64px;
    max-width: 100%;
  }
  .discover-page .article header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .discover-page .column > .layout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #event-wrapper > * {
    padding: 0 !important;
    width: 100%;
  }
  .discover-page .column > .widget {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #event-wrapper #slide-video .fotorama__video-play {
    top: 50%;
  }
  .discover-page #discover-video .more-items-item .wrapper {
    padding: 20px;
  }
  .img-start.two-images .more-items-list {
    padding-right: 0;
  }
  .img-end.two-images .more-items-list {
    padding-left: 0;
  }
  .img-end.two-images .more-items-list,
  .discover-page .img-aside.img-start .more-items-item .wrapper {
    padding-left: 0;
  }
  .img-start.two-images .more-items-list,
  .discover-page .img-aside.img-start .more-items-item .wrapper {
    padding-right: 0;
  }
  .discover-page .img-aside.img-start .more-items-item .wrapper,
  .discover-page .img-aside.img-end .more-items-item .wrapper {
    padding: 20px;
  }
  #square-boxes p {
    font-size: 18px;
  }
  #text-only .wrapper h2,
  #text-only .wrapper p {
    width: 100%;
    max-width: 100%;
  }
  #text-only .wrapper h2 {
    display: block;
  }
  .two-images.img-end.img-aside .more-items-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .discover-page .img-aside.more-items .more-items-item h2,
  #discover-video .wrapper h2 {
    font-size: 2.5em;
  }
  .large-text .link-button,
  .large-text .link-button a {
    font-size: 14px;
    white-space: unset;
  }
  .large-text .link-button a,
  .link-button a {
    padding: 10px 15px;
  }
  .two-images.img-start .img-2,
  .two-images.img-end .img-2 {
    width: 60%;
    margin-left: 40%;
    margin-top: -52%;
  }
  .discover-page .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
    background: #ffffff;
    color: #112146;
  }
  .event-page #sponsors-wrapper .sponsors-secondary .more-items-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
  }
  .event-page #sponsors-wrapper .sponsors-secondary .more-items-item {
    width: 41%;
    margin: auto 0 !important;
  }
  .crisis .column .gap-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #modal-overlay-second-elements {
    transform: none;
    top: 50px;
    bottom: 0;
    left: 0;
    overflow: auto;
    border-radius: 0;
    -webkit-overflow-scrolling: touch;
  }
  #modal-overlay-second-elements .md-content .md-header {
    height: 50px;
    padding-right: 26px;
  }
  #modal-overlay-second-elements #ov-container {
    padding: 0 20px 20px;
    display: block;
  }
  #modal-overlay-second-elements #ov-container #ov-data-wrapper {
    padding: 30px 0 0;
    max-height: none;
    width: 100%;
  }
  #modal-overlay-second-elements #ov-container #ov-data-img {
    width: 100%;
  }
  #modal-overlay-second-elements #ov-container > * {
    width: 100%;
  }
  .large-text .more-items-item .wrapper,
  .large-text.img-aside .more-items-item .wrapper,
  .img-aside.center-box:not(#second-elements) .more-items-item .wrapper {
    padding: 20px ;
  }
  #second-elements .more-items-item > .fotorama .fotorama__wrap--video,
  #second-elements .more-items-item > .fotorama .fotorama__wrap--video .fotorama__stage {
    position: relative;
  }
  .landing-small.bottom-box .slide .slide-content {
    padding-bottom: 25px !important;
  }
  .landing-small .slide-content .slide-title {
    font-size: 32px;
  }
  .bottom-gradient {
    height: auto;
  }
  .bottom-gradient .tabs-content {
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }
  .form-inline .formly > *:last-child {
    width: 95%;
    margin: 10px auto;
  }
  #social-stream .tabs li a,
  #social-stream .tabs li.tab-facebook a.active,
  #social-stream .tabs li.tab-twitter a.active,
  #social-stream .tabs li.tab-instagram a.active {
    color: transparent;
    width: 22px;
    margin: 0 15px;
    text-align: center;
  }
  #social-stream .tabs li a:before {
    color: #000000;
  }
  #social-stream .tabs li.tab-facebook a.active:before {
    color: #4267B2;
  }
  #social-stream .tabs li.tab-twitter a.active:before {
    color: #00aced;
  }
  #social-stream .tabs li.tab-instagram a.active:before {
    color: #517fa4;
  }
  #social-stream .tabs li a {
    opacity: 0.4;
  }
  #social-stream .tabs li a.active {
    opacity: 1;
  }
  #landing-events-home .more-items-item:hover {
    transform: none;
  }
  #landing-events-home .more-items-item .wrapper {
    padding: 20px !important;
  }
  #landing-events-home .more-items-list {
    width: 220%;
    padding-right: 15px !important;
  }
  #landing-events-home .more-items-item .wrapper h2 {
    font-size: 26px;
  }
  #event-second-wrapper,
  #event-first-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
  }
  #event-second-wrapper > * {
    margin-bottom: 20px !important;
  }
  .event-list-tabed {
    height: auto;
  }
  .event-list-tabed header .tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .event-list-tabed .more-items-list .more-items-item {
    margin-bottom: 0 !important;
  }
  .event-list-tabed .more-items-list .more-items-item.day-label h2 {
    margin: 0 auto !important;
  }
  .event-list-tabed .more-items-list .more-items-item .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .event-list-tabed .more-items-list .more-items-item .wrapper .more-items-action {
    margin-left: 0;
    margin-top: 15px;
  }
  .event-list-tabed .more-items-list .more-items-item .wrapper .more-items-subsection {
    margin-bottom: 10px !important;
    text-align: left;
    width: auto;
    font-size: 14px;
  }
  .event-list-tabed#results-list .more-items-list .more-items-item .wrapper {
    padding: 20px 0 20px 20px;
  }
  .event-list-tabed#results-list .more-items-list .more-items-item .wrapper .more-items-subsection {
    width: 100%;
    margin-right: 0;
  }
  .event-list-tabed#results-list .more-items-list .more-items-item .wrapper .more-items-subsection div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
  }
  .event-list-tabed#results-list .more-items-list .more-items-item .wrapper .more-items-subsection div .race-status {
    margin-top: 0;
  }
  .event-list-tabed#results-list .more-items-list .more-items-item .wrapper h2 {
    margin-top: 5px !important;
  }
  .event-page #second-elements,
  .event-page #third-elements {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #event-banners-top {
    padding-top: 20px;
    margin-top: 0 !important;
  }
  .widget-wrapper > * {
    padding: 20px 0;
  }
  #weather.weather-banner {
    min-height: 307px;
  }
  #weather.weather-banner .widget-title {
    margin-bottom: 40px;
  }
  #weather.weather-banner .header-content .locations {
    top: 53px;
    left: 50%;
    right: auto;
    margin-left: -86px;
  }
  .weather-day.labels {
    min-width: 100px;
  }
  .portsmouth-sponsors-wrapper > section .more-items-item {
    width: 50%;
  }
  #global-sponsor .more-items-item {
    width: 60%;
  }
  #lead-partner .more-items-item {
    width: 60%;
  }
  #event-partners .more-items-item {
    width: 100%;
  }
  .portsmouth-sponsors-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0 !important;
  }
  .portsmouth-sponsors-wrapper > section {
    width: 100% !important;
    padding-bottom: 40px !important;
  }
  .portsmouth-sponsors-wrapper > section .more-items-list .more-items-item {
    width: calc(33.33333% - 20px) !important;
  }
  .store .widget-wrapper .widget {
    width: 80%;
  }
  .widget-link.large-text a {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #shop-wrapper:before {
    width: 45px;
    height: 90px;
    margin-bottom: 20px;
  }
  #shop-wrapper:after {
    width: 45px;
    height: 4px;
  }
  .event-countdown {
    height: 200px;
  }
  #accreditations-faqs {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #accreditations-faqs ul li {
    width: calc(100% - 10px);
  }
  .widget.article-view.small-article .article > *,
  #accreditations-faqs .widget-title span {
    max-width: 100%;
  }
  .small-article.widget.article-view header > .article-view-intro {
    padding: 0;
  }
  .match-content .team-container .team-name {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .match-content .team-container .team-name h2 {
    font-size: 20px;
    margin: 0;
  }
  .match-content .team-container .team-name h2.team-name-short {
    display: block;
    order: -2;
  }
  .match-content .team-container .team-name h2.team-name-all {
    font-size: 11px;
  }
  .match-content .team-container {
    width: calc(100% - 35px);
    margin-left: 20px;
    margin-right: 15px;
  }
  .match-content .match-info.match-data {
    position: relative;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: revert;
    flex-direction: revert;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dde1e8;
    padding-right: 15px;
    margin: 0 0 5px 0;
    width: 100% ;
  }
  .match-content .match-info .match-name {
    margin-bottom: 0;
  }
  .match-content .match-info.match-points {
    padding-top: 42px;
  }
  .angular-fixture .group-name {
    font-size: 20px;
  }
  .match-content .match-info .team-result.team-a {
    border: none;
  }
  .match-content .match-info .match-results {
    font-size: 20px;
    line-height: 30px;
    width: 36px;
    height: 30px;
  }
  .match-content .team-container .team-logo {
    max-width: 25px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
  }
  .match-content .team-container .team-name {
    -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;
  }
  .match-content .team-container .team-name .match-status {
    position: absolute;
    right: 67px;
    padding: 6px 9px;
    border-radius: 2px;
    margin: 0;
  }
  #accreditations-faqs ul li .wrapper h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  #boat-specs header {
    height: 307px;
  }
}
/* Retina Display adjustments - General
  ========================================================== */
/* @media only screen and (-webkit-min-device-pixel-ratio: 2),

/* Webkit-based browsers */
/*(min--moz-device-pixel-ratio: 2),*/
/* Older Firefox browsers (prior to Firefox 16) */
/*(min-resolution: 2dppx) {}*/
/* ==========================================================
   PRINT
   ========================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================
   IE Fixes
   ========================================================== */
.submenu-wrap {
  display: none;
}
