@charset "UTF-8";
/*
   Site: Qiutemplate demo

   Qiu Template System
   Base style sheet
   Version: 3.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=Montserrat:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');
*/
@import url(fonts/ionicons.css);
@import url(fonts/remixicon.css);
@import url(fonts/UIFont.css);



@font-face {
  font-family: 'Roobert';
  src: url('fonts/roobert-light-webfont.woff2') format('woff2'),
       url('fonts/roobert-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  descent-override: 0%;
  ascent-override: 72%;
  line-gap-override: 3%;
}

@font-face {
  font-family: 'Roobert';
  src: url('fonts/roobert-regular-webfont.woff2') format('woff2'),
       url('fonts/roobert-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  descent-override: 0%;
  ascent-override: 72%;
  line-gap-override: 3%;
}

@font-face {
  font-family: 'Roobert';
  src: url('fonts/roobert-medium-webfont.woff2') format('woff2'),
       url('fonts/roobert-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  descent-override: 0%;
  ascent-override: 72%;
  line-gap-override: 3%;
}

@font-face {
  font-family: 'Roobert';
  src: url('fonts/roobert-semibold-webfont.woff2') format('woff2'),
       url('fonts/roobert-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  descent-override: 0%;
  ascent-override: 72%;
  line-gap-override: 3%;
}
@font-face {
  font-family: 'Roobert';
  src: url('fonts/roobert-bold-webfont.woff2') format('woff2'),
       url('fonts/roobert-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  descent-override: 0%;
  ascent-override: 72%;
  line-gap-override: 3%;
}

@font-face {
  font-family: 'Roobert';
  src: url('fonts/roobert-heavy-webfont.woff2') format('woff2'),
       url('fonts/roobert-heavy-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  descent-override: 0%;
  ascent-override: 72%;
  line-gap-override: 3%;
}
@font-face {
  font-family: 'E1 Roobert';
  src: url('fonts/e1roobert-regular-webfont.woff2') format('woff2'),
       url('fonts/e1roobert-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  descent-override: 0%;
  ascent-override: 72%;
  line-gap-override: 3%;

}
@font-face {
  font-family: 'E1 Roobert';
  src: url('fonts/e1roobert-medium-webfont.woff2') format('woff2'),
       url('fonts/e1roobert-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  descent-override: 0%;
  ascent-override: 72%;
  line-gap-override: 3%;
}




/* ==========================================================
   VARIABLES
   ========================================================== */

:root {
  --row1-height:100px;
  --row2-height:0px;
  --header-extra:0px;
  --header-height:calc(var(--row1-height) + var(--row2-height) + var(--header-extra));
  --max-width-column: 1894px;
  --max-width-column-2: 1894px;
  --max-width-column-small:950px;
  --max-width-column-press: 865px;
  --max-width-column-article:var(--max-width-column);
  --body-h-padding: calc((100vw - var(--max-width-column)) / 2);
  --related-content-width:500px;
  
  --column-margin:16px;
  --column-width: calc(var(--max-width-column) / 12 );
  --tabs-col-width:calc(var(--column-width) * 3 );
  /*
  --header-padding:calc((100vw - var(--max-width-column)) / 2);
  --footer-padding:calc((100vw - var(--max-width-column)) / 2);  
  */
  --header-padding:var(--body-h-padding);
  --footer-padding:16px;  
  
  --primary:#0031FF;
  --secondary:#9DFD72;
  --terciary:#3E3E3E;
  --red:#FF4C48;
  --lighter:#E2E2E2;
  --lightgrey:#535353;
  --mediumgrey:#464646;
  --darkgrey:#323232;
  --dark:#1A1A1A;
  --black:#000000;
  --white:#fff;
  --gap:30px;
  --border-radius-sm:12px;
  --border-radius:16px;
  --border-radius-md:30px;
  --border-radius-lg:40px;
  --border-radius-xl:50px;
  --border-radius-xxl:60px;
  --font-family-main:"E1 Roobert", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family-title:"Roobert", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family-text:"Roobert", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --easing:cubic-bezier(0.77, 0, 0.18, 1);
  --bg-transition-duration: .6s;
  --top-bottom-gap-list:30px;
  --line-h-0:0.7;

  --venice-racing-color: #319b42; /* VE */
  --team-mexico-color: #0B2241; /* ME */
  --team-nadal-color: #f28c30; /* NA */
  --team-drogba-color: #FFF536; /* DR */ --team-drogba-color-inverted: #000aa6; /* DR */
  --team-brady-color: #B8A279; /* BR */
  --aoki-racing-color: #F186B6; /* AO */
  --blue-racing-color: #007DCC; /* BL */
  --team-miami-color: #0085ad; /* TM */
  --west-brook-racing-color: #f93822; /* WR */
  --team-alula-color: #231F20; /*AL */
}


/* ==========================================================
   NORMALIZATION - http://necolas.github.com/normalize.css/
   ========================================================== */
   
   html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {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;}code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}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, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[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;}template {display: none;}[hidden] {display: none;}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */



.icon-close:before {
  content: "\eb98";
  font-family: "remixicon";
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: var(--font-family-title);
  font-size: 18px;
  line-height: 1.42857143;
  color: var(--white);
  background-color: var(--dark);
}
input,
button,
select,
textarea {
  font-family: var(--font-family-title);
  font-size: inherit;
  line-height: inherit;
}
body,
input,
textarea {
  color: var(--dark);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1.2;
  letter-spacing: -0.25px;
  text-decoration: none;
  text-transform: none;
}
a {
  color: var(--secondary);
  text-decoration: none;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  cursor: pointer;
}
a:hover {
  color: #2361DB;
}
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 #eeeeee59;
}
[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;
  letter-spacing: -1px;
  position: relative;
}
h2 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1.1;
}
h3 {
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
}
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%;
  color: #838d8f;
  line-height: 0;
}
.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;
}
aside,
aside p {
  font-size: 14px;
  font-style: italic;
}
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: 44px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-style: normal;
  font-size: 32px;
  text-transform: none;
  color: #3b3d40;
}
blockquote p {
  margin-bottom: 0;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  font-size: 18px;
}
pre {
  background: #f0f0f0;
  background-size: 38px 38px;
  font: 12px Consolas, "Liberation Mono", Courier, monospace;
  line-height: 19px;
  margin: 0 0 1.825em;
  overflow: auto;
  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: 60%;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: auto;
}
sub {
  top:auto;
  bottom:auto;
}
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  background: #ffffff;
  border: 0 solid transparent;
  color: #3b3d40;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: var(--border-radius-lg);
  max-width: 100%;
  width: 100%;
  margin: 0;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
}
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;
}
input[type="radio"].formly-field-radio,
input[type="checkbox"].formly-field-checkbox,
.formly-field-multiCheckbox input[type="checkbox"]  {
  /* display:none; */
}
/* input[type="radio"].formly-field-radio ~ span:after,
input[type="checkbox"].formly-field-checkbox ~ span:after ,
.formly-field-multiCheckbox input[type="checkbox"] ~ span:after ,
input[type="radio"].formly-field-radio ~ span:before,
input[type="checkbox"].formly-field-checkbox ~ span:before,
.formly-field-multiCheckbox input[type="checkbox"] ~ span:before  {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  border: 2px solid rgba(255,255,255,0.5);
  top:0;
}
input[type="radio"].formly-field-radio ~ span:after,
input[type="checkbox"].formly-field-checkbox ~ span:after ,
.formly-field-multiCheckbox input[type="checkbox"] ~ span:after  {
  z-index:1;
  border: none;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
}
input[type="radio"].formly-field-radio ~ span,
input[type="checkbox"].formly-field-checkbox ~ span,
.formly-field-multiCheckbox input[type="checkbox"] ~ span  {
  padding-left: 30px;
  position: relative;
  line-height: 20px;
}
input[type="radio"].formly-field-radio:checked ~ span:before,
input[type="checkbox"].formly-field-checkbox:checked ~ span:before,
.formly-field-multiCheckbox input[type="checkbox"]:checked ~ span:before {
  border: 2px solid #ffffff
}
input[type="radio"].formly-field-radio:checked ~ span:after,
input[type="checkbox"].formly-field-checkbox:checked ~ span:after,
.formly-field-multiCheckbox input[type="checkbox"]:checked ~ span:after {
  background: var(--secondary);
} */

select {
  padding: 3px 20px;
  height: 52px;
  border: 1px solid #838d8f;
  color: #838d8f;
  font-size: 16px;
  border-radius: var(--border-radius-lg);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  -webkit-transition: border-color ease 0.1s;
  -o-transition: border-color ease 0.1s;
  transition: border-color ease 0.1s;
}
select:focus {
  color: #3b3d40;
  border-color: #3b3d40;
}
textarea {
  padding: 14px 11px;
  width: 100%;
  line-height: 18px;
  resize: none;
  min-height: 200px;
  border-radius: var(--border-radius-md);
}
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  padding: 3px 20px;
  height: 52px;
  line-height: 52px;
}
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;
  -o-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;
}
input {
  -webkit-transition: background-color ease 0.1s;
  -o-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: #fff;
}
.control-group,
.formly-field {
  margin:0 auto var(--gap);
  width: 100%;
}
.control-group label,
.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 0.5px;
  color: #fff;
}
.control-group label > *,
.form-group label > * {
  display: inline-block;
}
.control-group label  a,
.form-group label  a {
  color:var(--secondary)
}
.control-group .controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  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;
  color: #fff;
  margin: 5px 0;
}
.control-group .controls a:hover {
  color: #000000;
}
form,
.formly {
  display: flex;
    flex-wrap: wrap;
}
.formly > * > * {
  margin-left: auto;
  margin-right: auto;
}
.formly-field .separator {
  border-bottom: none;
  font-size: 18px;
}
.dark .formly-field .separator {
  color: #fff;
}
.separator {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.formly-field .input-group {
  margin: 0;
}

.formly > *:last-child,
.formly .formly-field.formly-field-separator,
.formly .formly-field.formly-field-checkbox,
.formly .formly-field.formly-field-textarea,
.formly .formly-field.formly-field-multiCheckbox {
  width: 100% !important;
}
.formly-field-datepicker .input-group-btn button {
  display: none;
}
.validation {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.form-group.has-error .form-control {
  border: 1px solid red;
}
.form-group.has-error label {
  color: red;
}
.formly-error {
  display: none;
}
.btn,
.link-button a,
.pdf-icon-li {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: var(--secondary);
  color: var(--dark);
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 1.2;
  border-radius: var(--border-radius-md);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  font-family: var(--font-family-text);
  width: 100%;
}
.link-button,
.form-buttons > span {
  display: flex;
  justify-content: flex-start;
  pointer-events: all;
  position: relative;
  align-items: center;
  overflow: hidden;
  border-radius: var(--border-radius-md);
  --hoverColor:#80E453;
  cursor: pointer;
  flex:none;
}
.link-button:active a,
.link-button:active:after {
  background-color: var(--hoverColor);
  transition: all 0s;
}
.link-button:active a:before {
  border: 4px solid var(--secondary);
  top: 0;
  right: 0;
  height: 52px;
  transition: all 0s;
}
.link-button a:before,
.form-buttons > span:before {
  content: "";
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  background: url(../img/arrow-animated.svg) -62px center no-repeat transparent;
  border-radius: 50%;
  background-size: auto 100%;
  z-index: 1;
  position: absolute;
  right: 4px;
  transition: background var(--bg-transition-duration);
  top:4px;
}
.link-button:after,
.form-buttons > span:after {
  content: "";
  height: 52px;
  display: flex;
  background-color: var(--secondary);
  mask-image: url(../img/bt-drop.svg);
  -webkit-mask-image: url(../img/bt-drop.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center right;
  -webkit-mask-position: center right;
  z-index: 0;
  width: 68px;
  position: relative;
  margin-left: -7px;
  transition: background-color var(--bg-transition-duration);
  flex: none;
}
@-webkit-keyframes arrowRight {
  0% {
    background-position: -50px center;
  }
  80%{
    background-position: 0px center;
    background-color: transparent;
  }
  100%{
    background-color: var(--hoverColor);
    background-position: 0px center;
  }
}
@keyframes arrowRight {
  0% {
    background-position: -50px center;
  }
  80%{
    background-position: 0px center;
    background-color: transparent;
  }
  100%{
    background-color: var(--hoverColor);
    background-position: 0px center;
  }
}
html.no-touch .link-button:hover a:before {
  -webkit-animation: arrowRight.4s;
  animation: arrowRight .4s;
  background-color: var(--hoverColor);
  transition: background-color .3s .7s;
}
.form-buttons > span {
  display: flex;
  position: relative;
}
.form-buttons > span button {
  height: 52px;
}
.link-button.dark-bt a {
  background-color: var(--dark);
  color:var(--white);
}
.link-button.dark-bt:after {
  background-color:var(--dark);
}
.link-button.dark-bt a:before {
  background-image: url(../img/arrow-animated-dark.svg);
}

.wrapper > .link-button {
  margin-top:25px !important;
}

.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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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: var(--dark);
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: var(--dark);
  background-color: rgb(149, 255, 100);
  border-color: rgb(149, 255, 100);
}
.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: var(--dark);
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: var(--dark);
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.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: #5cb85c;
  border-color: #4cae4c; */
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-empty{
  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 {
  color: #333c4e;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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;
}

.dark-input input.form-control, 
.dark-input input[type=text], 
.dark-input input[type=password], 
.dark-input input[type=email], 
.dark-input input[type=tel], textarea {
  background-color: var(--dark);
  color: #fff;
}
.dark-input input.form-control:focus, 
.dark-input input[type=text]:focus, 
.dark-input input[type=password]:focus, 
.dark-input input[type=email]:focus, 
.dark-input input[type=tel]:focus, textarea:focus {
  background-color: var(--dark);
  color: #fff;
}
.dark-input ::-webkit-input-placeholder {
  color: #fff;
}
.dark-input :-moz-placeholder {
  color: #fff;
}
.dark-input ::-moz-placeholder {
  color: #fff;
}
.dark-input :-ms-input-placeholder {
  color: #fff;
}
.dark-input :input-placeholder {
  color: #fff;
}

.down-arrow.link-button a:before{
  transform: rotate(90deg);
}
.up-arrow.link-button a:before{
  transform: rotate(-90deg);
}
.tabs-standings.angular-fixture .data-col.active .team {
  display:flex
}
.white-bt .link-button a {
  background-color: #fff;
  color: var(--dark);
}
.no-arrow-bt .link-button:after,
.no-arrow-bt .link-button a:before,
.simple-bt .link-button a:before,
.simple-bt .link-button:after {
  display: none;

}
.simple-bt .link-button a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.177px; /* 108.409% */
  letter-spacing: -0.21px;
  height: 32px;
  padding: 4px 4px 4px 12px;
  align-items: center;
  display: flex;
  margin-left: 10px;
}
.simple-bt .link-button a:after {
  mask-image: url(../img/chevron-right.svg);
  -webkit-mask-image: url(../img/chevron-right.svg);
  mask-size: 36%;
  -webkit-mask-size: 36%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: 8px center;
  content: "";
  background-color: var(--dark);
  width: 20px;
  height: 20px;
  display: inline;
  position: relative;
  right: auto;
  top: 0;
  margin-left: 0;
}

.small-button .link-button a {
  padding: 10px 24px;
}
.small-button .link-button a:before{
  height: 34px;
  background: url(../img/arrow-animated.svg) -48px center no-repeat transparent;
  background-size: auto 100%;
}
.small-button .link-button:after {
  margin-left: -19px;
  height: 42px;
}

.is-mobile {
  display: none !important;
}
.is-tablet {
  display: none !important;
}
.more-items-text,
.more-items-short-text,
.slide-content p,
p,
.article-view-body {
  font-family: var(--font-family-text);
  line-height: 1.2;
}
time {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a7adb1;
}
table {
  text-align: left;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-spacing: 0;
}
table td,
table th {
  padding: 5px 10px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
table tr:nth-child(even) td {
  /* background-color: #faf9f9; */
}


/* DARK */
body.dark,
.dark {
  color: rgba(255, 255, 255, 0.56);
  background-color: var(--dark);
}
.dark #header {
  background:  var(--dark);
}
.dark .row-fluid,
.dark .widget,
.dark.widget,
.dark .md-content {
  background-color:  var(--dark);
}


.dark .related-content {
  background-color: transparent;
}
.dark .md-content a {
  color: #ffffff;
}
.dark .more-items-item,
.dark .img-aside .more-items-item,
.dark.img-aside .more-items-item,
.dark .widget:not(.text-over):not(.home-items) .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: var(--terciary);
  color: #ffffff;
}


.dark.widget.article-view .article  {
  background-color:var(--dark);
}
.dark .widget.text-over .more-items-item .wrapper {
  background: rgba(0, 0, 0, 0.4);
}
.dark .more-items-item time {
  color: #fff9;
}
.dark .more-items-text, 
.dark .more-items-short-text, 
.dark .more-items-long-text{
  color:rgba(255, 255, 255, 0.5);
}
.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,
.dark .section-title > a:hover,
.dark .widget-title > a:hover {
  color: #ffffff;
}
.dark.boxed .slide-content,
.dark .boxed .slide-content {
  background-color:  var(--dark) !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 {
  color: #ffffff;
  border-color: #ffffff;
}
.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 .more-items-item h2 *,
.dark h3 *,
.dark h4 *,
.dark h5 *,
.dark h6 *,
.dark .socialstream-item-username,
.dark .more-items-category,
.dark .more-items-subsection {
  color: #fff !important;
}
.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,
.dark select {
  background: var(--white);
  border-color: var(--white);
  color: var(--dark);
}
.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 {
  color: #fff;
  background: rgba(217,217,217,0.2);
  border-color: rgba(217,217,217,0.2);
}
.dark ::-webkit-input-placeholder {
  color: #fff;
}
.dark :-moz-placeholder {
  color: #fff;
}
.dark ::-moz-placeholder {
  color: #fff;
}
.dark :-ms-input-placeholder {
  color: #fff;
}
.dark :input-placeholder {
  color: #fff;
}
.dark .control-group label,
.dark .form-group label {
  color: #ffffff;
}
.dark p,
.dark .socialstream-item-message {
  color: #ffffff;
}
.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:  var(--dark);
}

.dark > ul li .wrapper .link-button a:hover,
.dark > ul li .wrapper .more-items-action:hover {
  color: var(--dark);
  background-color: #ffffff;
  border-color: #ffffff;
}

.dark-text .wrapper > p, .dark-text .more-items-short-text {
  color: var(--dark);
  
}

.dark .pagination.more .pagination-more:hover,
.dark .pagination.showmore-inline .pagination-page:hover,
.dark .load-more-bt:hover,
.dark .widget-link > a:hover {
  background-color:var(--lightblue);
  color:  white;
}
.dark .load-more-bt:hover {
  background-color: var(--secondary);
}

.dark.tabs-view:not(.tabs-col) header:before {
  background-color: var(--dark);
}



/* ==========================================================
   QIU GRID
   ========================================================== */
   .full-height.widget,
   .full-height #main {
     height:calc((var(--vh, 1vh) * 100) - var(--header-height));
   }
   .full-height.transparent-header #main {
     height:calc(var(--vh, 1vh) * 100);
   }
   .row-fluid {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-flow: row nowrap;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-align-content: stretch;
     -ms-flex-line-pack: stretch;
     align-content: stretch;
   }
   .row-fluid.primary-related,
   .row-fluid.two,
   .row-fluid.three {
     display:block;
     padding-left:calc((100vw - var(--max-width-column)) / 2);
     padding-right:calc((100vw - var(--max-width-column)) / 2);
   }
   .primary-related-large .row-fluid.primary-related,
   .primary-related-large .row-fluid.two,
   .primary-related-large .row-fluid.three {
     padding-left: var(--body-h-padding);
     padding-right: var(--body-h-padding);
   }
   .primary-related-large .primary-content {
     width:calc(100vw - var(--related-content-width) - (var(--body-h-padding) * 2))
   }
   .primary-related-large .primary-content .tabs-content {
     --max-width-column:100%
   }
  .column,
  .widget {
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 auto;
    *overflow: visible;
  }

  /* More items Gap */

.gap-50 {
  --gap: 50px;
}
.gap-49 {
  --gap: 49px;
}
.gap-48 {
  --gap: 48px;
}
.gap-47 {
  --gap: 47px;
}
.gap-46 {
  --gap: 46px;
}
.gap-45 {
  --gap: 45px;
}
.gap-44 {
  --gap: 44px;
}
.gap-43 {
  --gap: 43px;
}
.gap-42 {
  --gap: 42px;
}
.gap-41 {
  --gap: 41px;
}
.gap-40 {
  --gap: 40px;
}
.gap-39 {
  --gap: 39px;
}
.gap-38 {
  --gap: 38px;
}
.gap-37 {
  --gap: 37px;
}
.gap-36 {
  --gap: 36px;
}
.gap-35 {
  --gap: 35px;
}
.gap-34 {
  --gap: 34px;
}
.gap-33 {
  --gap: 33px;
}
.gap-32 {
  --gap: 32px;
}
.gap-31 {
  --gap: 31px;
}
.gap-30 {
  --gap: 30px;
}
.gap-29 {
  --gap: 29px;
}
.gap-28 {
  --gap: 28px;
}
.gap-27 {
  --gap: 27px;
}
.gap-26 {
  --gap: 26px;
}
.gap-25 {
  --gap: 25px;
}
.gap-24 {
  --gap: 24px;
}
.gap-23 {
  --gap: 23px;
}
.gap-22 {
  --gap: 22px;
}
.gap-21 {
  --gap: 21px;
}
.gap-20 {
  --gap: 20px;
}
.gap-19 {
  --gap: 19px;
}
.gap-18 {
  --gap: 18px;
}
.gap-17 {
  --gap: 17px;
}
.gap-16 {
  --gap: 16px;
}
.gap-15 {
  --gap: 15px;
}
.gap-14 {
  --gap: 14px;
}
.gap-13 {
  --gap: 13px;
}
.gap-12 {
  --gap: 12px;
}
.gap-11 {
  --gap: 11px;
}
.gap-10 {
  --gap: 10px;
}
.gap-9 {
  --gap: 9px;
}
.gap-8 {
  --gap: 8px;
}
.gap-7 {
  --gap: 7px;
}
.gap-6 {
  --gap: 6px;
}
.gap-5 {
  --gap: 5px;
}
.gap-4 {
  --gap: 4px;
}
.gap-3 {
  --gap: 3px;
}
.gap-2 {
  --gap: 2px;
}
.gap-1 {
  --gap: 1px;
}
.gap-0 {
  --gap: 0px;
}


  .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: 100%;
  }
  .one-one.full-width:not(.slider-items):not(.slider-items-desktop) .more-items-item,
  .one-one.full-width:not(.slider-items):not(.slider-items-desktop) .more-video-item,
  .one-one.full-width:not(.slider-items):not(.slider-items-desktop) .galleries-item,
  .one-one.full-width:not(.slider-items):not(.slider-items-desktop) .socialstream-item,
  .one-one.full-width.img-aside:not(.slider-items):not(.slider-items-desktop) .more-items-item,
  .one-one.full-width.landing:not(.slider-items):not(.slider-items-desktop) li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .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% -  var(--gap));
    margin-left: calc(var(--gap) / 2);
    margin-right: calc(var(--gap) / 2);
  }
  .one-two .formly {
    gap:var(--gap)
  }
  .one-two .formly > * {
    margin: 0;
    width: calc(50% - (var(--gap) / 2));
  }
  .one-two .slide-content {
    padding-bottom:30px;
  }
  .one-two .slide-content > * {
    max-width: calc(50% - var(--body-h-padding));
  }
  .one-three .slide-content > * {
    max-width: calc(33.33333% - var(--body-h-padding));
  }
  .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.3333333% - var(--gap));
    margin-left: calc(var(--gap) / 2);
    margin-right: calc(var(--gap) / 2);
  }
  
  .full-width-content.one-three .more-items-item,
  .full-width-content.one-three .more-video-item,
  .full-width-content.one-three .galleries-item,
  .full-width-content.one-three .socialstream-item,
  .full-width-content.one-three .control-group,
  .full-width-content.one-three .formly > *,
  .full-width-content.one-three.img-aside .more-items-item,
  .full-width-content.one-three.landing li {
    width: calc((var(--column-width) * 4 - var(--column-margin)) -  var(--gap)) ;

  }
  .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% -  var(--gap)) ;
    margin-left: calc(var(--gap) / 2);
    margin-right: calc(var(--gap) / 2);
  }
  .full-width-content.one-four .more-items-item,
  .full-width-content.one-four .more-video-item,
  .full-width-content.one-four .galleries-item,
  .full-width-content.one-four .socialstream-item,
  .full-width-content.one-four .control-group,
  .full-width-content.one-four .formly > *,
  .full-width-content.one-four.img-aside .more-items-item,
  .full-width-content.one-four.landing li {
    width: calc((var(--column-width) * 3 - var(--column-margin)) -  var(--gap)) ;
  }
  .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% -  var(--gap));
    margin-left: calc(var(--gap) / 2);
    margin-right: calc(var(--gap) / 2);
  }
  .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% -  var(--gap));
    margin-left: calc(var(--gap) / 2);
    margin-right: calc(var(--gap) / 2);
  }
  .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% -  var(--gap));
    margin-left: calc(var(--gap) / 2);
    margin-right: calc(var(--gap) / 2);
  }
  
  .one-of-eight {
    width:12.5%;
  }

  .one-eight .more-items-item,
  .one-eight .more-video-item,
  .one-eight .galleries-item,
  .one-eight .socialstream-item,
  .one-eight .control-group,
  .one-eight .formly > *,
  .one-eight.img-aside .more-items-item,
  .one-eight.landing li {
    width: calc(12.5% -  var(--gap));
  }

  .one-of-nine {
    width:11.111111111111111%;
  }

  .one-nine .more-items-item,
  .one-nine .more-video-item,
  .one-nine .galleries-item,
  .one-nine .socialstream-item,
  .one-nine .control-group,
  .one-nine .formly > *,
  .one-nine.img-aside .more-items-item,
  .one-nine.landing li {
    width: calc(11.111111111111111% -  var(--gap));
  }

  .one-ten .more-items-item,
  .one-ten .more-video-item,
  .one-ten .galleries-item,
  .one-ten .socialstream-item,
  .one-ten .control-group,
  .one-ten .formly > *,
  .one-ten.img-aside .more-items-item,
  .one-ten.landing li {
    width: calc(10% -  var(--gap));
  }

  .one-eleven .more-items-item,
  .one-eleven .more-video-item,
  .one-eleven .galleries-item,
  .one-eleven .socialstream-item,
  .one-eleven .control-group,
  .one-eleven .formly > *,
  .one-eleven.img-aside .more-items-item,
  .one-eleven.landing li {
    width: calc(9.08% -  var(--gap));
  }

  .full-width ~ .primary-related .related-content {
    border-top:10px solid var(--secondary);
  }
  .primary-content {
    margin: 0;
    width: calc(var(--max-width-column) - var(--related-content-width));
    display: inline-block;
    padding-right: var(--body-h-padding);
  }
  .related-content {
    width: var(--related-content-width);
    background-color: #fff;
    margin: 0;
    flex: none;
    display: inline-block;
    position: sticky;
    top: var(--header-height);
  }
  .related-content >.widget:not(:last-child),
  .column.related-content >.widget:not(:last-child) {
    padding-bottom:0 !important;
  }
  .hidden-related .related-content {
    margin-right: -100%;
  }
  .fixed-content .related-content {
    position: fixed;
    top: 90px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .related-on-left .related-content {
    float: left;
  }
  .secondary-content {
    width: 50%;
    display: inline-block;
    --max-width-column: calc(50vw - ((100vw - var(--max-width-column-2)) / 2));
  }

  .row-fluid .secondary-content:first-child > * {
    margin-right: 0;
  }
  .row-fluid .secondary-content:last-child > * {
    margin-left: 0;
  }

  .row-fluid .secondary-content:first-child {
    padding-right: calc(var(--body-h-padding) / 2); 
  }
  .row-fluid .secondary-content:last-child {
    padding-left: calc(var(--body-h-padding) / 2); 
  }



#navigation .menu-hidden {
  display: none !important;
}


/* ==========================================================
   SITE STYLES
   ========================================================== */
/* General Layout & Common Elements
   ========================================================== */
/* HEADER */
#header,
#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
  z-index: 6;
  position: relative;
}

.show-header #header {
  transition:opacity var(--bg-transition-duration);
  opacity: 1;
}
#header .wrapper-group > .wrapper {
  padding-left: var(--header-padding);
  padding-right: var(--header-padding);
}

#header .row1 {
  height:var(--row1-height);
}
#header .row2 {
  height:var(--row2-height);
}
#header #header-zone7,
#header #header-zone8 {
  height:var(--header-height);
}
.wrapper-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#header .wrapper-group > .wrapper,
#footer .wrapper-group > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  position: relative;
}

#header .wrapper-group > .wrapper > *,
#header .wrapper-group > .wrapper .header-footer-zone > *,
#right-navigation,
#header .widget,
.social-icons,
nav:not(.burger-nav),
#languages-menu,
.header-footer-zone,
.logo-link,
#footer .wrapper-group > .wrapper > *,
#footer .wrapper-group > .wrapper .header-footer-zone > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-img {
  height: 70%;
  margin: auto 0;
}
.logo-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: none;
  margin: 0;
}
/*
.header-lg #header-zone7 .logo-img,
.header-lg #header-zone8 .logo-img {
  height: calc(var(--header-height) * 2);
}
.header-lg #header {
  height: calc(var(--header-height) * 2);
}
*/
#header {
  opacity: 0;
}
.fixed-header #header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  height: var(--header-height);
  top: 0;
  
}
.fixed-header:not(.downloads) #header {
  opacity: 0;
}
.fixed-header #content {
  margin-top: var(--header-height);
}
.fixed-header.header-lg #content {
  margin-top: calc(var(--header-height) * 2);
}

.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 {
  padding-top: calc((var(--header-height) * 2) + 40px);
}
.transparent-header .slide.top-box .slide-content {
  padding-top: calc(var(--header-height) + 40px);
}
#header #header-zone1,
#header #header-zone3,
#header #header-zone4,
#header #header-zone6 {
  min-width: 20%;
}
#header #header-zone1 .header-widgets-json:first-child {
  max-width: 380px;
}
#header .wrapper-group > .wrapper #header-zone1{
  position: fixed;
  height: var(--header-height);

}
#header #header-zone3 > * {
  flex:none;
}
#header #header-zone3 {
  margin-left: auto;
}
 
#header #header-zone1.header-footer-zone,
#header #header-zone4.header-footer-zone,
#header #header-zone7.header-footer-zone,
#footer .wrapper-group #footer-zone1,
#footer .wrapper-group #footer-zone4 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#header #header-zone3.header-footer-zone,
#header #header-zone6.header-footer-zone,
#header #header-zone8.header-footer-zone,
#footer .wrapper-group #footer-zone3,
#footer .wrapper-group #footer-zone6 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header #header-zone2.header-footer-zone,
#header #header-zone5.header-footer-zone,
#footer .wrapper-group #footer-zone2,
#footer .wrapper-group #footer-zone5 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .wrapper-group #footer-zone2 {
  flex-direction: column;
}
#footer .wrapper-group #footer-zone2,
#footer .wrapper-group #footer-zone5 {
  width:100%;
}
#footer .wrapper-group #footer-zone5 > * {
  width: 100%;
}
/* Scrolled header */

body #header #header-zone3.header-footer-zone {
  position: fixed;
  right: var(--header-padding);
  height: var(--header-height);
  z-index: 10;
}

#header #navigation,
#header #site-logo {
  transition: opacity var(--bg-transition-duration) var(--bg-transition-duration);
}
.scroll-not-top:not(.downloads) #header #navigation,.open-menu #header #navigation{
 pointer-events: none;

}
.scroll-not-top:not(.downloads) #header {
  pointer-events: none;
}
.scroll-not-top:not(.downloads) #header #site-logo {
  pointer-events: all;
}
.scroll-not-top #header .wrapper-group > .wrapper.row2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
}

.scroll-not-top.header-lg #header {
  height: var(--header-height);
}
.scroll-not-top.header-lg.fixed-header:not(.transparent-header) #content {
  margin-top: var(--header-height);
}
.header-footer-zone.empty-zone {
  display: none !important; 
}
.page-loaded #content,
.page-loaded #footer {
  opacity: 1;
  transition:opacity 0.5s;
}
#content,
#footer {
  opacity: 0;
  transition:opacity 0.5s;
}

/* Navigation */
#navigation-toggle {
  z-index: 2;
  right: 0;
  top: 0;
  color: #ffffff;
  width: 60px;
}
#header #language-toggle,
#header #navigation-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  order: 1;
  aspect-ratio: 1;
  margin: auto 0;
  padding: 0;
  height: 70%;
  border-radius: 50%;
  background: var(--lightgrey);
  aspect-ratio: 1;
  width: auto;
  pointer-events: all;
}
#header #navigation-toggle {
  display:none;
  cursor: pointer;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.30);
}
body:not(.downloads) #header .header-footer-zone #navigation-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body.open-menu {
  overflow: hidden;
}


#navigation-toggle {
  position: relative
}
#language-toggle {
  display: none;
}
#navigation-toggle span {
  display: none;
}
#navigation-toggle:after {
  content: "";
  background: url(../img/toggle-menu.png) center center no-repeat transparent;
  background-size: 100% auto;
  width: 33%;
  height: 33%;
  text-align: center;
}
#navigation-toggle:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  z-index: -1;
  transition: background-color var(--bg-transition-duration);
}
#navigation-toggle:hover:before {
  background-color: var(--darkgrey);
  transition: background-color var(--bg-transition-duration);
}
#header #navigation-toggle.open {
  background-color: var(--darkgrey);
}
#navigation-toggle.open:after {
  background: none;
  content: "\f2c0";
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 25px;
  color: var(--secondary);
}
#navigation-mobile {
  display:none;
}


.burger-nav {
  display: none;
}
.navigation {
  width: 100%;
}
.navigation > ul,
nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: var(--lightgrey);
  border-radius: var(--border-radius-md);
}
.menu > li > a {
  color: #ffffff;
  font-weight: 500;
  padding: 13px 20px;
  font-size: 16px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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;
  height: 44px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: transparent;
  border-radius: var(--border-radius-md);
}
.menu > li > a:hover,
.menu li.active a {
  text-decoration: none;
}
body:not(.user-loggedin) #user-menu> ul > li:after,
#navigation > ul > li:after {
  content: "";
  width: 96px;
  height: 44px;
  margin: auto;
  background: url(../img/drop-menu.svg) center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  right: -53px;
  top: 0px;
}

#footer-navigation .dropdown > a:after,
#navigation .dropdown .submenu,
#navigation .dropdown > a:after {
  display:none;
}
#footer-navigation .menu > li.blue-impact,
#footer-navigation .menu > li.home,
#footer-navigation .menu > li.racebird,
#footer-navigation .menu > li.about {
  display:none
}
#footer-navigation .menu > li {
  width: calc(50% - 10px);
  background: transparent;
}
#footer-navigation .menu > li > a {
  font-size: 40px;
font-style: normal;
font-weight: 500;
color: var(--secondary);
padding:0;
}
#footer-navigation .menu {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
}
#footer-navigation .dropdown {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer-navigation .dropdown:not(#languages) .submenu {
  position: relative;
  left: auto;
  width: auto;
  margin: 20px 0 50px 0;
  top: auto;
  background-color: transparent;
  display: block;
  box-shadow: none;
}
#footer-navigation .dropdown .submenu a {
  text-align: left;
  text-transform: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin-bottom: 16px;
  color: #fff;
  background-color: transparent;
}
#footer-navigation .dropdown .submenu a:hover {
  color: var(--secondary);
}
#footer .menu > li{
  background-color: transparent;

}
#footer .menu > li > a {
  background-color: transparent;
  height: auto;
}
#footer-navigation-secondary .menu {
  gap:44px;
}
#footer-navigation-secondary .menu > li > a {
  font-size: 18px;
  padding:0;
}

#nav-wrapper {
  width: calc(var(--column-width) * 7);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-right: calc(var(--column-width) * 0.5);
  border-right: 1px solid #464646;
}
#newsletter-wrapper {
  width: calc(var(--column-width) * 5);
  padding-left: calc(var(--column-width) * 0.5);

}
#footer-signup .formly {
  position: relative
}
#footer-signup .formly > *:last-child {
  width: auto !important;
}
#footer-signup .formly > *:last-child .form-buttons > span {
  position: absolute;
  top: 0;
  right: 0;
}
#footer-signup .formly > *:last-child .form-buttons .tooltip {
  color: var(--red);
  background: var(--dark);
  display: flex !important;
  align-items: center;
  margin-right: 10px;
  position: absolute;
  top: 0 !important;
  right: 51px;
  left: 0 !important;
  justify-content: center;
}
#footer-signup .formly .message-success {
  color: var(--secondary);
}
#footer-signup .formly .message-error {
  color: var(--red);
}
 .tooltip {
  color: #ffffff;
  position: relative;
  opacity: 1;
  font-size: 16px;
  padding: 7px 13px;
  background: var(--red);
  border-radius: var(--border-radius-lg);
  top: auto !important;
  pointer-events: none;
  height: 52px;
  z-index: 1;
  display: flex !important;
  align-items: center;
  left: auto !important;
  margin-right: 10px;
}
#footer-signup .formly .form-buttons > span button {
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0;
  color: transparent;
  opacity: 1;
  cursor: pointer;
  --hoverColor: var(--darkgrey);
  pointer-events: all;
}
#footer-signup .formly .form-buttons > span:before,
#footer-signup .formly .form-buttons > span:after {
  display: none;;
}
#footer-signup .formly .form-buttons > span button:after {
  content: "";
  height: 52px;
  display: flex;
  background-color: var(--dark);
  mask-image: url(../img/bt-drop.svg);
  -webkit-mask-image: url(../img/bt-drop.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center right;
  -webkit-mask-position: center right;
  z-index: 0;
  width: 68px;
  position: relative;
  margin-left: -7px;
  transition: background-color var(--bg-transition-duration);
  flex: none;
}
#footer-signup .formly .form-buttons > span button:before {
  content: "";
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  background: url(../img/arrow-animated-dark.svg) -62px center no-repeat transparent;
  border-radius: 50%;
  background-size: auto 100%;
  z-index: 1;
  position: absolute;
  right: 4px;
  transition: background var(--bg-transition-duration);
}
html.no-touch #footer-signup .formly .form-buttons > span button:hover:before {
  -webkit-animation: arrowRight.4s;
  animation: arrowRight .4s;
  background-color: var(--hoverColor);
  transition: background-color .3s .7s;
}
#footer-signup .formly-field.formly-field-input {
  padding-right: 60px;
}
#footer-signup .form-messages {
  position: relative;
}
#navigation .menu{
  padding-right: 9px;
  position: relative;
  transition: all .5s var(--bg-transition-duration) cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden;
  right: -7px;
}
#navigation .menu > li > a {
  position: relative;
  padding: 0 20px;
  z-index: 1;
  transition: all .5s   cubic-bezier(0.4, 0, 1, 1);
}
#navigation .menu > li:hover > a {
  color: var(--secondary);
}
#navigation .menu > li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  border-radius: var(--border-radius-md);
  display: block;
  z-index:1;
  margin: 0;
  transition: all var(--bg-transition-duration);
  width: 36px;
  background-color: var(--darkgrey);
  opacity: 0;
}
#navigation .menu > li:hover:before {
  transition: all var(--bg-transition-duration);
  width: calc(100% - 8px);
  opacity: 1;
}

body.scroll-not-top:not(.downloads) #navigation .menu,.open-menu #navigation .menu {
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  right: -20px;
  padding-right: 0;
}
body.scroll-not-top:not(.downloads) #navigation .menu > li,.open-menu #navigation .menu > li {
  color: transparent;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  margin-right: -20vw;
}
body.scroll-not-top:not(.downloads) #navigation .menu > li > a,.open-menu #navigation .menu > li > a {
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  color: transparent;
}


#navigation .menu > li {
  margin-right: 10px;
  transition: all .5s var(--bg-transition-duration) cubic-bezier(0.4, 0, 1, 1);
  position: relative;
}


#navigation-container {
  opacity: 1;
  position: fixed;
  width: 356px;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: var(--header-height);
  pointer-events: none;
  transition: opacity var(--bg-transition-duration);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
}
#navigation-container:before {
  background-color: #535353;
  position: fixed;
  content:"";
  z-index: 0;
  opacity: 1;
  border-radius: 0;
  transition: all var(--bg-transition-duration) .5s;
  clip-path: circle(35px at calc(100% - 55px) 50px);
  width: 356px;
  right: 0;
  top: 0;
  bottom: 0;
}
.open-menu #navigation-container:before {
  opacity: 1;
  transition: all 1s;
  border-radius: 0;
  clip-path: circle(150svh at calc(100% - 55px) 50px);
}
.open-menu #navigation-container:after {
  opacity: 1;
  transition: all var(--bg-transition-duration) .5s;
}
#navigation-container:after{
  opacity: 0;
  content: "";
  position: fixed;
  height: 100vh;
  background: #00000091;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all var(--bg-transition-duration);
}
#navigation-primary ul.menu {
  flex-direction: column;
  position: relative;
  overflow: visible;
  padding:0;
  margin-bottom: 60px;
}
#navigation-primary ul.menu .e1-series {
  display: none;
}
.open-menu #navigation-container {
  pointer-events: all;
  transition: all var(--bg-transition-duration) .5s;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.30);
  overflow-y: auto;
}
.open-menu #navigation {
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--bg-transition-duration) .5s;
}

#navigation-container .menu {
  width:100%;
}
#navigation-container .menu > ul > li {
  opacity: 0;
  transition: all var(--bg-transition-duration);
}
.open-menu #navigation-container .menu > ul > li{
  opacity: 1;
  transition: all var(--bg-transition-duration) ;
}
.open-menu #navigation-container .menu > ul > li > a{
  transition: all var(--bg-transition-duration) ;
  opacity: 1;
}
#navigation-container .menu > li a:hover:before {
  width: 100%;
  transition: width var(--bg-transition-duration);
}
#navigation-container .menu > li > a:before {
  content: "";
  background-color: var(--secondary);
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0px;
  transition: width var(--bg-transition-duration);
  height: 1px;
}
#navigation-container .menu > li > a {
  font-family: var(--font-family-main);
  font-weight: normal;
}
#navigation-container .menu > li > a:active::before {
  display: none;
}
#navigation-container .menu li {
  margin-left: 16px;
  margin-right:16px;
  width:calc(100% - 32px);
  background-color: transparent;
}
#navigation-container .submenu > li > a,
#navigation-container .menu > li > a {
  padding: 16px 0;
  border-radius: 0;
  background-color: transparent;
  height: auto;
  line-height: 1;
  width: 100%;
  text-align: left;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  position: relative;
}
#navigation-container li.dropdown > a:after {
  content: "";
  width: 24px;
  height: 20px;
  background-color: var(--secondary);
  mask-image: url(../img/arrow-right.svg);
  -webkit-mask-image: url(../img/arrow-right.svg);
  mask-size: 15px auto;
  -webkit-mask-size: 15px auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  margin-right: 5px;
  transition: margin var(--bg-transition-duration);
  opacity: 1;
  position: absolute;
  right: 0;
}

#navigation-primary ul.menu.open {
  margin-left: 0;

}
#navigation-container #navigation-secondary,
#navigation-container #socialLinks {
  transition:opacity var(--bg-transition-duration)
}
#navigation-container #navigation-secondary{
  margin-top: auto;
}
#navigation-container.open #navigation-secondary,
#navigation-container.open #socialLinks,
#navigation-container.open #navigation-primary ul.menu > li > a {
  opacity: 0;
  transition:opacity var(--bg-transition-duration)
}
.open-menu #navigation-primary > .menu > li > a{
    transform: translate(0px, 0px);
    transition: all var(--bg-transition-duration) var(--bg-transition-duration);
}
.open-menu #navigation-primary .menu > li:first-child > a{
  transition-delay: 0s;
} 
.open-menu #navigation-primary .menu > li:nth-child(2) > a{
  transition-delay: .1s;
} 
.open-menu #navigation-primary .menu > li:nth-child(3) > a{
  transition-delay: .2s;
} 
.open-menu #navigation-primary .menu > li:nth-child(4) > a{
  transition-delay: .3s;
} 
.open-menu #navigation-primary .menu > li:nth-child(6) > a{
  transition-delay: .4s;
} 
.open-menu #navigation-primary .menu > li:nth-child(7) > a{
  transition-delay: .5s;
} 
.open-menu #navigation-primary .menu > li:nth-child(8) > a{
  transition-delay: .6s;
} 
.open-menu #navigation-primary .menu > li:nth-child(9) > a{
  transition-delay: .7s;
} 
.open-menu #navigation-primary .menu > li:nth-child(10) > a{
  transition-delay: .8s;
} 
.open-menu #navigation-primary .menu > li:nth-child(11) > a{
  transition-delay: .9s;
} 
#navigation-primary > .menu > li > a{background: transparent;transition: all var(--bg-transition-duration);transform: translate(50%, 0px);}
#navigation-primary .menu > li:first-child > a{
  padding-top: 0;
}
#navigation-primary .menu > li:last-child a {
  border-bottom:none;
  padding-bottom: 0;
}
#navigation-primary .menu > li:last-child a:before {
  display: none;
}
#navigation-primary .menu > li > a {
  font-size: 28px;
  border-bottom: 1px solid var(--darkgrey);
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.42px;
  padding-bottom: 16px;
  padding-top: 16px;
  display: inline-block;
  transition: all var(--bg-transition-duration);
  opacity: 0;
}
#navigation-primary .menu > li > a .normal-e {
  margin-right: auto;
}
html.no-touch #navigation-primary .menu > li > a:hover {
  color: var(--secondary);
  transition:color var(--bg-transition-duration)
}
html.no-touch #navigation-primary .menu > li > a:hover:after {
  margin-right: 0;
  transition:margin var(--bg-transition-duration)
} 
#navigation-primary .dropdown {
  position: initial;
}
#navigation-primary .dropdown:not(#languages) .submenu {
  top: 0;
  left: 100%;
  margin: auto;
  width: 100%;
  background-color: #535353;
  box-shadow: none;
  position: absolute;
  padding: 0;
  transition: left var(--bg-transition-duration);
  display: flex;
  flex-direction: column;
}
#navigation-primary .dropdown .submenu > li > a {
  font-size: 20px;
  transition: color var(--bg-transition-duration);
  padding:5px 0;
  line-height: 28px;
}
#navigation-primary .dropdown .submenu > li > a:hover {
  color: var(--secondary);
  transition: color var(--bg-transition-duration);
}
#navigation-primary .dropdown .submenu > li:last-child a {
  padding-bottom: 16px;
}
#navigation-primary .dropdown:not(.latest) .submenu > li:last-child a {
  border-bottom: 1px solid var(--darkgrey);
}
#navigation-primary .dropdown .submenu .submenu-back {
  margin-bottom: 11px;
}
#navigation-primary .dropdown .submenu .submenu-back a {
  font-size: 28px;
  display:flex;
  align-items: center;
  border-bottom: 1px solid var(--darkgrey);
  font-family: var(--font-family-main);
  padding: 0 0 16px 0;
}
#navigation-primary .dropdown .submenu .submenu-back a:before {
  content: "";
  width:24px;
  height: 24px;
  background-color: var(--secondary);
  mask-image: url(../img/arrow-right.svg);
  -webkit-mask-image: url(../img/arrow-right.svg);
  mask-size: 15px auto;
  -webkit-mask-size: 15px auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transform: rotate(180deg);
  display:flex;
  margin-right:10px;
  position: relative;
}
#navigation-primary .dropdown.open:not(#languages) .submenu {
    z-index: 2;
    bottom: 0;
    left: 0;
    transition: left var(--bg-transition-duration);
}
#navigation-primary .widget-title {
  padding:12px 16px;
  font-size: 16px;
  font-family: var(--font-family-title);
}
#navigation-primary .wrapper > * {
  margin-top: 0;
  margin-bottom:0;
}
#navigation-primary .menu-list {
  order:1;
  margin-top: 10px;
  background-color: var(--lightgrey);
  padding-bottom: 30px;
}

#navigation-secondary {
  margin-top:auto;
}
#navigation-secondary .menu {
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: flex-start;
}
#navigation-secondary .menu li {
  width:calc(50% - 32px);
  background: transparent;
}
#navigation-secondary .menu li a {
  color: var(--secondary);
  border-bottom: 1px solid var(--darkgrey);
  font-size: 20px;
  font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
letter-spacing: -0.3px;
}
#navigation-secondary .menu li:nth-child(2) a,
#navigation-secondary .menu li:first-child a {
  padding-top:0;
}
.menu-list .more-items-item {
  border-radius: var(--border-radius-md);
  background-color: #464646;
}
.menu-list.img-aside .more-items-item > a:not(.all-box-link) {
  padding:4px;
  width: 40px;
  height: 40px;
}
.menu-list.img-aside .more-items-item > a:not(.all-box-link) img{
border-radius: 50%;
}
body:not(.open-menu) .menu-list .more-items-item .wrapper > .all-box-link{
  pointer-events: none;
}
.menu-list .more-items-item .wrapper {
  padding:4px 12px 4px 4px !important;
}
.menu-list .more-items-item .wrapper h2 {
  font-size: 20px;
  font-weight: normal;
  width: 72%;
}
.menu-list .more-items-item .wrapper h2 a {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.menu-list .more-items-item .wrapper .flag-icon {
  width: 40px;
  height: 40px;
  margin-right:8px;
  flex:none;
  background-color: #ddd;
}
.menu-list .more-items-item .wrapper .event-name {
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.menu-list .more-items-item .wrapper .event-name:has(small) {
  line-height: 1;
}


.menu-list .more-items-item .wrapper .event-name small {
  color: #fff;
}
#navigation-container #teams-menu .more-items-list {
  flex-direction: column;
  align-items: flex-start;
}
#navigation-container #teams-menu .more-items-item {
  width:auto
}
#navigation-container #teams-menu .more-items-item .wrapper {
  white-space: nowrap;
  padding: 4px 18px 4px 4px !important;
}
#languages {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
#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;
}
#content {
  width: 100%;
  -webkit-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
#footer {
  background-color: var(--darkgrey);
  color: #ffffff;
  height: auto !important;
  padding-left: var(--footer-padding);
  padding-right: var(--footer-padding);
  overflow: hidden;
  z-index: 3;
  position: relative;
}
.no-footer #footer {
  display:none;
}
#footer .wrapper-group {
  padding-top: 20px;
}
#footer .wrapper-group > .wrapper {
  height: auto !important;
}

.jump-top {
  display: none;
}
#footer #site-logo,
#footer-logo {
  width:80px;
  aspect-ratio: 1;
  margin: 0 0 10px;
}
#footer #site-logo img,
#footer-logo img {
  width: 100%;
  height: auto;
}
#footer-nav {
  text-align: center;
  list-style: none;
  display: block;
  margin: 0;
}
#footer-nav li {
  display: inline-block;
}
#footer-nav a {
  color: #e8ecf4;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 7px;
  font-size: 18px;
  line-height: normal;
}
#footer-nav a:hover,
#footer-nav li.active a {
  text-decoration: none;
  color: #ffffff;
}
#secondary-footer-wrapper {
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #464646;
}
#newsletter-image .more-items-item .wrapper h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 112.5% */
  letter-spacing: -0.48px;
}
#newsletter-image .more-items-item .wrapper h2 a {
  font-weight: 500;
}

#bottom-footer-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  max-width: var(--max-width-column);
  margin: 0 auto;
  padding-top:40px;
  border-top: 1px solid #464646;
}
#copyright {
  font-size: 12px;
}
#copyright p {
  font-family: var(--font-family-title);
  font-size: 12px;
font-style: normal;
font-weight: 500;
color:var(--lightgrey)
}

#contact-footer p {
  font-size: 14px;
  text-align: right;
}
#contact-footer p a {
  color: #fff;
}
/* Cookies */
#cookiesbar {
  text-align: center;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: var(--header-height);
  bottom: auto;
  background: red;
  color: #ffffff;
  z-index: 99999999;
}
#cookiesbar a {
  color: #ffffff;
  padding: 0 10px;
}
/* USER MENU */
#user-menu {
  padding: 0;
  color: #ffffff;
  font-family: var(--font-family-title);
  font-size: 14px;
  text-transform: uppercase;
  pointer-events: all;
}

#user-menu:hover .dropdown .submenu {
  display: block;
}
#user-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}
#user-menu .menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin-right: 10px;
}
#user-menu .menu > li:after {
  content: "";
  width: 95px;
  height: 41px;
  margin: auto;
  background: url(../img/drop-menu.svg) center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  right: -53px;
  top: 0px;
}
#user-menu .menu > li:before {
  content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    bottom: 4px;
    right: 4px;
    border-radius: var(--border-radius-md);
    display: block;
    z-index: 1;
    margin: 0;
    transition: background-color var(--bg-transition-duration);
}
#user-menu .menu > li:hover:before {
  background-color: var(--darkgrey);
  transition: background-color var(--bg-transition-duration);
}
#user-menu .menu > li > a {
  z-index: 1;
}
#user-menu  .menu > li:hover > a {
  color: var(--secondary);
}
#user-menu .menu > li:not(.dropdown) > *:not(a) {
  padding-left: 0;
  padding-right: 0;
  z-index: 2;
}
#user-menu .menu > li:not(.dropdown) span {
  margin-right: 5px;
  margin-left: 0;
  padding-left: 20px;
  height: 42px;
  display: flex;
  align-items: center;
}
#user-menu .menu > li:not(.dropdown) strong {
  padding-right: 20px;
}
#user-menu .menu > li.dropdown #user {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
#user-menu .menu > li.dropdown #user > a {
  height: 100%;
}
#user-menu .menu > li.dropdown #user > a:after {
  color: #ffffff;
  margin-left: 0;
  z-index: 2;
}
#user-menu .menu > li.dropdown #user .submenu {
  flex-direction: column;
  gap: 5px;
  right: 0;
  padding: 14px 11px;
  background-color: var(--lightgrey);
  top: 34px;
  left: auto;
  margin-left: 0;
  border-radius: var(--border-radius);
}
#user-menu .menu > li.dropdown:hover #user .submenu,
#user-menu:hover .dropdown .submenu {
  display: flex;
}

#user-menu .menu > li.dropdown #user .submenu li {
  border-radius: var(--border-radius);
}
#user-menu .menu > li.dropdown #user .submenu li:hover {
  background-color: var(--mediumgrey);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
#user-menu .menu > li.dropdown #user .submenu li a {
  text-transform: capitalize;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
#user-menu .menu > li.dropdown #user .submenu li a:hover {
  background-color: transparent;
  color: var(--secondary);
}
#user-menu .menu > li.dropdown > a:after {
  color: #ffffff;
}
#user-menu .menu > li.dropdown{
  margin-right: 0;
  padding: 10px;
  width: 40px;
  height: 40px;
  justify-content: center;
}
#user-menu .menu > li.dropdown:after {
  display: none;
}
#user-menu .menu > li:last-child:after {
  display: none;
}
/* Widgets
  ========================================================== */
  .column > .widget:not(.full-width) > .more-items-list,
  .column > .widget:not(.full-width) .tabs-content,
  .column > .widget:not(.full-width) > form,
  .widget-wrapper > .widget:not(.full-width) > .more-items-list,
  .widget-wrapper > .widget:not(.full-width) > .widget-title,
  .widget-wrapper > .widget:not(.full-width) > .section-title {
    max-width: calc(var(--max-width-column) + var(--gap)) !important;
  }
  .widget.small-column:not(.full-width) > .more-items-list,
  .widget.small-column:not(.full-width) .tabs-content,
  .widget.small-column:not(.full-width) > form,
  .widget-wrapper > .widget.small-column:not(.full-width) > .more-items-list,
  .widget-wrapper > .widget.small-column:not(.full-width) > .widget-title,
  .widget-wrapper > .widget.small-column:not(.full-width) > .section-title {
    max-width: calc(var(--max-width-column-small) + var(--gap)) !important;
  }
  .widget.article-column:not(.full-width) > .more-items-list,
  .widget.article-column:not(.full-width) .tabs-content,
  .widget.article-column:not(.full-width) > form,
  .widget-wrapper > .widget.article-column:not(.full-width) > .more-items-list,
  .widget-wrapper > .widget.article-column:not(.full-width) > .widget-title,
  .widget-wrapper > .widget.article-column:not(.full-width) > .section-title {
    max-width: calc(var(--max-width-column-article) + var(--gap)) !important;
  }
  .column > .widget:not(.full-width):not(.widget-wrapper):not(.slider-widget):not(.landing-top):not(.top-stories):not(.article-view) > *,
  .widget-wrapper > .widget:not(.full-width):not(.widget-wrapper):not(.slider-widget):not(.landing-top):not(.top-stories):not(.article-view) > * {
    width: 100%;
    max-width: var(--max-width-column);
    margin-left: auto;
    margin-right: auto;
  }
  .widget.small-column:not(.full-width):not(.widget-wrapper):not(.slider-widget):not(.landing-top):not(.top-stories):not(.article-view) > *,
  .widget-wrapper > .widget.small-column:not(.full-width):not(.widget-wrapper):not(.slider-widget):not(.landing-top):not(.top-stories):not(.article-view) > * {
    max-width: var(--max-width-column-small);
  }
  .widget.article-column:not(.full-width):not(.widget-wrapper):not(.slider-widget):not(.landing-top):not(.top-stories):not(.article-view) > *,
  .widget-wrapper > .widget.article-column:not(.full-width):not(.widget-wrapper):not(.slider-widget):not(.landing-top):not(.top-stories):not(.article-view) > * {
    max-width: var(--max-width-column-article);
  }
  .column > .widget:not(.full-width).widget-wrapper {
    padding-left: calc((100% - var(--max-width-column)) / 2);
    padding-right: calc((100% - var(--max-width-column)) / 2);
  }
  .column > .widget,
  .column > .widget.slide-items {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column > .widget.pt-0 {
    padding-top: 0;
  
  }
  .column > .widget.pb-0 {
    padding-bottom: 0;
  
  }
  .column > .widget.p-0 {
    padding:0;
  
  }


.column > .full-width-content:not(.full-width) > .more-items-list,
.column > .full-width-content:not(.full-width) .tabs-content {
  max-width: 100% !important;
}
.full-width-content .owl-carousel .owl-stage {
  margin-left: calc((100vw - var(--max-width-column)) / 2);
}
  

.widget > ul {
  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.2s var(--easing);
  transition: -webkit-transform 0.2s var(--easing);
  -o-transition: transform 0.2s var(--easing);
  transition: transform 0.2s var(--easing);
  transition: transform 0.2s var(--easing), -webkit-transform 0.2s var(--easing);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.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.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  transition: -webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  -o-transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing);
  transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing);
  transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing),-webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  transition: transform 0.2s var(--easing), -webkit-transform 0.2s var(--easing),box-shadow 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.grow-hover-item.text-over .more-items-item > a:not(.all-box-link) img,
.grow-hover-item.text-over .more-items-item .more-items-img-container img,
.grow-hover-item.text-over .more-items-item > a:not(.all-box-link) video,
.grow-hover-item.text-over .more-items-item .more-items-img-container video  {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: -webkit-transform 0.6s var(--easing);
  transition: -webkit-transform 0.6s var(--easing);
  -o-transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing), -webkit-transform 0.6s var(--easing);
}
.grow-hover-item:not(.text-over) .more-items-item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.grow-hover-item.slide-items-events .more-items-item:hover,
.grow-hover-item.slide-items .more-items-item:hover {
  -webkit-box-shadow: none;
  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,
.grow-hover-item.text-over .more-items-item:hover > a video,
.grow-hover-item.text-over .more-items-item:hover .more-items-img-container video {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.6s var(--easing);
  transition: -webkit-transform 0.6s var(--easing);
  -o-transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing), -webkit-transform 0.6s var(--easing);
}
.shrink-hover-img.img-background .more-items-item:hover .more-items-img-container,
.shrink-hover-img.img-background .more-items-item:hover > a:not(.all-box-link),
.shrink-hover-img .more-items-item:hover > a:not(.all-box-link) img, 
.shrink-hover-img .more-items-item:hover .more-items-img-container img,
.shrink-hover-img .more-items-item:hover > a:not(.all-box-link) video, 
.shrink-hover-img .more-items-item:hover .more-items-img-container video  {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.shrink-hover-img.img-background .more-items-item:hover .more-items-img-container,
.shrink-hover-img.img-background .more-items-item:hover > a:not(.all-box-link),
.shrink-hover-img .more-items-item:hover > a:not(.all-box-link) img, 
.shrink-hover-img .more-items-item:hover .more-items-img-container img,
.shrink-hover-img .more-items-item:hover > a:not(.all-box-link) video, 
.shrink-hover-img .more-items-item:hover .more-items-img-container video,
.grow-hover-img.img-background .more-items-item .more-items-img-container,
.grow-hover-img.img-background .more-items-item > a:not(.all-box-link),
.grow-hover-img .more-items-item > a:not(.all-box-link) img, 
.grow-hover-img .more-items-item .more-items-img-container img,
.grow-hover-img .more-items-item > a:not(.all-box-link) video, 
.grow-hover-img .more-items-item .more-items-img-container video {

  -webkit-transition: -webkit-transform 0.6s var(--easing);
  transition: -webkit-transform 0.6s var(--easing);
  -o-transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing),-webkit-transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing), -webkit-transform 0.6s var(--easing);
}
.shrink-hover-img.img-background .more-items-item .more-items-img-container,
.shrink-hover-img.img-background .more-items-item > a:not(.all-box-link),
.shrink-hover-img .more-items-item > a:not(.all-box-link) img, 
.shrink-hover-img .more-items-item .more-items-img-container img,
.shrink-hover-img .more-items-item > a:not(.all-box-link) video, 
.shrink-hover-img .more-items-item .more-items-img-container video,
.grow-hover-img.img-background .more-items-item:hover .more-items-img-container,
.grow-hover-img.img-background .more-items-item:hover > a:not(.all-box-link),
.grow-hover-img .more-items-item:hover > a:not(.all-box-link) img, 
.grow-hover-img .more-items-item:hover .more-items-img-container img,
.grow-hover-img .more-items-item:hover > a:not(.all-box-link) video, 
.grow-hover-img .more-items-item:hover .more-items-img-container video {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.6s var(--easing);
  transition: -webkit-transform 0.6s var(--easing);
  -o-transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing),-webkit-transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing), -webkit-transform 0.6s var(--easing);
}

.shrink-hover-img.text-over.center-box .more-items-item:hover .wrapper h2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.6s var(--easing);
  transition: -webkit-transform 0.6s var(--easing);
  -o-transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing), -webkit-transform 0.6s var(--easing);
}
.shrink-hover-img.text-over.center-box .more-items-item .wrapper h2 {
  -webkit-transition: -webkit-transform 0.6s var(--easing);
  transition: -webkit-transform 0.6s var(--easing);
  -o-transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing),-webkit-transform 0.6s var(--easing);
  transition: transform 0.6s var(--easing), -webkit-transform 0.6s var(--easing);
}




.title-on-left .slide-content,
.title-on-right .slide-content{
  flex-wrap: wrap;
  
}
.title-on-left .slide-content h2,
.title-on-right .slide-content h2  {
  height: 100%;
  display: flex;
  max-width:50%;
  position:absolute;
  margin-left:0 !important;
  margin-right:0 !important;
}
.title-on-left .slide-content h2 {
  left: var(--body-h-padding);
}
.title-on-right .slide-content h2  {
  order:1;
  right: var(--body-h-padding);
}
.title-on-left.center-box .slide-content,
.title-on-right.center-box .slide-content,
.title-on-left.center-box .slide-content h2,
.title-on-right.center-box .slide-content h2 {
  justify-content: center;
}
.title-on-left.center-box .slide-content h2 a,
.title-on-right.center-box .slide-content h2 a{
  margin:auto;
}
/* Top Stories */



.slider-widget {
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}
.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}
.full-width > div > .fotorama .slide-content,
.slider-widget > div > .fotorama .slide-content {
  padding: 40px calc((100vw - var(--max-width-column)) / 2);
}
.slide-content {
  z-index: 3;
  padding: 40px 60px;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.slide-content > * {
  max-width:55%;
  margin-left: 0;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.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;
  text-align: center;
}
.topstory-text-center .slide-content,
.fotorama__stage__frame:not(.fotorama__stage__frame--video) .topstory-text-center .slide-content,
.bg-vid .topstory-text-center .slide-content {
  align-items: center;
}
.topstory-text-right .slide-content {
  align-items: flex-end;
}
.topstory-text-right .slide-content > *{
  text-align: right;
}
.text-left.topstory-text-right .slide-content > *,
.text-left .topstory-text-right .slide-content > *{
  text-align: left;
  margin-left: 55%;
  margin-right: auto;
}
.text-left.topstory-text-right.one-two .slide-content > *,
.text-left.one-two .topstory-text-right .slide-content > *{
  margin-left: 50%;
}
.text-left.topstory-text-right.one-three .slide-content > *,
.text-left.one-three .topstory-text-right .slide-content > *,
.text-left.topstory-text-right.one-four .slide-content > *,
.text-left.one-four .topstory-text-right .slide-content > *  {
  margin-left: 66.666666%;
}

.bottom-box .slide-content {
  bottom: 0;
}
.top-box.slide-content {
  top: 0;
}
.center-box .slide {
  justify-content: center;
}
.center-box .slide-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  background: none;
}
.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{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
}
.top-box .slide-content {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
}
.widget:not(.boxed) > div > .fotorama .fotorama__stage__frame.fotorama__stage__frame--video .slide-content > * {
  max-width: 43%;
}
.slide-content .slide-title {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 52px;
  text-shadow: 0 0 13px rgba(0,0,0,0.3);
}
.slide-content .slide-title a,
.slide-content .slide-title a small {
  color: #ffffff;

}
.slide-content .slide-title a small {
  display: block;
  line-height: 1.2;
}
.slide-content .slide-category {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.slide-content p {
  color: #fff;
  margin-bottom:15px;
}
.slide-content .btn {
  background-color: var(--primary);
  color:#fff;
  width: auto;
}
.slide-content .btn:nth-child(2) {
  order:1;
}
.slide-content .btn-group:after {
  content: "";
  width: 29px;
  height: 33px;
  margin: auto -10px;
  background: var(--primary);
  mask-image: url(../img/drop-mask.svg);
  -webkit-mask-image: url(../img/drop-mask.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.topstory-text-hide-box .slide-content {
  display: none;
}
.slides .fotorama__nav-wrap {
  position: absolute;
  bottom: 20px;
}
.slides .fotorama__nav--dots .fotorama__nav__frame {
  width: 28px;
  position: relative;
  margin: 0;
}
.slides .fotorama__dot {
  width: 13px;
  height: 13px;
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
}
.slides .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: #536382;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-width: 1px;
  border-color: #ffffff;
}
.widget .fotorama__arr {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
}
.widget .fotorama__arr--next {
  right: 15px;
}
.widget .fotorama__arr--prev {
  left: 15px;
}
.widget.no-arrows .fotorama__arr--next,
.widget.no-arrows .fotorama__arr--prev {
  display:none !important;
} 
.widget .slides .fotorama__video-play {
  background: var(--primary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget .slides .fotorama__video-play:before {
  content: "\f488";
  font-family: "Ionicons";
  -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;
}




.boxed .slide-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 70%;
  border-radius: 0px;
}
.boxed .slide-content * {
  text-shadow: none;
  max-width: none;
}
.boxed .slide-content .slide-title{
    font-size: 24px;
    margin-top: 0;
}
.boxed .topstory-text-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxed .slide {
  background: none;
}



.bg-vid video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.bg-vid iframe {
  position: relative;
  display: block;
}
.bg-vid {
  height:calc(var(--vh, 1vh) * 100);
}
.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: calc((var(--header-height) - (var(--header-height) * 2)) * 2);
}


/* More Items */

.more-items-groups {
  margin: 0;
  padding: 0;
  list-style: none;
}

.more-items-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  max-width: calc(var(--max-width-column) + var(--gap));
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.more-items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin: 0 calc(var(--gap) / 2) var(--gap);
  background-color: var(--lightgrey);
  border-radius: var(--border-radius);
  overflow: hidden;
  width: calc(100% - var(--gap));
  pointer-events: none;
}
.more-items-item:active {
  background-color: var(--darkgrey);
}
.more-items-item img {
  padding: 0px;
  display:block;
}
.more-items-item .wrapper {
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 16px;
  word-break: break-word;
  align-items: flex-start;
}
.more-items-item .wrapper .more-items-category, 
.more-items-item .wrapper .more-items-subsection,
.more-items-item .wrapper time {
  margin-top:auto;
  padding: 4px 8px;
  background-color: #000;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  border-radius: var(--border-radius);
  text-transform: none;
  order:2;
  margin-bottom:0;
}
.more-items-item .wrapper time .date-time {
  display:none;
}
.more-items-item .wrapper .more-items-category, 
.more-items-item .wrapper .more-items-subsection {
  order:1;
}
.more-items-item .wrapper .more-items-subsection ~ time:before,
.childrens-container time:before,
.more-items-item .wrapper .more-items-category ~ time:before,
.childrens-container .more-items-category.children:not(:first-child):before
 {
  content: "";
  width: 20px;
  height: 20px;
  background: #000;
  display: flex;
  position: absolute;
  left: -13px;
  mask-image: url(../img/drop-mask.svg);
  -webkit-mask-image: url(../img/drop-mask.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.childrens-container .more-items-category.children:not(:first-child):before,
.more-items-item .wrapper .more-items-category ~ time:before {
  top: 50%;
  transform: translateY(-50%);
}
.more-items-item .wrapper .more-items-subsection ~ time,
.more-items-item .wrapper .more-items-category ~ time {
  margin-left: 6px;
  position: relative;
  display: flex;
  align-items: center;
}

.more-items-item .wrapper > * {
  margin-bottom:3px;
  margin-top:0;
  z-index: 1;
  color:#fff;
}

  .more-items-item > a:not(.all-box-link), 
  .more-items-item .more-items-img-container, 
  .more-items-item > .fotorama {
  overflow: hidden;
  width: 100%;
  pointer-events: all;
  border-radius: var(--border-radius-sm);
}
.widget:not(.img-aside) > ul .more-items-item > a:not(.all-box-link) ~ .wrapper, 
.widget:not(.img-aside) > ul .more-items-item .more-items-img-container ~ .wrapper, 
.widget:not(.img-aside) > ul .more-items-item > .fotorama ~ .wrapper {
  padding-top: 10px;
}
.more-items-item > .fotorama {
  height:100%;
}
.more-items-item > a:not(.all-box-link) img,
.more-items-item .more-items-img-container img,
#hero-slider .hero-slider-container .more-items-item video{
  overflow: hidden;
  padding:  6px;
  width:100%;
  border-radius: var(--border-radius);
}
.more-items-item > a:not(.all-box-link) video,
.more-items-item .more-items-img-container video {
  width:100%;
  object-fit: cover;
}

.more-items-item h2,
.more-items-item h2 a {
  color: var(--white);
  font-weight: 500;
}
.more-items-item .wrapper h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 112.5% */
  letter-spacing: -0.36px;
  width:100%;
  margin-bottom:20px;
}
.more-items-category,
.more-items-subsection {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: var(--darkgrey);
}
.widget:not(.elements-inline) > ul > li > .wrapper .more-items-category ~ h2,
.widget:not(.elements-inline) > ul > li > .wrapper .more-items-subsection ~ h2,
.widget:not(.elements-inline) > ul > li > .wrapper .video-items time ~ h2 {
  margin-top: 5px !important;
}
.btn-image .more-items-item > a:not(.all-box-link) .link-button a, 
.btn-image .more-items-item .more-items-img-container .link-button a, 
.btn-image .more-items-item > .fotorama  .link-button a{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  white-space: normal;
}
.center-items > form > *{
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;

}
.center-items .more-items-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.end-items .more-items-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.start-items .more-items-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.space-between-items .more-items-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.no-wrapper .more-items-item .wrapper {
  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;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.elements-inline .more-items-item .wrapper > * {
  flex: none;
  width: auto;
  margin-top:0;
  margin-bottom:0;
}
.elements-inline .more-items-item .wrapper .link-button {
  margin-top:0 !important;
}
.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,
.elements-wrap .more-items-item .wrapper .btn-group  {
  margin-right: 10px;
}

.images-inline .more-items-list .more-items-item > a:not(.all-box-link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.large-wrapper-padding .more-items-item .wrapper,
.large-wrapper-padding .slide-content{
  padding-top:80px ;
  padding-left: calc(var(--body-h-padding) / 1.5) ;
  padding-bottom:80px ;
  padding-right: calc(var(--body-h-padding) / 1.5) ;
}
.large-wrapper-padding.img-aside .more-items-item .wrapper{
  padding-left: calc(var(--body-h-padding) / 1.5) ;
}
.large-wrapper-padding.img-aside.img-end .more-items-item .wrapper{
  padding-right: calc(var(--body-h-padding) / 1.5) ;
}

.md-wrapper-padding .more-items-item .wrapper,
.md-wrapper-padding .slide-content{
  padding-top:40px ;
  padding-left: calc(var(--body-h-padding) / 2.5) ;
  padding-bottom:40px ;
  padding-right: calc(var(--body-h-padding) / 2.5) ;
}
.md-wrapper-padding.img-aside .more-items-item .wrapper{
  padding-left: calc(var(--body-h-padding) / 2.5) ;
}
.md-wrapper-padding.img-aside.img-end .more-items-item .wrapper{
  padding-right: calc(var(--body-h-padding) / 2.5) ;
}
.small-wrapper-padding .more-items-item .wrapper,
.small-wrapper-padding .slide-content{
  padding:8px;
}


/* Image styles */
.img-right,
.img-Right {
  float: right;
  margin-left: 3%;
  margin-bottom: 3%;
}
.img-left,
.img-Left {
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
}
.img-25 {
  width: 22%;
}
.img-50 {
  width: 47%;
}
.img-75 {
  width: 72%;
}
.img-100 {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.img-text {
  width: 100%;
}
figcaption {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a7adb1;
  margin: 5px 0;
}
/* .pdf-icon {
  background: url("../img/icon_pdf.png") no-repeat;
  background-size: 25px;
  padding: 5px 0 10px 30px;
  margin: 5px;
} */
.section-title,
.widget-title {
  font-size:70px;
  line-height: 1;
  font-weight: 500;
  color:#fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-family-main);
}
.widget-title .data-text {
  margin-bottom: 3px;
}
.section-title > a,
.widget-title > a,
.section-title > a:hover,
.widget-title > a:hover {
  color: #fff;
}
.title-font .section-title,
.title-font .widget-title {
  font-family: var(--font-family-title);
}
.related-content .section-title,
.related-content .widget-title {
  text-align: left;
}

.widget.full-width:not(.tabs-view) .widget-title {
  padding-left: calc(var(--gap) / 2);
  padding-right: calc(var(--gap) / 2);
}

.all-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: all;
}
.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: var(--dark);
}
.lightdark-bg.widget,
.lightdark-bg {
  background-color: var(--lightgrey);
}
.main-bg {
  background-color: var(--primary);
}
.z-index-1 {
	position:relative;
	z-index: 1;
}
.z-index-2 {
	position:relative;
	z-index: 2;
}

.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,
.right-text,
.right-text .widget-title,
.right-text .section-title,
.right-text .wrapper,
.img-end-start.img-aside.right-text .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.right-text .wrapper,
.img-start-end.img-aside.right-text .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,
.left-text,
.left-text .widget-title,
.left-text .section-title,
.left-text .wrapper,
.img-end-start.img-aside.left-text .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.left-text .wrapper,
.img-start-end.img-aside.left-text .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,
.center-text,
.center-text .widget-title,
.center-text .section-title,
.center-text .wrapper,
.img-end-start.img-aside.center-text .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.center-text .wrapper,
.img-start-end.img-aside.center-text .more-items-item:nth-child(even) .wrapper {
  text-align: center;
}
.x-small-title > .section-title,
.x-small-title > .widget-title {
  font-size: 18px;
}
.small-title > .section-title,
.small-title > .widget-title {
  font-size: 24px;
}
.medium-title > .section-title,
.medium-title > .widget-title {
  font-size: 42px;
}
.x-medium-title > .section-title,
.x-medium-title > .widget-title {
  font-size: 56px;
}
.large-title > .section-title,
.large-title > .widget-title {
  font-size: 80px;
}
.xl-title > .section-title,
.xl-title > .widget-title {
  font-size: 100px;
  line-height: 1;
}
.xxl-title > .section-title,
.xxl-title > .widget-title {
  font-size: 120px;
  line-height: 1;   
}
.xxxl-title > .section-title,
.xxxl-title > .widget-title {
  font-size: 180px;
  line-height: 1;   
  letter-spacing: -3px;
  padding-top:0;
  padding-bottom: 0;
  white-space: nowrap;
  line-height: 189.021px;
}
.animated-title  {
  overflow: hidden;
  margin-right: 0 !important;
  margin-left: calc((100vw - var(--max-width-column)) / 2) !important;
  max-width:calc(100vw - ((100vw - var(--max-width-column)) / 2)) !important;
}
.animated-title .section-title,
.animated-title .widget-title {
  margin-left: 0 !important;
}
.left-title .section-title,
.left-title.center-text .section-title,
.left-title .widget-title,
.left-title.center-text .widget-title {
  text-align: left;
}
.right-title .section-title,
.right-title.center-text .section-title,
.right-title .widget-title,
.right-title.center-text .widget-title  {
  text-align: right;
}
.center-title .section-title,
.center-title .widget-title {
  text-align: center;
}
.bold-title .section-title,
.bold-title .widget-title {
  font-weight: 500;
}
.dark-title .section-title,
.dark-title .widget-title {
  color: var(--secondary);
}
.secondary-color-title .section-title,
.secondary-color-title .widget-title {
  color: var(--secondary)
}



.layout-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.layout-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.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;
}

.flex-wrap-nowrap {
	flex-wrap: nowrap;
}
.flex-wrap-wrap {
	flex-wrap: wrap;
}

.flex-none {
  flex:none
}


.p-0,
.padding-0,
.widget.padding-0,
.column > .widget.padding-0 {
  padding: 0 !important;
}
.m-0,
.margin-0,
.widget.margin-0,
.column > .widget.margin-0 {
  margin: 0 !important;
}

.widget.margin-right-0,
.margin-right-0 {
  margin-right: 0 !important;
}

.more-items-margin-0 li {
  margin: 0;
}

.small-padding,
.widget.small-padding,
.column > .widget.small-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-0{
  padding-top: 0px;
}
.pr-0{
  padding-right: 0px;
}
.pb-0{
  padding-bottom: 0px;
}
.pl-0{
  padding-left: 0px;
}
.overflow-hidden{
  overflow: hidden;
}

.block{
  display:block;
}

.wrapper-padding-0 .wrapper,
.padding-0,
.widget.padding-0,
.column > .widget.padding-0 {
  padding: 0 !important;
}
.wrapper-padding-top-0 .wrapper{
  padding-top: 0 !important;
}
.wrapper-padding-left-0 .wrapper{
  padding-left: 0 !important;
}
.wrapper-padding-right-0 .wrapper{
  padding-right: 0 !important;
}
.wrapper-padding-bottom-0 .wrapper{
  padding-bottom: 0 !important;
}
.pb-0.widget.article-view .article {
  padding-bottom:0;
  overflow: auto;
}
.pt-0.widget.article-view .article {
  padding-top:0;
  overflow: auto;
}

.widget:has(.md-modal) {
  z-index: 2;
  }
.hide-text .wrapper .more-items-text,
.hide-text .wrapper p{
  display:none;
}
.hide-date time {
  display:none;
}

.aspect-3-2 {
  aspect-ratio: 3/2;
}
.aspect-4-3 {
  aspect-ratio: 4/3;
}
.aspect-1 {
  aspect-ratio: 1/1;
}
.aspect-16-9 {
  aspect-ratio: 16/9;
}

/* Border Radius */

.border-radius,
.border-radius-img img {
  border-radius:var(--border-radius);
}
.border-radius-sm,
.border-radius-sm-img img {
  border-radius:var(--border-radius-sm);
}
.border-radius-md,
.border-radius-md-img img {
  border-radius:var(--border-radius-md);
}
.border-radius-lg,
.border-radius-lg-img img {
  border-radius:var(--border-radius-lg);
}

.border-radius-0,
.border-radius-0 .more-items-item,
.border-radius-0-img img {
  border-radius:0;
}


/* Item border */

.grey-border .more-items-item,
.boxed.grey-border .more-items-item {
  background-color: var(--lightgrey);
}
.item-border .more-items-item {
  background: var(--terciary);
}

/* Img Ratio */

.img-ratio-1 .more-items-item > a:not(.all-box-link), 
.img-ratio-1 .more-items-item .more-items-img-container {
  aspect-ratio: 1;
}
.img-ratio-16-9 .more-items-item > a:not(.all-box-link) , 
.img-ratio-16-9 .more-items-item .more-items-img-container {
  aspect-ratio: 16/9;
}
.img-ratio-4-3 .more-items-item > a:not(.all-box-link), 
.img-ratio-4-3 .more-items-item .more-items-img-container {
  aspect-ratio: 4/3;
}
.img-ratio-2-1 .more-items-item > a:not(.all-box-link), 
.img-ratio-2-1 .more-items-item .more-items-img-container {
  aspect-ratio: 2/1;
}
.img-ratio-2-1 .more-items-item > a:not(.all-box-link) img, 
.img-ratio-2-1 .more-items-item .more-items-img-container img,
.img-ratio-1 .more-items-item > a:not(.all-box-link) img, 
.img-ratio-1 .more-items-item .more-items-img-container img,
.img-ratio-16-9 .more-items-item > a:not(.all-box-link) img , 
.img-ratio-16-9 .more-items-item .more-items-img-container img,
.img-ratio-4-3 .more-items-item > a:not(.all-box-link) img, 
.img-ratio-4-3 .more-items-item .more-items-img-container img{
  height:100%;
  object-fit: cover;
}


/* IMG background */


.img-background .more-items-list {
  height:100%;
}
.img-background .more-items-item > a:not(.all-box-link),
.img-background .more-items-item > .fotorama {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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 > a:not(.all-box-link),
.img-background.text-over .more-items-item > .fotorama,
.img-background.text-over .more-items-item > .bg-vid {
  height: 100%;
}
.img-background.text-over .more-items-item > .bg-vid iframe {
  height: 100% !important;
  left: 0 !important;
  width: 100% !important;
  top: 0 !important;
}

/* IMG padding */
.img-padding-0 ul li > a:not(.all-box-link) ,
.img-padding-0 ul li .more-items-img-container,
.img-padding-0 ul li > a:not(.all-box-link) img,
.img-padding-0 ul li .more-items-img-container img {
  padding: 0 !important;
}

/* More items Gap */

.column .widget-wrapper .gap-0.one-one {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Image aside */
.img-aside .more-items-item {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0;
}
.image-only-50 .more-items-item > a:not(.all-box-link) > img,
.image-only-50 .more-items-item .more-items-img-container > img,
.img-aside .more-items-item > a:not(.all-box-link),
.img-aside .more-items-item .more-items-img-container {
  width: 50%;
  flex: none;
  padding:0;
  border-radius: var(--border-radius);
  align-self: flex-start;
}
.image-only-50 .more-items-item > a:not(.all-box-link) > img,
.image-only-50 .more-items-item .more-items-img-container > img,
.image-only-25 .more-items-item > a:not(.all-box-link) > img,
.image-only-25 .more-items-item .more-items-img-container > img,
.image-only-30 .more-items-item > a:not(.all-box-link) > img,
.image-only-30 .more-items-item .more-items-img-container > img{
  display:block;
  margin:0 auto;
}
.image-only-start .more-items-item > a:not(.all-box-link) > img,
.image-only-start .more-items-item .more-items-img-container > img{
  margin-left:0;
}
.image-only-end .more-items-item > a:not(.all-box-link) > img,
.image-only-end .more-items-item .more-items-img-container > img{
  margin-right:0;
}
.image-only-50 .more-items-item > a:not(.all-box-link),
.image-only-50 .more-items-item .more-items-img-container,
.image-only-25 .more-items-item > a:not(.all-box-link),
.image-only-25 .more-items-item .more-items-img-container,
.image-only-30 .more-items-item > a:not(.all-box-link),
.image-only-30 .more-items-item .more-items-img-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.img-aside.image-70 .more-items-item > a:not(.all-box-link),
.img-aside.image-70 .more-items-item .more-items-img-container {
  width: 70%;
}
.img-aside.image-60 .more-items-item > a:not(.all-box-link),
.img-aside.image-60 .more-items-item .more-items-img-container {
  width: 60%;
}
.img-aside.image-50 .more-items-item > a:not(.all-box-link),
.img-aside.image-50 .more-items-item .more-items-img-container {
  width: 50%;
}
.img-aside.image-40 .more-items-item > a:not(.all-box-link),
.img-aside.image-40 .more-items-item .more-items-img-container {
  width: 40%;
}
.image-only-30 .more-items-item > a:not(.all-box-link) > img,
.image-only-30 .more-items-item .more-items-img-container > img,
.img-aside.image-30 .more-items-item > a:not(.all-box-link),
.img-aside.image-30 .more-items-item .more-items-img-container {
  width: 30%;
}
.img-aside.image-25 .more-items-item > a:not(.all-box-link),
.img-aside.image-25 .more-items-item .more-items-img-container,
.image-only-25 .more-items-item > a:not(.all-box-link) > img,
.image-only-25 .more-items-item .more-items-img-container > img {
  width: 25%;
}
.img-aside.image-20 .more-items-item > a:not(.all-box-link),
.img-aside.image-20 .more-items-item .more-items-img-container {
  width: 20%;
}
.img-aside.image-10 .more-items-item > a:not(.all-box-link),
.img-aside.image-10 .more-items-item .more-items-img-container {
  width: 10%;
}
.img-aside .more-items-item > a:not(.all-box-link) img,
.img-aside .more-items-item .more-items-img-container img {
  border-radius: var(--border-radius);
}
/*
.img-end.img-aside .more-items-item > a:not(.all-box-link) 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: 0px 0px 0px 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 0px 0px 0px;
}
*/
.img-aside .more-items-item .wrapper {
  background-color: transparent;
  padding-top: 16px;
  padding-right: 16px;
}
.img-aside.img-end .more-items-item .wrapper,
.img-aside.center-box.img-end .more-items-item .wrapper {
  padding-left:16px;
}
.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 .more-items-item .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.img-aside.center-box .more-items-item .wrapper > *:first-child {
  margin-top:0;
}
.img-aside.center-box .more-items-item .wrapper > *:last-child {
  margin-bottom:0;
}
.img-aside.img-max-w .more-items-item > a:not(.all-box-link),
.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:not(.all-box-link),
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  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 .owl-carousel .owl-item:nth-child(even) .more-items-item ,
.img-start-end.img-aside .more-items-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.img-start-end .owl-carousel .owl-item:nth-child(even) .more-items-item,
.img-start-end .more-items-item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
.img-end-start .more-items-item:nth-child(odd),
.img-end .more-items-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

/* Image height */

.image-h-10 img {
  height: calc(var(--vh, 1vh) * 10);
}
.image-h-20 img {
  height: calc(var(--vh, 1vh) * 20);
}
.image-h-30 img {
  height: calc(var(--vh, 1vh) * 30);
}
.image-h-40 img {
  height: calc(var(--vh, 1vh) * 40);
}
.image-h-50 img {
  height: calc(var(--vh, 1vh) * 50);
}
.image-h-60 img {
  height: calc(var(--vh, 1vh) * 60);
}

/* Boxed */

.boxed.bottom-box .more-items-item {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  
}
.boxed.bottom-box .more-items-item .wrapper, 
.boxed.bottom-box .slide .slide-content  {
  margin-bottom: 0;
  bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.boxed.top-box .more-items-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;

}
.boxed.top-box .more-items-item .wrapper  {
  margin-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.boxed.center-box .more-items-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.boxed.right-box .more-items-item {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.boxed.right-box .more-items-item .wrapper  {
  margin-right: 0;
  width: 50%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.boxed.left-box .more-items-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.boxed.left-box .more-items-item .wrapper,
.boxed.left-box .slide .slide-content  {
  margin-left: 0;
  width: 50%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.boxed.center-h-box .more-items-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.boxed .more-items-item {
  background: var(--primary);
}
.boxed .more-items-item > iframe {
  background-color: var(--darkgrey);
  border-radius: var(--border-radius-sm);
}
.boxed .more-items-item .wrapper, 
.boxed .slide .slide-content  {
  position: absolute;
  width: 70%;
  max-width: 500px;
  border-radius: var(--border-radius-xxl);
  background: var(--primary);
  padding:25px;
}



.one-one.boxed .more-items-item .wrapper  {
  max-width: 600px;
}


.boxed .btn-empty {
  border: none;
  color: #ffffff;
  background-color: var(--dark);
}
.boxed .link-button,
.boxed .btn-group  {
--hoverColor:var(--darkgrey)
}
.boxed .link-button a,
.boxed .btn-group a {
  background-color: var(--dark);
  color: #ffffff;
}

.boxed .link-button a:before {
  background-image: url(../img/arrow-animated-dark.svg)
}
.boxed .link-button:after {
  background-color: var(--dark);
}
.boxed .link-button:active a,
.boxed .link-button:active:after {
  background-color: var(--hoverColor)
}
.boxed .link-button:active a:before {
  border-color:var(--dark)
}


.boxed.bottom-box.left-box .slide .slide-content:after,
.boxed.bottom-box.left-box .more-items-item .wrapper:after {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--primary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: scaleX(-1) rotate(180deg);
  bottom: 5px;
  right: -26px;
}
.boxed.bottom-box.left-box .slide .slide-content:before,
.boxed.bottom-box.left-box .more-items-item .wrapper:before {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--primary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: rotate(270deg);
  top: -26px;
  left: 5.5px;
}
.boxed.bottom-box.left-box .slide .slide-content:before {
  display: block;
}


.video-view.boxed.bottom-box.left-box .slide .slide-content:before {
  left: -1px;
}
.video-view.boxed.bottom-box.left-box .slide .slide-content:after {
  bottom: -1px;
}

/* 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.3);
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  align-items: flex-end;
}
.text-over .wrapper h2 {
  min-height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.text-over .wrapper h2 a:hover {
  opacity: 1;
}
.text-over .more-items-item .wrapper > * {
  color: #ffffff;
}
.text-over .more-items-item .wrapper .link-button a:hover {
  color: var(--dark);
}
.text-over .more-items-item > a:not(.all-box-link),
.text-over .more-items-item .more-items-img-container {
  display: block;
}
.text-over .more-items-item .more-items-img-container .loading-container{
  min-height: 200px;
}

.text-over.center-box .more-items-item .wrapper ,
.slide.center-box,
.center-box .slide,
.slide.cover-box .slide-content,
.cover-box .slide .slide-content  {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.5s var(--easing);
  /* Safari */
  -o-transition: background-color 0.5s var(--easing);
  transition: background-color 0.5s var(--easing);
}
.center-box .more-items-item .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:not(.boxed) .wrapper,
.slide.bottom-box .slide-content,
.bottom-box:not(.boxed) .slide .slide-content {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  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:not(.boxed) .wrapper,
.slide.bottom-box,
.bottom-box:not(.boxed) .slide {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: none;
}
.text-over.top-box .more-items-item .wrapper ,
.slide.top-box .slide-content,
.top-box:not(.boxed) .slide .slide-content {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  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:not(.boxed) .wrapper,
.slide.top-box,
.top-box:not(.boxed) .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:not(.all-box-link) .more-items-img,
.text-over.top-box .more-items-item > a:not(.all-box-link) .more-items-img {
  opacity: 1;
}

.center-h-box .more-items-item .wrapper {
  justify-content: center;
}
.center-v-box .more-items-item,
.center-v-box .more-items-item .wrapper {
  align-items: center;
}


.cover-box .more-items-item .wrapper ,
.slide.cover-box .slide-content,
.cover-box .slide .slide-content{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide.cover-box .slide-content,
.cover-box .slide .slide-content {
  height:100%;
  background:transparent

}
.cover-box > div {
  height:100%;
}

.text-over.transparent-wrapper ul li .wrapper {
  background:transparent !important;
}


/* 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 .more-items-item > a:not(.all-box-link), 
.rounded .more-items-item .more-items-img-container, 
.rounded .more-items-item > .fotorama,
.rounded img {
  border-radius: 50% !important;
}

/* Extra Large */


.xxl-text .more-items-item .wrapper h2,
.xxl-text .slide-content .slide-title {
  font-size: 120px;
  line-height: 0.8;
}
.xxl-text .more-items-item .wrapper h3 {
  font-size: 70px;
  line-height: 1;
}
.xxl-text .more-items-item .wrapper h4 {
  font-size: 34px;
}
.xl-text .more-items-item .wrapper h2,
.xl-text .slide-content .slide-title {
  font-size: 100px;
  line-height: 0.8;
}
.xl-text .more-items-item .wrapper h3 {
  font-size: 64px;
}
.xl-text .more-items-item .wrapper h4 {
  font-size: 28px;
}
/* Large */

.large-text .more-items-item .wrapper h2,
.large-text .slide-content .slide-title {
  font-size: 60px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.large-text .more-items-item .wrapper .more-items-text, 
.large-text .more-items-short-text, .more-items-long-text, 
.large-text .slide-content p, 
.large-text .wrapper > p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
  letter-spacing: -0.27px;
}
.large-text .more-items-item .wrapper h3 {
  font-size: 36px;
}
.large-text .more-items-item .wrapper h4 {
  font-size: 24px;
}
.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 h2 {
  font-size: 42px;
}
.large-text .more-items-item .wrapper .link-button a,
.large-text .btn-group a {
  padding: 10px 20px;
  font-size: 18px;
}
/* Medium text */

.medium-text .more-items-item .wrapper h2,
.medium-text .slide-content .slide-title {
  font-size: 45px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.medium-text .more-items-item .wrapper h3 {
  font-size: 24px;
}
.medium-text .more-items-item .wrapper h4 {
  font-size: 22px;
}
.medium-text .more-items-item .wrapper .more-items-text, 
.medium-text .more-items-short-text,
.medium-text .slide-content p, 
.medium-text .wrapper > p {
  font-size: 16px;
}


/* Small */
.small-text .more-items-item .wrapper h2,
.small-text .slide-content .slide-title {
  font-size: 14px;
}
.small-text .more-items-item .wrapper h3 {
  font-size: 12px;
}
.small-text .more-items-item .wrapper h4 {
  font-size: 10px;
}
.text-normal .more-items-item .wrapper h2,
.text-normal,
.normal-text .more-items-item .wrapper h2,
.normal-text {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
.title-wrapper-upper .wrapper h2{
  text-transform: uppercase;
}


.line-h-0 .widget-title,
.line-h-0 .section-title,
.line-h-0 .wrapper h2{
  line-height: var(--line-h-0) !important;
}

.line-h-normal {
  line-height: normal !important;
}
.hide-first .more-items-list li:first-child {
  display:none;
}


/* Gradient */
.bottom-gradient {
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 70);
  padding-bottom: 0;
  margin-bottom: 80px;
}
.bottom-gradient .tabs-content {
  overflow: auto;
  height: calc(var(--vh, 1vh) * 70);
  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: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 245, 249, 0)), color-stop(89%, #f4f5f9), color-stop(100%, #f4f5f9));
  background: -o-linear-gradient(top, rgba(244, 245, 249, 0) 0%, #f4f5f9 89%, #f4f5f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 245, 249, 0)), color-stop(89%, #f4f5f9), to(#f4f5f9));
  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;
}



.transparent-bg,
.transparent li.more-items-item,
.transparent li.more-items-item .wrapper,
.transparent-bg li.more-items-item,
.transparent-bg li.more-items-item .wrapper{
  background-color:transparent;
}

.more-items-item.docuseries > .more-items-img-container,
.more-items-item.docuseries > a:not(.all-box-link),
.more-items-item.photo-gallery > .more-items-img-container,
.more-items-item.photo-gallery > a:not(.all-box-link),
.more-items-item.video > .more-items-img-container,
.more-items-item.video > a:not(.all-box-link),
.more-items-item.race-highlights > .more-items-img-container,
.more-items-item.race-highlights > a:not(.all-box-link),
.more-items-item.season-1 > .more-items-img-container,
.more-items-item.season-2 > .more-items-img-container {
  position: relative;
}

.more-items-item.docuseries > .more-items-img-container:after,
.more-items-item.docuseries > a:not(.all-box-link):after,
.more-items-item.docuseries > .more-items-img-container:before,
.more-items-item.docuseries > a:not(.all-box-link):before,
.more-items-item.photo-gallery > .more-items-img-container:after,
.more-items-item.photo-gallery > a:not(.all-box-link):after,
.more-items-item.photo-gallery > .more-items-img-container:before,
.more-items-item.photo-gallery > a:not(.all-box-link):before,
.more-items-item.video > .more-items-img-container:after,
.more-items-item.video > a:not(.all-box-link):after,
.more-items-item.video > .more-items-img-container:before,
.more-items-item.video > a:not(.all-box-link):before,
.more-items-item.race-highlights > .more-items-img-container:after,
.more-items-item.race-highlights > a:not(.all-box-link):after,
.more-items-item.race-highlights > .more-items-img-container:before,
.more-items-item.race-highlights > a:not(.all-box-link):before,
.more-items-item.season-1 > .more-items-img-container:after,
.more-items-item.season-2 > .more-items-img-container:after,
.more-items-item.season-1 > .more-items-img-container:before,
.more-items-item.season-2 > .more-items-img-container:before {
  content: "";
  background-color: var(--secondary);
  width: 15%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 6px;
  left: 6px;
  border-radius: 0 33% 0 var(--border-radius-sm);
}

.more-items-item.docuseries > .more-items-img-container:after,
.more-items-item.docuseries > a:not(.all-box-link):after,
.more-items-item.photo-gallery > .more-items-img-container:after,
.more-items-item.photo-gallery > a:not(.all-box-link):after,
.more-items-item.video > .more-items-img-container:after,
.more-items-item.video > a:not(.all-box-link):after,
.more-items-item.race-highlights > .more-items-img-container:after,
.more-items-item.race-highlights > a:not(.all-box-link):after,
.more-items-item.season-1 > .more-items-img-container:after,
.more-items-item.season-2 > .more-items-img-container:after {
  background-color: var(--dark);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.more-items-item.docuseries > .more-items-img-container:after,
.more-items-item.docuseries > a:not(.all-box-link):after,
.more-items-item.video > .more-items-img-container:after,
.more-items-item.video > a:not(.all-box-link):after,
.more-items-item.race-highlights > .more-items-img-container:after,
.more-items-item.race-highlights > a:not(.all-box-link):after,
.more-items-item.season-1 > .more-items-img-container:after,
.more-items-item.season-2 > .more-items-img-container:after {
  mask-image: url(../img/video-play.svgs);
  -webkit-mask-image: url(../img/video-play.svg);
  mask-size: 27%;
  -webkit-mask-size: 27%;
}
.more-items-item.photo-gallery > .more-items-img-container:after,
.more-items-item.photo-gallery > a:not(.all-box-link):after {
  mask-image: url(../img/photo-gallery.svg);
  -webkit-mask-image: url(../img/photo-gallery.svg);
  mask-size: 41%;
  -webkit-mask-size: 41%;
}

.white-item .more-items-item {
  background-color: var(--white);
}
.lighter-item .more-items-item {
  background-color: var(--lighter);
}


/* Overlay */
.ov-content {
  display: none;
}
/* Slide items */
.slide-items.full-width .more-items-list {
  --max-width-column: 100%;
  overflow: hidden;
}

.slide-items .more-items-item {
  width: 100% !important;
}
.slide-items .more-items-list {
  display: none ;
  margin-left: auto;
  margin-right: auto;
}
.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 {
  opacity: 0;
}
.slide-items .owl-item .more-items-item {
  opacity: 1;
}
.slide-items.grow-hover-item .more-items-list {
  padding: 40px 0;
  overflow: hidden;
}
.slide-items.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 {
  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;
}
/* Social stream */
.widget.social-stream,
.full-content .widget.social-stream {
  position: relative;
  padding-bottom: 100px;

width: 100vw;
}
.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;
  opacity:0;
}
.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: 13px;
}
.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;
  right: 20px;
  top: 20px;
  content: "";
  width: 24px;
  height: 24px;
  font-family: "Remixicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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.socialstream-Instagram {
  background-color: #517fa4;
}
.social-stream.color .socialstream-item.socialstream-Instagram:hover {
  background-color: #477294;
}
.social-stream .socialstream-item.socialstream-Instagram .wrapper:after {
  content: "\ee65";
  color: #517fa4;
}
.social-stream.color .socialstream-item.socialstream-Twitter {
  background-color: #00aced;
}
.social-stream.color .socialstream-item.socialstream-Twitter:hover {
  background-color: #0090c6;
}
.social-stream .socialstream-item.socialstream-Twitter .wrapper:after {
  content: "\f3e6";
  color: #00aced;
}
.social-stream.color .socialstream-item.socialstream-Facebook {
  background-color: #3b5998;
}
.social-stream.color .socialstream-item.socialstream-Facebook:hover {
  background-color: #324d85;
}
.social-stream .socialstream-item.socialstream-Facebook .wrapper:after {
  content: "\ecb8";
  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;
}

.social-stream.text-over .socialstream-item .wrapper:after {
  color: #ffffff;
}


#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.socialstream-Twitter .wrapper:after {
  color: #00aced;
}
#social-stream .more-items-item.no-img.socialstream-Facebook .wrapper:after {
  color: #4267B2;
}
#social-stream.text-over .more-items-short-text {
  display: none;
  font-size: 16px;
}
/* Article */

.widget.article-view .article {
  max-width: var(--max-width-column-article);
  margin: 0 auto;
  color: #ffffff;
  padding: 50px 0;
}
.widget.video-view .article header,
.widget.article-view .article header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  

}
.widget.article-view .article header {
  min-height: calc(var(--column-width) * 4.5);
  margin-bottom: 40px;
  position: relative;
}
.widget.article-view .article header:first-child:last-child {
  margin-bottom: 0;
}
.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-footer,
.article-view header figure,
.article-view #slideshow-gallery {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width-column-article);
}
.full-content .article-view-title {
  margin: 30px auto;
}
.article-view-body {
  color: #fff;
}
.article-view-title {
  margin: 30px 0;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 59px;
  letter-spacing: -0.84px;
  width: 100%;
  padding-right: calc(var(--column-width) * 5.5);
  color:#fff;
}
.article-view-title .logo {
  width: 65px;
  height: 65px;
  background: var(--lightgrey);
  border-radius: 50%;
  margin-right: 20px;
  padding: 5px;
}
.article-view-category,
.article-view-time {
  padding: 4px 8px;
  border-radius: var(--border-radius-md);
  background-color: var(--secondary);
  color: var(--dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.18px;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
}
.article-view-time {
  width: fit-content;
  margin-right: auto;
}
.article-view-category {
  order: -1;
}
.article-view-time ~ .article-view-category {
  position: relative;
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.article-view-time ~ .article-view-category:before {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--secondary);
  display: flex;
  position: absolute;
  right: -13px;
  mask-image: url(../img/drop-mask.svg);
  -webkit-mask-image: url(../img/drop-mask.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.article-view header figure,
.article-view #slideshow-gallery {
  position: absolute;
  width: calc(var(--column-width)* 4.5);
  right: 0;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  max-height: calc(100svh - var(--header-height) - 100px);
  aspect-ratio: 1;
}
.article-view #slideshow-gallery {
  max-height: revert;
  aspect-ratio: revert;
}
.article-view header figure img {
  width:100%;
}
.article-view-intro {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
  letter-spacing: -0.27px;
  width: 100%;
  padding-right: calc(var(--column-width) * 5.5);
  padding-left: var(--column-width);

}
.article-view-intro p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
  letter-spacing: -0.27px;
}
.article-view-body ul,.article-view-body ol {
  margin: 0;
}
.article-view-body p *,
.article-view-intro p,
.article-view-body p,
.article-view-body ul,
.article-view-body ol {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  letter-spacing: -0.27px;
  margin-bottom: 24px;
}

.article-view-body p {
  margin-top:0;
}
.article-view-body h1,
.article-view-body h2,
.article-view-body h3,
.article-view-body h4,
.article-view-body h5,
.article-view-body h6 {
  color:#fff;
}

.article-view-body table {
  width: 100%;
  background: var(--darkgrey);
  border-radius: var(--border-radius);
  padding: 10px;
  border: none;
}
.article-view-body table td {
  border-right: none;
  border-bottom: 1px solid var(--lightgrey);
  padding: 8px 10px;
}
.article-view-body table tr:last-child td {
  border-bottom: 0;
}


.article-img-left .article-view-title {
  padding-left: calc(var(--column-width)* 6 + 40px);
  padding-right:0;
}

.article-img-left.article-view header figure {
  left:0;
  right:auto;
}

.article-img-left .article-view-intro {
  padding-left: calc(var(--column-width)* 7 + 20px);
  padding-right: 0;
}
.article-img-left .article-view-title:has(span img.logo) ~ .article-view-intro {
  padding-left:calc(var(--column-width)* 6 + 129px)
}



.article-view-footer {
  text-align: center;
  padding: 20px 0;
}

.share-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  
}
.share-buttons.active .share {
  opacity:1;
}
.share-buttons .share {
  display: flex;
}
.share-buttons .share a {
  width:30px;
  height:30px;
  border:2px solid var(--secondary);
  border-radius:50%;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:var(--secondary)
}
.share-buttons .share a i,
.share-buttons .share a i:before {
  height: 30px;
  line-height: 30px;
}
.share-buttons .share a:hover {
  background: var(--secondary);
  color: #fff;
}
.share-buttons .share a i:before {
  font-family: "Remixicon";
  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;
}
.share-buttons .share a i.facebook:before {
  content: "\ecbc";
}
.share-buttons .share a i.twitter:before {
  content: "\f3e6";
}
.share-buttons .share a i.linkedin:before {
  content: "\eeb5";
}
.share-buttons .share a i.whatsapp:before {
  content: "\f2bb";
}
.share-buttons .share a i.email:before {
  content: "\eef6";
}
.share-buttons .share a.google,
.share-buttons .share a.pinterest {
  display:none;
}
.share-text {
  text-transform: uppercase;
  color: var(--secondary);
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 20px;
  font-weight: bold;
}


.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;
}
/* 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 {
  background: var(--secondary);
}
.pagination-page,
.pagination.more .pagination-more,
.pagination.showmore-inline .pagination-page,
.load-more-bt,
.widget-link > a {
  padding: 0 10px;
  line-height: 1.4;
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
  -webkit-transition: all var(--bg-transition-duration);
  background: var(--secondary);
  width: 200px;
  margin: 20px auto;
  color: var(--dark);
  border: none;
  border-radius: var(--border-radius-md);
  display: flex;
  font-weight: 600;
  position: relative;
  height: 52px;
  line-height: 52px;
  text-align: center;
  justify-content: center;
  font-size: 18px;
font-weight: 500;}
.pagination-page:before ,
.pagination.more .pagination-more:before ,
.pagination.showmore-inline .pagination-page:before ,
.load-more-bt:before ,
.widget-link > a:before  {
  content: "";
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  background: url(../img/arrow-animated.svg) -62px center no-repeat transparent;
  border-radius: 50%;
  background-size: auto 100%;
  z-index: 1;
  position: absolute;
  right: -57px;
  transition: background var(--bg-transition-duration);
  transform: rotate(90deg);
  top: 4px;
  --hoverColor: #80E453;
}
.pagination-page:hover:before ,
.pagination.more .pagination-more:hover:before ,
.pagination.showmore-inline .pagination-page:hover:before ,
.load-more-bt:hover:before ,
.widget-link > a:hover:before  {
  -webkit-animation: arrowRight.4s;
  animation: arrowRight .4s;
  background-color: var(--hoverColor);
  transition: background-color .3s .7s;
}

.pagination-page:after ,
.pagination.more .pagination-more:after ,
.pagination.showmore-inline .pagination-page:after ,
.load-more-bt:after ,
.widget-link > a:after {
  content: "";
  height: 52px;
  display: flex;
  background-color: var(--secondary);
  mask-image: url(../img/bt-drop.svg);
  -webkit-mask-image: url(../img/bt-drop.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center right;
  -webkit-mask-position: center right;
  z-index: 0;
  width: 68px;
  position: relative;
  margin-left: -7px;
  transition: background-color var(--bg-transition-duration);
  flex: none;
  position: absolute;
  right: -61px;
}
.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;
}
.no-results-container {
  text-align: center;
  display: block;
  padding: 73px 0;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}

/* Video View */

body.video .video-view .fotorama{
  margin-top: 40px;
}
.video-view .fotorama {
  overflow: visible;
}
.video-view .article-view-intro {
  padding: 0 calc(var(--column-width) * 8) 0 0;
  margin-top: 20px;
}
.video-view .article-view-intro p {
  margin-top:0;
}
.video-view .fotorama,
.video-view header figure {
  order:1;
  width: 100%;
  border-radius: var(--border-radius);
  border: 6px solid var(--lightgrey);
  position: relative;
}
.video-view .fotorama .fotorama__wrap:not(.fotorama__wrap--video) {
  
  border-radius: var(--border-radius-sm);
}
.video-view:not(.gallery-view) .fotorama .fotorama__wrap:not(.fotorama__wrap--video),
.video-view header figure {
  overflow: hidden;
}
.video-view .fotorama .fotorama__wrap--video {
  z-index: 999999;
  overflow: visible;
}
.video-view.boxed .fotorama {
  border-color: var(--primary);
  background-color: var(--primary);
}
.video-view header .article-view-title {
  margin-bottom: 0;
  padding-right: calc(var(--column-width) * 5);
  margin-top: 20px;
}
.video-view .fotorama .fotorama__caption .fotorama__caption__wrap {
  display:none;
}
.video-view .fotorama .fotorama__wrap--slide .fotorama__stage__frame img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  left:0 !important;
  top: 0 !important;
}
.widget.video-view .slides .fotorama__video-play {
  width: 100%;
  height: 100%;
  transform: none;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
}
.widget.video-view .slides .fotorama__video-play:before,
.widget.video-view .slides .fotorama__video-play:after {
  content: "";
  background-color: var(--secondary);
  width: var(--column-width);
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 33% 0 var(--border-radius-sm);
  margin: 0;
  height: auto;
}
.widget.video-view .slides .fotorama__video-play:after {
  background-color: var(--dark);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-image: url(../img/video-play.svgs);
  -webkit-mask-image: url(../img/video-play.svg);
  mask-size: 27%;
  -webkit-mask-size: 27%;
}
.widget.video-view.boxed .slides .fotorama__video-play:before,
.widget.video-view.boxed .slides .fotorama__video-play:after {
  background: transparent;
}
.video-view .slides .fotorama__wrap--video .fotorama__stage,
.video-view .slides .fotorama__wrap--video .fotorama__stage__shaft {
  overflow: visible;
} 
.video-view .slides .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;
}
.video-view .slides .fotorama__wrap--video .fotorama__stage__frame.fotorama__active .fotorama__html {
  display: none;
}
.video-view .slides .fotorama__video {
  position: relative;
  top: 0;
  width: var(--max-width-column);
  margin: auto;

}
.video-view .slides .fotorama__video:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
  top: auto;
}
.video-view .slides .fotorama__wrap--video:after {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.9);
}
.video-view .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  display:none;
}
.video-view .fotorama__wrap--video .fotorama__video-close {
  position: fixed;
  right: calc((100vw - var(--max-width-column)) / 2);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--secondary);
  top: 20px;
}
.video-view .fotorama__wrap--video .fotorama__video-close:before{
  content: "\ea13";
  height: 72px;
  aspect-ratio: 1;
  display: flex;
  border-radius: 50%;
  order: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark);
  font-size: 52px;
  font-weight: 100;
  font-family: "Remixicon";
  transform: rotate(45deg);
  background: transparent;
}

.video-view .slide-content .btn {
  display: flex;
    align-items: center;
    position: relative;
    --hoverColor: var(--darkgrey);
    padding: 0;
    background: none;
}
.video-view .slide-content .btn:before {
  content: "";
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  background: url(../img/play-animated-dark.svg) -62px center no-repeat transparent;
  border-radius: 50%;
  background-size: auto 100%;
  z-index: 1;
  position: absolute;
  right: 4px;
  transition: background var(--bg-transition-duration);
}
.video-view .slide-content .btn:after {
  content: "";
  height: 52px;
  display: flex;
  background-color: var(--dark);
  mask-image: url(../img/bt-drop.svg);
  -webkit-mask-image: url(../img/bt-drop.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center right;
  -webkit-mask-position: center right;
  z-index: 0;
  width: 68px;
  position: relative;
  margin-left: -7px;
  transition: background-color var(--bg-transition-duration);
  flex: none;
}
.video-view .slide-content .btn span {
  padding: 15px 24px;
  background-color: var(--dark);
  border-radius: var(--border-radius-md);
}
.video-view .slide-content .btn:hover:before {
  -webkit-animation: arrowRight.4s;
  animation: arrowRight .4s;
  background-color: var(--hoverColor);
  transition: background-color .3s .7s;
}
/* Docuseries */


#docuseries-wrapper .video-view.boxed .fotorama .slide .slide-content{
  width: calc(var(--column-width) * 3.5);
}
#docuseries-wrapper .video-view.boxed .fotorama .slide .slide-content p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 28px;
}
#docuseries-wrapper .video-view.boxed .fotorama .slide .slide-content .btn {
  margin-top: 30px;
}

#docuseries-wrapper .video-view.boxed .fotorama .slide .slide-content .slide-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 3px;
}
#docuseries-wrapper .video-view.boxed .fotorama .slide .slide-content .slide-title span {
  margin:0 5px;
  font-weight: 100;
}
#docuseries-wrapper {
  align-items: flex-start;
}
#docuseries-wrapper #landing-videos .more-items-list {
  overflow: auto;
  aspect-ratio: 10/17;
}
#docuseries-top .wrapper .more-items-text {
  font-size: 28px;
  width: calc(var(--column-width) * 5);
}
#docuseries-wrapper #landing-videos .more-items-list li {
  margin-bottom: 16px;
  margin-right: 0;
  margin-left: 16px;
  width:calc(100% - 16px);
}
#docuseries-wrapper #landing-videos .more-items-list li:last-child {
  margin-bottom:0;
}
#docuseries-wrapper #landing-videos .more-items-list li.active {
  background-color: var(--primary);
  overflow:visible;
}
#docuseries-wrapper #landing-videos .more-items-list li.active:before {
  content: "";
  width: 16px;
  height: 23px;
  margin: auto 0;
  background: var(--primary);
  position: absolute;
  left: -16px;
  mask-image: url(../img/drop-mask.svg);
  -webkit-mask-image: url(../img/drop-mask.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  top: 50%;
  margin-top: -16.5px;
}

#docuseries-wrapper #landing-videos .more-items-list li .wrapper .more-items-category {
  font-weight: 600;
  line-height: 1.2;
  font-size: 24px;
  padding: 0;
  background: no-repeat;
  border-radius: 0;
}
#docuseries-wrapper #landing-videos .more-items-list li .wrapper .more-items-text {
  display: none;
}
.docuseries-item #docuseries-wrapper #landing-videos .more-items-list li {
  pointer-events: all;
}
.docuseries-item #docuseries-wrapper #landing-videos .more-items-list li .wrapper a,
.docuseries-item #docuseries-wrapper #landing-videos .more-items-list li > a {
  pointer-events: none;
}

/* Gallery  */

.article-view.gallery-view header figure {
  display: none;
}
.article-view.gallery-view header figure, 
.article-view.gallery-view #slideshow-gallery {
  background-color: var(--lightgrey);
}
.article-view.gallery-view.normal-header-article header figure, 
.article-view.gallery-view.normal-header-article #slideshow-gallery {
  width: calc(100% - (var(--column-width) * 2) + 12px);
  margin-left: 0;
  overflow: visible;
}
.article-view.gallery-view header figure img, 
.article-view.gallery-view #slideshow-gallery .fotorama__img{
  border-radius: var(--border-radius-sm) !important;
}

.article-view.gallery-view .fotorama__stage {
  z-index: 6
}

.article-view.gallery-view .fotorama__nav-wrap {
  position: absolute;

  height: calc(100% + 12px);
  top: -6px;
  right: calc(var(--column-width) * -2 + 6px);
  width: calc(var(--column-width) * 2) !important;
}
.article-view.gallery-view .fotorama__nav__shaft::-webkit-scrollbar  {
  display:none;
}
.article-view.gallery-view .fotorama__nav__shaft {
  display: flex;
  flex-direction: column;
  height:100%;
  gap:8px;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
}
.article-view.gallery-view .fotorama__nav--dots {
  height: 100%;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame {
  width: auto;
  height: auto;
  margin: 0;
  transition: all var(--bg-transition-duration) ;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active {
  transition: all var(--bg-transition-duration) .7s;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
  height: auto;
  padding:10px;
  left: auto;
  top: 0;
  border:none;
  background-color: var(--lightgrey);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 115% */
  letter-spacing: -0.3px;
  color:#fff;
  margin-left: 20px;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width:57px;
  transition: all var(--bg-transition-duration) ;

}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot:before,
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot:after {
  transition: all 0s;
  opacity: 0;
  content: "";
  position: absolute;
  height: 0px;
  top: auto;
  bottom: 10px;
  left: -25px;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot:before  {
  transform: rotate(270deg);
  bottom: auto;
  top: 10px;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot:before,
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--lightgrey);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: rotate(0deg);
  bottom: -26px;
  right: auto;
  top: auto;
  left: 11px;
  opacity: 1;
  transition: all var(--bg-transition-duration) .7s;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot:before {
  transform: rotate(270deg);
  top: -26px;
  left: 11.5px;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot .number {
  font-family: E1 Roobert;
  font-size: 28px;
  line-height: 1;
  transition: all var(--bg-transition-duration);
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot .caption {
  opacity: 0;
  transition: all var(--bg-transition-duration);
  white-space: break-spaces;
  height: 0;
  overflow: hidden;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  padding: 12px 25px 16px 28px;
  margin-left: 0;
  border-top-left-radius:0;
  border-bottom-left-radius: 0;
  
  width:100%;
  transition: all var(--bg-transition-duration) .7s;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot .number {
  font-size: 40px;
color: var(--secondary);
transition: all var(--bg-transition-duration) .7s;
width:44px
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot .caption {
  opacity: 1;
  transition: all var(--bg-transition-duration) .7s;
  display: block;
  overflow: visible;
  height: 70px;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot .caption:empty {
  opacity: 0;
  height:0px;
}
.article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot .caption:not(:empty) {
  margin-top:20px;
}
.fotorama__nav.scroll:before,
.fotorama__nav.scroll:after {
  left: 12px !important;
}
.fotorama__nav.scroll:not(.end):after,
.fotorama__nav.scroll.not-top:before {
  height: 10% !important;
}
.widget.article-view.gallery-view .fotorama__arr {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  right: 12px;
  left: auto;
  top: 10px;
  transform: none !important;
  margin: 0;
}
.widget.article-view.gallery-view .fotorama__arr:before {
  mask-image: url(../img/chevron-right.svg);
  -webkit-mask-image: url(../img/chevron-right.svg);
  mask-size: 29%;
  -webkit-mask-size: 29%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 20% center;
  -webkit-mask-position: 58% center;
  content: "";
  background-color: var(--dark);
  width: 100%;
  height: 100%;
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
  z-index: 1;
}
.widget.article-view.gallery-view .fotorama__arr.fotorama__arr--next {
  right: 12px;
  top: 68px;
  z-index: 0;
}
.widget.article-view.gallery-view .fotorama__arr.fotorama__arr--next:before {
  transform: rotate(90deg);
}

.widget.article-view.gallery-view .fotorama__arr.fotorama__arr--next:after {
  content: "";
  background-image: url(../img/bt-group-v.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  height: 110px;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}
.video-view.gallery-view .article-view-intro {
  margin-bottom: 30px;
}
/* Article V2 */

.normal-header-article header {
  min-height: auto !important;
}
.article-view.normal-header-article header figure, 
.article-view.normal-header-article #slideshow-gallery {
  position: relative;
  width: 100%;
  right: auto;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}
.hero-article .article-view-body {
  padding:0 calc(var(--column-width) * 4) 0  var(--column-width);
}

.title-text {
  padding:40px calc(var(--column-width) * 4) 40px  var(--column-width);
}
.title-embed h2,
.title-text h2 {
color:var(--secondary);
font-family: var(--font-family-main);

}
.article-view-body h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 110% */
  letter-spacing: -0.6px;
  margin-top: 0;
}
.article-view-body h2:empty {
  display:none;
}
.article-view-body h2.bold {
  font-weight: 500;
}
.article-view-body blockquote h2 {
  font-size: 44px;
  line-height: 50px;
}
.article-view-body blockquote h2.long-text {
  font-size: 28px;
  line-height: 35px;
}
.title-grey-bg {
  padding:40px  var(--column-width);
  background-color: var(--darkgrey);
  border-radius: var(--border-radius);
  margin-top: 40px;
  margin-bottom: 40px;
}
blockquote {
  border:none;
  display: flex;
  flex-direction: column;
}
blockquote h2 {
  margin:0;
}
.blockquote-author-container {
  margin-top: 32px;
  padding-top:32px;
  border-top: 1px solid var(--lightgrey); 
  display: flex;
}
.blockquote-author  {
  display: flex;
  align-items: center;
  padding: 4px 40px 4px 4px;
  background-color: var(--lightgrey);
  border-radius: var(--border-radius-xl);
}

.author-container {
  padding-left:18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.author-name {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 110.714% */
  letter-spacing: -0.42px;
  color: #fff;
  display: block;
}
.author-position {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 116.667% */
  letter-spacing: -0.27px;
  color: var(--secondary);
}
.author-img {
  width: 72px;
  aspect-ratio: 1;
  flex:none;
  position: relative;
  border-radius: 50%;
}
.author-img img {
  object-fit: cover;
  height:100%;
  width: 100%;
  border-radius: 50%;
}
.author-img .flag-icon.flag-icon-squared {
  width: 28px;
  height: 28px;
  position: absolute;
  right: -6px;
  bottom: -1px;
  border: 4px solid var(--lightgrey);
}
.blockquote-author.small-quote {
  padding-right: 25px;
}
.small-quote .author-img{
  width: 46px;
}
.small-quote .author-img .flag-icon.flag-icon-squared{
  width: 23px;
  height: 23px;
  right: -6px;
  bottom: -1px;
  border: 3px solid var(--lightgrey);
}
.small-quote .author-name {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 110.714% */
  letter-spacing: -0.42px;
}
.small-quote .author-position {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 142.857% */
  letter-spacing: -0.21px;
  color: var(--secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.image-content {
  display:flex;
  gap:52px;
  padding: 40px var(--column-width);
  align-items: flex-end;
}
.image-content > iframe,
.image-content > figure {
  width:calc(var(--column-width) * 4.5);
  border-radius: var(--border-radius-sm);
  flex:none;
  overflow: hidden;
  display: flex;
}
.image-content > figure img{
  aspect-ratio: 1;
}
.image-content > figure video{
  aspect-ratio: 16/9;
}
.text-wrapper h2 {
  margin-bottom:20px;
}
.image-content .text-wrapper h2.bold {
  color: var(--secondary);
}
.image-content.video-quote blockquote h2,
.image-content.video-title .text-wrapper h2,
.image-content.image-quote blockquote h2,
.image-content.image-title .text-wrapper h2 {
  margin-bottom:0;
}
.image-content blockquote {
  padding-bottom:0;
  margin-bottom:0;
}
.image-content video {
  width: 100%;
}
.image-content iframe {
  aspect-ratio: 16/9;
  height: auto;
}
.gallery-content{
  padding-top: 40px ;
  padding-bottom: 40px ;
}
.gallery-content.small-gallery{
  padding-left: var(--column-width);
  padding-right: var(--column-width);
}

.gallery-content #slideshow-gallery {
  margin-top:0 !important;
}
.gallery-content h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 102.857% */
  letter-spacing: -1.05px;
  margin-bottom: 32px;
}
.gallery-content.small-gallery h2{
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 110% */
  letter-spacing: -0.6px;
  color: var(--secondary);
}
.media-only {
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 6px solid var(--darkgrey);
  margin-top:40px;
  margin-bottom:40px;
}
.media-only figure {
  display: flex;
}
.media-only iframe,
.media-only figure video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  height: auto;
}
.text-boxed {
  position: relative;
}
.text-boxed .text-wrapper{
  display: flex;
  padding: 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0px var(--border-radius-lg) 0px 0px;
  color: var(--secondary);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 112.5% */
  letter-spacing: -0.48px;
  position: absolute;
  bottom:0;
  left:0;
  background-color: var(--darkgrey);
  width: 30%;
}
.text-boxed .text-wrapper:has(div:empty) {
  display: none;
}
.text-boxed .text-wrapper:after,
.text-boxed .text-wrapper:before {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--darkgrey);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
}
.text-boxed .text-wrapper:before {
  transform: rotate(270deg);
  top: -26px;
  left: -0.5px;
}
.text-boxed .text-wrapper:after {
  transform: rotate(270deg);
  bottom: -1px;
  right: -26.5px;
}

.title-embed {
  padding: 40px var(--column-width);
}
.title-embed iframe {
  border: none;
  width: 100%;
  height: 800px;
}



/* Fixture */
body.match {
  background-color: #ffffff;
}
.more-items-groups {
  list-style: none;
}
.more-items-groups .more-items-group {
  margin-bottom: 40px;
}
.angular-fixture {
  color:#fff;
}
.angular-fixture .more-items-item {
  margin-bottom: 0;
  padding: 24px 20px;
}
.angular-fixture > header {
  display:none !important;
}
.angular-fixture .team,
.match .match-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.angular-fixture.hide-time .team-time {
  display:none;
}
.angular-fixture.hide-points .team-points {
  display:none;
}
.angular-fixture.hide-points.qualifyings .team-points {
  display:none !important;
}
.angular-fixture .wrapper.group-titles .team {
  padding-bottom: 10px;
  padding-top:0;
  border:none;
}
.hide-group-titles.angular-fixture .wrapper.group-titles {
  display:none;
}
.angular-fixture .team {
  border-top:1px solid var(--darkgrey);
  justify-content: flex-start;
  padding: 15px 0 20px;
  margin: 0;
  line-height: 1;
  flex-wrap: wrap;
}
.angular-fixture .team .team-position {
  font-size: 56px;
  width:10%;
  margin-bottom: auto;
  font-weight: normal;
  display: flex;

}
.angular-fixture .wrapper:not(.group-titles) .team .team-position {
  font-family: var(--font-family-main);
  color: var(--secondary);
}
.angular-fixture.tabs-standings .wrapper:not(.group-titles) .team:not(.active) .team-position {
  color:#fff;
  transition: all var(--bg-transition-duration);
}
.tabs-standings.angular-fixture .team.active .team-data h2 {
  color: var(--secondary);
}
.angular-fixture .wrapper:not(.group-titles) .team .team-position:after {
  
  font-size: 60%;
  line-height: 1;
}
.angular-fixture .wrapper:not(.group-titles) .team:not(.position-1):not(.position-2):not(.position-3) .team-position:after {
  content: "th";
}
.angular-fixture .wrapper:not(.group-titles) .team.position-1 .team-position:after,
.angular-fixture .wrapper:not(.group-titles) .team:first-child .team-position:after {
  content: "st";
}
.angular-fixture .wrapper:not(.group-titles) .team.position-2 .team-position:after,
.angular-fixture .wrapper:not(.group-titles) .team:nth-child(2) .team-position:after {
  content: "nd";
}
.angular-fixture .wrapper:not(.group-titles) .team.position-3 .team-position:after,
.angular-fixture .wrapper:not(.group-titles) .team:nth-child(3) .team-position:after {
  content: "rd";
}
.angular-fixture .team-data {
  width: 50%;
}
.angular-fixture .team-drivers {
  width: 30%;
}
.angular-fixture .team-data{
  padding-right: 40px;
  margin-bottom: auto;
}
.angular-fixture .team-drivers {
  gap: 20px;
  display: flex;
  flex-direction: column;
} 
.hide-drivers.angular-fixture .team-drivers {
  display:none;
}
.hide-drivers.angular-fixture .team-data {
  width:80%;
}
.angular-fixture .team .team-points {
  font-size: 56px;
  width:10%;
  text-align: right;
  font-weight: normal;
  margin-top:auto;
  font-family: var(--font-family-main);
}
.angular-fixture .wrapper {
  padding:0 !important;
}
.angular-fixture .group-name {
  position: relative;
  text-align: left;
  font-size: 48px;
  font-weight: 400;
  margin-bottom:20px;
}
.angular-fixture .wrapper.group-titles .team > *{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.angular-fixture .all-box-link {
  display: none;
}

.angular-fixture .team-data,
.angular-fixture .team-drivers > * {
  display: flex;
  align-items: center;
}
.angular-fixture .team-data .team-data-group {
  display: flex;
  align-items: center;

}
.angular-fixture:not(.tabs-standings) .team-data .team-data-group {
  padding:4px 24px 4px 4px;
  border-radius: var(--border-radius-md);
}
.angular-fixture .team.VE .team-data .team-data-group {
  background: var(--venice-racing-color);
}
.angular-fixture .team.ME .team-data .team-data-group {
  background: var(--team-mexico-color);
}
.angular-fixture .team.NA .team-data .team-data-group {
  background: var(--team-nadal-color);
}
.angular-fixture .team.DR .team-data .team-data-group {
  background: var(--team-drogba-color);
}
.angular-fixture:not(.tabs-standings) .team.DR .team-data .team-data-group .team-name-all,
.angular-fixture:not(.tabs-standings) .team.DR .team-data .team-data-group .team-name-short,
.angular-fixture .team.DR .team-data .team-data-group .team-name {
  color: var(--dark);
}
.angular-fixture .team.BR .team-data .team-data-group {
  background: var(--team-brady-color);
}
.angular-fixture .team.AO .team-data .team-data-group {
  background: var(--aoki-racing-color);
}
.angular-fixture .team.BL .team-data .team-data-group {
  background: var(--blue-racing-color);
}
.angular-fixture .team.TM .team-data .team-data-group {
  background: var(--team-miami-color);
}
.angular-fixture .team.WR .team-data .team-data-group {
  background: var(--west-brook-racing-color);
}
.angular-fixture .team.AL .team-data .team-data-group {
  background: var(--team-alula-color);
}


.angular-fixture .team-data h2,
.angular-fixture .team-drivers {
 color:#fff;
 margin:0;
 font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 44px; /* 110% */
letter-spacing: -0.6px;
}
.angular-fixture .team-data h2.team-name-short {
  display:none;
}
.angular-fixture .team-data img {
  background-color: #ffffff36;
}
.angular-fixture .team.DR .team-data img {
  filter: invert(1);
}

.angular-fixture .team-data img,
.angular-fixture .team-drivers img {
  border-radius: 50%;
  width:52px;
  height:52px;
  aspect-ratio: 1;
}
.angular-fixture .team-data img,
.angular-fixture .team-drivers .team-driver-img{
  position: relative;
  margin-right:12px;
}
.angular-fixture .team-drivers .team-driver-img span[class^="flag-"] {
  width: 24px;
  height: 24px;
  position: absolute;
  border: 3px solid var(--lightgrey);
  bottom: 0;
  right: -7px;
  border-radius: 50%;
  background-color: #fff;
}
.show-top-3.angular-fixture .more-items-item:not(.active) .team:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
  display:none;
}
.show-top-3.show-more.angular-fixture .link-button {
  margin: 20px auto 0;
}


.angular-fixture.small-fixture .team .team-position {
  font-size: 40px;
}
.angular-fixture.small-fixture .team-data h2, 
.angular-fixture.small-fixture .team-drivers {
  line-height: 32px;
  font-size: 32px;
}
.angular-fixture.small-fixture .team-data img, 
.angular-fixture.small-fixture .team-drivers img {
  width:40px;
  height:40px
}
.angular-fixture.small-fixture .wrapper.group-titles .team > * {
  font-size: 16px;
}

#standings-wrapper > .angular-fixture {
  background-color: var(--darkgrey);
  padding: 20px;
  border-radius: var(--border-radius);
  margin-top:20px
}
#standings-wrapper > .angular-fixture .widget-title {
  padding-top:0;
  font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 52px; /* 108.333% */
letter-spacing: -0.72px;
}

.tabs-standings.angular-fixture{
  width: calc(var(--column-width) * 4) !important;
  flex:none;
  margin-right: 0;
  margin-left: 0;
}
.tabs-standings.angular-fixture .widget-title {
  font-size:30px;
  padding-top:0;
}
.tabs-standings.angular-fixture .team-drivers,
.tabs-standings.angular-fixture .team .total{
  display:none;
}

.tabs-standings.angular-fixture .team {
  border:none;
  background-color: var(--darkgrey);
  border-radius: var(--border-radius-lg);
  margin-bottom: 16px;
  padding:8px 24px;
  flex-wrap: nowrap;
  cursor: pointer;
  position: relative;
}
.tabs-standings.angular-fixture .team:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-radius: var(--border-radius-lg);
  transition: border var(--bg-transition-duration);
}
.tabs-standings.angular-fixture .team:hover:before {
  border-color: var(--lightgrey);
  transition: border var(--bg-transition-duration);
}
.angular-fixture.tabs-standings .wrapper:not(.group-titles) .team:hover:not(.active) .team-position{
  color: var(--secondary);
  transition: color var(--bg-transition-duration);
}
.tabs-standings.angular-fixture .team.active {
  background-color: var(--lightgrey);
  position: relative;
}
.tabs-standings.angular-fixture .team.active:after {
  content: "";
  width: 29px;
  height: 33px;
  margin: auto 0;
  background: var(--lightgrey);
  position: absolute;
  left: -21px;
  mask-image: url(../img/drop-mask.svg);
  -webkit-mask-image: url(../img/drop-mask.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.tabs-standings.angular-fixture .team:last-child {
  margin-bottom:0;
}
.tabs-standings.angular-fixture .team-data h2, 
.tabs-standings.angular-fixture .team-drivers {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.42px;
}
.tabs-standings.angular-fixture .team-data {
  margin-bottom: 0;
  width: 100%;
  padding-right:0
}
.tabs-standings.angular-fixture .team .team-data .team-data-group {
  background: transparent;
  border-radius: var(--border-radius-lg);
  transition: background var(--bg-transition-duration);
}

.tabs-standings.angular-fixture .team.active .team-data .team-data-group {
  transition: background var(--bg-transition-duration);
}
.tabs-standings.angular-fixture .team.VE.active .team-data .team-data-group,
.tabs-standings.angular-fixture .team.ME.active .team-data .team-data-group,
.tabs-standings.angular-fixture .team.NA.active .team-data .team-data-group,
.tabs-standings.angular-fixture .team.DR.active .team-data .team-data-group,
.tabs-standings.angular-fixture .team.BR.active .team-data .team-data-group,
.tabs-standings.angular-fixture .team.AO.active .team-data .team-data-group,
.tabs-standings.angular-fixture .team.BL.active .team-data .team-data-group,
.tabs-standings.angular-fixture .team.TM.active .team-data .team-data-group,
.tabs-standings.angular-fixture .team.WR.active .team-data .team-data-group {
  background:transparent
}

.tabs-standings.angular-fixture .team .team-position {
  font-size: 40px;
  margin-right: 15px;
  border-right: 1px solid rgba(255,255,255,0.1);
  width: 70px;
  flex: none;
  margin-top: auto;
  transition: color var(--bg-transition-duration);
}
.tabs-standings.angular-fixture .team.active .team-position {
  border-right: 1px solid var(--darkgrey);
}
.tabs-standings.angular-fixture .team-data img, 
.tabs-standings.angular-fixture .team-drivers img {
  width: 35px;
  height:35px;
}
.tabs-standings.angular-fixture .team.VE .team-data img {
  background-color: var(--venice-racing-color);
}
.tabs-standings.angular-fixture .team.ME .team-data img{
  background-color: var(--team-mexico-color);
}
.tabs-standings.angular-fixture .team.NA .team-data img{
  background-color: var(--team-nadal-color);
}
.tabs-standings.angular-fixture .team.DR .team-data img{
  background-color: var(--team-drogba-color-inverted);
  filter: invert(1);
}
.tabs-standings.angular-fixture .team.BR .team-data img{
  background-color: var(--team-brady-color);
}
.tabs-standings.angular-fixture .team.AO .team-data img{
  background-color: var(--aoki-racing-color);
}
.tabs-standings.angular-fixture .team.BL .team-data img{
  background-color: var(--blue-racing-color);
}
.tabs-standings.angular-fixture .team.TM .team-data img {
  background-color: var(--team-miami-color);
}
.tabs-standings.angular-fixture .team.WR .team-data img {
  background-color: var(--west-brook-racing-color);
}
.tabs-standings.angular-fixture .team.AL .team-data img {
  background-color: var(--team-alula-color);
}

#championship-standings-wrapper {
  gap: var(--column-margin);
}
#championship-standings-wrapper .widget-title {
  width:100%;
  padding-bottom: 10px;
}
.standings-item.angular-fixture {
  width:calc(var(--column-width) * 8 - var(--column-margin)) !important;
  transition: all var(--bg-transition-duration);
  overflow: hidden;
  border-radius: var(--border-radius);
  margin-right: 0;
}
.standings-item.angular-fixture .wrapper,
.standings-item.angular-fixture #widget-embed{
  height: 100%;
  width: calc(var(--column-width) * 8 - var(--column-margin)) !important;
}
.standings-item.angular-fixture .team {
  border:none;
  padding:20px;
  background-color: var(--lightgrey);
  border-radius:var(--border-radius);
  height: 100%;
}
.standings-item.angular-fixture.loading-data:not(.first-load) {
  width: 4px !important;
  transition: all var(--bg-transition-duration) .4s;
}
.standings-item.angular-fixture.loading-data .team > * {
  opacity: 0;
  transition: opacity .3s;
}

.standings-item.angular-fixture .team > * {
  opacity: 1;
  transition: opacity var(--bg-transition-duration) .6s;
}
.standings-item.angular-fixture .team.DR .team-data .team-data-group h2 {
  color:#000 ;
}
.standings-item.angular-fixture .wrapper:not(.group-titles) .team:not(.position-1):not(.position-2):not(.position-3) .team-position:after {
  content:"th"
}
.standings-item.angular-fixture .pos-st .wrapper:not(.group-titles) .team.position-1 .team-position:after,
.standings-item.angular-fixture .pos-st .wrapper:not(.group-titles) .team .team-position:after {
  content:"st"
}
.standings-item.angular-fixture .pos-st .wrapper:not(.group-titles) .team.position-2 .team-position:after,
.standings-item.angular-fixture .pos-nd .wrapper:not(.group-titles) .team .team-position:after {
  content:"nd"
}
.standings-item.angular-fixture .pos-st .wrapper:not(.group-titles) .team.position-3 .team-position:after,
.standings-item.angular-fixture .pos-rd .wrapper:not(.group-titles) .team .team-position:after {
  content:"rd"
}
.standings-item.angular-fixture .team-drivers {
  width: 100%;
  justify-content: space-between;
  height: calc(100% - 200px);
  margin: 20px 0;
  border-top: 1px solid var(--darkgrey);
  position:relative;
  font-size: 42px;
  flex-direction: row;
  align-items: center;
  height: calc(100% - 296px);
}
.standings-item.angular-fixture .team-drivers > div {
  width: 50%;
  align-items: flex-end;
}
.standings-item.angular-fixture .team-drivers > div .team-driver-img {
  width: 50%;
  max-width: 200px;
}
.standings-item.angular-fixture .team-drivers > div .team-driver-img img{
  width: 100%;
  height: auto;
}
.standings-item.angular-fixture .team-drivers > div .team-driver-name {
  width: 40%;
}
.standings-item.angular-fixture .team-data {
  width: auto;
  margin-bottom:0;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid var(--darkgrey);
}

.standings-item.angular-fixture .team-data .team-data-group {
  border-radius: var(--border-radius-lg);
}

.standings-item.angular-fixture .team-points {
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 70px;
}
.standings-item.angular-fixture .total {
  width: calc(25% - 15px);
  aspect-ratio: 212/140;
  background-color: var(--darkgrey);
  border-radius: var(--border-radius);
  padding: 12px 16px;
  font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 52px; /* 108.333% */
letter-spacing: -0.72px;
font-family: var(--font-family-main);
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
display: flex;
margin-top: auto;
margin-left: 10px;
margin-right: 10px;
}
.standings-item.angular-fixture .total:before {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.24px;
  font-family: var(--font-family-title);
  color: #fff;
}
.standings-item.angular-fixture .team .team-races:before {
  content: "Races complete";
}
.standings-item.angular-fixture .team .team-podium:before {
  content: "Podium finishes";
}
.standings-item.angular-fixture .team .team-won:before {
  content: "Races won";
}
.standings-item.angular-fixture .team .team-points:before {
  content: "Current points";
}
.standings-item.angular-fixture .team .team-won,
.standings-item.angular-fixture .team .team-points {
  color: var(--secondary);
  font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: 72px; /* 102.857% */
letter-spacing: -1.05px;
}
.standings-item.angular-fixture .team .team-points {
  margin-right: 0;
}
.standings-item.angular-fixture .team .team-races {
  margin-left: 0;
}
.standings-item.angular-fixture .team-data img, 
.standings-item.angular-fixture .team-drivers img {
  width: 62px;
  height: 62px;
}
.standings-item.angular-fixture .team-data h2 {
  font-size: 48px;
}
.standings-item.angular-fixture .team.VE .team-data h2,
.standings-item.angular-fixture .team.TM .team-data h2 {
  font-size: 40px;
}
.standings-item.angular-fixture .team .team-position {
  font-size: 100px;
  width: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -1.5px;
  margin:0
}

.standings-item.angular-fixture .team-drivers .team-driver-img span[class^="flag-"] {
  width: 54px;
  height: 54px;
  top: 0;
  bottom: auto;
  border: 4px solid var(--lightgrey);
}

#angular-fixture-races.angular-fixture .group-name {
  font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 52px; /* 108.333% */
letter-spacing: -0.72px;
margin-bottom: 40px;
}
#angular-fixture-races.angular-fixture .group-name:after {
  content: " Race Results";
}
#angular-fixture-races.angular-fixture.qualifyings .group-name:after {
  content: " Qualifyings";
}

#angular-fixture-races.md-tabs .tabs li a {
  min-width: 240px;
  width: max-content;
}
#angular-fixture-races .tabs li {
  margin-right: 0;

}
#angular-fixture-races .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.standings.angular-fixture .team {
  border-color: var(--mediumgrey);
}
.standings.angular-fixture:not(.standings-item):not(.tabs-standings) .team-drivers .team-driver-img span[class^="flag-"] {
  border-color: var(--darkgrey);
}
.standings.angular-fixture:not(.standings-item) .team .total:not(.team-points){
  display:none ;
}

.tabs-view > header {
  overflow: visible !important;
}
.tabs-view .dropdown .submenu {
  top: auto;
  padding-top: 20px;
  background-color: transparent;
  box-shadow: none;
}
.tabs-view .dropdown .submenu > li > a {
  background-color: #ffffff;
}
.tabs-view .dropdown .submenu > li > a:hover {
  background-color: var(--primary);
}
.extra-content {
  padding-left: 20px;
  max-width: 15%;
  margin: 0 !important;
}
.match-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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.match-content .team-container {
  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;
  width: 46%;
}
.match-content .team-container.team-a {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.match-content .team-container .team-logo {
  width: 20%;
  padding: 20px;
}
.match-content .team-container .team-name {
  width: 80%;
  padding: 20px;
}
.match-content .match-info {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18%;
  padding: 15px;
}
.status-1 .match-content .match-info,
.status-2 .match-content .match-info,
.status-3 .match-content .match-info {
  -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;
}
.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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.match-content .match-info .match-time {
  font-size: 40px;
}
.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: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.status-1 .match-content .match-info .match-status,
.status-1 .match-status {
  background-color: green;
}
.status-5 .match-content .match-info .match-status,
.status-5 .match-status {
  background-color: #17559a;
}
.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: -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;
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}
.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;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 0;
}
.match .match-top-info {
  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;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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-content {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  top: -50px;
  transition: top 0.5s;
}
.match .match-content .team-container .team-name h2 {
  font-size: 50px;
}
.match .match-content .match-info .match-results {
  margin-bottom: 0px;
}
.match .match-content .match-info .match-results.penalties {
  margin-top: 10px;
}
.scroll-not-top.match .match-content {
  position: fixed;
  top: 60px;
  background: #f7f7f7;
  height: 60px;
  z-index: 1;
}
.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;
}
.scroll-not-top.match .match-content .match-info .match-results.penalties {
  margin-top: 4px;
  font-size: 14px;
}
.match-events {
  width: 100%;
  padding: 15px 0 ;
}
.match-event {
  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: center;
  -webkit-justify-content: 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.score .match-event-icon:before,
.match-event.gol .match-event-icon:before {
  content: "\f1e3";
}
.match-event.in .match-event-icon:before {
  content: "\f061";
  color: green;
}
.match-event.out .match-event-icon:before {
  content: "\f060";
  color: red;
}
.match-event.yellow-card .match-event-icon:before,
.match-event.double-card .match-event-icon:before,
.match-event.double-card .match-event-icon:after {
  content: "";
  width: 18px;
  height: 26px;
  background-color: #ffe000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -13px;
}
.match-event.double-card .match-event-icon:after {
  margin-left: -4px;
  margin-top: -9px;
  border: 2px solid #fff;
  background-color: red;
}
.match-event.red-card .match-event-icon:before {
  content: "";
  width: 18px;
  height: 26px;
  background-color: red;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -13px;
}
.match-event.penalty-missing .match-event-icon:after,
.match-event.penalty-stopping .match-event-icon:after,
.match-event.score-against .match-event-icon:after {
  content: "\f1e3";
  font-size: 15px;
  display: block;
}
.match-event.penalty-missing .match-event-icon:before,
.match-event.penalty-stopping .match-event-icon:before,
.match-event.score-against .match-event-icon:before {
  content: "\f00d";
  color: red;
  font-size: 15px;
  display: block;
  position: absolute;
  left: -8px;
  bottom: -7px;
  background-color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.match-event.score-against .match-event-icon:before {
  content: "\f060";
}
.match-event.penalty-stopping .match-event-icon:before {
  content: "\f256";
}
.match-event.catch .match-event-icon:before {
  background: url(../img/match-center/football/catch.png) center center no-repeat transparent;
}
.match-event.hand .match-event-icon:before {
  background: url(../img/match-center/football/hand.png) center center no-repeat transparent;
}
.match-event.corner-shot .match-event-icon:before {
  background: url(../img/match-center/football/corner-shot.png) center center no-repeat transparent;
}
.match-event.direct-free-kick .match-event-icon:before {
  background: url(../img/match-center/football/direct-free-kick.png) center center no-repeat transparent;
}
.match-event.end-first-half .match-event-icon:before {
  background: url(../img/match-center/football/end-first-half.png) center center no-repeat transparent;
}
.match-event.end-match-penalties .match-event-icon:before {
  background: url(../img/match-center/football/end-match-penalties.png) center center no-repeat transparent;
}
.match-event.end-match .match-event-icon:before {
  background: url(../img/match-center/football/end-match.png) center center no-repeat transparent;
}
.match-event.fault-made .match-event-icon:before {
  background: url(../img/match-center/football/fault-made.png) center center no-repeat transparent;
}
.match-event.fault-received .match-event-icon:before {
  background: url(../img/match-center/football/fault-received.png) center center no-repeat transparent;
}
.match-event.indirect-free-kick .match-event-icon:before {
  background: url(../img/match-center/football/indirect-free-kick.png) center center no-repeat transparent;
}
.match-event.offside .match-event-icon:before {
  background: url(../img/match-center/football/offside.png) center center no-repeat transparent;
}
.match-event.penalty-missing .match-event-icon:before {
  background: url(../img/match-center/football/penalty-missing.png) center center no-repeat transparent;
}
.match-event.penalty-missing .match-event-icon:before {
  background: url(../img/match-center/football/penalty-missing.png) center center no-repeat transparent;
}
.match-event.resumed-match .match-event-icon:before {
  background: url(../img/match-center/football/resumed-match.png) center center no-repeat transparent;
}
.match-event.score-against .match-event-icon:before {
  background: url(../img/match-center/football/score-against.png) center center no-repeat transparent;
}
.match-event.shot-goal .match-event-icon:before {
  background: url(../img/match-center/football/shot-goal.png) center center no-repeat transparent;
}
.match-event.shot .match-event-icon:before {
  background: url(../img/match-center/football/shot.png) center center no-repeat transparent;
}
.match-event.start-second-half .match-event-icon:before {
  background: url(../img/match-center/football/start-second-half.png) center center no-repeat transparent;
}
.match-event.start .match-event-icon:before {
  background: url(../img/match-center/football/hand.png) center center no-repeat transparent;
}
.match-event.suspended-match .match-event-icon:before {
  background: url(../img/match-center/football/suspended-match.png) center center no-repeat transparent;
}
.match-event.fault-made-penalty .match-event-icon:before {
  background: url(../img/match-center/football/fault-made-penalty.png) center center no-repeat transparent;
}
.match-event.fault-made-penalty .match-event-icon:before,
.match-event.catch .match-event-icon:before,
.match-event.corner-shot .match-event-icon:before,
.match-event.hand .match-event-icon:before,
.match-event.direct-free-kick .match-event-icon:before,
.match-event.end-first-half .match-event-icon:before,
.match-event.end-match-penalties .match-event-icon:before,
.match-event.end-match .match-event-icon:before,
.match-event.fault-made .match-event-icon:before,
.match-event.fault-received .match-event-icon:before,
.match-event.indirect-free-kick .match-event-icon:before,
.match-event.offside .match-event-icon:before,
.match-event.penalty-missing .match-event-icon:before,
.match-event.penalty-stopping .match-event-icon:before,
.match-event.resumed-match .match-event-icon:before,
.match-event.score-against .match-event-icon:before,
.match-event.shot-goal .match-event-icon:before,
.match-event.shot .match-event-icon:before,
.match-event.start-second-half .match-event-icon:before,
.match-event.start .match-event-icon:before,
.match-event.suspended-match .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;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.team-b .match-event-time {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.match-separator {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #13559c;
  font-size: 24px;
  text-transform: uppercase;
}
.people-list {
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #ddd;
}
.people-list-container {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}
.people-list-container > * {
  margin: 0 20px;
  font-size: 20px;
  width: 100%;
}
.people-list-container .team-a {
  text-align: right;
}
.people-list-container > div > div {
  margin: 0 0 20px 0;
}
.people-list.one-col .people-list-container > div > div {
  text-align: center;
}
.formation-container > div {
  position: absolute;
  -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;
  width: 50%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.formation-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.formation-container .team-b {
  right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /* justify-content: flex-start; */
}
.formation-value {
  width: 16%;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 39px;
}
.col .player {
  width: 50px;
  height: 50px;
  background-color: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 20px 0;
}
.col {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90%;
  margin: 0 auto;
}
.col.goalkeeper {
  width: 11%;
  margin-left: 9%;
}
.team-b .col .player {
  background-color: #1a5598;
}
.team-b .col.goalkeeper {
  margin-left: auto;
  margin-right: 9%;
}
/* 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: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.tabs li {
  margin-right:12px
}
.tabs li a {
  clear: none;
  margin: 0;
  text-decoration: none;
  font-size: 18px;
  padding: 12px 17px;
  float: none;
  border: none;
  display: inline-block;
  color: white;
  line-height: 1;
  background-color: var(--darkgrey);
  border:none;
  text-rendering: optimizeLegibility;
  visibility: visible;
  font-weight: 600;
  border-radius: var(--border-radius-md);
}
.tabs li a.active {
  font-weight: bold;
  background-color: var(--primary);
  color: var(--white);
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs li a.active:after {
  content: "";
  margin: auto 0;
  background: var(--primary);
  position: absolute;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  right: auto;
  bottom: -24px;
  mask-image: url(../img/drop-mask-h.svg);
  -webkit-mask-image: url(../img/drop-mask-h.svg);
  width: 35px;
  height: 32px;
  z-index: 1;
}
.tabs li a:hover {
  opacity:1;
}
.grey-tabs .tabs li a {
  background-color: var(--darkgrey);
  position: relative;

}
.grey-tabs .tabs li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-radius: var(--border-radius-lg);
  transition: border var(--bg-transition-duration);
}
.grey-tabs .tabs li a.active,
.grey-tabs .tabs li a.active:after {
  background-color: var(--lightgrey);
}
.grey-tabs .tabs li:hover a:before {
  border-color: var(--lightgrey);
  transition: border var(--bg-transition-duration);
}
.tabs-view header.hide-header {
  display: none;
}
.tabs-view header {

  display: flex;
  align-items: stretch;
}
.tabs-view:not(.tabs-col) header {
  margin-bottom: 16px;
}
.tabs-view:not(.tabs-col) header:before {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  right: 0;
  background: var(--lightgrey);
  display:none
}



.tabs-view.dark header.is-inview:before {
  background-color: rgba(0,0,66,.8);
  height: 100%;
}
.tabs-view .section-title,
.tabs-view .widget-title {
  z-index: 4;
}
.tabs-end:not(.tabs-col),
.tabs-start:not(.tabs-col) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tabs-end:not(.tabs-col) .section-title,
.tabs-start:not(.tabs-col) .section-title,
.tabs-end:not(.tabs-col) .widget-title,
.tabs-start:not(.tabs-col) .widget-title {
  padding-top: 0;
  padding-bottom: 0;
  width: auto !important;
}
.tabs-start:not(.tabs-col) header,
.tabs-end:not(.tabs-col) .section-title,
.tabs-end:not(.tabs-col) .widget-title {
  margin-left: 0 !important;
  padding-left: calc((100vw - var(--max-width-column)) / 2);
}
.tabs-end:not(.tabs-col) header,
.tabs-start:not(.tabs-col) .widget-title,
.tabs-start:not(.tabs-col) .section-title {
  margin-right: 0 !important;
  padding-right: calc((100vw - var(--max-width-column)) / 2);
}
.tabs-end:not(.tabs-col) header,
.tabs-start:not(.tabs-col) header {
  width: auto !important;
}
.tabs-end:not(.tabs-col) .more-items-list,
.tabs-start:not(.tabs-col) .more-items-list {
  margin-top: 40px;
}
.tabs-end:not(.tabs-col) header .tabs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}
.tabs-start .widget-title,
.tabs-start .section-title {
  text-align: right;
}
.tabs-start header .tabs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

.secondary-content .tabs-start header, 
.secondary-content .tabs-end .section-title, 
.secondary-content .tabs-end .widget-title {
  margin-left: 0 !important;
  padding-left: 0
}
.secondary-content .tabs-end header, 
.secondary-content .tabs-start .widget-title, 
.secondary-content .tabs-start .section-title {
  margin-right: 0 !important;
  padding-right: 0
}



.tabs-view:not(.tabs-col) > header::-webkit-scrollbar {
  display: none;
}
.tabs-view .widget .widget-title {
  display: none;
}
.tabs-col > .widget-title,
.tabs-col > .section-title {
  padding-bottom: 40px;
}
.tabs-view.tabs-col {
  max-width: var(--max-width-column);
  display: flex;
  align-items: flex-start;
}
.tabs-view.tabs-col > header {
  top: 52px;
  width: var(--tabs-col-width) !important;
}
.tabs-col > header {
  position: sticky;
  top: var(--header-height);
  z-index: 3;
}
.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;
  margin: 0;
  text-align: left;
  padding-right: 10px;
  width: var(--tabs-col-width);
}
.tabs-col.tabs-end > header .tabs {
  left: auto;
  right: 0;
  padding-right: 0;
  padding-left: 10px;
}
.tabs-col > header .tabs li {
  margin-bottom: 10px;
}

.tabs-col > .tabs-content,
.tabs-col > .more-items-list {
  padding-left: 0
}

.tabs-col > .tabs-content {
  min-height: 400px;
}
.tabs-col.full:not(.tabs-end) > .tabs-content,
.tabs-col.full:not(.tabs-end) > .more-items-list {
  padding-right: 0 !important;
}
.tabs-col.full.tabs-end > .tabs-content,
.tabs-col.full.tabs-end > .more-items-list {
  padding-left: 0 !important;
  padding-right: var(--tabs-col-width);
}

.tabs-filter > header ul:before {
  content: "Filter by";
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.6px;
  color: var(--secondary);
  margin-bottom: 24px;
  line-height: 1;
}
.tabs-filter .tabs li a:after {
  display:none
}
.tabs-filter .tabs li a.active,
.tabs-filter .tabs li:has(.active):after,
.tabs-filter .tabs li:has(.active):before {
  background-color: var(--secondary);
  color: var(--dark);
  transition: all var(--bg-transition-duration);
}
.tabs-filter .tabs li:has(.active):before {
  transform: rotate(45deg);
}
.tabs-filter .tabs li a {
  background: var(--darkgrey);
  font-weight: normal;
  font-size: 16px;
  transition: all var(--bg-transition-duration);
}
.tabs-filter .tabs li {
  display: flex;
  align-items: center;
}
.tabs-filter .tabs li:after {
  order: -1;
  content: "";
  height: 42px;
  display: flex;
  background-color: var(--darkgrey);
  mask-image: url(../img/bt-drop.svg);
  -webkit-mask-image: url(../img/bt-drop.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center right;
  -webkit-mask-position: center right;
  z-index: 0;
  width: 56px;
  position: relative;
  margin-right: -7px;
  transition: background-color var(--bg-transition-duration);
  flex: none;
  transform: rotate(180deg);
}
.tabs-filter .tabs li:before {
  content: "\ea13";
  height: 34px;
  aspect-ratio: 1;
  display: flex;
  background: var(--darkgrey);
  border-radius: 50%;
  order: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary);
  font-size: 21px;
  font-weight: 100;
  font-family: "Remixicon";
  position: absolute;
  z-index: 1;
  left: 4px;
}
.tabs-filter .tabs li:hover:before {
  background-color: var(--lightgrey);
}
.tabs-filter .tabs li:has(.active):hover:before {
  background-color: transparent;
}
.tabs-view .tabs-content {
  position: relative;
}
.tabs-view .tabs-content > *:not(ul){
  opacity: 0;
  transition: all var(--bg-transition-duration);
  position: absolute;
  display: block !important;
  width: 100%;
  top: 0;
  pointer-events: none;
}
.tabs-view .tabs-content > *:not(ul).active {
  opacity: 1;
  transition: all var(--bg-transition-duration) ;
  position: relative;
  pointer-events: all;
}
/* Tabs menu */

.tabs-menu header {
  z-index: 1;
  position: relative;
  width: 200px !important;
  height: 33px;
  overflow: visible !important;
}
.tabs-menu header .tabs {
  flex-direction: column;
  position: absolute;
}
.tabs-menu.tabs-end header .tabs {
  align-items: flex-end;
  text-align: right;
  right: 0;
}
.tabs-menu.tabs-start header .tabs {
  align-items: flex-start;
  text-align: left;
  left: 0;
}
.tabs-menu.tabs-center header .tabs {
  align-items: center;
  text-align: center;
  left: 0;
}
.tabs-menu header .tabs li {
  position:absolute;
  top:0;
}
.tabs-menu header .tabs li a{
  opacity:0;
  pointer-events: none;
}
.tabs-menu header .tabs:hover {
  background-color: white;
}
.tabs-menu header .tabs:hover li a,
.tabs-menu header .tabs li a.active{
  opacity:1;
  pointer-events: all;
}
.dark.tabs-menu header .tabs:hover {
  background-color: var(--dark);
}
.tabs-menu header .tabs:hover li {
  position:relative;
  top:auto;
}

.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;
}
.md-tabs .tabs li a {
  padding: 16px 21px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 112.5% */
  letter-spacing: -0.36px;
}
.tabs-content .more-items-list {
  max-width:none;
}

.hide-tabs header {
  display: none;
}

/* Sponsors */
.sponsors li {
  -webkit-filter: url(filters.svg#grayscale);
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* Google Chrome & Safari 6+ */
  opacity: 0.7;
}
.sponsors li:hover {
  filter: none;
  -webkit-filter: none;
  display: inline-block;
  opacity: 1;
}
.sponsors li:hover img {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}
/* Fotorama */
.fotorama .fotorama__caption {
  opacity: 1;
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
  -webkit-transition: all var(--bg-transition-duration);
  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.5);
}
.fotorama .fotorama__wrap--no-controls .fotorama__caption {
  opacity: 0;
}
/* Sign up form */
/* Simple Text */
.simple-text-body {
  text-align: center;
}
.text-right .simple-text-body {
  text-align: right;
}
.text-left .simple-text-body {
  text-align: left;
}
/* Widget link */
.widget-link > a {
  display: block;
  width: 155px !important;
}
.widget-link.large-link a {
  font-size: 28px;
  width: auto !important;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 40px 20px;
}
.widget-link.large-link a small {
  font-size: 50%;
  font-weight: normal;
}
.widget-link.red-link a {
  color: #ffffff;
  background: #e20f2e;
  border-color: transparent;
}
.widget-link.red-link a:hover {
  background: #122246;
}
/* Countdown */

.countdown * {
  color: #ffffff;
}
.countdown-text {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}
.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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.countdown-text .countdown-time > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 4px;
}

#header .countdown > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  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 #socialLinks {
  padding: 20px 0;
  z-index: 1;
  transition: all var(--bg-transition-duration);
  opacity: 0;
}
.open-menu #header #navigation-container:not(.open) #socialLinks{
  opacity: 1;
  transition: all var(--bg-transition-duration) .5s;
}
#header #socialLinks header {
  display: none !important;
}
#header #socialLinks .widget-title {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  margin: -2px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  letter-spacing: 1px;
}
#header #socialLinks:hover header {
  display: inline-block;
  vertical-align: middle;
}
.social-icons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-icons > div {
  margin: 0;
}
.social-icons > div.social-search {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.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);
}
.social-icons > div h3,
.social-icons a {
  font-size: 23px;
  line-height: 1;
  margin:0
}
.social-icons a:hover {
  color: var(--secondary);
}
.social-icons > div {
  display: flex;
  flex: none;
  align-items: center;
  text-align: center;
}
.social-icons > div:after {
  content: "";
  width: 30px;
  height: 28px;
  margin: auto -10px;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-image: url(../img/drop-mask.svg);
  -webkit-mask-image: url(../img/drop-mask.svg);
  background-color: var(--mediumgrey);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons > div:last-child:after {
  display: none;
}
.social-icons a:hover:before {
  color: var(--secondary)
}


.social-icons .social-twitter a,
.prefooter .social-icons .social-twitter a:hover:before {
  color: #55acee;
}
.social-icons .social-twitter a:before {
  content: "\f3e6";
}

.social-icons .social-facebook a,
.prefooter .social-icons .social-facebook a:hover:before {
  color: #3b5999;
}
.social-icons .social-facebook a:before {
  content: "\ecbc";
}

.social-icons .social-instagram a,
.prefooter .social-icons .social-instagram a:hover:before {
  color: #e4405f;
}
.social-icons .social-instagram a:before {
  content: "\ee66";
}
.social-icons .social-linkedin a:before {
  content: "\eeb3";
}

.social-icons .social-linkedin a,
.prefooter .social-icons .social-linkedin a:hover:before {
  color: #0077B5;
}

.social-icons .social-youtube a,
.prefooter .social-icons .social-youtube a:hover:before {
  color: #cd201f;
}
.social-icons .social-youtube a:before {
  content: "\f2d4";
}


.social-icons .social-newsletter a:before {
  content: "\eef3";
}

.social-icons .social-search a:before {
  content: "\f002";
}
.social-icons .social-website a:before {
  content: "\f0ac";
}

.social-icons .social-weibo a,
.prefooter .social-icons .social-weibo a:hover:before {
  color: #e62227;
}
.social-icons .social-weibo a:before {
  content: "\f18a";
}

.social-icons .social-youku a,
.prefooter .social-icons .social-youku a:hover:before {
  color: #1b96d5;
}
.social-icons .social-youku a:before {
  content: "\f01d";
}


.social-icons .social-tumblr a,
.prefooter .social-icons .social-tumblr a:hover:before {
  color: #35465c;
}
.social-icons .social-tumblr a:before {
  content: "\f173";
}

.social-icons .social-wechat a,
.prefooter .social-icons .social-wechat a:hover:before {
  color: #70a63b;
}
.social-icons .social-wechat a:before {
  content: "\f1d7";
}


.social-icons .social-website a::before {
content:"\edcf";
}


.social-icons .social-tiktok a:before {
  content: "\f372";
  }

  .social-icons {
    display: flex;
    align-items: center;
  }
  .social-icons a {
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: var(--mediumgrey);
    border-radius: 50%;
    padding: 0;
  }
  .social-icons a:before {
    font-family: "Remixicon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.social-icons a:before,
.prefooter .social-icons a:before {
  color: #ffffff;
}
.owl-theme.owl-carousel .owl-nav {
  pointer-events: none;
}
.owl-theme.owl-carousel .owl-nav > * {
  pointer-events: all;
}
#footer .social-icons {
  justify-content: flex-end;
}




/* DOWNLOADS PAGE */
.downloads {
  --main-color: black;
  --main-background: var(--dark);
  --secondary-background: white;
  --dark-grey-color: #818892;
  --grey-color: #a0a6af;
  --light-grey-color: #e0e4e8;
  --extra-light-grey-color: #f3f5f6;
  --related-content-color: #d6d9dd;
  --selected-items-color: #009eff;
  --img-max-w: 250px;
  
}
body.downloads {
  --header-padding: 20px;
}


.welcome-page > *:not(.fotorama){
  border-radius: var(--border-radius-md);
  overflow: hidden;
  border: 6px solid var(--terciary);
  max-width: calc(100vw - (var(--header-padding)* 2)) !important;
}
.downloads #secondary-footer-wrapper {
  border-top: 0;
}
.downloads #nav-wrapper {
  border: 0;
}
.downloads #nav-wrapper > nav {
  justify-content: center;
} 
.downloads .navigation-toggle {
  display: none;
}
.downloads #navigation .menu {
  right: -11px;
}
.downloads.user-loggedin #header {
  background-color: var(--dark);
  
}
.downloads:not(.grey-bg) #main,
.downloads.white-bg:not(.user-loggedin),
.downloads:not(.white-bg) #main {
  background-color: var(--main-background);
}
.downloads.white-bg.user-loggedin,
.downloads.white-bg.user-loggedin #main {
  background-color: var(--white);
}
.downloads-main {
  font-size: 14px;
}
.downloads-main * {
  text-decoration: none;
}
.downloads-main .downloads-container {
  margin-top: 64px;
}
.downloads-main > section > header {
  width: 100%;
  -webkit-transition: top var(--bg-transition-duration);
  -o-transition: top var(--bg-transition-duration);
  transition: top var(--bg-transition-duration);
  z-index: 4;
  background-color: transparent;
  height: 65px;
  background-color: #fff;
  border-bottom: 1px solid var(--grey-color);
}
.downloads-main:not(.full-width) > section > header {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.fixed-content .downloads-main > section > header {
  position: fixed;
  top: var(--header-height);
}
.downloads-main > section > header form {
  width: 100%;
}
.downloads-main .related-content {
  right: 0;
  z-index: 4;
  padding: 0;
  top: 0;
  position: absolute;
  background-color: var(--light-grey-color);
}
.downloads-main:not(.full-width) .related-content {
  top: 65px;
  max-height:calc(var(--vh, 1vh) * 80);
  overflow: auto;
}
.hidden-related .downloads-main:not(.full-width) .related-content {
  width: 0 ;
  overflow: hidden ;
  padding: 0 ;
  margin: 0;
  min-width: 0;
}
.downloads.fixed-content .related-content {
  top: 1px
}
.downloads-main .main-view.column.related-content .widget {
  margin-bottom: 10px;
  padding: 25px 30px 0 30px;
}
.downloads-main .related-content .widget .widget-title:after {
  display: none;
}
.fixed-content .downloads-main .related-content.zone-3 {
  padding-bottom: 200px;
}
.downloads-filters.submenu-list > ul > li {
  position: relative;
  margin: 0;
  background: transparent;
}
.downloads-filters.submenu-list > ul > li.filters {
  display: block;
  margin-bottom: 10px;
  color: var(--main-color);
}
.downloads-filters.submenu-list > ul > li.filter-types {
  margin-bottom: 20px;
}
.downloads-filters.submenu-list.widget > ul > li.filters-select {
  margin-right: 15px !important;
  margin-bottom: 10px;
  width: auto;
  text-align: left;
}
.downloads-filters.submenu-list > ul > li.filters-select a {
  color: var(--dark-grey-color);
  cursor: pointer;
}
.downloads-filters.submenu-list > ul > li.filters-select a:hover {
  color: var(--main-color);
}
.downloads-filters.submenu-list > ul > li.filters-select .filter-count {
  font-size: 12px;
}
.downloads-filters.submenu-list.tree-view > ul > li.filters-select {
  display: block;
  margin-right: 0;
  width: 100%;
}
.downloads-filters.submenu-list > ul > li ul {
  opacity: 0.9;
}
.downloads-filters.submenu-list li .control-group {
  padding: 0;
  margin: 0;
}
.downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup {
  right: 0 !important;
  left: auto !important;
  min-width: 248px;
  padding: 0 0 5px 0;
}
.downloads-filters.submenu-list > ul > li.search {
  width: 100%;
  margin-bottom: 20px;
}
.downloads-filters.submenu-list > ul > li.dates {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
  max-width: 100%;
  overflow: visible;
}
.downloads-filters.submenu-list > ul > li.dates .date {
  position: relative;
}
.downloads-filters.submenu-list > ul > li.dates .date:first-child {
  margin-right: 10px;
}
.downloads-filters.submenu-list > ul > li.dates .date:last-child {
  margin-left: 10px;
}
.uib-day,
.uib-daypicker th,
.uib-month,
.uib-monthpicker th,
.uib-year,
.uib-yearpicker th {
  padding: 0;
  text-align: center;
}
.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;
}
.downloads-filters.submenu-list > ul > li.dates .date:first-child .uib-datepicker-popup {
  left: 0 !important;
  right: auto !important;
}
.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";
}
.downloads-filters.submenu-list > ul > li .controls {
  height: 42px;
  border-radius: 4px;
  color: var(--dark-grey-color);
  background-color: #ffffff;
  background-image: none;
  width: 100%;
  height: 48px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.downloads-filters.submenu-list > ul > li .controls > i {
  position: absolute;
  margin: 0 12px;
}
.downloads-filters.submenu-list > ul > li .controls a {
  color: var(--dark-grey-color);
  position: absolute;
  margin: 0 12px;
}
.downloads-filters.submenu-list > ul > li .controls input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: none;
  padding: 0 0 0 50px;
  height: 50px;
}
.downloads-filters.submenu-list > ul > li .controls input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.downloads-main .related-content .icon-tabs > ul li a:before {
  color: #ffffff;
}
.downloads-main .related-content .icon-tabs.submenu-list > ul > li.filters a {
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--main-color);
  cursor: default;
}
.downloads-main .related-content .icon-tabs.submenu-list > ul > li.filters a:after {
  display: none;
}
.headroom--unpinned.fixed-content .downloads-main > section > header {
  top: var(--header-height);
}
.headroom--pinned.fixed-content .downloads-main > section > header,
.headroom--top.fixed-content .downloads-main > section > header {
  top: var(--header-height);
}
.fixed-content .downloads-main.widget > section {
  -webkit-transition: padding 0.15s;
  -o-transition: padding 0.15s;
  transition: padding 0.15s;
}
.downloads-main.widget {
  position: relative;
  padding: 0 !important;
}
.downloads-main.widget > section {
  padding: 0 var(--related-content-width) 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
.downloads-main.widget:not(.full-width) > section {
  padding: 0;
}
.downloads-main .search-toggle {
  display: none !important;
}
.downloads-main .filters-select,
.downloads-main .lightbox-toggle,
.downloads-main .search-toggle {
  padding: 0 ;
  text-align: center;
  color: var(--grey-color);
  cursor: pointer;
  border-radius: 50%;
  margin-right: 30px;
}
.downloads-main .filters-select > span {
  white-space: nowrap;
}
.downloads-main .filter-types a {
  height: 44px;
  width: 44px;
  margin: 0 10px;
}
.downloads-main .filter-types a:hover {
  color: var(--dark-grey-color);
}
.downloads-main .filter-types a i {
  font-size: 32px !important;
  line-height: 32px;
}
.downloads-main .filter-types a.active {
  color: var(--main-color);
}
.downloads-main .filter-types a.active i {
  color: var(--main-color);
}
.downloads-main .filter-types a.filters-text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
body:not(.hidden-related) .downloads-main > section > header .filters-select {
  color: var(--main-color);
}
.downloads-main > section > header .show-hide-filters {
  border-right-color: transparent;
}
.downloads-main > section > header .show-hide-filters.active {
  background-color: #ffffff;
}
.downloads-main > section > header .show-hide-filters.active i,
.hidden-related .downloads-main > section > header .show-hide-filters.active i {
  color: var(--dark-grey-color);
}
body:not(.hidden-related) .downloads-main > section > header .show-hide-filters.open.active,
body:not(.hidden-related) .downloads-main > section > header .show-hide-filters.open,
body:not(.hidden-related) .downloads-main > section > header .show-hide-filters {
  background-color: #2c2f35;
  color: #ffffff;
  border-right-color: #2d3036;
  height: 45px;
}
body:not(.hidden-related) .downloads-main > section > header .show-hide-filters.open i,
body:not(.hidden-related) .downloads-main > section > header .show-hide-filters i {
  color: #ffffff;
}
.downloads-main > section > header .show-hide-filters.open i:before,
body:not(.hidden-related) .downloads-main > section > header .show-hide-filters i:before {
  content: "\f12a";
}
.hidden-related .downloads-main > section > header .show-hide-filters i:before {
  content: "\f39d";
}
.downloads-main .filter-types a i {
  padding: 0 ;
  width: auto;
}
.hidden-related .downloads-main .filter-types a:not(.active):hover,
.hidden-related .downloads-main > section > header .show-hide-filters.active:not(.open):hover,
.hidden-related .downloads-main > section > header .show-hide-filters:not(.active):hover {
  background-color: rgba(222, 222, 222, 0.38);
}
.fixed-content .downloads-main > section > header form {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  -webkit-transition: padding 0.15s;
  -o-transition: padding 0.15s;
  transition: padding 0.15s;
}
.downloads-main > section > header form > .filter-types:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
}
.downloads-main > section > header form > .filter-types {
  padding: 0 ;
}
.downloads-main > section > header form .header-title {
  margin: 0 0 0 30px;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--titles-color);
}
.downloads-main > section > header form .header-title .events-list {
  margin-right: 20px;
}
.downloads-main > section > header form .header-title .header-logo {
  max-height: 60px;
  width: auto;
}
.downloads-main > section > header form .header-title .gallery-breadcrum-icon {
  display: none;
  font-size: 24px;
  color: var(--grey-color);
}
.downloads-main > section > header .control-group {
  padding: 0;
  margin: 0;
}
.downloads-main > section > header .control-group.search .controls > a {
  position: absolute;
  top: 2px;
  right: 39px;
}
.downloads-main > section > header .control-group .controls {
  margin: 0;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.downloads-main > section > header .control-group .controls i {
  padding: 0 12px;
  line-height: 36px;
}
.downloads-main > section > header .input-block-level {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  height: 36px;
  line-height: 36px;
  padding-left: 42px;
}
.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-main > section > header .search i {
  background-color: rgba(185, 186, 188, 0.07) !important;
}
.downloads-main > section > header .search input {
  border: none;
  min-width: 250px;
  border-left: 1px solid #d6d9dd;
}
.downloads-main > section > header .search .input-block-level {
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.downloads-main > section > header .search .custom-select,
.downloads-main > section > header .search input.input-block-level {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.downloads-main > section > header .search .custom-select i,
.downloads-main > section > header .search input.input-block-level i {
  background-color: rgba(185, 186, 188, 0.07) !important;
}
.custom-select {
  margin-right: 0;
}
.custom-select select {
  padding: 5px 35px 5px 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../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;
}
.custom-select select::-ms-expand {
  display: none;
}
/* CAUTION: IE hackery ahead */
.custom-select select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0 \0) {
  .custom-select select {
    background: none\9;
    padding: 5px\9;
  }
}

.multiple-content.hidden-related .downloads-main .downloads-container.galleries-container,
.multiple-content.hidden-related .downloads-main .downloads-container.people-faces,
.multiple-content.hidden-related .downloads-main .downloads-container.latest-main {
  min-height: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--terciary);
}
.downloads.multiple-content .downloads-main .downloads-container {
  /* margin-top: 0; */
}
.multiple-content .downloads-main:not(.full-width) .downloads-container.people-faces {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.fixed-content.multiple-content .downloads-main > section > header {
  position: fixed;
  top: var(--header-height);
  width: 100vw;
  /* min-width: 100vw; */
  z-index: 6;
}
.dark.fixed-content.multiple-content .downloads-main > section > header {
  background: var(--dark);
}
.downloads.fixed-content.multiple-content .related-content {
  /* top: 65px; */
}
.downloads-main.multiple-content .downloads-container {
  margin-top:0;
}




.downloads-main .tabs-container {
  min-height: 100px;
}
.downloads-main .downloads-container {
  background-color: var(--secondary-background);
  min-height: 85svh;
  opacity: 1 ;
  border-radius: 0;
  padding-bottom: 100px;
}
.downloads-main:not(.full-width) .downloads-container {
  margin-top: 0;
}
.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: var(--dark-grey-color);
  position: relative;
}
.downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article header {
  padding-top: 35px;
}
.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-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-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-main .items-tab:not(.home):not(.contact):not(.accreditation) .article-view-title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.downloads-main .items-tab:not(.home):not(.contact):not(.accreditation) .article-view-title:after {
  background-color: #ffffff;
  width: 20px;
}
.downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article header,
.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-main .widget.article-view {
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.downloads-main .widget.article-view .article header {
  padding-bottom: 0;
  border: none;
}
.downloads-main .widget.article-view .article .article-view-body {
  padding-top: 5px;
}
.downloads-main .widget.article-view .article .article-view-subheader {
  margin-bottom: 20px;
}
.downloads-main .downloads-container > ul {
  list-style: none;
  margin-bottom: 0;
}
/* .downloads-main .load-more-bt {
  display: block;
  width: 200px;
  color: var(--grey-color);
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0;
  margin: 20px auto 0 !important;
  border: 2px solid var(--grey-color);
  -webkit-transition: background 0.15s, color 0.15s;
  -o-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
}
.downloads-main .load-more-bt:hover {
  background: var(--grey-color);
  color: #ffffff;
} */
.downloads-main .downloads-container > ul li p {
  font-size: 16px;
}
.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%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.downloads-main .downloads-container > ul li:nth-child(odd):not(.separator) {
  background-color: #fbfbfb;
}
.downloads-main .downloads-container > ul li .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-Youtube > a i {
  font-size: 75px;
  width: 95px;
  color: #b7b7b7;
  text-align: center;
}
.downloads-main .downloads-container > ul li .downloads-item-top-container i {
  margin-right: 15px;
}
.downloads-main .downloads-container > ul li.file-doc .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-doc .downloads-item-info .item-info-type,
.downloads-main .downloads-container > ul li.file-docx .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-docx .downloads-item-info .item-info-type,
.item-info.file-doc .item-info-type,
.item-info.file-docx .item-info-type {
  color: #0078e8;
}
.downloads-main .downloads-container > ul li.file-pdf .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-pdf .downloads-item-info .item-info-type,
.downloads-main .downloads-container > ul li.file-Articles .downloads-item-info .item-info-type,
.downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type,
.item-info.file-pdf .item-info-type {
  color: #e80000;
}
.downloads-main .downloads-container > ul li.file-zip .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-zip .downloads-item-info .item-info-type,
.item-info.file-zip .item-info-type {
  color: #444444;
}
.downloads-main .downloads-container > ul li.file-xlsx .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-xlsx .downloads-item-info .item-info-type,
.downloads-main .downloads-container > ul li.file-xls .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-xls .downloads-item-info .item-info-type,
.item-info.file-xls .item-info-type,
.item-info.file-xlsx .item-info-type {
  color: #21950d;
}
.downloads-main .downloads-container > ul li.file-jpeg .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-jpeg .downloads-item-info .item-info-type,
.downloads-main .downloads-container > ul li.file-jpg .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-jpg .downloads-item-info .item-info-type,
.item-info.file-jpg .item-info-type,
.item-info.file-jpeg .item-info-type,
.downloads-main .downloads-container > ul li.file-png .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-png .downloads-item-info .item-info-type,
.item-info.file-png,
.item-info.file-png .item-info-type,
.downloads-main .downloads-container > ul li.file-Teams .downloads-item-info .item-info-type {
  color: #65c700;
}
.downloads-main .downloads-container > ul li.file-mp4 .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-mp4 .downloads-item-info .item-info-type,
.downloads-main .downloads-container > ul li.file-yt .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-yt .downloads-item-info .item-info-type,
.downloads-main .downloads-container > ul li.file-Youtube .downloads-item-top-container i,
.downloads-main .downloads-container > ul li.file-Youtube .downloads-item-info .item-info-type,
.item-info.file-Youtube .item-info-type,
.item-info.file-yt .item-info-type,
.item-info.file-mp4 .item-info-type,
.item-info.file-Youtube .item-info-type,
.item-info.file-yt .item-info-type,
.item-info.file-mp4 .item-info-type,
.downloads-main .downloads-container > ul li.file-Youtube > a i,
.downloads-main .downloads-container > ul li.file-Video .downloads-item-info .item-info-type {
  color: #e80000;
}
.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: 40px;
  width: 40px;
  margin-top: -16px;
  margin-left: -20px;
  top: 50%;
  left: 50%;
}
.thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i:before {
  z-index: 1;
}
.downloads-main .downloads-container > ul li.file-LEG .downloads-item-info .item-info-type,
.downloads-main .downloads-container > ul li.file-PORT .downloads-item-info .item-info-type {
  color: #8a8a8a;
}
.downloads-main .downloads-container > ul li.file-Youtube > a i {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  border-radius: 50%;
}
.downloads-main .downloads-container > ul li.file-News .downloads-item-info .item-info-type {
  color: #08baff;
}
.downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type {
  line-height: 22px;
}
.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-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-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type span {
  line-height: 25px;
  vertical-align: middle;
}
.downloads-main .downloads-container > ul li .downloads-item-main {
  width: calc(100% - 235px);
  word-break: break-word;
}
.downloads-main .downloads-container > ul li .no-buttons.downloads-item-main {
  width: calc(100% - 35px);
}
.landing-search .downloads-main .downloads-container > ul li .downloads-item-main {
  width: calc(100% - 35px);
}
.downloads-main .downloads-container > ul li .downloads-item-title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
  line-height: 1.3;
  font-weight: bold;
}
.downloads-item-info.top-info {
  padding-bottom: 5px;
}
.downloads-main .downloads-container > ul li .downloads-item-info spa {
  margin-right: 10px;
  color: #37424a;
  font-weight: bold;
}
.item-info .item-info-type {
  text-transform: uppercase;
}
.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-main .downloads-container > ul li .downloads-item-info .item-info-extra.description {
  white-space: pre-wrap;
  word-break: break-word;
}
.downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.date {
  margin-bottom: 5px;
}
.downloads-main .downloads-container > ul li .downloads-item-info .item-info-type,
.item-info .item-info-type {
  color: #b7b7b7;
}
.downloads-main .downloads-container > ul li .downloads-item-info .item-info-time {
  font-weight: 400;
}
.downloads-main .downloads-container > ul li .downloads-item-tools {
  width: 140px;
}
.downloads-main .downloads-container > ul li .downloads-item-tools a,
.tool-favorite,
.tool-select {
  font-size: 30px;
  color: var(--dark-grey-color);
  padding: 5px 0;
  cursor: pointer;
}
.downloads-main .downloads-container > ul li .downloads-item-tools a,
.tool-favorite,
.tool-select {
  color: var(--light-grey-color);
}
.md-modal .tool-favorite {
  color: var(--dark-grey-color);
}
.downloads-main .downloads-container > ul li .downloads-item-tools a:hover,
.downloads-main .downloads-container > ul li .downloads-item-tools a:hover:not(.active),
.downloads .tool-favorite:hover:not(.active) {
  color: var(--grey-color);
}
.downloads-main .downloads-container > ul li .downloads-item-tools .tool-favorite.active,
.downloads .tool-favorite.active {
  color: #ffae00;
}
.downloads-main .downloads-container > ul li .downloads-item-tools .tool-select.active,
.downloads .tool-select.active {
  color: #009eff;
}
.downloads-main .downloads-container > ul li .tool-link,
.downloads-main .downloads-container > ul li .tool-link a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.downloads-main .separator {
  color: var(--dark-grey-color);
  display: block !important;
  width: auto;
  min-height: 10px !important;
  margin-bottom: 0;
  margin-top: 0;
  right: var(--related-content-width);
  top: calc(var(--header-height) + 76px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  z-index: 3;
  background-color: var(--main-background);
  padding-bottom: 0;
  font-size: 14px;
  -webkit-transition: right 0.15s;
  -o-transition: right 0.15s;
  transition: right 0.15s;
  font-weight: normal;
}
.downloads-main .separator .separator-container {
  border-radius: 0 4px 0 0;
  padding: 15px 30px 10px;
  background-color: var(--secondary-background);
  min-height: 52px;
}
.downloads-main .separator .separator-container a {
  line-height: 1;
  border-radius: 18px;
  color: var(--dark-grey-color);
}
.downloads-main .separator .separator-container .link-button a {
  color: var(--dark);
}
.downloads-main .separator .separator-container a:hover,
.downloads-main .separator .separator-container .dropdown:hover > a {
  color: #333c4e;
  border-color: rgba(52, 61, 80, 0.41);
}
.downloads-main .separator .search-term {
  font-weight: bold;
}
.separator .remove-filters,
.separator .actions-menu {
  margin-left: 25px;
}
.downloads-main .separator .tool-select {
  padding: 0;
  font-size: 14px;
}
.downloads-main .separator.top .custom-select select {
  background-color: transparent !important;
}
.downloads-main .separator.top .custom-select {
  max-width: 120px;
  margin-left: 10px;
}
.downloads-main .separator .separator-container a i {
  margin-left: 5px;
  font-size: 26px;
  vertical-align: middle;
}
.downloads-main .separator .separator-container a i.fa {
  font-size: 16px;
}
.separator .actions-menu.dropdown .submenu {
  right: 0 !important;
  margin: 0 !important;
  left: auto !important;
  width: 220px !important;
}
.downloads-main .downloads-container > ul li .downloads-item-top-container {
  width: 95px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.downloads .loading,
.downloads .no-results-container {
  color: var(--dark-grey-color);
  margin-top: 76px;
  border-radius: 0px 4px 0 0;
  padding-top: 100px;
}
.downloads .no-results-container {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  padding: 40px 0;
}
.no-results-button {
  color: var(--grey-color);
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 20px;
  margin: 20px auto 0;
  border: 2px solid var(--grey-color);
  -webkit-transition: background 0.15s, color 0.15s;
  -o-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
}
.no-results-button:hover {
  background: var(--grey-color);
  color: #ffffff;
}
.downloads-main > section.details-view {
  background-color: var(--white);
}
.dark .downloads-main > section.details-view {
  background-color: var(--lightgrey);
}
.downloads-main > section.details-view > header {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height);
}
.downloads-main.widget .details-view,
.fixed-content .downloads-main > section.details-view > header form {
  padding-right: 0;
}
.fixed-content .downloads-main > section.details-view > header form .close-bt {
  margin-right: 30px;
  color: var(--main-color);
}
.dark.fixed-content .downloads-main > section.details-view > header form .close-bt {
  color: var(--white);
}
.downloads .details-view .downloads-container {
  color: var(--dark-grey-color);
  margin: 64px 30px 30px 30px;
  border-radius: 4px;
  padding: 50px 30px;
  min-height: calc((var(--vh, 1vh) * 100) - var(--header-height) - 145px);
}
.downloads .details-view .downloads-container > .item-info {
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
}
.details-view .separator {
  width: 100%;
}
.downloads .details-view.lightbox-view .downloads-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.downloads .details-view.lightbox-view .downloads-container .separator-container {
  border-radius: 4px 4px 0 0;
}
.hidden-related .downloads-main.widget > section {
  padding-right: 0;
}
.hidden-related .downloads-main .separator {
  right: 0;
}
.hidden-related .downloads-main .separator .separator-container {
  border-radius: 0;
}
.hidden-related.fixed-content .downloads-main > section > header form {
  padding-right: 0;
}
.thumbnails-view.downloads-main .downloads-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 20px 30px;
  margin: 0;
}
.thumbnails-view.downloads-main .downloads-container > ul li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 2px solid var(--light-grey-color);
  -webkit-box-sizing: border-box;
  position: relative;
  vertical-align: top;
  background: transparent;
  border-radius: 4px;
  background-color: #ffffff;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  overflow: hidden;
  width: calc(20% - 20px);
  margin: 0 10px 30px;
}
.thumbnails-view.downloads-main .downloads-container > ul li.selected,
.thumbnails-view.downloads-main .downloads-container > ul li.selected:hover {
  border-color: var(--selected-items-color);
}
.selected .ion-md-checkbox-outline,
.selected:hover .ion-md-checkbox-outline,
.active.ion-md-checkbox-outline {
  color: var(--selected-items-color);
}
.thumbnails-view.downloads-main .downloads-container > ul li:hover {
  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);
}
.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-title {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: normal;
}
.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
  width: auto;
  height: 200px;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background-color: var(--light-grey-color);
  cursor: pointer;
}
.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
  width: auto !important;
  max-width: 90%;
  height: auto;
  max-height: 170px;
  padding: 0;
  -moz-box-sizing: border-box;
  margin: 0;
}
.downloads-main .downloads-container > ul li .downloads-item-top-container img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-grey-color);
}
.thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i {
  position: absolute;
  left: 50%;
  margin-left: -48px;
  top: 50%;
  margin-top: -60px;
}
.thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container img {
  aspect-ratio: 16/9;
}
.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container i,
.item-info .preview-media .item-info-type {
  margin-right: 0;
  width: auto;
  font-size: 110px;
}
.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-main,
.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-tools {
  width: auto;
  padding: 10px 5%;
  margin: 0;
}
.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-tools a {
  padding: 0;
  margin-left: 10px;
}
.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: calc(var(--vh, 1vh) * 20);
  border-radius: 0;
  background-color: #e0e4e8;
  min-width: 150px;
}
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.type-4,
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.type-3 {
  min-width: 200px;
}
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.selected {
  border-color: var(--selected-items-color);
}
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:last-child,
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:nth-last-child(2),
.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;
}
.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;
}
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-top-container img {
  height: calc(var(--vh, 1vh) * 20);
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
  max-height: none;
  min-height: calc(var(--vh, 1vh) * 20);
}
.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%;
}
.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;
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 0, 12, 0)), to(rgba(1, 0, 12, 0.65)));
  background: -o-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;
}
.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;
}
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-tools .downloads-item-info {
  opacity: 0;
}
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:hover .downloads-item-tools,
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.selected .downloads-item-tools,
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:hover .downloads-item-main {
  opacity: 1;
}
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-title,
.thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-info {
  color: #ffffff;
  padding-right: 75px;
}
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;
}
.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;
}
.multiple-content .downloads-main .downloads-container.latest-main,
.multiple-content .downloads-main .downloads-container.people-faces {
  padding-top: 40px;
  margin-top: 0;
}
.multiple-content .downloads-main .downloads-container.people-faces,
.downloads-main .people-faces .separator .separator-container {
  background-color: rgba(185, 186, 188, 0.07);
}
.people-faces .downloads-item-tools,
.latest-main .tool-select {
  display: none;
}
.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;
}
.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);
}
.thumbnails-view.downloads-main .downloads-container.people-faces > ul li .downloads-item-top-container {
  background: none;
}
.thumbnails-view.downloads-main .downloads-container.people-faces > ul li .downloads-item-title {
  font-weight: bold;
  font-size: 16px;
}
.downloads-main .latest-main .separator .separator-container,
.downloads-main .people-faces .separator .separator-container {
  font-size: 24px;
  color: var(--titles-color);
  font-weight: bold;
}
.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;
}
.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-filters.submenu-list > ul > li.toggle-col {
  height: 76px;
  margin-bottom: 0 !important;
  display: none;
}
.more-items-item > .toggle-bt,
.toggle-bt {
  height: 44px;
  width: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: var(--grey-color);
  cursor: pointer;
  border-radius: 50%;
}
.toggle-bt:hover {
  color: var(--main-color);
}
.toggle-bt i {
  font-size: 32px !important;
  line-height: 32px;
  padding: 0;
  width: auto;
}
.downloads-main .filter-types a.filters-toggle,
.filters-toggle,
.lightbox-toggle,
.search-toggle {
  display: none;
  border: none;
  border-radius: 0;
  padding-left: 14px;
  width: 30px;
  height: 30px;
  margin-right: 30px;
}



.downloads-main .filter-types a.filters-toggle:hover,
.filters-toggle:hover,
.lightbox-toggle:hover,
.search-toggle:hover {
  color: var(--main-color);
  background-color: transparent !important;
}
.preview-media {
  width: 50%;
  text-align: right;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.preview-media.media-vertical{
  display: flex;
  justify-content: center;
}
.preview-media.media-vertical videogular{
  width: 540px;
  height: 960px;
}
.preview-media img {
  border-radius: var(--border-radius-sm);
  max-width: 700px;
  width: 100%;
}
.item-info .preview-media .item-info-type {
  margin-top: -22px;
  line-height: 110px;
  display: block;
  text-align: right;
}
.file-zip .preview-media,
.file-xls .preview-media,
.file-xlsx .preview-media,
.file-docx .preview-media,
.file-doc .preview-media,
.file-pdf .preview-media,
.file-zip .preview-details,
.file-xls .preview-details,
.file-xlsx .preview-details,
.file-docx .preview-details,
.file-doc .preview-details,
.file-pdf .preview-details {
  margin: 0 auto;
  display: block;
  padding: 0;
  float: none;
  max-width: 600px;
  min-width: 320px;
}
.file-zip .preview-media .item-info-type,
.file-xls .preview-media .item-info-type,
.file-xlsx .preview-media .item-info-type,
.file-docx .preview-media .item-info-type,
.file-doc .preview-media .item-info-type,
.file-pdf .preview-media .item-info-type {
  max-width: 100px;
  margin-left: -23px;
  margin-bottom: 10px;
}
.preview-details {
  width: 50%;
  max-width: 600px;
  min-width: 320px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color:#ffffff8f;
}
.preview-details .disclaimer-container {
  font-size: 14px;
  opacity: .5;
}
.preview-details .preview-text .item-title {
  margin-top: 0;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  text-transform: none;
}
.preview-details .preview-text .item-info > *,
.preview-details > * {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.preview-details .preview-link .preview-link-title {
  font-weight: bold;
  padding: 10px 20px;
  margin: 0;
  background-color: var(--light-grey-color);
}
.dark .preview-details .preview-link .preview-link-title {
  background-color: var(--related-content-color);
}
.dark .preview-details .preview-text .item-info > *:not(.item-info-type) {
  color: var(--white);
}
.preview-details .preview-text .item-info > *:not(.item-info-type) {
  color: var(--dark-grey-color);
}
.preview-details .preview-link,
.preview-details .preview-bottom {
  margin-top: 20px;
  color: var(--dark-grey-color);
  border: 2px solid var(--light-grey-color);
  border-radius: 4px;
}
.dark .preview-details .preview-link,
.dark .preview-details .preview-bottom {
  color: var(--darkgrey);
  border: 2px solid var(--extra-light-grey-color);
}
.preview-bottom .share-combo label {
  margin-right: 10px;
  margin-bottom: 0;
}
.preview-bottom a {
  padding: 5px 20px ;
  color: var(--dark-grey-color);
}
.preview-bottom a.lightbox-bt i {
  color: var(--light-grey-color);
  margin-top: -2px;
  font-size: 30px;
  margin-left: -2px;
}
.preview-bottom a.lightbox-bt:hover i {
  color: #ffae00;
}
.preview-bottom a i {
  font-size: 24px;
  padding-right: 10px;
}
.preview-bottom a.lightbox-bt:hover {
  color: #000000;
}
.preview-bottom a.share-bt i {
  font-size: 24px;
  padding-left: 10px;
  padding-right: 0;
}
.preview-bottom a:hover {
  color: #000000;
  background-color: var(--extra-light-grey-color);
}
.preview-link a {
  color: var(--dark-grey-color);
  padding: 5px 20px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.preview-link a i {
  font-size: 30px;
}
.preview-link a:hover {
  color: #000000;
}
.dark .preview-link a:hover {
  color: var(--darkgrey);
}
.preview-details .preview-link ul {
  margin: 0;
  padding: 0;
}
.preview-details .preview-link ul li {
  border-bottom: 1px solid var(--light-grey-color);
  width: 100%;
}
.dark .preview-details .preview-link ul li {
  border-bottom: 1px solid var(--extra-light-grey-color);
  background: var(--light-grey-color);
}
.preview-details .preview-link ul li:hover {
  background-color: var(--extra-light-grey-color);
}
.preview-details .preview-link ul li:last-child {
  border: none;
}
.tags-list {
  margin: 20px 0;
  padding-left: 0;
}
.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;
  font-size: 14px;
}
.tags-list .tag-element:hover {
  background-color: #818892;
}
.tags-list .tag-element:hover a {
  color: #ffffff;
}
.tags-list .tag-element a {
  color: #818892;
}
.landing-events.more-items ul:before {
  display: none;
}
.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%;
  -webkit-transition: border-color 0.15s, background 0.15s;
  -o-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
  overflow: hidden;
  border: 2px solid rgba(160, 166, 175, 0.5);
  border-radius: 4px;
}
.landing-events.more-items ul li:hover {
  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);
}
.landing-events.more-items ul li > a {
  height: 200px;
  overflow: visible;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.landing-events.more-items ul li > a img {
  width: auto;
  max-width: 80%;
  height: auto;
  padding: 0;
  max-height: 200px;
}
.landing-events.more-items ul li .wrapper {
  text-align: center;
  margin: 0;
  max-width: 80%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.landing-events.more-items ul li .wrapper h2 {
  min-height: 10px;
  font-size: 24px;
  font-weight: 100;
}
.landing-events.more-items ul li .wrapper h2 a {
  color: var(--dark-grey-color);
}
.landing-events.more-items ul li .wrapper .plus {
  display: none;
}
.modal-lightbox .md-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  max-height: 400px;
  overflow: auto;
}
.modal-lightbox .control-group .controls.buttons {
  width: auto;
}
.modal-lightbox .md-content ul li {
  border-bottom: 1px solid var(--light-grey-color);
  width: 100%;
}
.modal-lightbox .md-content ul li .tool-favorite.active {
  color: #4CAF4D;
}
.modal-lightbox .md-content ul li .lightbox-bt {
  color: var(--dark-grey-color);
  padding: 5px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal-lightbox .lightbox-name {
  display: block;
}
.lightbox-bt .lightbox-created-at,
.lightbox-bt .lightbox-last-update {
  font-size: 12px;
  margin-right: 5px;
}
/* Galleries view */
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-title {
  font-weight: bold;
  font-size: 16px;
}
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li:before {
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  background: var(--light-grey-color);
  border-radius: 4px;
  max-width: 100%;
  -webkit-transition: border-color 0.15s, margin 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, margin 0.15s, -webkit-box-shadow 0.15s;
  -o-transition: border-color 0.15s, box-shadow 0.15s, margin 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, margin 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, margin 0.15s, -webkit-box-shadow 0.15s;
  overflow: hidden;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -10px;
  margin-top: 10px;
  z-index: -1;
}
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li:hover,
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li:hover:before {
  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);
}
.thumbnails-view.downloads-main.downloads-more-items .downloads-container.galleries-container > ul li .downloads-item-main,
.thumbnails-view.downloads-main.downloads-more-items .downloads-container.galleries-container > ul li .downloads-item-tools {
  background-color: transparent;
}
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-main,
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-tools {
  background-color: #ffffff;
}
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-tools a {
  font-size: 22px;
  color: var(--grey-color);
}
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-top-container {
  height: auto;
}
.thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-top-container img {
  max-width: 100%;
  max-height: none;
}
.breadcrum-arrow {
  margin-right: 10px;
  margin-left: 10px;
  color: #000000;
  font-size: 16px;
}

/* MEDIACENTER ADVANCE SEARCH & NEW FEATURES */

.as-item {
  margin-bottom:5px;
}
header.as-item {
  margin-bottom:30px;
}
.as-item h4 {
  margin:0;
  display: flex;
  align-items: center;
  line-height: 1;
  color:#000;
  font-size: 15px;
}
.as-item h4 i {
  width:25px;
  height: 25px;
  margin-right:10px;
}
.as-item .toggle-bt {
  height:auto;
}
.as-full-width.as-item-container {
  width:100%;
}

.as-item-container,
.as-item-container .control-group.search,
.as-item-container.as-full-width .control-group.select {
  width: 68%;
  flex: none;
  margin-right: 10px;
}
.as-item-container .control-group.select {
  position: relative;
}
.as-item-container .control-group.select:before {
  content: "\f3d0";
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #000;
  right: 20px;
  font-size: 20px;
  z-index: 1;
  pointer-events: none;
}
.as-item-container .control-group.select select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance:none;
}
.as-item-container {
  padding-bottom:10px;
  padding-top:10px;
  color: #000;
}
.as-item-container .control-group.button {
  background: transparent;
  overflow: visible;
  border: none;
}
.as-item-container .control-group.button button {
  border-radius: 22px;
}
.as-item-container .control-group.button button:focus {
  border:none;
  outline: none;
}
.as-item-container .control-group {
  border: 1px solid #ddd;
  border-radius: 22px;
  background-color: #ffffff;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -webkit-align-content: center;
    max-width: 100%;
    width:100%;
    margin-bottom:0;
}
.as-item-container .control-group .controls {
  margin: 0;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.as-item-container .control-group .controls i {
  width: 31px;
  flex: none;
  text-align: right;
  font-size: 23px;
}
.as-item-container .control-group .controls a{
  margin-top: 0;
  margin-bottom: 0;
  width: 37px;
  color: var(--grey-color);
  text-align: right;
  flex: none;
}
.as-item-container .control-group .controls button {
  height:34px;
  padding-top: 0;
  padding-bottom: 0;
}
.as-item-container .control-group .controls .input-block-level {
  height: 35px;
  padding: 0 15px;
  border: none;
  width: 100%;
  outline: none !important;
  line-height: 35px;
}
.as-item-container .control-group .controls select,
.as-item-container .control-group .controls select:focus {
  border:none;
  text-align: left;
}
.as-item-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
.as-item-title i {
  font-size: 17px;
  margin-right: 10px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
}
.as-item-description{
  color: var(--dark-grey-color);
  font-style: italic;
  line-height: 1.2;
  font-size: 13px;

}
.as-switch .as-item-container > *:first-child {
  width:100%;
}
.as-item-container .as-switch-element {
  margin-left:10px;
  margin-top: 2px;
}
.as-switch-element {
  position: relative;
  display: flex;
  height: 20px;
  width: 40px;
  align-items:center;
  letter-spacing: 1px;
  font-size: 14px;
  flex: none;

}
.as-switch-element input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.as-switch-element .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: auto;
  right: 0px;
  bottom: 0;
  background-color: var(--grey-color);
  -webkit-transition: .4s;
  transition: .4s;
  width: 40px;
}

.as-switch-element .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.as-switch-element input:checked + .slider {
  background-color: var(--primary);
}



.as-switch-element input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}


/* Rounded sliders */
.as-switch-element .slider.round {
  border-radius: 34px;
}

.as-switch-element .slider.round:before {
  border-radius: 50%;
}

.as-tags-group {
  margin-bottom:20px;
  margin-top: 15px;
  margin-left: 20px;
}
.as-tags-group ul{
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.as-tags-group ul li {
  margin-right:5px;
  margin-bottom:10px;
  display: flex;
}
.as-tags-group ul li a {
  background: #FFFFFF;
  border-radius: 22px;
  height: 30px;
  text-align: center;
  color: var(--dark);
  padding: 0 15px;
  line-height: 30px;
}

.as-tags-group ul li:hover a:hover:active,
.as-tags-group ul li.active a {
  background: var(--primary);
  color: #fff;
}
.as-tags-group ul li:not(.active) a:hover {
  background: var(--grey-color);
  color: #fff;
}
.as-tags-group .as-item-title {
  font-size: 14px;
}
.as-tags-group .as-item-title i:before {
  content: "\f35b";
  display: inline-block;
  font-family:"Ionicons" !important;
  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;
}

.downloads-main > section > header .filters-select:has(span) i {
  width:25px;
  height:25px;
  margin-right:5px;
  opacity: .3;
}
.downloads-main > section > header .filters-select.active i {
  opacity:1;
}
.icon-advance-search {
  background: url(../img/advanced-search.svg) center center transparent no-repeat;
  background-size:contain;
}
.icon-lightboxes {
  background: url(../img/lightboxes.svg) center center transparent no-repeat;
  background-size:contain;
}
.icon-lightboxes-share {
  background: url(../img/lightboxes-share.svg) center center transparent no-repeat;
  background-size:contain;
}

/* LIGHTBOXES */

.lb-item {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding-bottom: 10px;
  padding-top: 10px;
}
.lb-item:first-child {
  border-top: 1px solid rgba(0,0,0,0.15);
}
.lb-item .filter-count {
  margin-left: 5px;
  font-weight: normal;
  font-size: 13px;
  margin-top: 2px;
}
.actions-list {
  font-size: 20px;
  flex: none;
  margin-left: 20px;
  display: flex;
}
.actions-list a {
  color: var(--text-color);
  margin-left: 7px;
}
.lb-item .as-item-title .icon-group-line {
  font-size: 14px;
    margin-left: 9px;
    display: inline-block;
    vertical-align: middle;
}
.actions-list a.shared {
  font-size: 16px;
  line-height: 30px;
}
.actions-list a.green-icon {
  color: #4cae4c;
}
.actions-list a.red-icon {
  color: var(--orange);
}
.actions-list a.active {
  color: var(--selected-items-color);
}
.actions-list a.green-icon,
.actions-list a.red-icon {
  font-size: 24px;
  display: flex;
}
.btn-text-icon .btn-circle {
  margin-left:10px;
  font-size: 20px;
}
#downloads-filters-favorites .as-item-container .control-group {
  margin-left: 0;

}
#downloads-filters-favorites .as-item-title {
  cursor: pointer;
  margin-bottom: 0;
}
.modal-grey {
  border-radius: 5px;
  overflow: hidden;
}
.modal-grey .md-content {
  background-color: var(--related-content-color);
}
.modal-grey .md-content .md-header {
  background: transparent;
}
.modal-grey .md-content .md-header .md-header-title {
  color: var(--mediumgrey);
}
.modal-grey .md-content .md-header-text {
  margin-top:0;
  font-size: 16px;
  margin-bottom:25px;
}
.modal-grey .md-content ul {
  margin-left:0;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-bottom: 0;
  max-height: 400px;
  overflow: auto;
}
.modal-grey .md-content > * {
  padding-top: 10px;
}
.modal-grey  .control-group .controls.buttons {
  width: auto;
}
.modal-grey .md-content ul li {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  width: 100%;
}
.modal-grey .md-content ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.modal-grey .md-content ul li:hover {
  background: #d1d3d9;
}
.modal-lightbox .md-content ul li .tool-favorite.active {
  color: #4CAF4D;

}
.modal-grey .md-content ul li .lightbox-bt {
  color: var(--dark-grey-color);
  padding: 7px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}

.modal-grey .lightbox-name {
  display: block;
  color: var(--text-color);
}
.lightbox-bt .lightbox-created-at,
.lightbox-bt .lightbox-last-update {
  font-size: 12px;
  margin-right: 5px;
}
.share-box.lb-item {
  padding: 20px;
  background: rgba(0,0,0,0.05);
  border-radius: 4px;
  border: none;
}

.share-box .md-header-text {
  margin-bottom: 10px;
}
.share-box button {
  margin-left: 10px !important;
}
.btn-rounded {
  border-radius: 30px;
}
.btn-circle {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border:none;
}
.btn-lg.btn-circle {
  height: 50px;
  width: 50px;
}

@media only screen and (max-width: 1280px){

  .as-item-container, .as-item-container .control-group.search {
    width:100%;
    margin-right: 0;
  }
  .as-item-container {
    position:relative
  }
  .as-item-container .control-group.search .controls i {
    display:none;
  }
  .as-item-container .control-group.search .controls .input-block-level {
    padding-right:40px;
  }
.as-item-container .control-group.button {
    width: 35px;
  }
  .as-item-container .control-group.button:not(.button-reset) {
    position: absolute;
    right: 0;
  }
  .as-item-container .control-group.button button {
    color: transparent;
    padding: 0;
    height:35px;
  }
  .as-item-container .control-group.button button:before {
    content: "\E333";
    font-family: "UIFont-Solid";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color:var(--dark);
    font-size: 22px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    line-height: 34px;
    padding-right: 2px;
  }
  .as-item-container .control-group.button.button-reset button:before {
    content: "\EB98";
    font-family: "remixicon";
  }
  .as-item-container.as-full-width .control-group.select {
    width: calc(100% - 45px);
  }
}

@media only screen and (max-width: 1024px){

  .downloads-main > section > header .filters-select span {
    display: none;
  }

}
@media only screen and (max-width: 1023px){
  .advanced-search .layout-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}



/* Newsletter */

#press-release {
  height: calc(100vh - var(--header-height));
  position: relative;
}
#press-release .tabs-content iframe {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
}
.hidden-related .filters-toggle,
.hidden-related .lightbox-toggle,
.hidden-related .search-toggle,
.hidden-related .downloads-main .filter-types a.filters-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  border: none;
}
i.border.UIcon,
i.rounded.UIcon,
i.square.UIcon,
i.transparent.UIcon,
span.border.UIcon,
span.rounded.UIcon,
span.square.UIcon,
span.transparent.UIcon,
i.border.ion,
i.rounded.ion,
i.square.ion,
i.transparent.ion,
span.border.ion,
span.rounded.ion,
span.square.ion,
span.transparent.ion,
i.transparent.ion-md-star {
  font-size: 28px;
}
[layout-align="start stretch"],
[layout-align] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-align-items: stretch;
}
[layout-align="start stretch"],
[layout-align=start],
[layout-align="start start"],
[layout-align="start center"],
[layout-align="start end"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
[layout-align=center],
[layout-align="center start"],
[layout-align="center center"],
[layout-align="center end"],
[layout-align="center stretch"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
[layout-align=end],
[layout-align="end center"],
[layout-align="end start"],
[layout-align="end end"],
[layout-align="end stretch"] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
[layout-align=space-around],
[layout-align="space-around center"],
[layout-align="space-around start"],
[layout-align="space-around end"],
[layout-align="space-around stretch"] {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
[layout-align=space-between],
[layout-align="space-between center"],
[layout-align="space-between start"],
[layout-align="space-between end"],
[layout-align="space-between stretch"] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
[layout-align="start start"],
[layout-align="center start"],
[layout-align="end start"],
[layout-align="space-around start"],
[layout-align="space-between start"] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-align-content: flex-start;
}
[layout-align="start center"],
[layout-align="center center"],
[layout-align="end center"],
[layout-align="space-around center"],
[layout-align="space-between center"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -webkit-align-content: center;
  max-width: 100%;
}
[layout-align="start center"] > *,
[layout-align="center center"] > *,
[layout-align="end center"] > *,
[layout-align="space-around center"] > *,
[layout-align="space-between center"] > * {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[layout-align="start end"],
[layout-align="center end"],
[layout-align="end end"],
[layout-align="space-around end"],
[layout-align="space-between end"] {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-align-items: flex-end;
  -webkit-align-align-content: flex-end;
}
[layout-align="start stretch"],
[layout-align="center stretch"],
[layout-align="end stretch"],
[layout-align="space-around stretch"],
[layout-align="space-between stretch"] {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
}
[layout=row],
[layout=column],
[layout] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[layout=column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
[layout=row] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.downloads #navigation-container:before {
  display: none;
}
#user-menu {
  z-index: -1;
}
/* ==========================================================
   MEDIACENTER MEDIA QUERIES
   ========================================================== */
/* Large screen
  ========================================================== */
@media only screen and (min-width: 2000px) {
  .downloads-main.widget > section,
  form.ng-submitted #search-main.downloads-main.widget > section {
    padding-right: 380px;
  }
  .fixed-content .downloads-main > section > header form {
    padding-right: 0;
  }
  .hidden-related .related-content {
    margin-right: -380px;
  }
  .related-content {
    width: 380px;
  }
  .downloads-main .separator {
    right: 380px;
  }
  .thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(16.6666666% - 20px);
  }
  .downloads-more-items.thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(25% - var(--gap));
    margin-left: calc(var(--gap) / 2);
    margin-right: calc(var(--gap) / 2);
  }
}
@media only screen and (min-width: 1680px) {
  .no-results-container {
    font-size: 40px;
  }
  .no-results-button {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1440px) {
  .thumbnails-view.downloads-main .downloads-container > ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(25% - 20px);
  }
  .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
    height: 180px;
  }
  .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
    max-height: 150px;
  }
  .downloads-main .separator .separator-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .downloads-main > section > header form .header-title {
    margin-left: 20px;
    font-size: 12px;
  }
  .downloads-main .main-view.column.related-content .widget {
    padding-left: 20px !important;
    padding-right: 20px !important ;
  }
  .fixed-content .downloads-main > section.details-view > header form .close-bt {
    margin-right: 20px;
  }
  .downloads-main .filter-types a.filters-toggle,
  .downloads-main .filters-select,
  .downloads-main .filters-toggle,
  .downloads-main .lightbox-toggle,
  .downloads-main .search-toggle {
    margin-right: 20px;
  }
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-title,
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-info {
    font-size: 12px;
    line-height: 1.2;
  }
  .tree-wrapper .downloads-main .main-view.column.related-content .widget {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1280px) {
  .downloads-main.widget > section,
  form.ng-submitted #search-main.downloads-main.widget > section {
    padding-right: 270px;
  }

  .downloads-main .related-content {
    width: 270px;
    max-width: 270px;
    min-width: 10px;
  }
  .fixed-content .downloads-main > section > header {
    height: 65px;
  }
  .downloads-main > section > header form .header-title .header-logo {
    max-height: 53px;
  }
  .downloads-main .separator {
    right: 270px;
    top: calc(var(--header-height) + 65px);
  }
  .downloads-filters.submenu-list > ul > li.toggle-col {
    height: 65px;
  }
  .downloads-filters.submenu-list > ul > li.dates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .downloads-filters.submenu-list > ul > li.dates .date:first-child,
  .downloads-filters.submenu-list > ul > li.dates .date:last-child {
    margin: 0 0 20px 0;
  }
  .downloads-filters.submenu-list > ul > li .controls {
    height: 40px;
  }
  .downloads-filters.submenu-list > ul > li .controls input {
    height: 40px;
  }
  .downloads .details-view .downloads-container,
  .downloads .loading,
  .downloads .no-results-container {
    margin-top: 65px;
  }
  .landing-events.more-items ul li > a {
    height: 150px;
  }
  .landing-events.more-items ul li > a img {
    max-height: 150px;
  }
  .landing-events.more-items ul li .wrapper h2 {
    font-size: 20px;
  }
  .uib-day .btn,
  .uib-daypicker th .btn,
  .uib-month .btn,
  .uib-monthpicker th .btn,
  .uib-year .btn,
  .uib-yearpicker th .btn {
    padding-left: 0;
    padding-right: 0;
  }
  .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup {
    min-width: 100%;
    left: auto !important;
  }
  .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup table {
    width: 100%;
  }
  .thumbnails-view.downloads-main .downloads-container.people-faces > ul li {
    max-width: none;
    width: calc(20% - 20px);
  }
}
/* Tablet devices layout adjustments
  ========================================================== */


@media only screen and (max-width: 1180px) {

  .downloads #header #navigation-toggle {
    display: flex !important;
  }

  .downloads #navigation-container:before {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .thumbnails-view.downloads-main .downloads-container > ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(33.3333333% - 20px);
  }
  .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
    height: 180px;
  }
  .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
    max-height: 150px;
  }
  .downloads-main > section > header form .header-title.large .gallery-breadcrum-icon {
    display: block;
  }
  .downloads-main > section > header form .header-title.large .gallery-breadcrum-name {
    display: none;
  }
  .downloads-main > section > header form .header-title.large > span:last-child .gallery-breadcrum-name {
    display: block;
  }
  .downloads-main > section > header form .header-title.large > span:last-child .gallery-breadcrum-icon {
    display: none;
  }
  .downloads-main > section > header .search input {
    min-width: 200px;
  }
  .downloads-main > section > header .control-group .controls i {
    font-size: 22px;
  }
  .downloads-main:not(.full-width) > section > header {
    top: 50px;
  }
}
/* Tablet devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1023px) {
  .downloads-main.widget > section,
  form.ng-submitted #search-main.downloads-main.widget > section {
    padding-right: 0;
  }
  .fixed-content .downloads-main > section > header form {
    padding-right: 0;
  }
  .downloads-main .related-content {
    width: 50%;
    max-width: 50%;
  }
  .downloads-main .filter-types a {
    margin: 0 5px;
  }
  .downloads-main .main-view.column.related-content .widget .more-items-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    max-width: 100%;
  }
  .downloads-main .separator {
    right: 220px;
  }
  .downloads-filters.submenu-list > ul > li.dates,
  .downloads-filters.submenu-list > ul > li.toggle-col {
    width: 100%;
  }
  .thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(50% - 20px);
  }
  .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li {
    text-align: center;
  }
  .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-filters.submenu-list li .control-group .controls .uib-datepicker-popup li > .btn {
    float: none;
  }
  .downloads-main > section > header .search select.input-block-level {
    padding-left: 10px !important;
  }
  .downloads-main > section > header .search .controls > i {
    display: none;
  }
  .downloads-main .search-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .downloads-main > section > header .search {
    margin-right: -40px;
  }
  .downloads-main > section > header .search input {
    padding-right: 40px;
  }
  .downloads-main > section > header .off .search {
    display: none;
  }
  .downloads-main > section > header .off .search .custom-select,
  .downloads-main > section > header .off .search input.input-block-level {
    width: 0;
    margin: 0;
    min-width: auto;
    padding: 0;
    overflow: hidden;
  }
  .downloads-main .filter-types a.filters-toggle,
  .downloads-main .filters-select,
  .downloads-main .filters-toggle,
  .downloads-main .lightbox-toggle,
  .downloads-main .search-toggle {
    margin-right: 15px;
  }
  .downloads-main .off .search-toggle {
    margin-right: 15px;
  }
  .downloads-main .search-toggle {
    margin-right: 20px;
  }
  .thumbnails-view.downloads-main .downloads-container.people-faces > ul li {
    width: calc(33.3333% - 20px);
  }
  .newsletter-signup form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Mobile devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 767px) {
  .right-content #right-navigation .menu li {
    display: inline-block !important;
  }
  .downloads #header {
    padding: 0;
  }
  body.downloads {
    --header-padding: 16px;
  }
  .downloads-filters.submenu-list > ul > li.toggle-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .downloads-main .related-content {
    z-index: 4;
    top: var(--header-height);
    max-width: none;
    bottom: 0;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .downloads-main:not(.full-width) .related-content {
    max-height: 100%;
    position: fixed;
    top: 115px;
  }
  .downloads.fixed-content .related-content {
    top: var(--header-height);
  }
  .downloads.fixed-content.multiple-content .related-content {
    top:60px;
  }
  .downloads-main .related-content.active {
    display: block;
    top: 45px;
  }
  .downloads-main .related-content .widget {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fixed-content.downloads-page .related-content.zone-3 > *:first-child {
    padding-top: 20px;
  }
  .downloads #header .wrapper-group > .wrapper.row-two .right-content {
    display: none;
  }
  .downloads #header .wrapper-group > .wrapper.row-two .menu > li.filters {
    display: none;
  }
  .downloads.downloads-page #header .wrapper-group > .wrapper.row-two .menu > li.filters {
    position: fixed;
    right: 0;
    display: block;
    top: 0;
  }
  body #user-menu {
    opacity:0;
    pointer-events: none;
  }
  body.open-menu #user-menu {
    opacity:1;
    pointer-events: all;
  }
  .downloads #header .wrapper-group > .wrapper.row-two .menu > li.filters {
    display: none !important;
  }
  .fixed-content .downloads-main > section > header,
  .headroom--pinned.fixed-content .downloads-main > section > header,
  .headroom--top.fixed-content .downloads-main > section > header {
    top: var(--header-height);
  }
  .fixed-content .downloads-main > section > header {
    height: 60px;
  }
  .downloads-main .filter-types a {
    padding: 0;
    width: 47px;
  }
  .downloads-main.widget > section {
    padding-right: 0;
  }
  .fixed-content .downloads-main > section > header form {
    padding-right: 0;
  }
  .downloads-main > section > header form .header-title {
    margin-left: 15px;
  }
  .downloads-main > section > header form .header-title .gallery-breadcrum-icon {
    display: block;
  }
  .downloads-main > section > header form .header-title .gallery-breadcrum-name {
    display: none;
  }
  .downloads-main > section > header form .header-title > span:last-child .gallery-breadcrum-name {
    display: block;
  }
  .downloads-main > section > header form .header-title > span:last-child .gallery-breadcrum-icon {
    display: none;
  }
  .downloads-main > section > header form > .filter-types:first-child {
    min-width: 100px;
  }
  .fixed-content .downloads-main > section > header .search {
    position: fixed;
    top: 162px;
    padding: 0 12px;
  }
  .downloads-main > section > header .search {
    margin-right: 0;
    overflow: visible;
    position: absolute;
    top: 77px;
  }
  .downloads-main > section > header .search .controls {
    background-color: #ffffff;
    border-radius: 22px;
  }
  .downloads-main > section > header .search:before {
    content: "";
    background-color: #d6d9dd;
    position: absolute;
    left: -15px;
    top: -13px;
    height: 64px;
    right: -15px;
  }
  .downloads-main .off .search-toggle,
  .downloads-main .search-toggle {
    margin-right: 15px;
  }
  .downloads-main .downloads-container {
    margin-top: 60px;
  }
  .downloads-main .downloads-container > ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
  .downloads-main .downloads-container > ul li .downloads-item-tools a {
    padding: 0 5px;
  }
  .downloads-main .downloads-container > ul li .downloads-item-top-container i {
    font-size: 45px;
  }
  .downloads-main .downloads-container > ul li .downloads-item-tools {
    width: 70px;
  }
  .downloads-main .downloads-container > ul li .downloads-item-main {
    width: calc(100% - 98px);
  }
  .downloads-main .downloads-container > ul li .downloads-item-title,
  .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-title {
    font-size: 13px;
  }
  .downloads-main .downloads-container > ul li .downloads-item-info {
    margin-top: 5px;
  }
  .downloads-main > section > header .control-group .controls i {
    padding: 8px 5px;
  }
  .downloads-main > section > header form .input-block-level {
    padding-left: 40px;
  }
  .downloads-main > section > header form .header-title .header-logo {
    max-height: 47px;
  }
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-tools {
    padding: 10px 3% 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-main {
    padding-bottom: 8px;
  }
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul {
    padding-left: 0;
    padding-right: 0;
  }
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:nth-child(5n) {
    max-width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 150px;
  }
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li,
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.type-4,
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li.type-3 {
    height: calc(var(--vh, 1vh) * 30);
    max-width: 49%;
    min-width: 49%;
  }
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:nth-child(5n) .downloads-item-top-container img {
    height: auto;
  }
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li .downloads-item-top-container img {
    height: calc(var(--vh, 1vh) * 30);
  }
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:not(.type-4):not(.type-3) .downloads-item-title,
  .thumbnails-mosaic.thumbnails-view.downloads-main .downloads-container:not(.galleries-container):not(.people-faces) > ul li:not(.type-4):not(.type-3) .downloads-item-info {
    display: none;
  }
  .hidden-related .filters-toggle,
  .hidden-related .lightbox-toggle,
  .hidden-related .downloads-main .filter-types a.filters-toggle {
    padding-right: 0;
    border: none;
    width: 24px;
    padding-left: 0;
  }
  .hidden-related .filters-toggle i,
  .hidden-related .lightbox-toggle i,
  .hidden-related .downloads-main .filter-types a.filters-toggle i {
    font-size: 28px !important;
  }
  .downloads-filters.submenu-list > ul > li.toggle-col {
    height: 60px;
  }
  .more-items-item > .toggle-bt,
  .toggle-bt {
    width: 21px;
  }
  .toggle-bt i {
    font-size: 28px !important;
  }
  .toggle-bt i:not(.icon-close-circle-line):before {
    content: "\f2c0";
  }
  .downloads-main .separator {
    position: relative;
    top: auto;
    border-bottom: 1px solid var(--main-background);
  }
  .downloads-main .separator .separator-container {
    padding: 0 15px;
  }
  .downloads-filters.submenu-list > ul > li.filter-types {
    margin-bottom: 20px;
  }
  .downloads-filters.submenu-list > ul > li.filter-types a {
    width: 28px;
  }
  .downloads-filters.submenu-list > ul > li.filter-types a:first-child {
    margin-left: 0;
  }
  .downloads-filters.submenu-list > ul > li.filter-types a:last-child {
    margin-right: 0;
  }
  .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li .btn-group {
    float: left;
    width: auto;
    padding: 0;
    text-align: left;
  }
  .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li > .btn {
    float: right;
  }
  .thumbnails-view.downloads-main .downloads-container > ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .thumbnails-view.downloads-main .downloads-container > ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li {
    margin-left: 10px;
  }
  .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article header,
  .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-main .downloads-container > ul li .downloads-item-info .item-info-extra {
    display: none;
  }
  .downloads-main > section > header .show-hide-filters {
    display: none;
  }
  .preview-details {
    padding-left: 0;
    width: 100%;
    min-width: 10px;
  }
  .preview-details .preview-text .item-title {
    font-size: 22px;
  }
  .preview-link a,
  .preview-bottom a,
  .preview-details .preview-link .preview-link-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .preview-media {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .preview-media img {
    max-width: 100%;
  }
  .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-top: 60px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .downloads .details-view.lightbox-view .downloads-container {
    padding-top: 0;
  }
  .fixed-content .downloads-main > section.details-view > header form .close-bt {
    margin-right: 15px;
  }
  .downloads .details-view.lightbox-view .downloads-container .separator-container {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .landing-events.more-items ul li > a {
    height: 200px;
  }
  .landing-events.more-items ul li > a img {
    max-height: 200px;
  }
  .lightbox-bt .lightbox-created-at,
  .lightbox-bt .lightbox-last-update {
    display: block;
  }
  .modal-lightbox .md-content ul {
    max-height: 300px;
  }
  .modal-lightbox .control-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-lightbox .control-group .controls.buttons {
    margin-top: 10px;
    width: 100%;
  }
  #more-news li.more-items-item {
    padding: 0;
  }
  .breadcrum-arrow {
    margin: 0 5px;
  }
  .thumbnails-view.downloads-main .downloads-container.people-faces > ul li {
    width: 50%;
  }
  .downloads-main .latest-main .separator,
  .downloads-main .people-faces .separator {
    border: none;
  }
  .downloads-main .latest-main .separator .separator-container,
  .downloads-main .people-faces .separator .separator-container {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .downloads .details-view .downloads-container {
    /* margin-top: 0px; */
  }
  #user-menu .menu > li:not(.dropdown) strong {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    height: 42px;
  }
  
}
/* MEDIACENTER EXCLUSIVE CSS PLUGINS */
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs__container {
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs__container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}
.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs__container:focus {
  outline: none;
}
.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__layer {
  z-index: 1;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  background: url('../img/mejs-controls.svg') no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url('../img/mejs-controls.svg') -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs__controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs__button > button {
  background: transparent url('../img/mejs-controls.svg');
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 1px #999;
}
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__replay > button {
  background-position: -160px 0;
}
/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}
.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  -o-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  -o-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs__long-video .mejs__time-float-current {
  width: 60px;
}
.mejs__broadcast {
  color: #ffffff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}
.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mejs__horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__chapters-button > button {
  background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #ffffff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs__captions-layer {
  bottom: 0;
  color: #ffffff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs__captions-layer a {
  color: #ffffff;
  text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative;
}
.mejs__overlay-error > img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
  color: #ffffff;
  font-size: 0.8em;
}
.mejs__cannotplay {
  position: relative;
}
.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
/* End: Error */
.mejs__chromecast-button > button,
.mejs-chromecast-button > button {
  --disconnected-color: #ffffff;
  background: none;
  display: inline-block;
}
.mejs__chromecast-container,
.mejs-chromecast-container {
  background: #000;
  color: #ffffff;
  font-size: 10px;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mejs__chromecast-layer > img,
.mejs-chromecast-layer > img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.mejs__chromecast-icon,
.mejs-chromecast-icon {
  background: url('../img/chromecast.svg') no-repeat 0 0;
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  width: 17px;
}
.mejs__qualities-button,
.mejs-qualities-button {
  position: relative;
}
.mejs__qualities-button > button,
.mejs-qualities-button > button {
  background: transparent;
  color: #ffffff;
  font-size: 11px;
  line-height: normal;
  margin: 11px 0 0;
  width: 36px;
}
.mejs__qualities-selector,
.mejs-qualities-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  height: 100px;
  left: -10px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -100px;
  width: 60px;
}
.mejs__qualities-selector ul,
.mejs-qualities-selector ul {
  display: block;
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__qualities-selector li,
.mejs-qualities-selector li {
  color: #ffffff;
  cursor: pointer;
  display: block;
  list-style-type: none!important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0 10px;
}
.mejs__qualities-selector li:hover,
.mejs-qualities-selector li:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.mejs__qualities-selector input,
.mejs-qualities-selector input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs__qualities-selector label,
.mejs-qualities-selector label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 0 0;
  width: 55px;
}
.mejs__qualities-selected,
.mejs-qualities-selected {
  color: #21f8f8;
}
.mejs__vrview-button > button,
.mejs-vrview-button > button {
  background: url('../img/cardboard.svg') no-repeat 0 4px;
}
tags-input {
  display: block;
  padding: 0 !important;
  height: auto !important;
}
tags-input *,
tags-input:after,
tags-input:before {
  -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: -o-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #febbbb), color-stop(45%, #fe9090), to(#ff5c5c));
  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: red;
}
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);
  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: -o-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f9ff), color-stop(47%, rgba(203, 235, 255, 0.75)), to(rgba(161, 219, 255, 0.62)));
  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: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-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;
  -o-text-overflow: ellipsis;
  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: #ffffff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
.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;
}



/* Extra css custom */


.hero-slider-container .more-items-item .wrapper > div span:not(.flag-icon) {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.hero-slider-tabs {
  display: flex;
  align-items: flex-start;
  gap:16px;
  overflow: visible;
  padding-left: calc((100vw - var(--max-width-column)) / 2);
}
.hero-slider-nav {
  background-color: var(--primary);
  border-radius: var(--border-radius);
  padding:16px;
  display:flex;
  align-items: center;
  gap: 11px;
  position: relative;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
.hero-slider-nav:before {
  content: "";
  margin: auto 0;
  background: var(--primary);
  position: absolute;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  right: auto;
  top: -24px;
  mask-image: url(../img/drop-mask-h.svg);
  -webkit-mask-image: url(../img/drop-mask-h.svg);
  width: 35px;
  height: 32px;
  z-index: 1;
}

.hero-slider-nav .pages,
.hero-slider-nav .nav-btn {
  width: 52px;
  height: 52px;
  background-color: #0327cc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-slider-nav .pages {
  font-size: 20px;
  font-weight: 100;
  border-radius: 50%;
}
.hero-slider-nav .nav-btn {
  cursor: pointer;
  --hoverColor:var(--primary);

    height: 52px;
    display: flex;
    background-color:#0327cc;
    mask-image: url(../img/bt-drop.svg);
    -webkit-mask-image: url(../img/bt-drop.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center right;
    -webkit-mask-position: center right;
    z-index: 0;
    width: 68px;
    position: relative;
    margin-left: -18px;
    transition: background-color var(--bg-transition-duration);
    flex: none;
}
.hero-slider-nav .nav-btn:before {
  content: "";
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  background: url(../img/chevron-animated-dark-blue.svg) -62px center no-repeat transparent;
  border-radius: 50%;
  background-size: auto 100%;
  z-index: 1;
  position: absolute;
  right: 4px;
  transition: background var(--bg-transition-duration);
}
html.no-touch .hero-slider-nav .nav-btn:hover:before {
  -webkit-animation: arrowRight .4s;
  animation: arrowRight .4s;
  background-color: var(--hoverColor);
}
.hero-slider-nav .nav-btn.prev {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: -18px;

}
.hero-slider-nav .pages:before,
.hero-slider-nav .pages:after {
 /* content: "";*/
  width: 29px;
  height: 33px;
  margin: auto 0;
  background-color: #0327cc;
  position: absolute;
  right: -21px;
  mask-image: url(../img/drop-mask.svg);
  -webkit-mask-image: url(../img/drop-mask.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.hero-slider-nav .pages:before {
  left: -21px;
  right: auto;
}

.hero-slider-tabs .more-items-list {
  gap:16px;
  max-width: 100%;
}
.hero-slider-tabs .more-items-item {
  width: 404px;
  height: 150px;
  margin: 0;
  border: 4px solid transparent;
  cursor: pointer;
  transition: all .5s;
  background-color: var(--darkgrey);
}
.hero-slider-tabs .more-items-item.cloned {
  opacity: 0;
}
html.no-touch .hero-slider-tabs .more-items-item:hover {
  border-color: var(--primary);
  transition: border-color var(--bg-transition-duration);
}
.hero-slider-tabs .owl-carousel .owl-item {
  opacity: 1;
}
.hero-slider-tabs .owl-carousel .owl-item:nth-child(3) {
  transform: translate(-412px,0);
  z-index: -1;
}
.hero-slider-tabs .owl-carousel .owl-item:nth-child(4) {
  transform: translate(-824px,0);
  z-index: -2;
}
.hero-slider-tabs .owl-carousel .owl-item:nth-child(5) {
  transform: translate(-1236px,0);
  z-index: -3;
}
.hero-slider-tabs .owl-carousel .owl-item:nth-child(6) {
  transform: translate(-1648px,0);
  z-index: -4;
}
body.page-loaded .hero-slider-tabs .owl-carousel .owl-item {
  transform: translate(0px,0px) !important;
  transition: all .5s 1s;
}
body.page-loaded .hero-slider-tabs .owl-carousel .owl-item:has(.top-story-tab-separator) {
  padding-left: 16px;
  border-left: 1px solid var(--lightgrey);
  border-color: transparent;
}
body.page-loaded .hero-slider-tabs .owl-carousel .owl-item:first-child:not(.selected) li,
body:not(.page-loaded) .hero-slider-tabs .owl-carousel .owl-item:first-child li {
  background-color: var(--primary);
  width: 206px !important;
  height: 84px;
  transition: all .5s;
}
body.page-loaded .hero-slider-tabs .owl-carousel .owl-item:first-child:not(.selected)  li > *,
body:not(.page-loaded) .hero-slider-tabs .owl-carousel .owl-item:first-child  li > *{
  opacity: 0;
  transition: all .5s .25s;
}
.hero-slider-tabs .owl-carousel .owl-item.selected:not(.cloned) li{
  background-color: var(--primary);
  width: 206px !important;
  height: 84px;
  transition: all .5s;
}
.hero-slider-tabs .owl-carousel .owl-item:not(.active):not(:nth-child(5)) li:not(.cloned) {
  width: 206px !important;
  height: 84px;
  transition: all 0s;
}

.hero-slider-tabs .owl-carousel .owl-item:not(.active) li > *,
.hero-slider-tabs .owl-carousel .owl-item.selected:not(.cloned) li > * {
  opacity: 0;
  transition: all .5s .25s;
}
.hero-slider-tabs .owl-carousel .owl-stage {
  transition: all 0.5s ease 0s !important;
}
.hero-slider-tabs .more-items-item .wrapper {
  height:100%;
  padding:12px
}
.hero-slider-tabs .more-items-item .wrapper h2 {
  margin-bottom: auto;
  margin-top: 0;
  font-size: 27px;
  font-weight: 500;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.hero-slider-tabs .more-items-item .wrapper hr {
  width:100%;
  border-color:rgba(255,255,255,0.15);
  margin-bottom: auto;
  margin-top: auto;
}
.hero-slider-tabs .more-items-item .wrapper > div {
  width:100%;
  margin-top:auto;
  margin-bottom: 0;
}
.hero-slider-tabs .more-items-item .wrapper:not(.show-active) > div:not(.show-active) > div:first-child {
  max-width: 60%;
}
.hero-slider-tabs .more-items-item .wrapper > div > div:last-child {
  flex: none;
}
.hero-slider-tabs .more-items-item .wrapper .location-wrapper .flag-icon.flag-icon-squared,
.hero-slider-tabs .more-items-item .wrapper .team-wrapper img {
  width:26px;
}

.hero-slider-tabs .more-items-item .wrapper .location-wrapper > div, 
.hero-slider-tabs .more-items-item .wrapper .team-wrapper .team-name, 
.hero-slider-tabs .more-items-item .wrapper .countdown{
  font-size:24px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.hero-slider-tabs .more-items-item .wrapper .countdown .secs{
  display: none;
}
.hero-slider-tabs .more-items-item:active .wrapper {
  background-color: var(--primary);
}
.hero-slider-container {
  display:flex;
  flex-direction: column;
  gap:16px;
  margin-top: 16px;
}
.hero-slider-main .more-items-list {
  position: relative;
  aspect-ratio: 2/1;
}
.hero-slider-main .more-items-item {
  opacity: 1;
  pointer-events: all;
  transition: opacity .7s;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.hero-slider-main .more-items-item.hidden {
  opacity: 0;
  pointer-events: none;
  display: flex !important;
  visibility: visible;
  transition: opacity .5s .7s;
  z-index: 0;
}
.hero-slider-main .more-items-item.img-position-2 > a img {
  object-position: top center;
}
.hero-slider-main .wrapper h2 {
  width:100%;
  margin-bottom: 5px;
}
.hero-slider-main .wrapper h3 {
  font-size: 32px;
  width:100%;
}
.hero-slider-main .wrapper .group-1 {
  font-size: 24px;
  line-height: 1.3;
  margin-top:15px;
  width:100%;
}


.hero-slider-main .wrapper .team-wrapper,
.hero-slider-main .wrapper .location-wrapper {
  width:100%;
}

.hero-slider-main .wrapper .location-wrapper > div {
  font-size: 48px;
  line-height: 1;
}
.hero-slider-main .wrapper .location-wrapper .flag-icon.flag-icon-squared {
  width: 42px;
  margin-top: 7px;
} 
.hero-slider-main .wrapper .team-wrapper img {
  width: 26px;
}
.wrapper .team-group {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 27px;
}

body.page-loaded #hero-slider .hero-slider-main .wrapper {
  width: calc(var(--column-width) * 4);
  max-height: 500px;
  transition:all .5s 1s;
}
#hero-slider .hero-slider-main .wrapper {
  width: 0;
  padding: 28px 32px 28px 28px;
  max-height: 0px;
  flex-direction: column;
}
#hero-slider .hero-slider-main .wrapper > * {
  width:auto;
  opacity: 0;
}
body.page-loaded #hero-slider .hero-slider-main .wrapper > *{
  opacity: 1;
  transition: opacity .5s 1.2s;
}
.hero-slider-main .articles .wrapper h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.hero-slider-main .articles .wrapper p {
  font-size: 24px;
}
.live-now .link-button {
  --hoverColor:#e33733;
}
.live-now .link-button a,
.live-now .link-button a:before,
.live-now .link-button:after {
  background-color: var(--red);
  color: #fff;
}
.live-now .link-button a:before {
  background-image: url(../img/arrow-animated-dark-red.svg);
}

.live-now .link-button:active a,
.live-now .link-button:active:after {
  background-color: #e33733;
}
.live-now .link-button:active a:before {
  border-color:var(--red)
}

.race-highlights .link-button a:before {
  background-image: url(../img/play-animated-dark.svg);
}


.link-button.grey-bt {
  --hoverColor:var(--mediumgrey);
}
.link-button.grey-bt a {
  background-color: var(--lightgrey);
  color: #fff;

}
.link-button.grey-bt:after {
  background-color: var(--lightgrey);
}
.link-button.grey-bt a:before {
  background-image: url(../img/arrow-animated-green.svg);
}
.link-button.grey-bt:active a:before {
  border-color: var(--lightgrey);
  background-color: var(--mediumgrey);
}
.link-button.grey-bt:active:after,
.link-button.grey-bt:active a {
  background-color: var(--mediumgrey);
}
.hero-slider-main .wrapper .team-wrapper > div {
  font-size: 24px;
}



.tab-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.tab-items .more-items-list {
  width: 25% !important;
  overflow-y: auto;
  padding-right: calc(var(--column-margin) - 2px);
  display: block;
  margin:0 !important
}
.scroll .more-items-list::-webkit-scrollbar {
  display: none;
}
.scroll,
.tab-items.scroll {
  position: relative;
  padding-bottom:0;
  margin-bottom: 40px;
}
.fotorama__nav.scroll:before,
.fotorama__nav.scroll:after,
.scroll:before,
.scroll:after,
.tab-items.scroll:before,
.tab-items.scroll:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: rgb(26,26,26);
  background: linear-gradient(180deg, rgba(26,26,26,0) 0%, rgba(26,26,26,1) 100%);
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}
.tab-items.scroll:before,
.tab-items.scroll:after {
  width: 25%;
}
.fotorama__nav.scroll:before,
.scroll:before,
.tab-items.scroll:before {
  bottom: auto;
  top: 0;
  background: rgb(26,26,26);
  background: linear-gradient(180deg, rgba(26,26,26,1) 0%, rgba(26,26,26,0) 100%);
  height: 0;
}
.fotorama__nav.scroll.not-top:before,
.fotorama__nav.scroll:not(.end):after,
.scroll.not-top:before,
.scroll:not(.end):after,
.tab-items.scroll.not-top:before,
.tab-items.scroll:not(.end):after {
  opacity: 1;
  height: 60px;
}
.fotorama__nav.scroll.not-top:before,
.scroll.not-top:before,
.tab-items.scroll.not-top:before {
  top: 0;
  transition: all .2s;
  height: 60px;
}
.scroll:not(.end) > .next-btn {
  opacity: 1;
}
.scroll .fotorama__nav__shaft,
.scroll .more-items-list,
.tab-items.scroll .more-items-list {
  position: relative;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.tab-items.scroll  > .next-btn,
.tab-items.scroll  > .prev-btn {
  left: 11.5%;
}
.scroll > .prev-btn,
.scroll > .next-btn {
  position: absolute;
    content: "";
    bottom: 8px;
    width: 40px !important;
    height: 40px;
    background: var(--secondary);
    left: 50%;
    margin-left: -8px !important;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
}
.scroll > .prev-btn {
  top: 8px;
  bottom: auto;
  transform: rotate(180deg);
}
.scroll > .prev-btn:before,
.scroll > .next-btn:before{
  mask-image: url(../img/chevron-right.svg);
  -webkit-mask-image: url(../img/chevron-right.svg);
  mask-size: 35%;
  -webkit-mask-size: 35%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 59% center;
  -webkit-mask-position: 59% center;
  content: "";
  background-color: var(--dark);
  bottom: 0px;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  border-radius: 50%;
  z-index: 2;
  transform: rotate(90deg);
  position: absolute;
  z-index: 3
}
.scroll:not(.not-top) > .prev-btn,
.scroll.end > .next-btn{
  opacity: 0;
}
.scroll .more-items-list .more-items-item:last-child {
  margin-bottom: 0;
}
.tab-items .more-items-list li {
  border-radius: var(--border-radius-lg);
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-bottom: 14px;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: visible;
  align-items: center;
  flex-shrink: 0;
  height: 56px;
  border: 4px solid transparent;
  transition: border-color var(--bg-transition-duration),background-color .3s .5s;
  background-color: var(--darkgrey);
}
.tab-items .more-items-list li:hover {
  border-color: var(--primary);
  transition: border-color var(--bg-transition-duration);
}
.tab-items .more-items-list li:last-child {
  margin-bottom: 0;
}
.tab-items .more-items-list li:after {
  content: "";
  width: 18px;
  height: 28px;
  margin: auto 0;
  background: var(--darkgrey);
  position: absolute;
  right: 28px;
  mask-image: url(../img/drop-mask.svg);
  -webkit-mask-image: url(../img/drop-mask.svg);
  mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all .3s .6s;
  z-index: -2;
}
.tab-items:not(#innovation-timeline) .more-items-list li:before {
  height: 28px;
  content: "";
  background: var(--darkgrey);
  width: 28px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  transition: all .3s .6s;
  z-index: -2;
}
.tab-items .more-items-list li.active:after {
  right: -19px;
  transition: all .3s .6s;
  background-color: var(--primary);
}

.tab-items:not(#innovation-timeline) .more-items-list li.active:before {
    right: -43px;
    background: var(--primary);
    transition: all .3s .6s;
}
.tab-items .more-items-list li.active {
  background-color: var(--primary);
  transition: all .3s .5s;
 
}
.tab-items .more-items-list li.active * {
  pointer-events:none;
}
.tab-items .more-items-list li.active .wrapper .more-items-category,
.tab-items .more-items-list li.active.status-3 .wrapper .more-items-category:before,
.tab-items .more-items-list li.active.status-4 .wrapper .more-items-category:before {
  color: var(--dark);
  background-color: var(--white);
}
.tab-items .more-items-list li > a {
  display: none;
}
.tab-items .more-items-list li .wrapper{
  height: 56px;
  padding: 0 16px;
  word-break: normal;
}
.tab-items .more-items-list li .wrapper h2 {
  margin: 0 auto 0 0;
  width:auto;
  font-size: 20px;
  width: calc(100% - 75px);
  line-height: 1.3;
}
.tab-items .more-items-list li .wrapper h2 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.tab-items .more-items-list li .wrapper h2 a:has(small){
  line-height: 1;
}
.tab-items .more-items-list li .wrapper h2 a small {
  color: #fff;
}
.menu-list .more-items-list li .wrapper .more-items-category,
.tab-items .more-items-list li .wrapper .more-items-category {
  position: relative;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0;
  background: var(--secondary);
  text-transform: none;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: var(--border-radius);
  color: #000;
  height: 24px;
  display: flex;
  align-items: center;
}

.tab-items .more-items-list li .wrapper h2 .flag-icon {
  display:none;
}
.tab-items .more-items-list li .wrapper .link-button-b {
  display:none;
}
.menu-list .more-items-list li.status-2 .wrapper .more-items-category,
.menu-list .more-items-list li.status-3 .wrapper .more-items-category,
.tab-items .more-items-list li.status-2 .wrapper .more-items-category,
.tab-items .more-items-list li.status-3 .wrapper .more-items-category {
  color:transparent;
  background-color: transparent;
  padding:0;
  display: flex;
  align-items: center;
  margin-left: 5px;

}
.menu-list .more-items-list li.status-2 .wrapper .more-items-category span,
.menu-list .more-items-list li.status-3 .wrapper .more-items-category span,
.menu-list .more-items-list li.status-4 .wrapper .more-items-category span,
.tab-items .more-items-list li.status-2 .wrapper .more-items-category span,
.tab-items .more-items-list li.status-3 .wrapper .more-items-category span,
.tab-items .more-items-list li.status-4 .wrapper .more-items-category span{
  display:none
}
.more-items-list li.status-2 .wrapper .more-items-category:before,
.more-items-list li.status-3 .wrapper .more-items-category:before,
.more-items-list li.status-4 .wrapper .more-items-category:before {
  color: #000;
  font-weight: 300;
  letter-spacing: 0;
  background: #fff;
  text-transform: none;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: var(--border-radius);
  width: auto;
  text-align: center;
  height: 24px;
  display: flex;
  align-items: center;
}
.more-items-list li.status-2 .wrapper .more-items-category:before {
  content: "Live Now";
  width: 68px;
}
.more-items-list li.status-3 .wrapper .more-items-category:before {
  content: "Complete";
}
.more-items-list li.status-4 .wrapper .more-items-category:before {
  content: "TBC";
  background-color: var(--secondary);

}
.more-items-list li.status-2 .wrapper .more-items-category:before {
  background-color: var(--red);
  color:var(--white);
}
.more-items-list li.status-3 .wrapper .more-items-category:before {
  background-color: var(--dark);
  color:var(--white);
}

.md-modal .not-started-status-2 #ov-data-button .link-button a {
  background-color: var(--red);
  color: #fff;
}


.tab-items .md-modal {
  width: 75% !important;
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  z-index: 0;
  visibility: visible;
  overflow: hidden;
  min-width: 0;
  margin: 0 !important;
  transition: all var(--bg-transition-duration);
}
.tab-items .md-modal.loading-data  #ov-container > * {
  opacity: 0;
  transition: opacity .0s;
}
.tab-items .md-modal   #ov-container > * {
  transition: opacity var(--bg-transition-duration) .6s;
}
.tab-items .md-modal.loading-data {
  width: 4px !important;
  transition: all var(--bg-transition-duration);
}
.tab-items .md-modal .md-header {
  display: none;
}
.tab-items .md-overlay {
  display:none;
}
.tab-items .md-modal #ov-container {
  display: flex;
  padding: 0;
}
.tab-items .md-modal #ov-container > #ov-data-img {
  width:calc((var(--max-width-column) / 100 * 75) / 100 * 52);
  flex: none;
  aspect-ratio: 1;
}
.tab-items .md-modal #ov-container #ov-data-img img,
.tab-items .md-modal #ov-container > #ov-data-img img {
  width:100%;
  border: 6px solid transparent;
}
.tab-items .md-modal #ov-container #ov-data-img:empty {
  display:none;
}
.tab-items .md-modal #ov-container #ov-data-wrapper {
  width:calc(var(--max-width-column) / 100 * 75);
  display: flex;
  flex-direction: column;
  
}
.tab-items .md-modal #ov-container #ov-data-wrapper > *:empty {
  display:none;
}
.tab-items .md-modal #ov-container #ov-data-wrapper h2 {
  font-size: 38px;
  margin-top: 0;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom:0;
}
.tab-items .md-modal #ov-container #ov-data-wrapper h2 .padding-left {
  padding-left: 12px;
}
.tab-items .md-modal #ov-container #ov-data-wrapper #ov-data-long-text.long-name h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 104.167% */
  letter-spacing: -0.36px;
  padding-right: 20px;
  align-items: center;
}
.tab-items .md-modal #ov-container #ov-data-wrapper #ov-data-long-text.long-name .countdown {
  font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 31px; /* 110.714% */
letter-spacing: -0.42px;
}
.tab-items .md-modal #ov-container #ov-data-wrapper #ov-data-title {
  margin-bottom:16px;
}
.tab-items .md-modal .flag-icon.flag-icon-squared {
  aspect-ratio: 1;
  width:50px;
  margin: -2px 0 0 0 !important;
  flex: none;
  background-color: #ddd;
}
.tab-items .md-modal #ov-data-long-text {
  font-size:24px;
  line-height: 1.2;
  margin-bottom:20px;
}
.countdown-text .countdown-time > * {
  font-size: 24px;
  line-height: 1.2;
}
.countdown-text .countdown-time > *:first-child {
  margin-left:0
}
.countdown-text .countdown-time > *:last-child {
  margin-right:0;
}
.tab-items .md-modal #ov-data-long-text > .not-started-status-3,
.tab-items .md-modal #ov-data-long-text > .completed-status-2,
.tab-items .md-modal #ov-data-long-text > .completed-status-1 {
  display:none;
}
.tab-items .md-modal #ov-data-long-text p {
  font-size:16px;
  padding: 0;
  margin-bottom: 20px;
  line-height: 20px;
}
.tab-items .md-modal #ov-data-long-text .issue- {
  display:none;
}
.padding {
  padding: 18px;
}
.padding-top {
  padding-top: 18px;  
}
.padding-bottom {
  padding-bottom: 18px;  
}
.padding-right {
  padding-right: 18px;  
}
.padding-left {
  padding-left:18px;
}
.border-top {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.border-bottom {
  border-bottom:1px solid rgba(255,255,255,0.15);
}
.border-right {
  border-right: 1px solid rgba(255,255,255,0.15);
}
.border-left {
  border-left:1px solid rgba(255,255,255,0.15);
}


.tab-items .md-modal #ov-data-long-text span {
  font-size:12px;
  margin-bottom:5px;
  display: block;
  font-weight:700;
  line-height: 1;
}
.tab-items .md-modal #ov-data-long-text .completed-status-3 {
  font-size:29px;
}
.tab-items .md-modal #ov-data-long-text .completed-status-3 span {
  font-size:14px;
}
.tab-items .md-modal #ov-data-long-text .completed-status-3 > div > div:last-child {
  flex-wrap: wrap;

}
.tab-items .md-modal #ov-data-long-text .completed-status-3 > div > div:last-child > div:last-child {
  width: 100%;
  border:none;
  padding: 20px 0 0 0;
}
.location-wrapper .flag-icon.flag-icon-squared,
.team-wrapper img {
  border-radius: 50%;
  width: 40px;
  margin-right:9px;
  aspect-ratio: 1;
  flex:none;
}
.team-wrapper img {
  padding:4px
}
.team-wrapper.VE img {
  background-color: var(--venice-racing-color);
}
.team-wrapper.ME img {
  background-color: var(--team-mexico-color);
}
.team-wrapper.NA img {
  background-color: var(--team-nadal-color);
}
.team-wrapper.DR img {
  background-color: var(--team-drogba-color-inverted);
  filter:invert(1)
}
.team-wrapper.BR img {
  background-color: var(--team-brady-color);
}
.team-wrapper.AO img {
  background-color: var(--aoki-racing-color);
}
.team-wrapper.BL img {
  background-color: var(--blue-racing-color);
}
.team-wrapper.TM img {
  background-color: var(--team-miami-color);
}
.team-wrapper.WR img {
  background-color: var(--west-brook-racing-color);
}
.team-wrapper.AL img {
  background-color: var(--team-alula-color);
}
#ov-data-long-text .qualys .team-wrapper {
  margin-bottom: 5px;
}

.tab-items .md-modal #ov-data-button {
  margin-top:auto;
}
.tab-items .md-modal #ov-data-button .link-button {
  display: flex;
  --hoverColor: var(--darkgrey);
}
.tab-items .md-modal #ov-data-button .link-button:after {
  background-color:var(--dark);

}
.tab-items .md-modal #ov-data-button .link-button a:before {
  background-image: url(../img/arrow-animated-dark.svg);
}
.tab-items .md-modal #ov-data-button .link-button:active a:before {
  border-color: var(--dark);
}
.tab-items .md-modal #ov-data-button .link-button:active a,
.tab-items .md-modal #ov-data-button .link-button:active:after {
  background-color: var(--hoverColor);
}
.tab-items .md-modal #ov-data-button .link-button a {
  background-color: var(--dark);
  width: 100%;
}
.tab-items .md-modal .status-2 #ov-data-button .link-button {
  --hoverColor: #e33733;
}
.tab-items .md-modal .status-2 #ov-data-button .link-button:active a,
.tab-items .md-modal .status-2 #ov-data-button .link-button:active:after {
  background-color: var(--hoverColor);
}
.tab-items .md-modal .status-2 #ov-data-button .link-button:active a:before {
  border-color: var(--red);
  background-color: var(--hoverColor);
}

.tab-items .md-modal .status-2 #ov-data-button .link-button:after,
.tab-items .md-modal .status-2 #ov-data-button .link-button a:before,
.tab-items .md-modal .status-2 #ov-data-button .link-button a {
  background-color: var(--red);
}
.tab-items .md-modal .status-2 #ov-data-button .link-button a:before {
  background-image: url(../img/arrow-animated-dark-red.svg);
}


.tab-items .md-modal .md-content {
  border-radius: var(--border-radius);
  background-color: var(--primary);
  opacity:1;
  transform: none;
} 
.tab-items .md-modal .md-content * {
  color: var(--white);
}

#race-calendar.tab-items {
  height: auto;
}
#race-calendar.tab-items .more-items-list {
  height: calc((var(--max-width-column) * 0.19) * 2.06);

}
#race-calendar.tab-items .md-modal #ov-container #ov-data-wrapper #ov-data-title {
  display:none;
}

#race-calendar.tab-items .md-modal #ov-data-long-text .group-1 > *{
  padding: 0 24px;
  border-left: 1px solid rgba(255,255,255,0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#race-calendar.tab-items .md-modal #ov-data-long-text .group-1 > *:first-child {
  border:none;
  padding-left:0
}
#race-calendar.tab-items .md-modal #ov-data-long-text .completed-status-4,
#race-calendar.tab-items .md-modal #ov-data-long-text .completed-status-5,
#race-calendar.tab-items .md-modal #ov-data-long-text .not-started-status-4 .group-2,
#race-calendar.tab-items .md-modal #ov-data-long-text .not-started-status-5 .group-2,
#race-calendar.tab-items .md-modal #ov-data-long-text .not-started-status-4 .countdown,
#race-calendar.tab-items .md-modal #ov-data-long-text .not-started-status-5 .countdown {
  display:none
}



#race-calendar.tab-items .md-modal #ov-data-long-text .group-2 {
  align-items: flex-start;
}
#race-calendar.tab-items .md-modal #ov-data-long-text .group-2 > div {
  flex-wrap: wrap;
}
#race-calendar.tab-items .md-modal #ov-data-long-text .group-2 > div:first-child {
  padding-right: 24px;
  width: 116px;
  flex: none;
}
#race-calendar.tab-items .md-modal #ov-data-long-text .group-2 > div:first-child > * {
  padding-bottom:24px;
  width: 100%;
}
#race-calendar.tab-items .md-modal #ov-data-long-text .group-2 > div:nth-child(2) {
  border-left: 1px solid rgba(255,255,255,0.15);
  padding-left: 24px;
}





#race-calendar.tab-items .md-modal #ov-container #ov-data-long-text #ov-data-img {
  display: none;
}
#race-calendar.tab-items .md-modal #ov-container #ov-data-wrapper {
  padding:16px 16px 20px 22px;
  width: calc((var(--max-width-column) / 100 * 75) / 100 * 48);
}
#race-calendar.tab-items .md-modal #ov-container #ov-data-wrapper #ov-data-long-text {
  width: calc((var(--max-width-column) / 100* 75) / 100* 48 - 40px);
}
#race-highlights.tab-items .md-modal .md-content {
  height:auto;
  padding: 20px 14px 0;
} 
#race-highlights.tab-items .md-modal #ov-container #ov-data-wrapper #ov-data-title {
  display:none;
}
#race-highlights.tab-items .md-modal #ov-data-long-text {
  font-size: 32px;
}

#race-highlights.tab-items #ov-data-img img{
  aspect-ratio: 16/9;
  width:100%;
}
#race-highlights.tab-items #ov-data-img:before {
  content:"";
  background-color: var(--dark);
  width: 12%;
  aspect-ratio: 1;
  position:absolute;
  bottom:5px;
  left:5px;
  border-radius:0 33% 0 var(--border-radius-sm);
}
#race-highlights.tab-items #ov-data-img:after {
  content:"";
  background-color: var(--white);
  width: 12%;
  aspect-ratio: 1;
  position:absolute;
  bottom:5px;
  left:5px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-image: url(../img/video-play.svgs);
  -webkit-mask-image: url(../img/video-play.svg);
  mask-size: 27%;
  -webkit-mask-size: 27%;
}
#race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > *:first-child {
  width:66.6666%;
  padding-right:48px;
  
}
#race-highlights.tab-items .md-modal #ov-data-long-text p {
  max-width:560px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
  letter-spacing: -0.27px;
  margin-left: 6px;
}
#race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > *:last-child {
  width:33.333%;
  padding-left:24px;
  border-left:1px solid rgba(255,255,255,0.15);
}
#race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > *:last-child > *:not(.first-place) {
  padding-top:16px;
}
#race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > *:last-child > * .team-name{
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 112.5% */
  letter-spacing: -0.48px;
}
#race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > *:last-child > * .team-wrapper img {
  width: 32px;
}
#race-highlights.tab-items .md-modal #ov-data-long-text #ov-data-img {
  position: relative;
  padding-bottom:0;
  display: block;
}
#race-highlights.tab-items .md-modal #ov-container > #ov-data-img {
  display:none;
}
.more-items-item > .ov-link:last-child {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}


.slide-items-news .widget-title {
  z-index: 2;
  position: relative;
  pointer-events: none;
}

.slide-items-news .more-items-item  {
  width: auto;
  overflow: visible;
  background: transparent !important;
}

.slide-items-news .more-items-item > a {
  width: calc(var(--column-width) * 2.5);
  border-radius:var(--border-radius) 0 0 var(--border-radius);
  height: calc(var(--column-width) * 2.5 - 8px);
  background: var(--lightgrey);
}
.slide-items-news .more-items-item > a > img {
  border-radius: var(--border-radius);
}
.slide-items-news .more-items-item .wrapper {
  width: calc(var(--column-width) * 2.5 - 8px);
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  background-color: var(--lightgrey);
  height: calc(var(--column-width) * 2.5 - 8px);
  overflow: hidden;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  margin-right: 16px;
  align-items: flex-start;
  left: calc(var(--column-width) * 2.5 );
}
.slide-items-media .more-items-item:active > a:not(.all-box-link),
.slide-items-media .more-items-item:active .more-items-img-container,
.slide-items-media .owl-item .more-items-item:active  .wrapper,
.slide-items-news .owl-item:first-child .more-items-item:active > a:after,
.slide-items-news .more-items-item:active .wrapper,
.slide-items-news .more-items-item:active > a {
  background-color: var(--darkgrey);
  transition: background-color var(--bg-transition-duration);
}
.slide-items-news .owl-item:first-child .more-items-item:hover:active:after,
.slide-items-news .owl-item .more-items-item:active:after, 
.slide-items-media .owl-item .more-items-item:active:after, 
.slide-items-news .owl-item .more-items-item:active:hover:after, 
.slide-items-media .owl-item .more-items-item:hover:active:after {
  background-image: url(../img/rounded-angle-active.svg);
  transition: background-image var(--bg-transition-duration);
}
.slide-items-news .more-items-item .wrapper h2 {
  margin: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px; /* 110.714% */
  letter-spacing: -0.42px;
}

.slide-items-news .owl-item:first-child .more-items-item > a:before {
  border: 6px solid var(--secondary);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--column-width) * 5 );
  border-radius: var(--border-radius) 0 var(--border-radius) var(--border-radius);
  z-index: 1;
  height: calc(var(--column-width) * 5);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
}

.slide-items-news .owl-item:first-child .more-items-item:hover .wrapper:before,
.slide-items-news .owl-item:first-child .more-items-item:hover > a:after,
.slide-items-news .owl-item:first-child .more-items-item:hover > a:before {
  opacity:1;
  transition: opacity var(--bg-transition-duration);
}
.slide-items-news .owl-item:first-child .more-items-item:hover:after {
  transition: all var(--bg-transition-duration);
  background-image:url(../img/rounded-angle-border.svg);
}
.slide-items-news .owl-item:first-child .more-items-item:after {
  background-image:url(../img/rounded-angle-bold.svg),url(../img/rounded-angle-border.svg);
  background-repeat: no-repeat;
  background-position: top left ;
  background-color: transparent;
  background-size: 100% auto,0% auto;
  mask-image: unset;
  -webkit-mask-image: unset;
  z-index: 2;
  left: auto;
  bottom: auto;
  transition: all var(--bg-transition-duration);
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  height: 33px;
  right: -29px;
  top: calc(var(--column-width) * 2.5 - 14px);
}
.slide-items-news .owl-item:first-child .more-items-item > a:after {
  /*content: "";*/
  width: 6px;
  height: 52%;
  background-color: var(--terciary);
  position: absolute;
  top: 6px;
  right: 0px;
  z-index: 2;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
}
.slide-items-news .owl-item:first-child .more-items-item .wrapper:before {
  border-right: 6px solid var(--secondary);
  border-top: 6px solid var(--secondary);
  border-bottom: 6px solid var(--secondary);
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: calc(var(--column-width) * 2.5 + 8px);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  z-index: 1;
  height: calc(var(--column-width) * 2.5 - 8px);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
}
.slide-items-news .owl-item:first-child .more-items-item .wrapper {
  overflow: visible;
}
.slide-items-news .owl-item:first-child .more-items-item .wrapper:after {
  /*content: "";*/
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--terciary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  bottom: -26px;
  left: 6px;
}
.slide-items-news .more-items-list > .more-items-item:not(:first-child) {
  width: calc(var(--column-width) * 2.5 + 4px) ;
}
.slide-items-news .owl-item:not(:first-child) {
  pointer-events: none;
}
.slide-items-news .owl-item:not(:first-child) .more-items-item {
  width: calc(var(--column-width) * 2.5 + 4px) !important;
  pointer-events: all;
  height: calc(var(--column-width) * 2.5 - 8px) !important;
}

.slide-items-news .owl-item:not(:first-child) .more-items-item:before {
  border: 6px solid var(--secondary);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--column-width) * 5 - 8px);
  border-radius: var(--border-radius);
  z-index: 1;
  height: calc(var(--column-width) * 2.5 - 8px);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
}
html.no-touch .slide-items-news .owl-item:not(:first-child) .more-items-item:hover:before {
  opacity: 1;
  transition: opacity var(--bg-transition-duration);
}
.slide-items-news .owl-item:nth-child(even) .more-items-item {
  margin-top: auto;
}

.slide-items-news .more-items-list > .more-items-item:last-child,
.slide-items-news .owl-item:last-child .more-items-item {
  padding-right: calc(var(--column-width) * 4);
  width: calc(var(--column-width) * 6.5 + 4px) !important;
}
.slide-items-news .owl-item:first-child .more-items-item  {
  width: calc(var(--column-width) * 5) !important ;
  margin-right: 16px;
}
.slide-items-news .more-items-list > .more-items-item:first-child {
  width: calc(var(--column-width) * 5)  ;
  margin-right: 16px;
}
.slide-items-news .owl-item:first-child .more-items-item > a {
  width: calc(var(--column-width) * 5);
  border-radius: var(--border-radius) 0 var(--border-radius) var(--border-radius);
  height: calc(var(--column-width) * 5);
}
.slide-items-news .owl-item:first-child .more-items-item .wrapper {
  margin-right: 0;
  width: calc(var(--column-width) * 2.5 + 6px);
  left: calc(var(--column-width) * 5 - 6px);
  z-index: 1;
}

/* Slide items Media */

.slide-items-media .more-items-item {
  background-color: transparent !important;
  width:auto;
}
.slide-items-media .owl-item:not(:first-child) {
  pointer-events: none;
}
.slide-items-media .owl-item:not(:first-child) .more-items-item {
  pointer-events: all;
}
.slide-items-media .more-items-item > a:not(.all-box-link), 
.slide-items-media .more-items-item .more-items-img-container, 
.slide-items-media .more-items-item > .fotorama{
  width: calc(var(--column-width) * 6 - 8px);
  background-color: var(--lightgrey);
  position: relative
  
}
.slide-items-media .owl-carousel .owl-stage {
  padding-bottom: calc(var(--column-width) * 2);
}
.slide-items-media .owl-item .more-items-item {
  margin-right: 16px;
  width: calc(var(--column-width) * 9) !important;
}

.slide-items-media .owl-item:not(:first-child):nth-child(even) .more-items-item {
  margin-left: calc(var(--column-width) * -6 - 16px);
  transform: translate(0px, calc(50% + 8px));
}
.slide-items-media .more-items-item .wrapper{
  width: calc(var(--column-width) * 3 + 14px);
  background-color: var(--lightgrey);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  height: calc(50% - 8px);
  position:relative;
  left: -6px;
  z-index: 1;
}
.slide-items-media .owl-item .more-items-item .wrapper:after {
  /* content: ""; */
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--terciary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  bottom: -26px;
  left: -1px;
}
.slide-items-media .owl-item:nth-child(even) .more-items-item .wrapper:after {
  bottom:auto;
  left: auto;
  right:-1px;
  top:-26px;
  transform: rotate(180deg);
}
.slide-items-media .owl-item:nth-child(even) .more-items-item .wrapper {
  margin-top:auto;
  left: auto;
  right: -6px;
}
.slide-items-media.img-start-end .owl-item:nth-child(even) .more-items-item .wrapper{
  border-radius: var(--border-radius) 0 0  var(--border-radius);
}
.slide-items-media.img-start-end .more-items-item > a:not(.all-box-link), 
.slide-items-media.img-start-end .more-items-item .more-items-img-container, 
.slide-items-media.img-start-end .more-items-item > .fotorama{
  border-radius: var(--border-radius) 0 var(--border-radius) var(--border-radius) ;
}
.slide-items-media.img-start-end .more-items-item > a:not(.all-box-link) img, 
.slide-items-media.img-start-end .more-items-item .more-items-img-container img, 
.slide-items-media.img-start-end .more-items-item > .fotorama img{
  border-radius: var(--border-radius) ;
}
.slide-items-media.img-start-end .owl-item:nth-child(even) .more-items-item > a:not(.all-box-link), 
.slide-items-media.img-start-end .owl-item:nth-child(even) .more-items-item .more-items-img-container, 
.slide-items-media.img-start-end .owl-item:nth-child(even) .more-items-item > .fotorama{
  border-radius:  var(--border-radius) var(--border-radius) var(--border-radius) 0 ;
}

.slide-items-media .blockquote-author {
  background-color: var(--darkgrey);
}
.slide-items-media .blockquote-author .author-name {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 110% */
  letter-spacing: -0.6px;
}
.slide-items-media .author-img .flag-icon {
  border-color: var(--darkgrey);
}
.slide-items-media .owl-item .more-items-item > a .more-items-img-mask {
  border: 6px solid var(--secondary);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--column-width) * 6 - 8px);
  border-radius: var(--border-radius)   0 var(--border-radius) var(--border-radius) ;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
  background: transparent;
  aspect-ratio: 16/9;
}
.slide-items-media .owl-item:nth-child(even) .more-items-item > a .more-items-img-mask {
  border-radius: var(--border-radius)  var(--border-radius) var(--border-radius) 0;
}
.slide-items-media .owl-item .more-items-item:hover .wrapper:before, 
.slide-items-media .owl-item .more-items-item:hover > a .more-items-img-mask:before, 
.slide-items-media .owl-item .more-items-item:hover > a .more-items-img-mask {
  opacity:1;
  transition: opacity var(--bg-transition-duration);
}
.slide-items-media .owl-item .more-items-item:hover:after {
  transition: all var(--bg-transition-duration);
  background-image:url(../img/rounded-angle-border.svg);
}
.slide-items-media .owl-item .more-items-item:after {
  background-image:url(../img/rounded-angle-bold.svg),url(../img/rounded-angle-border.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
  background-size: 100% auto,0% auto;
  mask-image: unset;
  -webkit-mask-image: unset;
  z-index: 2;
  left: auto;
  bottom: auto;
  transition: all var(--bg-transition-duration);
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  height: 33px;
  right: calc(var(--column-width) * 3 - 21px);
  top: calc( 50% - 14px);
}
.slide-items-media .owl-item:nth-child(even) .more-items-item:after {
  transform: rotate(180deg);
  left: calc(var(--column-width) * 3 - 21px);
  right: auto;
  top: calc( 50% - 19px);
  height: 33.2px;
}
.slide-items-media .owl-item:nth-child(even) .more-items-item > a .more-items-img-mask:before {
  right: auto;
  left:  -6px;
  top:auto;
  bottom:0;
}
.slide-items-media .owl-item .more-items-item .wrapper:before {
  border-right: 6px solid var(--secondary);
  border-top: 6px solid var(--secondary);
  border-bottom: 6px solid var(--secondary);
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  z-index: 1;
  bottom:0;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
}
.slide-items-media .owl-item:nth-child(even) .more-items-item .wrapper:before {
  border-right: none;
  border-top: 6px solid var(--secondary);
  border-bottom: 6px solid var(--secondary);
  border-left: 6px solid var(--secondary);
  border-radius:  var(--border-radius)  0 0 var(--border-radius) ;
}
.slide-items-media .owl-item .more-items-item .wrapper {
  overflow: visible;
}

.media-landing .more-items-item .wrapper {
  aspect-ratio: 160/45;
}

/* OWL nav News and Media */

.slide-items-nav .more-items-list {
  overflow: visible;
  padding-top: 130px;
  margin-top: -130px;
  pointer-events: none;
}
.slide-items-nav .more-items-list .owl-stage-outer {
  pointer-events: all;
}
.slide-items-nav .owl-theme.owl-carousel .owl-nav:not(.disabled) {
  top: 39px;
  width: auto;
  margin-left: calc((100vw - var(--max-width-column)) / 2 + 30px);
  margin-top: 0;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
}
.slide-items-nav .owl-carousel .owl-nav button.owl-prev {
  order: -1;
  opacity: 1;
}
.slide-items-nav .owl-theme.owl-carousel .owl-nav [class*='owl-']{
  margin:0;
}
.slide-items-nav .owl-theme.owl-carousel:has(.owl-dots:not(.disabled)) .owl-nav button.owl-next {
  margin-left: 70px !important;
}
.slide-items-nav.slide-items-nav-right .owl-theme.owl-carousel .owl-nav:not(.disabled) {
  right:0;
  left: auto;
}
.slide-items-nav.slide-items-nav-right .owl-theme.owl-carousel .owl-dots:not(.disabled) {
  right: 61px;
  left: auto;
}
.slide-items-nav .owl-carousel .owl-nav button.owl-next {
  margin-left: 8px !important;
}
.slide-items-nav .owl-carousel .owl-nav button.owl-prev:after,
.slide-items-nav .owl-carousel .owl-nav button.owl-next:after {
  content: "";
  height: 52px;
  display: flex;
  background-color: var(--secondary);
  mask-image: url(../img/bt-drop.svg);
  -webkit-mask-image: url(../img/bt-drop.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center right;
  -webkit-mask-position: center right;
  z-index: 0;
  width: 68px;
  position: relative;
  transition: background-color var(--bg-transition-duration);
  flex: none;
  position: absolute;
  top: 0;
  right: 0;
}
.slide-items-nav .owl-carousel .owl-nav button.owl-prev:after {
  transform: rotate(180deg);
  left: 0;
  right: auto;

}
.slide-items-nav .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: var(--secondary);
  color: #000;
  border-radius: 50%;
  top: 39px;
  margin-left: calc((100vw - var(--max-width-column)) / 2 + 91px);
  opacity: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.3px;
  transition: opacity var(--bg-transition-duration);
}

.slide-items-nav .owl-dots:after {
  content: counter(slides-num);
  vertical-align: middle;
  display: inline-block;
  margin-right: auto;
}

.slide-items-nav .owl-dot {
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 0;
  width: auto;
  vertical-align: middle;
  line-height: 52px !important;
}

.slide-items-nav .owl-dot span {
  display: none !important;
}

.slide-items-nav .owl-dot.active:before {
  content: counter(slides-num) "/";
  display: flex;
  margin-left: auto;
}
.owl-theme.owl-carousel .owl-dots .owl-dot:not(.active) {
margin:0
}

/* News Simple */

.slide-items-news-simple .more-items-item .wrapper h2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.news-landing #landing-news .more-items-item:hover:before,
.slide-items-news-simple .owl-item .more-items-item:hover:before {
  opacity: 1;
  transition: opacity var(--bg-transition-duration);
}
.news-landing #landing-news .more-items-item:before,
.slide-items-news-simple .owl-item .more-items-item:before {
  border: 6px solid var(--secondary);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: var(--border-radius);
  z-index: 1;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
}
.slide-items-news-simple:not(.img-aside) .more-items-item .wrapper {
  aspect-ratio: 160/45;
}



/* Landing News & Media */

body.news-landing #landing-news:not(.scrolling) .more-items-list .more-items-item:nth-child(odd) {
  transition: all .7s cubic-bezier(0.65, 0.03, 0.32, 0.98);
}
body.news-landing #landing-news .tabs-content .more-items-list {
  overflow: visible;
}

/* Felix */
.s2-miami #event-header .article-view-body .link-button a {
  background-color: var(--secondary);
  color: var(--dark)
}
.s2-miami .boxed .link-button:after {
  background-color: var(--secondary);
}
.s2-miami .boxed .link-button a:before {
  background-image: url(../img/arrow-animated.svg);
}
.s2-miami .boxed .link-button {
  --hoverColor: #80E453;
}
.border-top-0 {
  border-top: 0 !important;
}
#buttons-group.pt-40 {
  padding: 40px !important;
}
.downloads #welcome-logged .all-box-link {
  pointer-events: none;
}
.maggiore #event-body .article-view-intro .link-button {
  margin-left: auto;
  max-width: 55%;
}
.mb-20 {
  margin-bottom: 20px;
}
.tabs-overflow-auto .tabs {
  overflow: auto;
}
.downloads .welcome-logged {
  pointer-events: none;
}
#press-releases .more-items-item .wrapper time {
  padding: 6px 8px;
}
.mediacenter .thumbnails-view.downloads-main .downloads-container .downloads-item .downloads-item-main {
  display: none;
}
.hidden-related .filters-toggle {
  display: none;
}
#downloads-main .results-found {
  width: 100%;
}
.downloads.press-release .article strong {
  color: var(--white);
  font-weight: bold !important;
}
.downloads.press-release .article em {
  font-style: italic !important;
}
.downloads.press-release header figure img {
  width: 100%;
}
.downloads #navigation .menu > li:last-child:after {
  display: none;
}
.downloads-more-items.downloads-main .downloads-container {
  background: transparent;
}
.downloads-more-items.thumbnails-view.downloads-main .downloads-container > ul li {
  background-color: var(--lightgrey);
  border-radius: var(--border-radius);
  border: none;
  width: calc(25% - var(--gap));
  margin-left: calc(var(--gap) / 2);
  margin-right: calc(var(--gap) / 2);
}
.downloads-more-items.thumbnails-view.downloads-main .downloads-container > ul li:before {
  display: none;
}
.downloads-more-items.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
  background: transparent;
  height: auto;
}
.downloads-more-items.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
  overflow: hidden;
  padding: 6px;
  max-height: revert;
  object-fit: contain;
  aspect-ratio: 3 / 2;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
}
.downloads-more-items.downloads-main .separator .separator-container {
  background: transparent;
  font-size: 42px;
  color: var(--white);
  font-family: var(--font-family-main);
  font-weight: 500;
}
.downloads-more-items.thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-title {
  color: var(--white);
}
.dark .preview-details .disclaimer {
  color: var(--white);
  margin-top: 20px;
}
.home #hero-slider #article-top-story-78 .more-items-text {
  display: none;
}
.home #hero-slider #article-top-story-78 .wrapper > h2 {
  margin-bottom: 0;
}
body.bombay #content .widget {
  --secondary: #fff;
}
body.bombay.partner .article header:has(figure) ~ .article-view-body p {
  max-width: calc(var(--column-width) * 12);
  padding-left: calc(var(--column-width) * 4.5);
}
#footer-partners-wrapper div:nth-child(2),
.partners-v2 .column > #championship-partners:nth-child(2) {
  border-bottom: 0;
}
#footer-partners-wrapper div:nth-child(2) li {
  margin-bottom: 0;
}
#footer-partners-wrapper div:nth-child(3),
.partners-v2 .column > #championship-partners:nth-child(3) {
  border-top: 0;
}
.s2-doha #footer #championship-partners.s2-doha {
  display: block !important;
  visibility: visible;
}
.s2-lagos #footer #championship-partners.s2-lagos {
  display: block !important;
  visibility: visible;
}
.s2-lagos #footer #championship-partners.s2-lagos:first-of-type {
  border-top: 0;
}
.s2-lagos #footer #suppliers-partners {
  display: none;
}
.s2-lagos #footer #championship-partners:not(.s2-lagos) {
  display: none;
}
.s2-doha #footer #championship-partners.s2-doha ul {
  position: relative;
}
.s2-doha #footer #championship-partners.s2-doha ul:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: var(--terciary);
}
.s2-miami #footer #championship-partners.s2-miami {
  display: block !important;
  visibility: visible;
}
.teams .article-view #slideshow-gallery {
  max-height: revert;
  aspect-ratio: auto;
}
.file-download-article {
  height: calc(100svh - var(--header-height));
}
.file-download-article figure img {
  width: 100%;
}
.file-download-article .article-view-title {
  text-align: center;
  max-width: var(--max-width-column-small);
  padding: 0;
  font-family: var(--font-family-title);
}
.file-download-article  .files-list {
  list-style: none;
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.file-download-article .pdf-icon-li {
  --hoverColor: #80E453;
  max-width: fit-content;
  transition: all .5s var(--bg-transition-duration) cubic-bezier(0.4, 0, 1, 1);
  position: relative;
}
.file-download-article .pdf-icon {
  white-space: wrap;
  z-index: 1;
  position: relative;
  color: var(--dark);
}
.file-download-article .pdf-icon:hover {
  color: var(--dark);
}
.file-download-article .pdf-icon-li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  border-radius: var(--border-radius-md);
  display: block;
  z-index:1;
  margin: 0;
  transition: all var(--bg-transition-duration);
  width: 36px;
  background-color: var(--hoverColor);
  opacity: 0;
}
.file-download-article .pdf-icon-li:hover:before {
  transition: all var(--bg-transition-duration);
  width: calc(100% - 8px);
  opacity: 1;
}
#footer-signup .textlargo .separator,
.signup #sign-up .formly-field.textlargo .separator {
  font-size: 14px;
  font-weight: 400;
}
#footer-signup .marketing label,
#footer-signup .agree label,
.signup #sign-up .formly-field.marketing label,
.signup #sign-up .formly-field.agreee label {
  display: flex;
  color: transparent;

}
#footer-signup .marketing label input,
#footer-signup .agree label input,
.signup #sign-up .formly-field.marketing label input,
.signup #sign-up .formly-field.agree label input {
  align-self: flex-start;
  margin-top: 2px;
  margin-right: 6px;
}
#footer-signup .marketing label span,
#footer-signup .agree label span,
.signup #sign-up .formly-field.marketing label span,
.signup #sign-up .formly-field.agree label span {
  color: var(--white);
}
#footer-signup .marketing label span div:after,
#footer-signup .agree label span div:after,
.signup #sign-up .formly-field.marketing label span div:after,
.signup #sign-up .formly-field.agree label span div:after {
  content: "*";
}
/* Press releases */
#press-releases .more-items-item .more-items-img-container img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
#press-releases .tabs .tab a span {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#press-releases .tabs .tab a:after {
  display: none;
}
#press-releases .more-items-item .wrapper {
  flex: 1;
}
#press-releases .more-items-item .wrapper .more-items-category div,
.childrens-container .more-items-category.children div {
  font-size: 0;
  display: flex;
  align-items: center;
}
#press-releases .more-items-item .wrapper .more-items-category div:before,
.childrens-container .more-items-category.children div:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background-size: cover;
  border-radius: var(--border-radius-md);
}
#press-releases .more-items-item.lang-1 .wrapper .more-items-category div:before,
#press-releases .more-items-item.lang-01 .wrapper .more-items-category div:before,
#press-releases .more-items-item.lang-001 .wrapper .more-items-category div:before,
#press-releases .more-items-item.lang-0001 .wrapper .more-items-category div:before,
#press-releases .more-items-item.lang-00001 .wrapper .more-items-category div:before,
#press-releases .more-items-item.lang-000001 .wrapper .more-items-category div:before {
 background-image: url(../img/flags/4x3/gb.svg);
}
#press-releases .more-items-item.lang-2 .wrapper .more-items-category div:before {
 background-image: url(../img/flags/4x3/es.svg);
}
#press-releases .more-items-item.lang-3 .wrapper .more-items-category div:before {
 background-image: url(../img/flags/4x3/it.svg);
}
#press-releases .more-items-item.lang-4 .wrapper .more-items-category div:before {
 background-image: url(../img/flags/4x3/fr.svg);
}
#press-releases .more-items-item.lang-5 .wrapper .more-items-category div:before {
 background-image: url(../img/flags/4x3/sa.svg);
}

.childrens-container{
  position: relative;
  z-index: 5;
  cursor: pointer;
  pointer-events: auto;
  padding: 0 16px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 6px;
}
.childrens-container time{
  margin-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 6px 8px;
  background-color: #000;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 0;
  border-radius: var(--border-radius);
  text-transform: none;
  margin-bottom: 0;
}
.childrens-container time .date-time{
  display: none;
}
.childrens-container .more-items-category.children{
  position: relative;
  background-color: #000;
  padding: 4px 8px;
  border-radius: var(--border-radius);
  letter-spacing: 0;
}
.childrens-container .more-items-category.children.lang-1 div:before {
 background-image: url(../img/flags/4x3/gb.svg) !important;
}
.childrens-container .more-items-category.children.lang-2 div:before {
 background-image: url(../img/flags/4x3/es.svg) !important;
}
.childrens-container .more-items-category.children.lang-3 div:before {
 background-image: url(../img/flags/4x3/it.svg) !important;
}
.childrens-container .more-items-category.children.lang-4 div:before {
 background-image: url(../img/flags/4x3/fr.svg) !important;
}
.childrens-container .more-items-category.children.lang-5 div:before {
 background-image: url(../img/flags/4x3/sa.svg) !important;
}
.childrens-container .more-items-category.children.lang-6 div:before {
 background-image: url(../img/flags/4x3/hr.svg) !important;
}

/* Sustainability */
.sustainability #sustainability-banner.home-banner-desktop ul li .wrapper h2 {
  max-width: max-content;
  font-size: 70px;
}
.sustainability #sustainability-banner li > a img {
  max-height: 80svh;
  object-fit: cover;
}
.sustainability #sustainability-banner .more-items-long-text {
  display: flex;
  flex-direction: column;
  font-size: 40px;
 line-height: 1;
}
.sustainability #sustainability-banner .more-items-long-text .top-story-subtitle {
  color: var(--secondary);
}
.sustainability #blue-impact-program ul li > a {
  padding-left: var(--column-width);
}
.sustainability #blue-impact-program ul li .wrapper {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-right: calc(var(--column-width));
  padding-left: 40px;
}
.sustainability #blue-impact-program ul li .wrapper p strong {
  color: var(--secondary);
  font-weight: normal;
}
.sustainability #expert-backing .more-items-item {
  flex-direction: row-reverse;
}
#article-view.clamp-title .article-view-title,
.clamp-title .three-img-layout .widget-title,
.clamp-title .widget-title {
  font-size: clamp(48px, 3rem + 4vw, 100px);
  line-height: 1;
}
.blue-impact-program .video-view .article-view-intro {
  padding: 0 calc(var(--column-width)* 4) 0 0;
}
.blue-impact-program #buttons-group {
  padding-right: calc(var(--column-width)* 2);
  max-width: var(--max-width-column-article);
}
.blue-impact-program #buttons-group .link-button {
  width: max-content;
}
.blue-impact-championship .three-img-layout .more-items-item {
  padding-right: calc(var(--column-width)* 1);
}
.blue-impact-championship .three-img-layout .more-items-item > a {
  width: 51%;
}
.blue-impact-championship .three-img-layout .more-items-item .wrapper {
  padding-right: calc(var(--column-width)* 0.5);
}
.blue-impact-championship #article-view .article-view-title {
  font-size: 70px;
  line-height: 1;
  font-weight: 500;
  padding-right: calc(var(--column-width)* 3.5);
}
.blue-impact-championship .widget.article-view .article,
.signatory .widget.article-view .article,
.blue-impact-program .widget.article-view .article {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blue-impact-program .video-view header .article-view-title {
  margin-top: 0;
}
.sustainable-policy .article-view-title {
  padding-right: 0;
}
.sustainable-policy .article-view-body > h1,
.sustainable-policy .article-view-body > h2 {
  font-family: var(--font-family-main);
}
.blue-impact-championship .widget.article-view .article header {
  margin-bottom: 0;
}
.blue-impact-championship #article-view:last-of-type .article {
  padding-bottom: 60px;
}
/* Sports For Nature */
.signatory #content #sponsors ul {
  background: var(--darkgrey);
  border-radius: var(--border-radius);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  row-gap: 40px;
}
.signatory #content #sponsors ul:after {
  content: "";
  width: 84%;
  height: 1px;
  top: calc(50%);
  transform: translateY(-50%);
  position: absolute;
  background-color: var(--body-h-padding);
  background-color: rgba(255,255,255,0.15);
}
.signatory #content #sponsors ul li {
  justify-content: center;
  margin-bottom: 0;
}
.signatory #content #sponsors ul li > a img {
  border-radius: 0;
}
/* Blue impact championship 2 */
.blue-impact-2 #who-we-are .widget-title {
  max-width: 50%;
}
.blue-impact-2 #who-we-are .widget-title  p {
  font-size: 20px;
}
.blue-impact-2 .vertical-scroll-items li {
  width: 128px;
}
.blue-impact-2 .vertical-scroll-items li .wrapper > h2 {
  justify-content: center
}
.sports-for-nature .more-items-item {
  flex-direction: row-reverse;
  gap: 20px;
  justify-content: flex-end;
}
.sports-for-nature .more-items-item .wrapper {
  width: calc(var(--column-width)* 8);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sports-for-nature .more-items-item .wrapper > p {
  width: calc(var(--column-width)* 5);
}
.sports-for-nature .more-items-item > a {
  width: calc(var(--column-width)* 3);
}
.sports-for-nature > a {
  width: 30%;
}
#sustainability-banner.video video {
  max-height: 75svh;
  height: 100%;
  border-radius: var(--border-radius-sm);
  display: block;
}
body.monaco.event-page .vertical-scroll-items .widget-title {
    font-size: 56px;
}
body.event-page.s2-doha #footer #suppliers-partners li.maison-telmont,
body.event-page.s2-doha #footer #suppliers-partners li.whispering-angel,
body.event-page.s2-jeddah #footer #suppliers-partners li.maison-telmont,
body.event-page.s2-jeddah #footer #suppliers-partners li.whispering-angel {
  display: none;
}
body.event-page #article-v2 blockquote h2.long-text {
  font-size: 30px;
  line-height: 34px;
}
body.event-page.miami #championship-partners.magnus {
  display: block !important;
  visibility: visible;
}
body.event-page.dubrovnik #championship-partners.dubrovnik {
  display: block !important;
  visibility: visible;
}
body.event-page.s2-jeddah #championship-partners.mosswsdf {
  display: block !important;
  visibility: visible;
}
/* Home banners */
body.home .home-banner-desktop ul li .wrapper {
  flex-wrap: nowrap;
  gap: 4em;
}
body.home #meet-the-team.home-banner-desktop ul li .wrapper h2,
body.home #meet-the-team.home-banner-desktop ul li .wrapper .more-items-text {
  width: 40%;
  margin-bottom: 3px;
}
#sustainability-banner.home-banner-desktop ul li .wrapper {
  padding:16px 25px 30px 25px;
}
#sustainability-banner.home-banner-mobile ul li .wrapper h2,
#sustainability-banner.home-banner-desktop ul li .wrapper h2 {
  margin-right: auto;
  flex:auto;
}
body.home #race-format.home-banner-desktop ul li .wrapper h2,
body.home #race-format.home-banner-desktop ul li .wrapper .more-items-text,
body.home #sustainability-banner.home-banner-desktop ul li .wrapper h2,
body.home #sustainability-banner.home-banner-desktop ul li .wrapper .more-items-text {
  width: auto;
}
body.home .home-banner-desktop ul li .wrapper .link-button {
  width: 25%;
}

body.home .home-banner-mobile .wrapper,
body.sustainability .home-banner-mobile .wrapper {
  /* background: none !important; */
  justify-content: flex-start;
  padding: 16px !important;
}
body.home .home-banner-mobile li > a img,
body.sustainability .home-banner-mobile li > a img {
  padding: 0;
}
/* Pilot Academy */
.pilot-academy .article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.pilot-academy .article-view.gallery-view.normal-header-article header figure, 
.pilot-academy .article-view.gallery-view.normal-header-article #slideshow-gallery {
  background: transparent;
  border-color: transparent;
}
.pilot-academy .article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot:before, 
.pilot-academy .article-view.gallery-view .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  display: none;
}
#pilot-academy ul li:active {
  background-color: var(--lightgrey);
}
.pilot-academy .vertical-scroll-items li {
  width: 534px;
}
.pilot-academy .vertical-scroll-items li.active .wrapper > p {
  height: 195px;
}
.unsubscribe form {
  justify-content: center;
  padding-inline: 20px;
}
.unsubscribe form .form-messages {
  color: var(--white);
}
.unsubscribe form .formly > div > div:nth-child(2) {
  display: none;
}
.racebird #team-3d #widget-embed .link-button.explore {
  display: none;
}
.hotspot-info-container {
  color: var(--white);
  background: var(--primary);
  max-width: 35%;
  border-radius: var(--border-radius-md) 0 var(--border-radius) 0;
  background-color: var(--primary);
  padding: 24px;
  line-height: 1.4;
  position: absolute;
  z-index: 99999;
  bottom: -2px;
  right: -2px;
  transform: translate(100%, 100%);
  transition: all .6s ease;
}
.hotspot-info-container.active {
  transform: none;
}
.hotspot-info-container::before {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--primary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: rotate(180deg);
  bottom: -0.5px;
  left: -26px
}
.hotspot-info-container::after {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--primary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: scaleX(-1) rotate(270deg);
  top: -26px;
  right: -1px;
}
.hotspot-info-container .reset-button {
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 18px;
  right: 16px;
}
.hotspot-info-container .reset-button:before {
  background: none;
  content: "\f2c0";
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 28px;
  color: var(--white);
}
.hotspot-info-container h2 {
  color: var(--white);
  font-size: 28px;
}
.hotspot-info-container p {
  font-size: 20px;
}
#team-3d #widget-embed {
  border: 6px solid var(--lightgrey);
  border-radius: var(--border-radius);
  background: var(--darkgrey);
  display: flex;
  justify-content: center;
  align-items: center;
}
.racebird #team-3d #widget-embed {
  position: relative;
  /* border-color: var(--primary); */
  overflow: hidden;
}
.loader {
  width: 55px;
  aspect-ratio: 1;
  position: relative;
}
.loader:before
.loader:after {
  content: "";
  position: absolute;
  border-radius: 50px;
  box-shadow: 0 0 0 3px inset var(--lightgrey);
  animation: l4 2.5s infinite;
}
.loader:after {
  animation-delay: -1.25s;
}
@keyframes l4 {
  0% {
    inset: 0 30px 30px 0;
  }
  12.5% {
    inset: 0 30px 0 0;
  }
  25% {
    inset: 30px 30px 0 0;
  }
  37.5% {
    inset: 30px 0 0 0;
  }
  50% {
    inset: 30px 0 0 30px;
  }
  62.5% {
    inset: 0 0 0 30px;
  }
  75% {
    inset: 0 0 30px 30px;
  }
  87.5% {
    inset: 0 0 30px 0;
  }
  100% {
    inset: 0 30px 30px 0;
  }
}
#team-3d #widget-embed .loader {
  position: absolute;
  opacity: 0;
  transition: opacity .3s;
}
#team-3d #widget-embed.loader-on .loader {
  opacity: 1;
  transition: opacity .3s;
}

#container-e1-3d.boxed .more-items-item {
  padding: 6px;
}
#racebird-wrapper > *{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#teams-selector {
  position: absolute;
  top: 26px;
  width: 37%;
  min-width: 350px;
}
#teams-selector ul li {
  border-radius: 50%;
  transition: background-color .3s;
}
#teams-selector ul li.active {
  transition: background-color .3s;
}

#team-3d iframe {
  transition: opacity .3s;
}
#team-3d #widget-embed.loading iframe {
  opacity: 0;
  transition: opacity .3s;
}
#teams-selector ul li:not(.active) {
  background-color: var(--lightgrey) !important;
}
#teams-selector ul li:not(.active) > a img {
  filter: none;
}


.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}
html.no-touch #ar-button:not(.enabled) {
  display: none;
}
#ar-button {
  background-image: url(../img/3d/ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 8px 50%;
  background-color: #fff;
  position: absolute;
  right: 0px;
  white-space: nowrap;
  bottom: 10px;
  padding: 0px 18px;
  font-family: var(--font-family-text);
  font-size: 14px;
  color: #4285f4;
  height: 36px;
  line-height: 36px;
  border-color: var(--secondary);
  border-radius: 18px;
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}



.no-active-items .more-items-item:active {
  background-color: revert;
}
/* mediacenter */
.downloads .details-view .downloads-container .preview-unavailable {
  position: relative;
}
.downloads .details-view .downloads-container .preview-unavailable span {
  position: absolute;
  display: flex;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  justify-content: center;
  background: #00000080;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.downloads-main .no-results-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.downloads-main .no-results-container > div {
  /* color: var(--dark); */
}
.thumbnails-view.downloads-main .downloads-container > ul li.type-2  .downloads-item-tools:after {
  color: var(--red);
  content: "\f008";
  font-family: remixicon;
  font-size: 24px;
}
.thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i {
  display: none;
}
/* .downloads-main .downloads-container > ul li.type-multi .downloads-item-info .item-info-type {
  display: none;
} */
.downloads #user-menu {
  z-index: revert;
}
#gigya-login-screen .message-success span {
  color: var(--secondary);
}
.downloads .custom-menu-dynamic ul {
  justify-content: center;
}
.downloads .custom-menu-dynamic ul li {
  margin: auto 8px auto 0px;
  border-radius: var(--border-radius-lg);
}
.downloads .custom-menu-dynamic ul li a {
  padding: 0px 34px;
  justify-content: center;
  display: flex;
  color: var(--white);
  align-items: center;
  height: 44px;
  border-radius: 100px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.downloads .custom-menu-dynamic ul li:hover a {
  color: var(--secondary);
}
.downloads #press-releases .more-items-list {
  display: flex;
}
.dark #footer .widget {
  background-color: transparent;
}
.downloads .transcoding-container {
  margin-bottom: 12px;
  margin-top: 4px;
}
.downloads .item-info-transcoding,
.downloads .item-info .item-info-transcoding {
  padding: 7px 9px;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 12px;
  width: fit-content;
  color: var(--dark);
}
.downloads .item-info-transcoding.complete {
  background-color: var(--secondary);
}
.downloads .item-info-transcoding.initiated {
  background-color: #ffe900;
}
.downloads .item-info-transcoding.unknown {
  background-color: var(--red);
}
.downloads .item-info .item-info-transcoding {
  background-color: #ffe900;
}

/* General */
.sustainability-box.boxed.bottom-box .more-items-item {
  background: var(--lightgrey);
}
.sustainability-box.boxed.bottom-box .more-items-item .wrapper {
  background: var(--secondary);
  padding: 10px 50px 16px 40px;
  width: max-content;
}
.sustainability-box.boxed.bottom-box.left-box .more-items-item .wrapper {
  margin-left: 6px;
  margin-bottom: 6px;
  border-bottom-left-radius: var(--border-radius-sm);
}
.sustainability-box.boxed.bottom-box .more-items-item .wrapper:after,
.sustainability-box.boxed.bottom-box .more-items-item .wrapper:before {
  display: none;
}
#about-top.sustainability-box #videoControls .btn:before {
  background-color: transparent !important;
}
#about-top.sustainability-box.new .btn {
  background-color: transparent;
}
.wrapper-align-start .wrapper {
  flex-direction: column;
}
.three-img-layout .more-items-item > a {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.three-img-layout .more-items-item > a > img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.three-img-layout .more-items-item > a > img:first-child {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
.three-img-layout.img-aside .more-items-item {
  gap: 20px;
}
.three-img-layout.img-aside .wrapper {
  /* padding: 6px; */
}
.blue-impact-program .three-img-layout.img-aside .wrapper > * {
  max-width: calc(var(--column-width) * 3);
}
.secondary-color-strong strong {
  color: var(--secondary);
  font-weight: normal;
}
.secondary-wrapper-title .wrapper > h2,
.secondary-wrapper-title .wrapper > h2 a {
  color: var(--secondary);
}
.secondary-color-items .more-items-item {
  background-color: var(--secondary);
}
.secondary-color-items .more-items-item * {
  color: var(--dark);
}
.space-between-wrapper ul li .wrapper {
  justify-content: space-between !important;
} 
#navigation-container .menu li.AL > a {
  align-self: center;
}
.more-items-item.AL .content-title br,
.more-items-item.AL h2 > a br {
  display: none;
}
#teams-menu .more-items-item.AL h2 > a br {
  display: block;
}
.more-items-item-column-reverse .more-items-item {
  flex-direction: column-reverse;
}
.main-font-title .widget-title {
  font-family: var(--font-family-main);
}
.strong-secundary-color strong {
  color: var(--secondary);
  font-weight: normal;
}
.no-margin-inline-items .more-items-item {
  margin-inline: 0;
}
section.forgot-password .widget-title {
  text-align: left;
  font-size: 24px;
  max-width: 600px !important;
  padding-bottom: 0;
}
section.forgot-password .widget-title br {
  display: none;
}
section.forgot-password form {
  max-width: 600px;
  margin-inline: auto;
}
.forgot-response {
  max-width: 600px !important;
}
.forgot-response .response-message  {
  color: var(--secondary);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.formly-field-select .controls {
  position: relative;
}
.formly-field-select .controls:after {
  pointer-events: none;
  color: var(--dark);
  content: "\ea4e";
  position: absolute;
  z-index: 9999;
  font-family: 'remixicon';
  bottom: 14px;
  right: 11px;
}
.signup #sign-up .form-messages strong {
  color: var(--secondary);
  font-size: 24px;
  font-weight: normal;
}
input::placeholder {
  overflow: visible;
}
select option {
  overflow: visible;
}
.hide-figcaption figcaption {
  display: none;
}
#navigation-primary .menu > li.about a {
  justify-content: flex-start;
  gap: 8px;
}

.article strong {
  font-weight: normal;
  color: var(--secondary);
}
span.normal-e {
  font-family: var(--font-family-title);
  line-height: .7;
}
.countdown-container {
  gap: 8px;
}
#target-date {
  display: none;
}
.width-100 {
  width: 100% !important;
}
.width-0 {
  width: 0 !important;
  margin: 0 !important;
}
.darkgrey-bg {
  background-color: var(--darkgrey);
}
.primary-color-items li {
    background-color: var(--primary) !important;
}
.primary-bg {
  background-color: var(--primary);
}
.primary-bg .link-button{
--hoverColor: var(--darkgrey);
}
.primary-bg .link-button a,
.primary-bg .link-button:after,
.primary-bg .link-button a:before {
  color: #fff;
  background-color: var(--black);
}
.primary-bg .link-button a:before {
  background-image: url(../img/arrow-animated-dark.svg);
}

.primary-bg .link-button:after {
  background: url(../img/arrow-right.svg) center no-repeat var(--black);
}
.max-width-column {
  max-width: var(--max-width-column);
}
.max-width-column-fotorama .fotorama {
  max-width: var(--max-width-column);
  margin-inline: auto;
}
.max-width-column-small-article .article header {
  max-width: var(--max-width-column-press);
  margin-inline: auto;
}
.max-width-column-small-article .article header h1 {
  padding: 0;
}
.max-width-column-small-article .article .article-view-body {
  max-width: var(--max-width-column-press);
  margin-inline: auto;
  margin-top: 30px;
}
.max-width-column-small-article .article .article-view-intro {
  padding-right: 0;
  padding-left: 0;
}


.tabs-right {
  flex-direction: row-reverse;
}
.tab-items.tabs-right .more-items-list {
  padding-left: calc(var(--column-margin) + 2px);
  padding-right: revert;
}
.tab-items.tabs-right .more-items-list li.active:after {
  left: -21px;
  right: revert;
}
.transparent-items li {
  background: transparent !important;
}
.flex-1 {
  flex: 1;
}
.white-text *,
.white-text,
.white-text .wrapper * {
  color: var(--white);
}
.main-font-text .wrapper h2 {
  font-family: var(--font-family-main);
  font-weight: normal;
}
.main-font-text .wrapper h2 a {
  font-weight: normal;
}
.bg-darkgrey {
  background: var(--darkgrey);
}

.primary-color-border li img ,
.primary-color-border-fotorama .fotorama {
  border: 6px solid var(--primary);
  border-radius: var(--border-radius) !important;
}


.team-color .more-items-item.VE {
  background: var(--venice-racing-color) !important;
}
.team-color-a .more-items-item.VE > a {
  background: var(--venice-racing-color) !important;
}
.team-color .more-items-item.VE .wrapper,
.team-color-a .more-items-item.VE .wrapper {
  background: var(--venice-racing-color) !important;
}
.team-color .more-items-item.VE .wrapper:before,
.team-color .more-items-item.VE .wrapper:after,
.team-color-a .more-items-item.VE .wrapper:before,
.team-color-a .more-items-item.VE .wrapper:after {
  background: var(--venice-racing-color) !important;
}
.team-color .more-items-item.ME {
  background: var(--team-mexico-color) !important;
}
.team-color-a .more-items-item.ME > a {
  background: var(--team-mexico-color) !important;
}
.team-color .more-items-item.ME .wrapper, 
.team-color-a .more-items-item.ME .wrapper {
  background: var(--team-mexico-color) !important;
}
.team-color .more-items-item.ME .wrapper:before,
.team-color .more-items-item.ME .wrapper:after,
.team-color-a .more-items-item.ME .wrapper:before,
.team-color-a .more-items-item.ME .wrapper:after {
  background: var(--team-mexico-color) !important;
}
.team-color .more-items-item.NA {
  background: var(--team-nadal-color) !important;
}
.team-color-a .more-items-item.NA > a {
  background: var(--team-nadal-color) !important;
}
.team-color .more-items-item.NA .wrapper, 
.team-color-a .more-items-item.NA .wrapper {
  background: var(--team-nadal-color) !important;
}
.team-color .more-items-item.NA .wrapper:before,
.team-color .more-items-item.NA .wrapper:after,
.team-color-a .more-items-item.NA .wrapper:before,
.team-color-a .more-items-item.NA .wrapper:after {
  background: var(--team-nadal-color) !important;
}
.team-color .more-items-item.DR {
  background: var(--team-drogba-color) !important;
}
.team-color-a .more-items-item.DR > a {
  background: var(--team-drogba-color) !important;
}

.team-color-full .more-items-item.DR .wrapper h2,
.team-color-full .more-items-item.DR .wrapper h2 a {
  color: #000;
}
.team-color .more-items-item.DR .wrapper, 
.team-color-a .more-items-item.DR .wrapper {
  background: var(--team-drogba-color) !important;
}
.team-color.owner .more-items-item.DR .wrapper small,
.team-color .more-items-item.DR .wrapper p,
.team-color .more-items-item.DR .wrapper h2,
.team-color .more-items-item.DR .wrapper h2 a {
  color: #000;
}
.team-color .more-items-item.DR .wrapper:before,
.team-color .more-items-item.DR .wrapper:after,
.team-color-a .more-items-item.DR .wrapper:before,
.team-color-a .more-items-item.DR .wrapper:after {
  background: var(--team-drogba-color) !important;
}
.team-color:not(.owner) .more-items-item.DR > a img {
  filter: invert(1);
}
.team-color .more-items-item.BR {
  background: var(--team-brady-color) !important;
}
.team-color-a .more-items-item.BR > a {
  background: var(--team-brady-color) !important;
}
.team-color .more-items-item.BR .wrapper, 
.team-color-a .more-items-item.BR .wrapper {
  background: var(--team-brady-color) !important;
}
.team-color .more-items-item.BR .wrapper:before,
.team-color .more-items-item.BR .wrapper:after,
.team-color-a .more-items-item.BR .wrapper:before,
.team-color-a .more-items-item.BR .wrapper:after {
  background: var(--team-brady-color) !important;
}
.team-color .more-items-item.AO {
  background: var(--aoki-racing-color) !important;
}
.team-color-a .more-items-item.AO > a {
  background: var(--aoki-racing-color) !important;
}
.team-color .more-items-item.AO .wrapper, 
.team-color-a .more-items-item.AO .wrapper {
  background: var(--aoki-racing-color) !important;
}
.team-color .more-items-item.AO .wrapper:before,
.team-color .more-items-item.AO .wrapper:after,
.team-color-a .more-items-item.AO .wrapper:before,
.team-color-a .more-items-item.AO .wrapper:after {
  background: var(--aoki-racing-color) !important;
}
.team-color .more-items-item.BL {
  background: var(--blue-racing-color) !important;
}
.team-color-a .more-items-item.BL > a {
  background: var(--blue-racing-color) !important;
}
.team-color .more-items-item.BL .wrapper, 
.team-color-a .more-items-item.BL .wrapper {
  background: var(--blue-racing-color) !important;
}
.team-color .more-items-item.BL .wrapper:before,
.team-color .more-items-item.BL .wrapper:after,
.team-color-a .more-items-item.BL .wrapper:before,
.team-color-a .more-items-item.BL .wrapper:after {
  background: var(--blue-racing-color) !important;
}
.team-color .more-items-item.TM {
  background: var(--team-miami-color) !important;
}
.team-color-a .more-items-item.TM > a {
  background: var(--team-miami-color) !important;
}
.team-color .more-items-item.TM .wrapper, 
.team-color-a .more-items-item.TM .wrapper {
  background: var(--team-miami-color) !important;
}
.team-color .more-items-item.TM .wrapper:before,
.team-color .more-items-item.TM .wrapper:after,
.team-color-a .more-items-item.TM .wrapper:before,
.team-color-a .more-items-item.TM .wrapper:after {
  background: var(--team-miami-color) !important;
}
.team-color .more-items-item.WR,
.team-color-a .more-items-item.WR > a,
.team-color .more-items-item.WR .wrapper, 
.team-color-a .more-items-item.WR .wrapper,
.team-color .more-items-item.WR .wrapper:before,
.team-color .more-items-item.WR .wrapper:after,
.team-color-a .more-items-item.WR .wrapper:before,
.team-color-a .more-items-item.WR .wrapper:after {
  background: var(--west-brook-racing-color) !important;
}
.team-color .more-items-item.AL,
.team-color-a .more-items-item.AL > a,
.team-color .more-items-item.AL .wrapper, 
.team-color-a .more-items-item.AL .wrapper,
.team-color .more-items-item.AL .wrapper:before,
.team-color .more-items-item.AL .wrapper:after,
.team-color-a .more-items-item.AL .wrapper:before,
.team-color-a .more-items-item.AL .wrapper:after {
  background: var(--team-alula-color) !important;
}
.active .secondary-text {
  color: var(--white);
}
.active .secondary-text small {
  color: var(--white);
}
.secondary-text {
  color: var(--secondary);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.36px;
  margin-bottom: 10px;
  display: block;
}
.text-font {
  font-family: var(--font-family-text);
}
.cascade-view .wrapper {
  transition: all var(--bg-transition-duration);
}
.cascade-view .wrapper > *:not(h2) {
  width: 100%;
}
.cascade-view .wrapper > *:not(h2),
.cascade-view .hidden-element {
  display: none;
}
.cascade-view .wrapper.active,
.cascade-view .dropdown-main.active {
  background-color: var(--primary);
}
.dropdown-main {
  transition: all var(--bg-transition-duration);
}
.dropdown-main:not(.active):hover {
  background-color: var(--lightgrey);
}
.cascade-view .dropdown {
  cursor: pointer;
}
.cascade-view .wrapper.active h2:after,
.cascade-view .active .dropdown:after {
  color: var(--white);
  transform: rotate(180deg);
  top: auto;
  margin-top: 0;
}
.cascade-view .wrapper h2:after,
.cascade-view .dropdown:after {
  content: "\ea4e";
  font-family: 'remixicon';
  font-style: normal;
  font-weight: normal;
  color: var(--secondary);
  font-size: 28px;
  position: absolute;
  cursor: pointer;
  right: 16px;
  transition: all .4s;
  top: 50%;
  margin-top: -14px;
}
.slider-items-event {
  overflow: hidden;
}
.slider-items-event ul li {
  background-color: var(--lightgrey);
}
.slider-items-event ul li img  {
  border-bottom: 0;
}
.slider-items-event .wrapper h2 a {
  color: var(--secondary);
  font-weight: 500;
}
.slide-items-partners ul li img {
  background-color: var(--terciary);
  border: 6px solid var(--lightgrey);
}

.boxed .article {
  position: relative;
}
.boxed .article header figure {
  background-color: var(--primary);
  border:6px solid var(--primary);
  border-radius: var(--border-radius);
}
.boxed .article header figure img {
  border-radius: var(--border-radius);
  width: 100%;
  max-height: 850px;
  object-fit: cover;
  height: calc(100svh - var(--header-height) - 12px);
}
.boxed .article header > h1 {
  color: var(--white);
  background-color: var(--primary);
  font-family: var(--font-family-main);
  font-weight: normal;
  width: auto;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  margin: 0;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 20px 26px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}
.boxed .article header > h1:after {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--primary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
  right: -25px;
}
.boxed .article header > h1:before {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--primary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  bottom: -26px;
  left: -0.5px;
}
/* Sponsors v2 */
body.partners-v2 #footer {
  display: none;
}
.partners-v2 .more-items-item {
  background-color: transparent;
  justify-content: center;
}
.partners-v2 #championship-partners,
.partners-v2 #suppliers-partners {
  border-top: 1px solid var(--darkgrey);
  border-bottom: 1px solid var(--darkgrey);
}
.partners-v2 #suppliers-partners:last-child {
  border-bottom: 0;
}
.partners-v2 #championship-partners:first-child {
  border-top: 0;
}
#footer .partners-v2 .widget {
  border-color: var(--terciary);
}
/* Summaries */
.event-hero.hero-article .article header {
  align-items: center;
}
.event-hero.hero-article header > span {
  gap: 16px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 600;
  order: 1;
}
.event-hero.hero-article header > span .flag-icon {
  width: 40px;
  height: 40px
}
.event-hero.hero-article header > time {
  order: 2;
}
.event-hero.hero-article header > h1 {
  order: 3;
}
.event-hero.hero-article header .article-view-intro {
  order: 4;
}
.day-summary .article {
  display: flex;
}
.day-summary .article header {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.day-summary .article header h1 {
  font-size: 70px;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-family: var(--font-family-main);
  font-weight: 500;
}
.day-summary .article header h1 small {
  vertical-align: super;
}
.day-summary .article header > div {
  margin-top: auto;
  display: flex;
  gap:28px
}
.day-summary .article header > div > div  > span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: -0.24px;
  color: #fff;
}
.day-summary .article header > div > div  > div {
  font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 59px; /* 105.357% */
letter-spacing: -0.84px;
color: var(--secondary);
}
.day-summary .article > div {
  width: 60%;
}
.day-summary .article > div span {
  color: var(--white);
  font-size: 32px;
}
.day-summary .article > div p {
  margin-top: 28px;
  margin-bottom: 0;
}
#event-body.summaries .article {
  gap: 7em;
}
#event-body.summaries .article-view-body .layout-column > div {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-right: 16px ;
}
#event-body.summaries .article-view-body .layout-column > div {
  background-color: var(--darkgrey);
}
#event-body.summaries .article-view-body .layout-column > div span {
  width: 100%;
}
#event-body.summaries .article-view-body .layout-column > div div {
  width: 48%;
}
#event-body.summaries .article-view-body .layout-column > div p {
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 0;
  width: 52%;
}
#event-body.summaries .article-view-intro > p:not(:first-child) {
  margin-left: 0;
}
#event-body.summaries .article-view-intro > p:first-child {
  font-size: clamp(30px,2rem + 3.5vw,70px);
  line-height: 1;
}

#event-body header figure {
  width: 100%;
  display: block;
  max-width: 400px;
  margin-bottom: 50px;
}
#event-body header figure img {
  width:100%;
}
/* How to watch */
#how-to-widget .widget-title {
  margin-bottom: 20px;
  padding-top: 0;
}
#how-to-widget .widget-title small {
  font-size: 40%;
}
#how-to-widget li {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
  padding: 8px 32px 8px 8px;
  background-color: var(--darkgrey);
}
#how-to-widget li .wrapper {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#how-to-widget li .wrapper > h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.72px;
  width: auto;
  margin: 0;
}
#how-to-widget li .wrapper > h2 a {
  font-weight: 400;
  color: var(--secondary);
}
#how-to-widget li .wrapper > .link-button {
  margin: 0 0 0 auto !important;
}
#how-to-widget li .wrapper > .link-button:after {
  background-color: var(--lightgrey);
}
#how-to-widget li .wrapper > .link-button a:before {
  background-image: url(../img/arrow-animated-green.svg);
}
html.no-touch #how-to-widget li .wrapper > .link-button:hover a:before {
  background-color: var(--mediumgrey);
}
#how-to-widget li .wrapper > .link-button a {
  background-color: var(--lightgrey);
  color: #fff;
}
#how-to-widget li > a {
  width: fit-content;
}
#how-to-widget li > a img {
  width: 153px;
  aspect-ratio: 15/10;
  object-fit: contain;
  background: #fff;
  border-radius: var(--border-radius-sm);
  margin-right: 32px !important;
  padding: 12px;
}
/* Article */
.media-only figure img {
  max-height: 880px;
  object-fit: cover;
}
/* Newsletter */
#newsletter-wrapper-new select {
  height: 52px !important;
}
.newsletter-title h1 {
  padding-right: revert;
}
.newsletter-title header {
  max-width: calc(var(--column-width) * 8);
}
.newsletter-image img {
  border-radius: var(--border-radius);
  width: 100%;
}
.newsletter-image figcaption {
  display: none;
}
.newsletter-signup form{
  padding: 20px !important;
}
#newsletter-wrapper-new {
  align-items: flex-start;
}
#newsletter-wrapper-new form .separator {
  margin-top: 0;
  color: var(--white);
  margin-bottom: 20px;
}
#newsletter-wrapper-new form {
  padding-top: 0 !important;
}
#newsletter-wrapper-new .uib-button-bar .btn-group button {
  margin-bottom: 5px;
}
/*
#newsletter-wrapper-new .formly-field.email {
  width: 100%;
}
*/
#newsletter-wrapper-new .formly-field.birthday,
#newsletter-wrapper-new .formly-field.country {
  position: relative;
}
#newsletter-wrapper-new .formly-field.birthday:after {
  pointer-events: none;
  content: "\eb25";
  position: absolute;
  color: var(--dark);
  font-family: 'remixicon';
  right: 18px;
  top: 42.5px;
}
#newsletter-wrapper-new .formly-field.country:after {
  pointer-events: none;
  content: "\ea4e";
  position: absolute;
  color: var(--dark);
  font-family: 'remixicon';
  right: 11px;
  top: 42.5px;
}
#newsletter-wrapper-new select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
/* Partner */
.partner .widget.article-view .article header {
  min-height: revert;
  flex-direction: column;
  padding: 0px 0 30px 0;
  margin-bottom: 30px;
  
}
/* .partner .widget.article-view.partner-title .article header {
  border-bottom: 1px solid var(--terciary);
} */
.partner .partner-title header > h1 {
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 108px; /* 108% */
  letter-spacing: -1.5px;
  order: 0;
  padding-right: 0;
  margin: 0;
}
.partner .partner-title header > .article-view-category {
  order: 2;
  background: transparent;
  color: var(--secondary);
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  height: 100%;
}
.partner .partner-title header > figure {
  position: relative;
  order: 1;
  height: min-content;
  aspect-ratio: auto;
  margin-bottom: 40px;
  margin-left: 0;
  border-radius: 0;
}
.partner .partner-title header > figure img {
  max-width: 350px;
}
.partner .partner-title header > .article-view-intro {
  padding: 0;
}
.partner .partner-title header > .article-view-intro p {
  margin-top: 10px;
  margin-bottom: 40px;
}
.partner .partner-title header > .article-view-intro p a {
  position: absolute;
  right: 0;
  bottom: 36px;
  color: var(--secondary);
  text-decoration: underline;
}
.partner .article-view-body {
  font-size: 40px;
  line-height: 44px;
}
.partner .article-view-body strong {
  color: var(--secondary);
  font-weight: normal;
}
.partner .article-view-body p {
  max-width: calc(var(--column-width) * 7);
  padding-left: var(--column-width);
}
.partner .article-view-body p:first-child {
  padding-top: 40px;
}
.partner .article header:has(figure) ~ .article-view-body p {
  padding-left: 0;
  max-width: none;
}
.partner #article-view .article-view-body > .heading {
  width: calc(var(--column-width) * 4);
}
.partner #article-view .article-view-body > .heading img {
  border-radius: var(--border-radius-sm);
}
.partner #article-view .article-view-body > div:not(.heading) {
  width: calc(var(--column-width) * 8);
  padding-left: 3em;
}
.partner #article-view .article-view-body > div:not(.heading) p:first-child {
  font-size: 40px;
  line-height: 44px;
}

.partner .widget.article-view.partner-text .article{
  padding-top: 0;
}
.partner .widget.article-view.partner-text .article header {
  margin: 0;
  padding: 0;
  min-width: 0;
  float: left;
  display: block;
  width: calc(var(--column-width) * 4.5);
}
.partner .widget.article-view.partner-text .article header figure {
  width: auto;
  position: relative;
  margin-right: calc(var(--column-width) / 2);
  margin-bottom: 20px;
}
.partner .widget.article-view.partner-text .article .article-view-body {
  
}
body.partners #footer-partners-wrapper {
  display: none;
}
body.partners #secondary-footer-wrapper {
  border-top: none;
}
/* Noticeboard */
#noticeboard-section .article-view-intro{
  padding: 0;
}
#noticeboard-section .files-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 10px;
  margin-left: 40px;
}
#noticeboard-section .files-list li {
  border-radius: var(--border-radius);
  width: fit-content;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all var(--bg-transition-duration) var(--easing);
}

#noticeboard-section .files-list li a {
  margin: 0;
  color: var(--white);
  padding: 0;
}
#noticeboard-section .files-list li a:hover {
  color: var(--secondary);
}

#noticeboard-section .files-list li:before {
  content: "\ecfd";
  font-family: remixicon;
  color: var(--secondary);
  font-size: 28px;
}
#noticeboard-section .files-list li.doc-icon-li:before {
  content: "\ed1d";
}
#noticeboard-section .files-list li.zip-icon-li:before  {
  content: "\ed1f";
}
#noticeboard-section .folder > .folder {
  padding-left: 40px;
}
#noticeboard-section .folder > h2 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 20px;
}
#noticeboard-section .folder > h2:before {
  content: "\ed54";
  font-family: "remixicon";
  color: var(--secondary);
  margin-right: 10px;
}
#noticeboard-section .article-view-body p {
  padding-left: 0;
}

/* Teams landing */
#landing-teams .md-overlay {
  display: none;
}
.slide-items-teams ul {
  height: 100%;
}
.slide-items-teams ul .owl-stage-outer {
  overflow: visible;
  height: 100%;
}
.slide-items-teams ul .owl-stage {
  height: 100%;
}
.teams #landing-teams {
  position: relative;
  margin-bottom: 30px;
}
.teams #landing-teams .widget-title {
  padding-top:0;
  padding-bottom: 30px;
}
.teams .article .article-view-intro {
  padding-left: 10px;
  padding-right: calc(var(--column-width)* 3);
}
.slide-items-teams .more-items-item {
  height: calc(var(--column-width) * 6);
  min-height: 600px;
  max-height: 800px;
  max-width: var(--max-width-column);
  display: flex;
  flex-direction: row;
  transition: all .5s;
}
.slide-items-teams .not-active .more-items-item .wrapper {
  opacity: 0;
  transition: all .5s;
}
.slide-items-teams .team-active .more-items-item  {
  background-color: var(--darkgrey) !important;
  flex-wrap: nowrap;
  width:100%
}
.slide-items-teams .team-active .more-items-item > a:before {
  display: none;
}
.slide-items-teams .team-active .more-items-item a > .img-2 {
  opacity: 0;
}
.owl-carousel .owl-item {
  transition: all .5s;
}
.owl-carousel.owl-drag .owl-item.team-active {
  /* width: var(--max-width-column) !important; */
}
.slide-items-teams .more-items-item:hover .img-1 {
  padding: 3px;
  object-position: 50%;
}
.slide-items-teams .more-items-item:hover > a:before {
  width: calc(100% - 6px);
  top: 3px;
}
.slide-items-teams .more-items-item .wrapper {
  border-top-right-radius: var(--border-radius);
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 154px;
  max-width: 250px;
  padding: 16px !important;
  transition: all .3s .3s;
}
.slide-items-teams .team-active .more-items-item .wrapper {
  opacity: 0;
}
.slide-items-teams .not-active .more-items-item .wrapper {
  opacity: 0;
  transition: all .1s;
}
.slide-items-teams .more-items-item .wrapper h2 {
  max-width: 134px;
  margin-bottom: 0;
  transition: opacity .5s;
}
.slide-items-teams .team-active .more-items-item .wrapper h2 {
  opacity: 0;
}
.slide-items-teams .more-items-item .wrapper::before {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: rotate(270deg);
  top: -26px;
  left: -1px;
}
.slide-items-teams .more-items-item .wrapper h2 a {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 112.5% */
  letter-spacing: -0.36px;
  font-family: var(--font-family-main);
}
/* .teams-ov .ME .content-title,
.teams .slide-items-teams .more-items-item.ME .wrapper h2 a {
  font-family: var(--font-family-title);
} */
.slide-items-teams .more-items-item.DR .wrapper h2 a {
  color: #000;
}
.slide-items-teams .more-items-item .wrapper .more-items-text {
  display: none;
}
.slide-items-teams .more-items-item .wrapper .link-button {
  display: none;
}
.slide-items-teams .more-items-item > a {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: var(--border-radius);
  min-width: 150px;
  padding: 0;
  transition: all .5s;
  flex: none;
  max-width: calc(var(--column-width) * 6);
}
.slide-items-teams .team-active .more-items-item > a {
  padding: 3px;
  min-width: calc(var(--column-width) * 5);
  aspect-ratio: 1;
  width: auto;
  flex: none;
  pointer-events: none;
}
.slide-items-teams .team-active .more-items-item > a .img-1 {
  height: 100%;
  object-position: center;
}
.slide-items-teams .team-active .more-items-item:hover > a img {
  padding: 0px;
}
.slide-items-teams .more-items-item > a:before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); 
  position: absolute;
  width: 100%;
  height: 100px;
  border-radius: var(--border-radius-sm);
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s;
}
.slide-items-teams .more-items-item .img-1 {
  border-radius: var(--border-radius);
  object-fit: cover;
  transition: all .5s;
  padding:0;
  object-position: 38%;
  height: 129%;
}
.slide-items-teams .more-items-item a > .img-2 {
  position: absolute;
  padding: 20px 38px 50px;
  width: 100%;
  max-width: 155px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
}
.teams .is-desktop .ov-content {
  display: block;
  width: calc(var(--column-width) * 7);
  padding: 27px 20px 20px 60px;
}
.teams-ov .md-modal {
  display: none;
  position: absolute;
  bottom: 0px;
  transform: translateX(-50%) translateY(0);
  top: auto;
}
.slide-items-teams .restore-size-btn {
  opacity: 0;
  z-index: -1;
  pointer-events: all;
  cursor: pointer;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  background-color: var(--lightgrey);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 14px;
  right: 14px;
  transition: all .1s;
}
.slide-items-teams .team-active .restore-size-btn {
  opacity: 1;
  z-index: 9;
}
.slide-items-teams .restore-size-btn::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  z-index: -1;
  transition: background-color var(--bg-transition-duration);
}
.slide-items-teams .restore-size-btn:hover:before {
  background-color: var(--darkgrey);
  transition: background-color var(--bg-transition-duration);
}
.slide-items-teams .restore-size-btn::after {
  content: "\f2c0";
  font-size: 28px;
  color: var(--secondary);
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.teams-ov .modal-overlay .md-header {
  height: 0;
}
.teams-ov .modal-overlay .md-content {
  background: var(--terciary);
}
.teams-ov .md-overlay {
  max-width: 100% !important;
}
.teams-ov .modal-overlay .md-close {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  position: absolute;
  background: var(--lightgrey);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.teams-ov .modal-overlay .md-close i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.teams-ov .modal-overlay .md-close i:before {
  color: var(--secondary);
  font-size: 28px;
}
.teams-ov .modal-overlay .md-content {
  background: var(--terciary);
  border-radius: var(--border-radius);
}
.teams-ov .modal-overlay #ov-container {
  color: #fff;
  padding: 0;
  display: flex;
  height: calc(100svh - var(--header-height) - 245px);
  min-height: 600px;
  max-height: 657px;
}
.teams-ov .modal-overlay #ov-data-img {
  height: 100%;
  padding: 6px;
  border-radius: var(--border-radius);
  aspect-ratio: 1;
}
.teams-ov .modal-overlay #ov-data-img img {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teams-ov .VE .content-text,
.teams-ov .VE .content-text:before,
.teams-ov .VE .content-text:after {
  background: var(--venice-racing-color);
}
.teams-ov .ME .content-text,
.teams-ov .ME .content-text:before,
.teams-ov .ME .content-text:after {
  background: var(--team-mexico-color);
}
.teams-ov .NA .content-text,
.teams-ov .NA .content-text:before,
.teams-ov .NA .content-text:after {
  background: var(--team-nadal-color);
}
.teams-ov .DR .content-text,
.teams-ov .DR .content-text:before,
.teams-ov .DR .content-text:after {
  background: var(--team-drogba-color);
}
.teams-ov .BR .content-text,
.teams-ov .BR .content-text:before,
.teams-ov .BR .content-text:after {
  background: var(--team-brady-color);
}
.teams-ov .AO .content-text,
.teams-ov .AO .content-text:before,
.teams-ov .AO .content-text:after {
  background: var(--aoki-racing-color);
}
.teams-ov .BL .content-text,
.teams-ov .BL .content-text:before,
.teams-ov .BL .content-text:after {
  background: var(--blue-racing-color);
}
.teams-ov .TM .content-text,
.teams-ov .TM .content-text:before,
.teams-ov .TM .content-text:after {
  background: var(--team-miami-color);
}
.teams-ov .WR .content-text,
.teams-ov .WR .content-text:before,
.teams-ov .WR .content-text:after {
  background: var(--west-brook-racing-color);
}
.teams-ov .AL .content-text,
.teams-ov .AL .content-text:before,
.teams-ov .AL .content-text:after {
  background: var(--team-alula-color);
}
.teams-ov .modal-overlay #ov-data-img .img-2 {
  display: none;
}
.teams-ov  .content-img {
  display: none;
}
.teams-ov .content-title {
  font-family: var(--font-family-main);
  color: #fff;
  align-items: center;
  width: fit-content;
  display: flex;
  gap: 14px;
  border-radius: var(--border-radius-xxl);
  padding: 4px 26px 4px 4px;
  margin: 0 0 39px;
  font-size: 52px;
  font-weight: normal;
}
.teams-ov .more-items-item.TM .content-title,
.teams-ov .more-items-item.VE .content-title,
.teams-ov .more-items-item.AL .content-title {
  font-size: 36px;
}
.teams-ov .content-title .team-logo {
  max-width: 72px;
}
.teams-ov .content-title .team-logo .img-1 {
  display: none;
}
.teams-ov .content-title .team-logo .img-2 {
  background: #ffffff36;
  border-radius: 100%;
  width: 100%;
}
#landing-teams .DR .content-title .team-logo .img-2 {
  filter: invert(1);
}
.teams-ov .content-long-text {
  display: flex;
  flex: 1;
  min-height: 0;
  border-top: 1px solid var(--lightgrey);
  padding-top: 30px;
}
.teams-ov .content-long-text .team-pilots {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: calc(var(--column-width) * 4);
}
.teams-ov .content-long-text .team-pilots .pilot {
  position: relative;
  aspect-ratio: 1;
  background: var(--lightgrey);
  border-radius: var(--border-radius-sm);
  /* width: calc(var(--column-width) * 2); */
  max-width: 200px;
}
.teams-ov .content-long-text .team-pilots .layout-column > div {
  flex: none;
  width: 100%;
}
.teams-ov .content-long-text .team-pilots > div {
  flex: 1;
  min-height: 0;
  margin-top: 14px;
  gap: 20px;
}
.teams-ov .content-long-text .team-pilots > span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 115% */
  letter-spacing: -0.3px;
}
.teams-ov .content-long-text .team-pilots img {
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
  width:100%
}
.teams-ov .content-long-text .team-wrapper {
  justify-content: flex-end;
  padding-left: 14px;
}
.teams-ov .content-long-text .team-wrapper .team-name,
.teams-ov .content-long-text .team-wrapper .team-lastname {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.6px;
}
.teams-ov .modal-overlay #ov-data-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  background-color: var(--terciary);
  padding: 20px;
  width: 50%;
}
.teams-ov .content-text {
  opacity: 0;
  z-index: 1;
  border-radius: 0 var(--border-radius-lg) 0 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 22px;
  left: 0;
  bottom: 0;
  transition: opacity var(--bg-transition-duration);
}

.teams-ov .content-text:before {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: rotate(270deg);
  top: -26px;
  left: -1px;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
}
.teams-ov .team-active .content-text:before {
  opacity: 1;
}
.teams-ov .content-text:after {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: rotate(270deg);
  bottom: 1px;
  right: -26px;
  opacity: 0;
  transition: opacity var(--bg-transition-duration);
}
.teams-ov .team-active .content-text:after {
  opacity: 1;
}
.teams-ov .DR .content-text {
  color: #000;
}
.teams-ov .team-active .content-text {
  opacity: 1;
}
.team-color-full li.VE,
.teams-ov .VE .content-title {
  background: var(--venice-racing-color);
} 
.team-color-full li.ME,
.teams-ov .ME .content-title {
  background: var(--team-mexico-color);
} 
.team-color-full li.NA,
.teams-ov .NA .content-title {
  background: var(--team-nadal-color);
} 
.team-color-full li.DR,
.teams-ov .DR .content-title {
  background: var(--team-drogba-color);
  color: #000;
} 
.team-color-full li.BR,
.teams-ov .BR .content-title {
  background: var(--team-brady-color);
} 
.team-color-full li.AO,
.teams-ov .AO .content-title {
  background: var(--aoki-racing-color);
} 
.team-color-full li.BL,
.teams-ov .BL .content-title {
  background: var(--blue-racing-color);
} 
.team-color-full li.TM,
.teams-ov .TM .content-title {
  background: var(--team-miami-color);
} 
.team-color-full li.WR,
.teams-ov .WR .content-title {
  background: var(--west-brook-racing-color);
} 
.team-color-full li.AL,
.teams-ov .AL .content-title {
  background: var(--team-alula-color);
} 
.teams-ov .content-text > span {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 45.484px;
  letter-spacing: -0.78px;
}
.teams-ov .content-text > small {
  font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 88.889% */
letter-spacing: -0.27px;
margin-bottom: 5px;
}
.teams-ov.is-desktop .content-button .link-button {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 0;
}
.teams-ov.is-desktop .team-active .content-button .link-button {
  opacity: 1;
  transition: all .3s;
}
.teams-ov .flag-icon.flag-icon-squared {
  aspect-ratio: 1;
  position: absolute;
  top: 14px;
  right:-27px;
  border: 3px solid var(--terciary);
  width: 54px;
  margin: 0;
}
/* Team */
.team .padding-top {
  padding-top: 14px;
}
.team .padding-right {
  padding-right: 14px;
}
.team .padding-bottom {
  padding-bottom: 14px;
}
.team .padding-left {
  padding-left: 14px;
}
#team-wrapper {
  max-width: var(--max-width-column);
  margin: 0 auto;
}
#team-title li {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 20px;
  border-radius: 100px;
  width: auto;
}
#team-title.one-four li {
  width: calc(25% - var(--gap));
}
#team-title.one-three li {
  width: calc(33.3333333% - var(--gap));
}
#team-title li > a {
  max-width: 82px;
  display: flex;
  align-items: center;
  padding: 5px;
}
#team-title li.DR > a img {
  filter: invert(1);
}
#team-title li > a img {
  border-radius: 100%;
  background: #ffffff36;
}
#team-title li .wrapper {
  align-items: center;
  padding: 11px 35px 11px 2px;
}
#team-title li .wrapper h2 {
  transform: translatey(-6px);
  margin: 0;
}
#team-title li .wrapper h2 a {
  font-weight: normal;
}
#team-wrapper > .owner {
  width: 45%;
}
#team-wrapper .owner ul {
  height: 100%;
}
#team-wrapper .owner li {
  height: 100%;
}
#team-wrapper .owner li a {
  height: 100%;
  pointer-events: none;
}
#team-wrapper .owner li a img {
  height: 100%;
  object-fit: cover;
}
.owner small {
  color: var(--white);
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.21px;
}
#team-wrapper .owner .wrapper > h2 {
  margin-bottom: 10px;
}
#team-wrapper .owner .wrapper .owner {
  font-size: 34px;
  font-weight: normal;
}
#team-wrapper .pilots {
  width: 55%;
}
#team-wrapper .pilots li > a {
  width: 45%;
}
#team-wrapper .pilots li a {
  pointer-events: none;
}
#team-wrapper .pilots li:last-child {
  margin-bottom: 0;
}
#team-wrapper .pilots .wrapper {
  align-self: flex-start;
}
#team-wrapper .pilots .wrapper .layout-column {
  width: 100%;
}
#team-wrapper .pilots .wrapper .layout-row > div {
  padding-top: 0;
  margin-top: 14px;
  flex: 1;
}
#team-wrapper .pilots .wrapper > h2 {
  font-size: 26px;
  padding-bottom: 14px;
  margin-bottom: 6px;
}
#team-wrapper .pilots .wrapper > h2 a {
  display: flex;
  align-items: center;
  font-weight: normal;
}
#team-wrapper .pilots .flag-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#team-wrapper .pilots .wrapper p {
  margin: 0;
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: -0.21px;
}
#team-wrapper .pilots .profession {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 112.5% */
  letter-spacing: -0.36px;
}
#team-wrapper .pilots .layout-column small {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 108.333% */
  letter-spacing: -0.18px;
}
#team-wrapper .border-bottom,
#team-wrapper .border-top,
#team-wrapper .border-right,
#team-wrapper .border-left {
  border-color: var(--mediumgrey);
}
#team-standings .main-elements {
  gap: 15px;
}
#team-standings .main-wrapper {
  gap: 15px;
  margin-bottom: 15px;
}
#team-standings .secondary-elements {
  gap: 15px;
}
#team-standings .secondary-elements > .widget {
  height:33.33333%
}
#team-standings .widget .widget-title {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-text);
}
#team-standings .widget {
  background: var(--darkgrey);
  padding: 15px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--border-radius-sm);
}
#team-standings .widget li {
  margin: 0;
  background: unset;
  width: 100%;
}
#team-standings li .wrapper {
  /* padding: 0; */
}
#team-standings .current .wrapper h2 {
  font-size: 160px;
  line-height: .8;
  margin-bottom: 0;
  font-family: var(--font-family-main);
}
#team-standings .race .wrapper h2 {
  font-size: 38px;
  line-height: .8;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: var(--font-family-main);
}
#team-standings .wrapper h2 a {
  font-weight: normal;
  color: var(--secondary);
}
#team-standings .wrapper h2 a small {
  color: var(--secondary);
  vertical-align: super;
}

/* Race Reports */


.race-report #team-standings .current .wrapper h2 {
  font-size: 140px;
font-style: normal;
font-weight: 400;
line-height: 140px; /* 100% */
letter-spacing: -2.1px;
}
#team-standings #first-line.main-wrapper .widget{
  aspect-ratio: 66/25;
}
.race-report  #team-standings .main-elements .widget {
  aspect-ratio: 48/35;
}

.race-report #team-standings li .wrapper .more-items-category {
  order: 0;
  background-color: transparent;
  padding: 0;
}

.team-spotlight .blockquote-author .author-img {
  background-color: #ffffff36;
}
.team-spotlight .blockquote-author .author-img .flag-icon {
  display: none;
}

.blockquote-author.VE {
  background-color: var(--venice-racing-color);
}
.blockquote-author.ME{
  background-color: var(--team-mexico-color);
}
.blockquote-author.NA{
  background-color: var(--team-nadal-color);
}
.blockquote-author.DR{
  background-color: var(--team-drogba-color);
}
.blockquote-author.DR .author-name,
.blockquote-author.DR .author-img{
  filter: invert(1);
}

.blockquote-author.BR{
  background-color: var(--team-brady-color);
}
.blockquote-author.AO{
  background-color: var(--aoki-racing-color);
}
.blockquote-author.BL{
  background-color: var(--blue-racing-color);
}
.blockquote-author.TM {
  background-color: var(--team-miami-color);
}
.blockquote-author.WR {
  background-color: var(--west-brook-racing-color);
}
.blockquote-author.AL {
  background-color: var(--team-alula-color);
}
/* Event Page */
.event-page #signup-more-information form {
  padding-left: var(--column-width);
  padding-right: calc(var(--column-width)* 4);
}
.event-page .registration-article .article-view-intro{
  padding-right: calc(var(--column-width)* 4);
}

.event-page h2 small {
  color: var(--white);
  font-family: var(--font-family-text);
  font-size: 50%;
}
#event-header .article-view-body {
  border-radius: var(--border-radius-md) 0 var(--border-radius) 0;
  background-color: var(--primary);
  padding: 24px;
  line-height: 1.4;
  position: absolute;
  bottom: 5px;
  right: 5px;
} 
#event-header header h1 small {
  color: var(--white);
}
#event-header .article-view-body:after {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--primary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: scaleX(-1) rotate(270deg);
  top: -26px;
  right: -1px;
}
#event-header .article-view-body:before {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--primary);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: rotate(180deg);
  bottom: -0.5px;
  left: -26px;
}
#event-header .article-view-body div > .layout-row:not(.countdown-container) {
  padding-top: 13px;
}
#event-header .article-view-body .layout-row * {
  color: var(--white)
}
#event-header .article-view-body .layout-row:not(.countdown-container) div{
  font-size: 28px;
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 4px;
font-weight: 400;
line-height: 31px; /* 110.714% */
letter-spacing: -0.42px;
}
#event-header .article-view-body .layout-row:not(.countdown-container) div > div {
  flex-direction: row;
  align-items: center;
}
#event-header .team-data-group {
  align-items: center !important;
  margin-top: 2px;
}
#event-header .team-data-group img {
  width: 40px;
  height: 40px;
  margin-right: 4px;
  border-radius: 100px;
}
#event-header.BR .team-data-group img {
  background-color: var(--team-brady-color);
}
#event-header.VE .team-data-group img {
  background-color: var(--venice-racing-color);
}
#event-header.ME .team-data-group img {
  background-color: var(--team-mexico-color);
}
#event-header.NA .team-data-group img {
  background-color: var(--team-nadal-color);
}
#event-header.DR .team-data-group img {
  background-color: var(--team-drogba-color);
}
#event-header.AO .team-data-group img {
  background-color: var(--aoki-racing-color);
}
#event-header.BL .team-data-group img {
  background-color: var(--blue-racing-color);
}
#event-header.TM .team-data-group img {
  background-color: var(--team-miami-color);
}
#event-header.WR .team-data-group img {
  background-color: var(--west-brook-racing-color);
}
#event-header.AL .team-data-group img {
  background-color: var(--team-alula-color);
}

#event-header .team-data-group h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
#event-header .article-view-body > p {
  margin: 0;
}
#event-header .article-view-body .countdown {
  text-align: left;
}
#event-header .article-view-body .countdown > div {
  font-size: 40px;
  font-style: normal;
font-weight: 400;
line-height: 44px; /* 110% */
letter-spacing: -0.6px;
}
#event-header .article-view-body span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.21px;
}
#event-header .article-view-body .article-link {
  display: none;
}
#event-header .article-view-body .link-button {
  margin-top: 20px;
}
#event-header .article-view-body .link-button a {
  width: 100%;
  color: #fff;
}

#event-header.live .article-view-body .link-button {
  --hoverColor:#e33733;
}
#event-header.live .article-view-body .link-button a {
  width: 100%;
  background-color: var(--red);
}

#event-header.live .article-view-body .link-button:active:after,
#event-header.live .article-view-body .link-button:active a {
  background-color: var(--hoverColor);
}
#event-header.live .article-view-body .link-button:active a:before {
  border-color: var(--red);
}
#event-header.live .article-view-body .link-button a:before {
  background-image: url(../img/arrow-animated-dark-red.svg);  
}
#event-header.live .article-view-body .link-button:after{
  background-color: var(--red);
}
#event-body {
  padding-top: 50px;
} 
#event-body > * {
  color: #fff;
}
#event-body .article {
  gap: 0;
  display: flex;
  flex-direction: row;
}
#event-body .article-view-intro {
  padding: 0;
}
#event-body .article-view-intro > p {
  text-align: left;
}
#event-body .article-view-intro > p:first-child {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: var(--font-family-main);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 108.333% */
  letter-spacing: -0.72px;
}
#event-body .article-view-intro > p:first-child strong {
  font-weight: normal;
  color: var(--secondary);
}
#event-body .article-view-intro > p:nth-child(n + 2) {
  font-weight: normal;
  max-width: 85%;
  margin-left: auto;
  font-size: 18px;
}
#event-body header {
  width: calc(var(--column-width) * 7);
} 
#event-body .article-view-body {
  width: calc(var(--column-width) * 4);
  padding: 0;
  margin-right: 0;
}
#event-body .article-view-body .layout-column {
  gap: 14px;
}
#event-body .article-view-body .layout-column > div {
  background: var(--terciary);
  padding: 16px;
  padding-right: 20vw;
  border-radius: var(--border-radius-sm);
}
.xxl-item-text {
  font-family: var(--font-family-main);
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -1.5px;
  margin-bottom: 46px;
}
#event-body .article-view-body .layout-column > div div {
  font-size: 100px;
  margin-top: 60px;
  line-height: 0.9;
  color: var(--secondary);
  font-family: var(--font-family-main);
  font-weight: normal;
}
#event-body .article-view-body .layout-column > div span {
  font-size: 24px;
}
.event-page.como .boxed .article header > h1,
.event-page.monaco .boxed .article header > h1 {
  flex-wrap: wrap;
}
#race-tabs .more-items-item {
  background: var(--primary);
}
#race-tabs .tab {
  min-width: 192px;
}
#race-tabs .tab a {
  width: 100%;
}
/* #race-tabs.tabs-view:not(.tabs-col) header {
  height: 74px;
} */
.event-page .schedule .more-items-list {
  overflow: visible;
}
.event-page .schedule .more-items-item {
  overflow: visible;
  background-color: #3E3E3E;
}
.event-page .schedule .more-items-item .wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height:100%;
  padding: 16px !important;
}
.event-page .schedule .more-items-item .wrapper.active {
  background: var(--secondary);
  border-radius: var(--border-radius);
  
  z-index: 1;

  border: 5px solid #3e3e3e;
  padding: 7px 12px 12px !important;
}
.event-page .schedule .more-items-item .wrapper.active > * {
  color:var(--dark);
}
.event-page .schedule .owl-item:not(:last-child) .more-items-item:after {
  content: "";
  position: absolute;
  width: 26px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 26px;
  margin: auto -10px;
  background: url(../img/drop-mask-dark-grey.svg) center center no-repeat transparent;
  background-size: contain;
}
.event-page .schedule .owl-stage {
  right: 18px;
}
.event-page .schedule .owl-item:first-child .more-items-long-text {
  visibility: hidden;
}
.event-page .schedule .owl-item:not(:first-child) h2 div {
  padding-top: 14px;
  border-top: 1px solid var(--lightgrey);
}
.event-page .schedule .owl-item:first-child h2 div {
  font-size: 40px;
  color: var(--secondary);
  font-family: var(--font-family-main);
  font-style: normal;
line-height: 44px; /* 110% */
letter-spacing: -0.6px;
font-weight: normal;
}
.event-page .schedule .owl-item .hide-time-1 time {
  display: none;
}
.event-page .schedule .owl-item:not(:first-child) .hide-time-1 .wrapper > h2 div{
  border: none;
  padding: 0;
}
.event-page .schedule .owl-item time {
  order: revert;
  background: none;
  font-size: 24px;
  padding: 0;
  padding-bottom: 4px;
  color: var(--secondary);
  margin-top:0
}
.event-page .schedule  .more-items-img-container {
  display: none;
}
.event-page .schedule .owl-item:first-child time {
  display: none;
}
.event-page .schedule .owl-item:not(:first-child) .wrapper .more-items-long-text {
  order: 0;
  color: var(--secondary);
  padding-bottom: 6px;
  width: 100%;
  border-bottom: 1px solid var(--lightgrey);
}
.event-page .schedule .owl-item:not(:first-child) .wrapper > h2 {
  padding-top: 6px;
  margin-bottom: 10px;
}
.event-page .schedule .owl-item:not(:first-child) .wrapper > h2 div{
  font-size: 22px;
  font-weight: 500;
}
.event-page .schedule .owl-theme.owl-carousel .owl-nav .disabled {
  visibility: hidden;
}
.event-page .schedule .owl-theme.owl-carousel .owl-nav {
  transform: translateY(-50%);
  margin-top: -8px;
}
.event-page .schedule .owl-theme.owl-carousel .owl-nav button {
  margin: 4px;
  width: 40px;
  height: 40px;
  background-color: var(--secondary);
}
.event-page .schedule .owl-theme.owl-carousel .owl-nav .owl-prev {
  right: 18px;
}
.event-page .schedule .owl-theme.owl-carousel .owl-nav .owl-next {
  right: 18px;
}
.event-page .schedule .owl-theme.owl-carousel .owl-nav button:before {
  background-position: -45px center;
  height: 32px;
}

.live-bt .more-items-item {
  background-color: var(--red);
  border-radius: var(--border-radius-lg);
}
.live-bt .more-items-item .wrapper {
  padding: 13px 20px;
  height: 44px;
  transition: all var(--bg-transition-duration);
}
.live-bt .more-items-item:hover .wrapper {
padding-right: 6px;
transition: all var(--bg-transition-duration);
}
.live-bt .more-items-item .wrapper h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.177px; /* 94.858% */
  letter-spacing: -0.24px;
}
.live-bt .more-items-item .wrapper h2 > a {
  justify-content: center;
  display: flex;
  align-items: center;
}
.live-bt .more-items-item .wrapper h2 > a > span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  
}
.live-bt .more-items-item .wrapper h2 > a > span:has(small){
  line-height: .8;
}
.live-bt .more-items-item .wrapper h2 a small {
  color:#fff;
}
.live-bt .more-items-item .wrapper .link-button {
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: all var(--bg-transition-duration);
}
.live-bt .more-items-item:hover .wrapper .link-button {
  transition: all var(--bg-transition-duration);
  width:115px;
  opacity:1
}

#header .live-bt {
  align-items: center;
  margin-left: 20px;
}


#faqs .wrapper {
  padding: 24px 20px;
}
#faqs .wrapper h2 {
  margin-bottom: 0px;
}
#faqs .wrapper > p {
  margin-top: 18px;
}
#faqs .wrapper > p:empty {
  display: none !important;
}
#faqs .more-items-item {
  cursor: pointer;
  background-color: var(--darkgrey);
  transition: all var(--bg-transition-duration) var(--easing);
}
#faqs .more-items-item:hover {
  background-color: var(--lightgrey);
}
#faqs .wrapper h2 a {
  font-weight: 500;
}






#racebird-top .wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
  flex-wrap: nowrap;
  gap:25px
}
#racebird-top .wrapper h2 {
  margin-bottom: 0;
  flex: none;
  width: auto;
}
#racebird-top .wrapper h2 a {
  line-height: .9;
}
#racebird-top .wrapper h2 small {
  font-size: 48px;
  font-family: var(--font-family-text);
}
#racebird-top .wrapper .more-items-text {
  max-width: 440px;
  font-size: 24px;
}
#tech-specs > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#tech-specs > div > div:last-child .spec .specs span:first-child {
  border-right: none;
}
#tech-specs .spec > h1 {
  font-size: clamp(48px,3.5rem + 3vw,100px);
  margin: 0;
  display: flex;
}
#tech-specs .spec > h1 small {
  color: #fff;
  width: 60px;
  font-size: 24px;
  margin-top: 18px;
}
#tech-specs .hidden-element > * {
  width: 50%;
}
#tech-specs .hidden-element > img {
  opacity: 0;
  max-height: 540px;
  object-fit: cover;
}
#tech-specs .hidden-element > img {
  transition: all var(--bg-transition-duration);
}
#tech-specs .active .hidden-element > img {
  border-radius: var(--border-radius);
  opacity: 1;
}
#tech-specs .hidden-element span {
  font-size: 24px;
  font-weight: 300;
  padding: 0px 95px;
  display: block;
}
#tech-specs .spec .specs {
  font-family: var(--font-family-main);
  align-items: baseline;
}
#tech-specs .spec .specs span {
  font-size: 48px;
}
#tech-specs .spec .specs span:first-child {
  font-size: clamp(40px,3.5rem + 3.5vw,100px);
  min-width: clamp(100px, 17vw, 278px);
}
#tech-specs .spec .specs span:first-child small {
  font-size: 68%;
}
#tech-specs .spec .specs span:nth-child(2) {
  font-size: clamp(32px,2.5rem + 3.5vw,56px);
}
#tech-specs .spec .specs span:nth-child(2) small {
  font-size: 50%;
}
#tech-specs .dropdown-main .spec {
  padding: 35px;
}
#tech-specs .dropdown-main .hidden-element {
  padding: 6px;
}
#tech-specs.cascade-view .dropdown:after {
  right: 35px;
  font-size: 40px;
  margin-top: -20px;
}
#interactive-section ul {
  aspect-ratio: 16/9;
  flex-wrap: nowrap;
  max-width: var(--max-width-column) !important;
}
#interactive-section li video {
  height: 100%;
  border-radius: var(--border-radius);
  padding:6px
}
#interactive-section li {
  height: 100%;
  cursor: pointer;
  width: calc((var(--column-width) * 4) - var(--gap));
  transition: width var(--bg-transition-duration) ease;
}
#interactive-section li a {
  height: 100%;
}
#interactive-section li:hover {
  width: calc((var(--column-width) * 6) - var(--gap));
}
#interactive-section li.not-hovered {
  width: calc((var(--column-width) * 3) - var(--gap));
}
#interactive-section.text-over .wrapper {
  padding-bottom: 30px !important;
  background: transparent;
}
#interactive-section .btn,
#about-top.new .btn {
  background-color: var(--white);
  padding: 0;
  border-radius: 100px;
  color: var(--dark);
  width: auto;
}
#interactive-section .btn:before,
#about-top.new  .btn:before {
  content: "";
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  background: url(../img/arrow-right-dark.svg) center no-repeat var(--white);
  border-radius: 50%;
  background-size: 44% auto;
}

#interactive-section #resetButton {
  position: absolute;
  transform: rotate(180deg);
  top: 30px;
  left: 30px;
}
#interactive-section #videoControls {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  gap: 10px;
}
#about-top #videoControls {
  display: flex;
  margin-top: 14px;
  gap: 10px;
}
#interactive-section #videoControls .btn.reload:before,
#about-top #videoControls .btn.reload:before {
  background: url(../img/reload-dark.svg) center no-repeat var(--white);
}
#interactive-section #videoControls .btn.pause:before,
#about-top #videoControls .btn.pause:before {
  background: url(../img/pause-dark.svg) center no-repeat var(--white);
}
#interactive-section #videoControls .btn.play:before,
#about-top #videoControls .btn.play:before {
  background: url(../img/play-dark.svg) center no-repeat var(--white);
}
#interactive-section #videoControls .btn.toggle-mute.muted:before,
#about-top #videoControls .btn.toggle-mute.muted:before {
  background: url(../img/mute-dark.svg) center no-repeat var(--white);
}
#interactive-section #videoControls .btn.toggle-mute:before,
#about-top #videoControls .btn.toggle-mute:before {
  background: url(../img/unmute-dark.svg) center no-repeat var(--white);
  background-size: 90%;
}
#interactive-section #expandButtons button.active:before {
  background-color: var(--secondary) !important;
}
#interactive-section #expandButtons button[data-target="1"]:before {
  background: url(../img/exterior-view-dark.svg) center no-repeat var(--white);
}
#interactive-section #expandButtons button[data-target="2"]:before {
  background: url(../img/pilot-view-dark.svg) center no-repeat var(--white);
}
#interactive-section #expandButtons button[data-target="3"]:before {
  background: url(../img/crowd-view-dark.svg) center no-repeat var(--white);
}
#interactive-section #expandButtons {
  position: absolute;
  right: 30px;
  gap: 10px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
}
#innovation-timeline .more-items-list {
  overflow: auto;
  flex-wrap: nowrap;
  padding: 0;
  flex-direction: column;
  margin: 0;
  height: calc((var(--max-width-column) * 0.19) * 2.32);
  width: 190px !important;
}
#innovation-timeline .more-items-list li {
  width: 76%;
  border-radius: var(--border-radius);
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 8px 0;
  height: auto;
  transition: all var(--bg-transition-duration);
}
#innovation-timeline .more-items-list li.active {
  width: 100%;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  margin-left: 0px;
  transition: all var(--bg-transition-duration) .7s;
}
#innovation-timeline.scroll:before,
#innovation-timeline.scroll:after {
  width: 190px;
  left: unset;
  right: 0;
  z-index: 2;
}
#innovation-timeline.scroll > .prev-btn, 
#innovation-timeline.scroll > .next-btn {
  left: auto;
  right: 88px;
}
#innovation-timeline .more-items-list li:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/rounded-angle.svg);
  mask-image: url(../img/rounded-angle.svg);
  opacity: 0;
  bottom: -30px;
  left: -5px;
  width: 27px;
  height: 27px;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all var(--bg-transition-duration);
}
#innovation-timeline .more-items-list li.active:after {
  opacity: 1;
  transition: all var(--bg-transition-duration) .7s;
}
#innovation-timeline .more-items-list li:not(:first-child):before {
  content: "";
  display: block;
  opacity: 0;
  -webkit-mask: url(../img/rounded-angle.svg);
  mask-image: url(../img/rounded-angle.svg);
  background: var(--primary);
  position: absolute;
  top: -30px;
  left: -5px;
  width: 27px;
  height: 27px;
  transform: rotate(270deg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all var(--bg-transition-duration);
  right: auto;
  border-radius: 0;
}
#innovation-timeline .more-items-list li:not(:first-child).active:before {
  opacity: 1;
  transition: all var(--bg-transition-duration) .7s;

}
#innovation-timeline .more-items-list li .wrapper {
  height: auto;
  justify-content: center;
  padding: 10px 20px;
}
#innovation-timeline .more-items-list li.active .wrapper {
  padding: 0 20px;
}
#innovation-timeline .more-items-list li.active .wrapper h2 {
  font-size: 70px;
  transition: all var(--bg-transition-duration) .7s;
}
#innovation-timeline .more-items-list li.active.long-text .wrapper h2 {
  font-size: 36px;
}
#innovation-timeline .more-items-list li .wrapper h2 {
  margin: 0;
  font-family: var(--font-family-main);
  font-size: 40px;
  width: auto;
}
#innovation-timeline .more-items-list li.long-text .wrapper h2 {
  font-size: 28px;
}
#innovation-timeline .more-items-list li .wrapper h2 a {
  font-weight: normal;
}
#innovation-timeline .md-modal {
  width: calc(var(--max-width-column) - 190px) !important;
}
#innovation-timeline .md-modal .md-content {
  border-radius: var(--border-radius);
}
#innovation-timeline.first-item-active .md-modal .md-content {
  border-radius: var(--border-radius) 0 var(--border-radius) var(--border-radius);
}
#innovation-timeline .md-modal #ov-container #ov-data-wrapper {
  padding: 16px ;
}
#innovation-timeline .md-modal #ov-container #ov-data-wrapper h2 {
  font-weight: normal;
  font-family: var(--font-family-main);
}
#innovation-timeline .md-modal #ov-data-long-text p {
  padding-top: 20px;
  font-size: 20px;
  line-height: 23px;
}
#innovation-timeline .md-modal #ov-container {
  flex-direction: row-reverse;
}
#innovation-timeline .md-modal #ov-container #ov-data-wrapper #ov-data-title {
  display: none;
}
/* Careers */
.careers .more-items-item:active {
  background-color: unset;
}
#careers-title .more-items-title p {
  font-size: 22px;
  padding-left: 6px;
  padding-right: 4em;
  max-width: 55%;
}
#careers-title li .wrapper {
  pointer-events: none;
}
#careers-title .wrapper h2 {
  line-height: .9;
  margin-top: 8px;
  font-size: clamp(48px,2rem + 3.5vw,100px);
}
#careers-top .wrapper {
  padding: 0 4em 0 0;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
#careers-top .wrapper .more-items-text {
  font-size: 56px;
  padding-bottom: 10px;
  font-style: normal;
font-weight: 400;
line-height: 59px; /* 105.357% */
letter-spacing: -0.84px;
}
#careers-top .wrapper .more-items-text strong {
  font-weight: normal;
  color: var(--secondary);
}
#careers-top .wrapper .more-items-long-text {
  padding-left: 5em;
}
#careers-top li > a {
  width: 55%;
}
#work-wrapper {
  padding-top: 70px;
  max-width: var(--max-width-column);
  align-items: flex-start;
}
#work-at {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#work-at .widget-title {
  padding-top: 0;
}
#work-at .wrapper {
  padding-left: 5em;
}
#career-items {
  width: 55%;
  flex: none;
}
#career-items > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#career-items .dropdown {
  font-size: 32px;
  display: flex;
  margin: 0;
  align-items: center;
}
.slide-items-media-custom .owl-carousel .owl-stage {
  padding-bottom: calc(var(--column-width) * 3 + 4px);
}
.slide-items-media-custom .more-items-item {
  overflow: visible;
}
.slide-items-media-custom .more-items-item .more-items-text {
  margin-top: 6px;
  color: var(--secondary);
}
.slide-items-media-custom .more-items-item .more-items-long-text p {
  font-size: 19px;
  margin-top: 2em;
}
.slide-items-media-custom .more-items-item .wrapper {
  width: 60%;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
}
.slide-items-media-custom .more-items-item .wrapper .more-items-long-text {
  margin-top: auto;
}
.slide-items-media-custom .more-items-item .wrapper .more-items-category {
  order:0;
  background-color: transparent;
  margin-top: 0;
  padding:0
}
.slide-items-media-custom.slide-items-media .owl-item:nth-child(odd) .wrapper {
  left: calc(var(--column-width) * 6 - 14px);
}
.slide-items-media-custom.slide-items-media .owl-item:nth-child(even) .wrapper {
  right: calc(var(--column-width) * 6 - 14px);
  bottom: 0;
}

.slide-items-media-custom.slide-items-media .owl-item .more-items-item:after {
  background-image: url(../img/rounded-angle-bold.svg);
}
.slide-items-media-custom.slide-items-media .owl-item .more-items-item:hover:after {
  background-image: url(../img/rounded-angle-border.svg);
}
.slide-items-media-custom.slide-items-media .owl-item .more-items-item:active:after,
.slide-items-media-custom.slide-items-media .owl-item .more-items-item:hover:active:after {
  background-image: url(../img/rounded-angle-active.svg);
}
.slide-items-media-custom.slide-items-media .more-items-item > a:not(.all-box-link) img {
  border-radius: var(--border-radius);
}
.slide-items-media-custom .owl-item .more-items-item > a .more-items-img-mask {
  aspect-ratio: 1;
}
#cv-wrapper {
  max-width: var(--max-width-column);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 80px;
  gap: 15px;
}
#cv-wrapper > .widget {
  width: fit-content;
  margin: 0;
}
#cv-wrapper > .link-button {
  max-width: 390px;
  margin-left: 0;
}

#buttons-group {
  gap:15px;
  flex-wrap: nowrap;
  padding-bottom: 60px !important;
}
#buttons-group > .link-button {
  padding: 0;
  min-width: 300px;
  max-width: 100%;
}



#vacancies {
  padding-bottom: 80px;
}
#vacancies li .wrapper {
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
}
#vacancies li .link-button {
  margin-top: auto !important;
}
#vacancies .more-items-text {
  color: var(--secondary);
}
#vacancies .link-button, 
#vacancies .link-button a {
  width: 100%;
}
#next-step  {
  margin-bottom: 40px;
}
#next-step .widget-title {
  padding-left: 30px;
}
#next-step .widget-title a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#next-step .widget-title a span {
  position: relative;
  background: #0000002e;
  width: fit-content;
  padding: 10px 40px;
  border-radius: var(--border-radius-xxl);
}
#next-step .widget-title a span:nth-child(2) {
  margin-left: 1.5em;
}
#next-step .widget-title a span:nth-child(3) {
  margin-left: 4em;
}
#next-step .widget-title a span:nth-child(3):after {
  display: none;
}
#next-step .widget-title a span:after{
  position: absolute;
  content: "";
  right: 54px;
  bottom: -31px;
  mask-image: url(../img/drop-mask-h.svg);
  -webkit-mask-image: url(../img/drop-mask-h.svg);
  width: 44px;
  height: 42px;
  background: #0027cc;
  z-index: 8;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
#next-step .wrapper {
  padding-right: 4em;
}
/* About */
.about-title .wrapper {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.about-title ul {
  justify-content: center;
}
.about-title .wrapper h2 {
  line-height: 1;
  font-size: clamp(48px, 4rem + 4vw, 100px);
  font-family: var(--font-family-main);
  font-weight: normal;
  width: calc(var(--column-width) * 4);
}
.sustainability .about-title .wrapper h2 {
  width: 100%;
}
.about-title .wrapper h2 img {
  width: 100%;
}
.about-title .wrapper p {
  width: calc(var(--column-width) * 6);
  margin-left: auto;
  font-size: 24px;
  line-height: 27px;
}
#about-top.new video {
  padding: 6px;
  border-radius: var(--border-radius);
  height: 100%;
}
#about-top .wrapper {
  flex-direction: column;
}
#about-top ul {
  justify-content: center;
}
#about-top .wrapper > p,
#about-top .slide-content > p {
  font-size: 32px;
}
#row-title-items-wrapper .impact-title {
  width: 45%;
  padding-right: var(--column-width);
}
#row-title-items-wrapper .impact-title .widget-title {
  padding-top: 0;
}
#row-title-items-wrapper .impact-items {
  width: 55%;
}
#row-title-items-wrapper .impact-items ul {
  gap:12px;
}
#row-title-items-wrapper .impact-items ul li {
  margin: 0;
}
.about #row-title-items-wrapper .impact-items ul li:active {
  background-color: var(--primary);
}
#row-title-items-wrapper .impact-items ul li .wrapper h2 {
  margin-bottom: 3em;
}
#row-title-items-wrapper .impact-items ul li .wrapper h2 {
  font-weight: 600;
}
#row-title-items-wrapper .impact-items .layout-row {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
}
#row-title-items-wrapper .impact-items .layout-row p {
  margin: 0;
  font-size: 22px;
  width: 60%;
  line-height: 24px;
}
#row-title-items-wrapper .impact-items .layout-row span {
  margin-bottom: 0;
}
.vertical-scroll-items {
  position: relative;
  align-items: flex-end;
  max-width: var(--max-width-column);
}
.locomotive .vertical-scroll-items {
  position: sticky;
  top: 20%;
}
.vertical-scroll-items ul {
  height: 100%;
  padding-right: 0;
  gap: 12px;
  overflow: visible;
  flex-direction: column;
  align-items: flex-end;
}
.vertical-scroll-items .widget-title {
  position: absolute;
  top: 0;
  padding: 0;
}
.vertical-scroll-items .widget-title span:first-child {
  position: absolute;
}
.vertical-scroll-items .widget-title span:nth-child(2) {
  position: absolute;
  top: 100px;
  color: var(--black);
  font-size: 200px;
}
.vertical-scroll-items li {
  background-color: var(--darkgrey);
  width: 68px;
  max-height: 62px;
  margin-right: 12px;
  margin-bottom: 0;
  transition: all var(--bg-transition-duration);
}
.vertical-scroll-items li.active {
  width: calc(var(--column-width) * 5);
  overflow: visible;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  margin-right: 0;
  max-height: 300px;
  background-color: var(--primary);
  transition: all var(--bg-transition-duration) .7s;
}
.vertical-scroll-items li:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/rounded-angle.svg);
  mask-image: url(../img/rounded-angle.svg);
  bottom: -39px;
  right: -42px;
  background: var(--primary);
  transform: rotate(90deg);
  width: 40px;
  height: 40px;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  opacity: 0;
  transition: all var(--bg-transition-duration);
}
.vertical-scroll-items li:last-child:after {
  display: none;
}
.vertical-scroll-items li:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask: url(../img/rounded-angle.svg);
  mask-image: url(../img/rounded-angle.svg);
  top: -39px;
  right: -42px;
  background: var(--primary);
  transform: rotate(180deg);
  width: 40px;
  height: 40px;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  opacity: 0;
  transition: all var(--bg-transition-duration);
}
.vertical-scroll-items li.active:after,
.vertical-scroll-items li.active:before {
  opacity: 1;
  transition: all var(--bg-transition-duration) .9s;
  right: -1px;
}
.vertical-scroll-items li .wrapper {
  padding: 16px !important;
}
.vertical-scroll-items li .wrapper > h2 {
  font-size: 28px;
  margin: 0;
  display: flex;
}
.vertical-scroll-items li.active .wrapper > h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  justify-content: flex-start;
  margin: 0;
  transition: border var(--bg-transition-duration) 1.9s;
}
.vertical-scroll-items li .wrapper > h2 a {
  display: flex;
  flex-shrink: 0;
}
.vertical-scroll-items li:not(.active):hover .wrapper > h2 a {
  color: var(--secondary);
}
.vertical-scroll-items li:not(.active):hover .wrapper > h2 a span {
  color: var(--white);
}
.vertical-scroll-items li.active .wrapper {
  padding:20px !important
}
.vertical-scroll-items li.active .wrapper > h2 a span {
  margin-left: 16px;
  opacity: 1;
  white-space: nowrap;
  height: auto;
  transition: all var(--bg-transition-duration) 1.3s;
}
.vertical-scroll-items li .wrapper > h2 a span {
  opacity: 0;
  display: block;
  height: 0;
  transition: all var(--bg-transition-duration);
}
.vertical-scroll-items li .wrapper > p {
  opacity: 0;
  font-size: 20px;
  font-style: normal;
  height: 0;
  font-weight: 400;
  line-height: 1.2; /* 125% */
  letter-spacing: -0.3px;
  transition: all var(--bg-transition-duration);
}
.vertical-scroll-items li.active .wrapper > p {
  opacity: 1;
  padding-top: 20px;
  height: 160px;
  transition: height var(--bg-transition-duration) 1.6s, width var(--bg-transition-duration) 1.6s, opacity var(--bg-transition-duration) 1.9s;
}
.marbella .vertical-scroll-items li.active .wrapper > p {
  height: 190px;
}
.about .vertical-scroll-items li.active .wrapper > p {
  opacity: 1;
  padding-top: 20px;
  height: 160px;
  transition: height var(--bg-transition-duration) 1.3s, width var(--bg-transition-duration) 1.3s, opacity var(--bg-transition-duration) 1.6s;
}
.about .vertical-scroll-items li.active .wrapper > h2 {
  transition: border var(--bg-transition-duration) 1.3s;
}
.vertical-scroll-items li > a {
  display: none;
}
.vertical-scroll-items .md-modal {
  z-index: 1;
  visibility: visible;
  position: revert;
  transform: none;
  border-radius: var(--border-radius);
  background-color: var(--primary);
  transition: all var(--bg-transition-duration);
}
.vertical-scroll-items.last-item-active .md-modal {
  border-bottom-left-radius: 0;
  transition: all var(--bg-transition-duration) .9s;
}
.vertical-scroll-items.layout-row .md-modal .md-content {
  border-radius: var(--border-radius);
  transform: none;
  background-color: transparent;
  opacity: 1;
}
.vertical-scroll-items .md-modal .md-content .md-header {
  display: none;
}
.vertical-scroll-items .md-overlay {
  display: none;
}
.vertical-scroll-items #ov-container {
  display: flex;
  padding: 0px;
}
.vertical-scroll-items #ov-data-img {
  width: 100%;
  min-height: 580px;
}
.vertical-scroll-items #ov-data-img img {
  width: 100%;
  height: 100%;
  border: 6px solid var(--primary);
  object-fit: cover;
  border-radius: var(--border-radius);
  transition: opacity var(--bg-transition-duration) ease-in-out;
  opacity: 0;
}
/* Blue Impact */

.blue-impact #careers-title li > a {
  margin: auto 0;
}
.mission-focus .more-items-item:active {
  background-color: var(--primary);
}
.mission-focus h2 small {
  font-family: var(--font-family-main);
  color: #fff;
  width: 40px;
  font-size: 85%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mission-focus .wrapper {
  padding: 30px;
  justify-content: flex-end;
}
.mission-focus .wrapper > p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 112.5% */
  letter-spacing: -0.36px;
  max-width: 50%;
}

.blue-impact .vertical-scroll-items .widget-title span:nth-child(2) {
  left: -66vw;
}
#expert-backing .wrapper {
  flex-direction: column;
}
#expert-backing .wrapper > h2 {
  font-family: var(--font-family-main);
}
#expert-backing .wrapper > h2 a {
  font-weight: normal;
}
#expert-backing .more-items-text {
  color: var(--secondary);
  margin-bottom: auto;
}
#expert-backing.one-item .wrapper .more-items-long-text {
  font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 112.5% */
letter-spacing: -0.48px;
}

#backed-names .more-items-item .wrapper{
  justify-content: space-between;
}
#backed-names.slide-items-media .more-items-item .wrapper {
  height: calc(42% - 8px);
}
#backed-names.slide-items-media .owl-item .more-items-item:after {
  top: calc( 42% - 14px);
}
#backed-names.slide-items-media .owl-item:nth-child(even) .more-items-item:after {
  top: calc( 57% - 12px);
}
#backed-names.slide-items-media .owl-item:not(:first-child):nth-child(even) .more-items-item {
  transform: translate(0px, calc(42% + 8px));
}
#backed-names.slide-items-nav.slide-items-nav-right .owl-theme.owl-carousel .owl-dots:not(.disabled),
#backed-names.slide-items-nav.slide-items-nav-right .owl-theme.owl-carousel .owl-nav:not(.disabled) {
  display:none
}

#who-we-are.vertical-scroll-items #ov-data-img {
  aspect-ratio: 1;
  min-height: auto;
}


/* Tickets */
#tickets-list .wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: repeat(4, 25%);
    gap: 0;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}
#tickets-list .wrapper h2 {
  grid-column: 1;
  grid-row: 2 / 4;
  margin: 0;
  padding-right: 20px;
  font-size: 36px;
}
#tickets-list .wrapper .link-button {
  grid-column: 2;
  grid-row: 2;
  margin:0;
  --hoverColor: var(--darkgrey);
      grid-column: 2;
    grid-row: 2;
    margin: 20px 0 !important;
    --hoverColor: var(--darkgrey);
    align-self: flex-end;
}
#tickets-list .wrapper .link-button a {
  background-color: var(--dark);
  color:#fff;
}
#tickets-list .wrapper .link-button a:before {
background-image: url(../img/arrow-animated-dark.svg);
}

#tickets-list .wrapper .link-button:after {
  background-color: var(--dark);
}
#tickets-list .wrapper .link-button.link-button-b a{
  background-color: var(--secondary);
  color: var(--dark);
}
#tickets-list .wrapper .link-button.link-button-b a:before {
background-image: url(../img/arrow-animated.svg);
}
#tickets-list .wrapper .link-button.link-button-b {
    grid-column: 2;
    grid-row: 3;
    margin: 20px 0 !important;
    --hoverColor: #80E453;
    align-self: flex-start;
}
#tickets-list .wrapper .link-button.link-button-b:after {
  background-color: var(--secondary);
}
#tickets-list .wrapper h2 small {
  color:var(--secondary);
  text-transform: uppercase;
  font-size: 50%;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
#tickets-list .wrapper h2 a img {
  height: 60px;
  width:auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom:40px;
}

/* Contact */
#contact-wrapper {
  max-width: var(--max-width-column);
  display: flex;
  flex-direction: column;
}
#contact-wrapper > .widget-title {
  text-align: center;
  max-width: var(--max-width-column-press);
  font-size: clamp(48px,2rem + 3.5vw,100px);
}
#contact-wrapper .widget,
#contact-wrapper .widget.contact-items {
  max-width: var(--max-width-column-press);
}
#contact-wrapper .info .wrapper {
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 10px;
  align-items: center;
}
#contact-wrapper .info .wrapper .more-items-text {
  /* max-width: 400px; */
}
#contact-wrapper .info .more-items-long-text strong {
  color: var(--secondary);
  line-height: 1.6;
  margin-bottom: 10px;
}
#contact-wrapper .contact-items > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contact-wrapper .contact-item {
  padding: 28px;
}
#contact-wrapper .contact-items h1 {
  font-size: 56px;
  margin: 0;
}
#contact-wrapper .contact-item span {
  position: relative;
  cursor: pointer;
  font-size: 28px;
}
#contact-wrapper .contact-item span:after {
  content: "\ecd5";
  margin-left: 10px;
  font-size: 22px;
  font-family: remixicon;
  background: var(--secondary);
  border-radius: 100px;
  padding: 8px;
  color: var(--dark);
}
#contact-wrapper .contact-item span:before {
  content: "Copied to clipboard";
  font-family: var(--font-family-text);
  font-size: 14px;
  position: absolute;
  bottom: -18px;
  color: var(--secondary);
  opacity: 0;
  transition: all var(--bg-transition-duration);
}
#contact-wrapper .contact-item.copied span:before { 
  opacity: 1;
}

/* Mediacenter */

#modal-signin .md-content {
  border: 6px solid var(--mediumgrey);
}
#modal-signin .md-content > * {
  padding-top: 0;
}

/* Sign up */

.signup #sign-up .article-aside .widget-title {
  line-height: .9;
}
.signup #sign-up .article-aside .widget-title:not(small) {
  font-size: 44px;
  color: var(--secondary) !important;
  font-family: var(--font-family-title);
}
.signup #sign-up .article-aside .widget-title small,
.signup #social-login-new .widget-title p {
  font-family: var(--font-family-text);
  color: var(--white);
  font-size: 22px;
}
.signup #social-login-new .widget-title {
  color: var(--secondary) !important;
}
.signup #social-login-new .widget-title p {
  font-style: italic;
}
.signup #social-login-new .widget-title p a {
  color: var(--secondary);
}
.signup #sign-up form {
  padding-top: 40px;
}


.signup #sign-up .form-group label {
  text-transform: none;
  font-size: 18px;
  opacity: .8;
}
.signup #sign-up .agree a {
  color: var(--secondary);
}
.signup #sign-up .form-buttons,.form-buttons {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.signup #sign-up .formly-field .separator {
  font-size: 22px;
  font-weight: 500;
}
.signup #sign-up .submit-button {
  color: var(--dark);
  text-transform: uppercase;
}
.signup #sign-up .btn-success[disabled] {
  background-color: var(--secondary);
  border-color: var(--secondary);
  opacity: 1;
}
.signup #sign-up .btn-success {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.signup #sign-up select {
  height: 52px;
}
.signup #sign-up .form-messages {
  text-align: left;
}
.signup #sign-up .form-messages > span:first-child {
  font-size: 36px;
  color: var(--secondary);
  font-family: var(--font-family-main);
  display: block;
}
.signup #sign-up .form-messages > span {
  font-size: 24px;
  color: var(--white);
  font-family: var(--font-family-text);
}
#sign-up.simple-text-body p {
  color: var(--white);
  font-size: 24px;
}
#sign-up.simple-text-body p a {
  color: var(--secondary);
}

/* Timing sheets */
.downloads #downloads-main.downloads-docs .main-view {
  padding: 0;
}
.downloads #downloads-main.downloads-docs .main-view #content-downloads-main {
  margin-top: 0;
}
.downloads .downloads-filters.submenu-list > ul > li ul {
  margin: 0;
  padding: 0 0 0px 18px;
}
.downloads #main .downloads-main.downloads-docs .related-content {
  overflow: auto;
  height: auto;
  position: fixed !important;
  bottom: 0;
}
.downloads .downloads-filters.submenu-list.tree-view > ul > li.filters-select {
  display: block;
  margin-right: 0;
  width: 100%;
}
.tree-view.downloads .loading,
.tree-view.downloads .no-results-container {
  margin-top: 0;
}
.tree-view.downloads .loading:after,
.tree-view.downloads .no-results-container:after {
  display: none;
}
.tree-view.downloads .loading:before {
  content: "\f38b" !important;
}
.tree-view.downloads {
  --related-content-width: 500px;
  --footer-height: 65px;
  --subheader-height: 0px;
}
.tree-view.downloads.no-footer {
  --footer-height: 0;
}
.tree-view .downloads-main:not(.current-file) .downloads-container {
  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: 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;
  min-height: auto;
  width: auto;
  padding: 0 !important;
  position: fixed;
  bottom: var(--footer-height);
  top: var(--header-height);
  height: calc(100% - var(--header-height) - var(--footer-height));
  right: 0;
  left: var(--related-content-width);
}
.tree-view .downloads-main:not(.current-file) .downloads-container:before {
  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;
  content: "\f2e1";
  font-size: 80px;
  color: #bec2c5;
}
.tree-view .downloads-main:not(.current-file) .downloads-container:after {
  content: "Please select a file";
  color: #8c8e90;
  font-size: 24px;
}
.tree-view .downloads-main.current-file .downloads-container {
  background-color: #404040;
  min-height: 100vh;
  margin-bottom: 0;
  z-index: 4;
}
.tree-view .related-content {
  width: var(--related-content-width) !important;
  top: var(--header-height) !important;
  max-width: 100% !important;
}
.tree-view.downloads .downloads-main > section > header {
  height: 0;
}
.tree-view .downloads-container.galleries-container .icon-close {
  display: none;
}
#itemShow {
  position: fixed;
  width: calc(100% - var(--related-content-width));
  height: calc(100% - var(--subheader-height) - var(--header-height));
  right: 0;
  left: var(--related-content-width);
  bottom: var(--footer-height);
  top: var(--header-height);
}
iframe#itemShow {
  background-color: #ffffff;
}
.folder-view li {
  list-style: none;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.folder-view li > a {
  padding-bottom: 5px;
  padding-top: 5px;
  color: #000000;
  line-height: 1.5;
  word-break: break-all;
}
.folder-view li > a:not(.is-folder) {
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.downloads .folder-view li > a:not(.is-folder):before {
  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;
  content: "\f2e1";
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 18px;
  color: #8c8e90 !important;
}
.downloads .folder-view {
  margin: 0;
}
.downloads .folder-view li > a.file-pdf:before {
  color: red !important;
}
.downloads .folder-view li > a.file-csv:before {
  color: blue !important;
}
.downloads .folder-view li > a.file-pdf:hover {
  color: red !important;
}
.downloads .folder-view li > a.file-csv:hover {
  color: blue !important;
}
.folder-view li > a.is-folder {
  font-weight: bold;
  padding-left: 23px;
}
.folder-view li > span {
  margin-right: 0;
  margin-bottom: 3px;
  margin-top: 3px;
  z-index: 1;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 5px;
}
.folder-view li > span.icon-opened:before {
  content: "\f368" !important;
}
.folder-view li > span.icon-closed:before {
  content: "\f273" !important;
}
.folder-view li > span:before {
  display: inline-block;
  font-family: "Ionicons" !important;
  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: 14px;
}
.folder-view ul {
  width: 100%;
  position: relative;
}
.folder-view li a,
.folder-view li {
  position: relative;
}
.folder-view ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: auto;
  background-color: #c3c3c3;
  left: -14px;
  z-index: -3;
  top: -7px;
  bottom: 0;
  min-height: 24px;
}
.folder-view li.folder-opened > ul:not(.files-folder) > li:last-child:before,
.folder-view li.folder-opened > ul.files-folder:last-child > li:last-child:before {
  bottom: auto;
}
.folder-view li a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #c3c3c3;
  left: -13px;
  z-index: -1;
  top: 16px;
  margin-top: 0;
}
.folder-view li a.is-folder:after {
  left: -13px;
}
.folder-view > li > a:after,
.folder-view > li > a:before {
  display: none;
}
.related-on-left .downloads-main .related-content {
  right: auto;
  left: 0;
}
.downloads .related-content {
  background-color: #e0e4e8;
}


/* Wrapper Timing Shets */

.downloads #main .tree-wrapper .downloads-main.downloads-docs .related-content {
  position: relative !important;
  top: 0 !important;
}
.tree-view .tree-wrapper .downloads-main {
  display: flex;
  flex-direction: row-reverse;
}
.tree-view .tree-wrapper .downloads-main:not(.current-file) .downloads-container {
  position: relative !important;
  top: auto;
  height: 100%;
  left: 0;
}
.tree-view .tree-wrapper .downloads-main:not(.current-file) {
  display: flex;
  flex-direction: row-reverse;
}
.downloads .tree-wrapper #downloads-main.downloads-docs .main-view {
  min-height: 60svh;
}
.tree-view .tree-wrapper iframe#itemShow {
  position: absolute;
  top: 0;
  height:100%;
}
.downloads-main.downloads-docs.dark .related-content {
  background-color: var(--dark);
}
.dark .folder-view li > a {
  color: #fff;
}
.tree-wrapper .downloads-main .main-view.column.related-content .widget {
  padding-left: 0;
  padding-right: 20px;
  padding-top: 0;
}
.tree-view .tree-wrapper .folder-view li > a {
  font-size: 20px;
}
.tree-view .tree-wrapper .folder-view li > span {
  left: 0;
}
.tree-view .tree-wrapper .folder-view li > span:before {
  content: "\ed54" !important;
  font-family: "remixicon" !important;
  color: var(--secondary);
  margin-right: 0;
  font-size: 20px;
}
.tree-view .tree-wrapper .folder-view li > span.icon-opened:before {
  content: "\ed70" !important;
}
.tree-view .tree-wrapper .folder-view li a:after {
  top:18px
}
.tree-view .tree-wrapper .folder-view ul li:before {
  top: -5px;
}
.tree-view .tree-wrapper .folder-view li > a.is-folder {
  padding-left: 28px;
}
.downloads.tree-view .tree-wrapper .folder-view li > a:not(.is-folder):before {
  top: 11px
}
.dark.downloads-main .downloads-container {
  background-color: var(--darkgrey);
}
.dark.downloads-main > section > header {
  border:none;
}
/* End Timing Sheets */
/* Hot to Wach */

#landing-select-broadcaster {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#landing-select-broadcaster > * {
  width: auto;
  margin:0;
}
#landing-select-broadcaster .tabs-content {
  position: relative
}
#landing-select-broadcaster .tabs-content:before {
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 115% */
letter-spacing: -0.3px;
color: #fff;
content: "Watching in";
margin-bottom: 12px;
display: block;
}
#landing-select-broadcaster .tabs-content .country-selected > div {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  color: var(--dark);
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.2;
  border-radius: var(--border-radius-md);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  font-family: var(--font-family-text);
  width: 100%;
  display: flex;
  align-items: center;
}
#landing-select-broadcaster .tabs-content .country-selected > div .country-flag {
  width: 52px;
  height: 52px;
  border-radius: 44.444px;
  border: 6px solid var(--secondary);
  background-color: #1A1A1A;
  padding: 2px;
  z-index: 1;
}
#landing-select-broadcaster .tabs-content .country-selected.not-selected > div .country-flag {
  display:none;
}
#landing-select-broadcaster .tabs-content .country-selected.not-selected  > div .country-name {
  margin-left: 0;
  padding-left: 24px;
  border-radius: var(--border-radius-md);
  width: 173px;
}
#landing-select-broadcaster .tabs-content .country-selected.not-selected > div .country-message:before {
  transform: rotate(-90deg);
  transition: all var(--bg-transition-duration);
}
#landing-select-broadcaster .tabs-content .country-selected > div .country-name-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#landing-select-broadcaster .tabs-content .country-selected > div .country-name {
  background-color: var(--secondary);
    padding: 6px 24px 6px 34px;
    border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
    height: 52px;
    display: flex;
    align-items: center;
    margin-left: -26px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.27px;
}
#landing-select-broadcaster .tabs-content .country-selected > div .country-message {
  content: "";
  height: 52px;
  display: flex;
  background-color: var(--secondary);
  mask-image: url(../img/bt-drop.svg);
  -webkit-mask-image: url(../img/bt-drop.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center right;
  -webkit-mask-position: center right;
  z-index: 0;
  width: 68px;
  position: relative;
  margin-left: -7px;
  transition: background-color var(--bg-transition-duration);
  flex: none;
  color: transparent;
}

#landing-select-broadcaster .tabs-content .country-selected > div .country-message:before {
  content: "";
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  background: url(../img/chevron-right-dark.svg) 18px center no-repeat transparent;
  border-radius: 50%;
  background-size: auto 45%;
  z-index: 1;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all var(--bg-transition-duration);
  transform: rotate(90deg);
}
.country-selected .country-name .select {
  display:none;
}
#landing-select-broadcaster .modal-country-select {
  position: absolute;
  transform: none;
  top: calc(100% + 17px);
  left: auto;
  right: 0;
  align-self: flex-start;
  min-width: 234px;
}
#landing-select-broadcaster .modal-country-select .md-content {
  transform: none;
  pointer-events: none;
  transition: none;
  background-color: transparent;
}
#landing-select-broadcaster .modal-country-select.md-show .md-content {
  pointer-events: all;
  transition: none;
}
#landing-select-broadcaster .modal-country-select .md-content .md-header {
  display: none;
}
#landing-select-broadcaster .modal-country-select .md-content #content-landing-select-broadcaster {
  padding:0;
  background-color: transparent;
  opacity: 1 !important;
}
#landing-select-broadcaster .modal-country-select .md-content .md-footer {
  display: none;
}
#landing-select-broadcaster .modal-country-select .md-content #content-landing-select-broadcaster.img-aside .more-items-item .more-items-img-container {
  width: 32px;
  height: 32px;
  border-radius: 50%;
} 
#landing-select-broadcaster .modal-country-select .md-content #content-landing-select-broadcaster.img-aside .more-items-item .more-items-img-container img {
  padding: 0;
}
.modal-country-select .md-content .more-items-list {
  flex-direction: column;
  padding: 14px 11px;
  background-color: var(--lightgrey);
  border-radius: var(--border-radius);
  height: 400px;
  overflow: auto;
  flex-wrap: nowrap;
  gap: 4px;
}
.modal-country-select .md-content .more-items-list li {
  width: 100%;
  background-color: transparent;
  flex-shrink: 0;
  padding: 4px;
  cursor: pointer;
  border-radius: var(--border-radius-md);
}
.modal-country-select .md-content .more-items-list li:hover {
  background-color: var(--mediumgrey);
}
.modal-country-select .md-content .more-items-list li .wrapper {
  background-color: transparent !important;
  padding: 0 0 0 8px;
}
.modal-country-select .md-content .more-items-list li .wrapper h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.27px;
  margin-bottom: 0;
}
.modal-country-select .md-content .more-items-list li .wrapper > a {
  display: none;
}
.modal-country-select.md-show ~ .md-overlay {
  display: none;
}
#channel-list {
  min-height: 500px;
}
#channel-list .more-items-item {
  background-color: transparent;
  margin:0;
}
#channel-list .more-items-item .wrapper > *:not(.schedule-session-channels) {
  display: none;
}
#channel-list .more-items-item .wrapper  {
  padding:0;
}
.schedule-session-channels {
  width: 100%;
}
.schedule-session-channels > div {
  background-color: var(--darkgrey);
  margin-bottom: 15px;
  border-radius: var(--border-radius);
}
.schedule-session-channels .logo-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 32px 8px 8px;
}
.schedule-session-channels .logo-container img{
  width: 153px;
  aspect-ratio: 15/10;
  object-fit: contain;
  background: #fff;
  border-radius: var(--border-radius-sm);
  margin-right: 32px;
  padding:12px
}
.schedule-session-channels .logo-container .schedule-name-logo {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 108.333% */
  letter-spacing: -0.72px;
  color: var(--secondary);
  display: flex;
  flex-direction: column;
}
.schedule-session-channels .logo-container .schedule-name-logo strong {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2;
  color: #fff;
}
.schedule-session-channels .logo-container .link-button{
  margin-left: auto;
}
#live-wrapper.live-v2 {
  margin-bottom: 40px;

}
#live-wrapper.live-v2 #video-view {
  width: 36%;
  padding-right: 40px;
}
#live-wrapper.live-v2 #video-view .article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
#video-wrapper-live {
  width: 64%;
}
#video-wrapper-live iframe {
  aspect-ratio: 16/9;
  display: block;
  width:100%;
}
#live-wrapper.live-v2 #video-view .article-view-title {
  padding-right: 0;
  line-height: .7;
}
#live-wrapper.live-v2 #video-view .article-view-title small {
  color:#fff;
}
#live-wrapper.live-v2 #video-view.widget.article-view .article header {
  min-height: auto;
}
#live-wrapper.live-v2 .video-view-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-left: 0;
  margin-bottom: 62px;
  font-size: 20px;
  margin-right: auto;
}
#video-wrapper-live #live-stream {
  padding-top: 50px;
  width:100%;
}
#video-wrapper-live #live-stream #widget-embed {
  border-radius: var(--border-radius);
  border: 6px solid var(--lightgrey);
  overflow: hidden;
}
#live-wrapper .sound-button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #fff;
}
#live-wrapper .sound-button > p {
  font-weight: bold;
  cursor: pointer;
  
  margin-top: 0;
}
#live-wrapper .sound-button > p:before {
  content: "\f2a2";
  font-family: "remixicon";
  font-size: 20px;
  padding-right: 8px;
}
#live-wrapper .sound-button.muted > p:before {
  content: "\f29e";
}

#pilot-academy-img .more-items-item img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}
.pilot-academy-form {
  padding:40px;
  border-bottom-right-radius: var(--border-radius-lg);
}
#pilot-academy {
  margin-top: -70px;
  border-bottom-left-radius: var(--border-radius-md);
  border-bottom-right-radius:0;
  --body-h-padding: 100px;
}
#pilot-academy ul li .wrapper:before {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--lightgrey);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: rotate(270deg);
  top: -26px;
  left: 5.5px;
}
#pilot-academy ul li .wrapper:after {
  content: "";
  width: 27px;
  height: 27px;
  margin: 0;
  background-color: var(--lightgrey);
  mask-image: url(../img/rounded-angle.svg);
  -webkit-mask-image: url(../img/rounded-angle.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  transform: scaleX(-1) rotate(180deg);
  top: 58px;
  right: -27px;
}
#pilot-academy ul,
#pilot-academy ul li {
  overflow: visible;
}
#pilot-academy ul li {
  border-top-left-radius: 0;
}
#pilot-academy-wrapper-one {
  margin-top: -20px;
}


/* RACE FORMAT */

#article-view.race-format .article-view-intro p span {
  font-size: 32px !important;
  line-height: 32px;
}
#article-view.race-format h1 {
  font-family: var(--font-family-main);
}

.race-format #faqs li.more-items-item {
  background-color: var(--mediumgrey);
}
.race-format #faqs li.green-bg.more-items-item {
  background-color: var(--secondary);
}
.race-format #faqs li.green-bg .wrapper .rf-group  {
  border-bottom-color: rgba(0,0,0,0.2);
}
.race-format #faqs li.green-bg .wrapper h2 a,
.race-format #faqs li.green-bg .wrapper .rf-group > *:not(h3)  {
  color: var(--dark);
}
.race-format #faqs li.green-bg .wrapper .rf-group > *:not(h3) {
  font-weight: normal;
}
.race-format #faqs li.green-bg .wrapper .rf-group > h3 {
  color: var(--primary);
}
.race-format #faqs li.blue-bg.more-items-item {
  background-color: var(--primary);
}
.race-format #faqs li > a {
  width: auto;
}
.race-format #faqs li > a img[alt="No Image"] {
  display: none;
}
.race-format #faqs .wrapper > div {
  margin-left: 0;
  margin-top: 0;
  padding-right: 40px;
  margin-bottom: 0;
  width: calc(50% - 10px);
}
.race-format #faqs .wrapper  {
  gap: 20px;
  align-items: center;
}
.race-format #faqs .wrapper h2 {
  margin-top: 0;
  width: calc(50% - 10px);
  padding: 0 12%;
}
.race-format #faqs .wrapper h2 a {
  font-weight: normal;
}
.rf-group {
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding-bottom: 10px;
  padding-top: 5px;
}
.rf-group:first-child {
  padding-top:0;
}
.rf-group:first-child h3 {
  margin-top: 0;
}
.rf-group:last-child {
  border: none;
  padding-bottom: 0;
}
.rf-group:last-child ul li:last-child {
  margin-bottom: 0;
}
.rf-group h3 {
  font-size: 22px !important;
  color: var(--secondary);
  font-weight: normal;
}
.rf-group > *:not(h3) {
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2;
}
.rf-group ul {
  padding-left: 13px;
}
.rf-group ul li {
  margin-bottom: 13px;
}
.rf-group > * {
  margin: 5px 0;
}

.race-format #faqs li.graphic-bg.more-items-item {
  background: #323232;
  margin-left: auto;
  margin-right: auto;

}
.race-format #faqs li.graphic-bg.more-items-item > a {
  width: 50%;
}
.race-format #faqs li.graphic-bg.more-items-item > a img {
  width: 70%;

  object-fit: contain;
}
.race-format #faqs li.graphic-bg.more-items-item .wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
}
.race-format #faqs li.graphic-bg.more-items-item .wrapper h2 {
  padding: 0;
}


/* Recap */

body.recap {
  font-family: var(--font-family-main);
}
.recap-article .article-view-intro .border-bottom > div > div {
  font-size: 36px;
  margin-top: 10px;
  line-height:1;
}
.recap-article:not(.article-img-left) .article-view-intro {
  padding-left: 73px;
}
.full-content .recap-article .article-view-title {
  margin-top:0;
  display: flex;
  align-items: flex-start;
  padding-right: calc(var(--column-width)* 6);
}
.full-content .recap-article .article-view-title .flag-icon{
  flex:none;
}
.full-content .recap-article .article-view-title span.padding-left{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* Error Page
  ========================================================== */
body.page-404 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-404 #container{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-404 #site-logo {
  width: auto;
  height: 100px;
}
body.page-404 #site-logo img {
  height: 100%;
}
  #error-404 {
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border-radius: var(--border-radius);
    background-color: var(--primary);
    color: #fff;
}
.error-404-message a{
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
#error-404 h1 {
  color:#fff
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.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;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:after {
  clear: both;
}
/* ==========================================================
   PLUGINS
   ========================================================== */


   .fade-in-down[data-scroll], .fade-in-down[data-scroll] li.fade-in-down {
    opacity:0;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
            -webkit-transition: opacity 0s, -webkit-transform 0s;
            transition: opacity 0s, -webkit-transform 0s;
            -o-transition: opacity 0s, transform 0s ;
            transition: opacity 0s, transform 0s ;
            transition: opacity 0s, transform 0s, -webkit-transform 0s;
  }
  .fade-in-down.is-inview[data-scroll],.fade-in-down[data-scroll] li.fade-in-down.is-inview{
    opacity:1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity var(--bg-transition-duration), -webkit-transform var(--bg-transition-duration);
    transition: opacity var(--bg-transition-duration), -webkit-transform var(--bg-transition-duration);
    -o-transition: opacity var(--bg-transition-duration), transform var(--bg-transition-duration) ;
    transition: opacity var(--bg-transition-duration), transform var(--bg-transition-duration) ;
    transition: opacity var(--bg-transition-duration), transform var(--bg-transition-duration), -webkit-transform var(--bg-transition-duration); 
  }
  .slide-in-right-media .owl-carousel .owl-item,
  .slide-in-right li,
  .slide-in-right .layout-column > div {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
            transition: all var(--bg-transition-duration) var(--easing);
            opacity: 0 !important;
  }
  .slide-in-right-media.is-inview .owl-carousel .owl-item,
  .slide-in-right.is-inview li,
  .slide-in-right.is-inview .layout-column > div {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1 !important;
            transition: all var(--bg-transition-duration) 1s var(--easing);
  }
  .slide-in-right-media.is-inview .owl-carousel .owl-item:first-child,
  .slide-in-right.is-inview .owl-carousel .owl-item:first-child li,
  .slide-in-right.is-inview ul > li:first-child {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1 !important;
            transition: all var(--bg-transition-duration) .2s var(--easing);
  }
  .slide-in-right-media.is-inview .owl-carousel .owl-item:nth-child(2),
  .slide-in-right.is-inview .owl-carousel .owl-item:nth-child(2) li,
  .slide-in-right.is-inview ul > li:nth-child(2)  {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1 !important;
            transition: all var(--bg-transition-duration) .4s var(--easing);
  }
  .slide-in-right-media.is-inview .owl-carousel .owl-item:nth-child(3),
  .slide-in-right.is-inview .owl-carousel .owl-item:nth-child(3) li,
  .slide-in-right.is-inview ul > li:nth-child(3) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1 !important;
            transition: all var(--bg-transition-duration) .6s var(--easing);
  }
  .slide-in-right-media.is-inview .owl-carousel .owl-item:nth-child(4),
  .slide-in-right.is-inview .owl-carousel .owl-item:nth-child(4) li,
  .slide-in-right.is-inview ul > li:nth-child(4)  {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1 !important;
            transition: all var(--bg-transition-duration) .8s var(--easing);
  }
  .slide-in-right-media.is-inview .owl-carousel .owl-item:nth-child(5),
  .slide-in-right.is-inview .owl-carousel .owl-item:nth-child(5) li,
  .slide-in-right.is-inview ul > li:nth-child(5) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
            opacity: 1 !important;
            transition: all var(--bg-transition-duration) 1s var(--easing);
  }
  
.grecaptcha-badge {
  opacity: 0;
}

  .tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/* PDFJS */
.pdfjs .textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1;
}
.pdfjs .textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.pdfjs .textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: #b400aa;
  border-radius: 4px;
}
.pdfjs .textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}
.pdfjs .textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}
.pdfjs .textLayer .highlight.middle {
  border-radius: 0;
}
.pdfjs .textLayer .highlight.selected {
  background-color: #006400;
}
.pdfjs .textLayer ::-moz-selection {
  background: #00f;
}
.pdfjs .textLayer ::selection {
  background: #00f;
}
.pdfjs .textLayer ::-moz-selection {
  background: #00f;
}
.pdfjs .textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.pdfjs .textLayer .endOfContent.active {
  top: 0;
}
.pdfjs .annotationLayer section {
  position: absolute;
}
.pdfjs .annotationLayer .linkAnnotation > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pdfjs .annotationLayer .linkAnnotation > a {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}
.pdfjs .annotationLayer .linkAnnotation > a:hover {
  opacity: 0.2;
  background: #ff0;
  -webkit-box-shadow: 0 2px 10px #ff0;
  box-shadow: 0 2px 10px #ff0;
}
.pdfjs .annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}
.pdfjs .annotationLayer .textWidgetAnnotation input,
.pdfjs .annotationLayer .textWidgetAnnotation textarea,
.pdfjs .annotationLayer .choiceWidgetAnnotation select,
.pdfjs .annotationLayer .buttonWidgetAnnotation.checkBox input,
.pdfjs .annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}
.pdfjs .annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}
.pdfjs .annotationLayer .textWidgetAnnotation input[disabled],
.pdfjs .annotationLayer .textWidgetAnnotation textarea[disabled],
.pdfjs .annotationLayer .choiceWidgetAnnotation select[disabled],
.pdfjs .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.pdfjs .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: 0;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.pdfjs .annotationLayer .textWidgetAnnotation input:hover,
.pdfjs .annotationLayer .textWidgetAnnotation textarea:hover,
.pdfjs .annotationLayer .choiceWidgetAnnotation select:hover,
.pdfjs .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.pdfjs .annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}
.pdfjs .annotationLayer .textWidgetAnnotation input:focus,
.pdfjs .annotationLayer .textWidgetAnnotation textarea:focus,
.pdfjs .annotationLayer .choiceWidgetAnnotation select:focus {
  background: 0;
  border: 1px solid transparent;
}
.pdfjs .annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}
.pdfjs .annotationLayer .textWidgetAnnotation input.comb:focus {
  width: 115%;
}
.pdfjs .annotationLayer .buttonWidgetAnnotation.checkBox input,
.pdfjs .annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.pdfjs .annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}
.pdfjs .annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #ff9;
  -webkit-box-shadow: 0 2px 5px #333;
  box-shadow: 0 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  word-wrap: break-word;
}
.pdfjs .annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
}
.pdfjs .annotationLayer .popup p {
  padding-top: 0.2em;
}
.pdfjs .annotationLayer .highlightAnnotation,
.pdfjs .annotationLayer .underlineAnnotation,
.pdfjs .annotationLayer .squigglyAnnotation,
.pdfjs .annotationLayer .strikeoutAnnotation,
.pdfjs .annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}
.pdfjs .pdfViewer .canvasWrapper {
  overflow: hidden;
}
.pdfjs .pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  -o-border-image: url(../img/pdfjs/shadow.png) 9 9 repeat;
  border-image: url(../img/pdfjs/shadow.png) 9 9 repeat;
  background-color: white;
}
.pdfjs .pdfViewer.removePageBorders .page {
  margin: 0 auto 10px auto;
  border: 0;
}
.pdfjs .pdfViewer.singlePageView {
  display: inline-block;
}
.pdfjs .pdfViewer.singlePageView .page {
  margin: 0;
  border: 0;
}
.pdfjs .pdfViewer .page canvas {
  margin: 0;
  display: block;
}
.pdfjs .pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../img/pdfjs/loading-icon.gif') center no-repeat;
}
.pdfjs .pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}
.pdfjs .pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}
.pdfjs .pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
  border: 0;
}
.pdfjs .pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}
.pdfjs * {
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  width: 100%;
  font-size: 10px;
}
.pdfjs input,
.pdfjs button,
.pdfjs select {
  outline: 0;
}
.pdfjs .hidden {
  display: none !important;
}
.pdfjs [hidden] {
  display: none !important;
}
.pdfjs #viewerContainer.pdfPresentationMode:-webkit-full-screen {
  top: 0;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
}
.pdfjs #viewerContainer.pdfPresentationMode:-moz-full-screen {
  top: 0;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -moz-user-select: none;
}
.pdfjs #viewerContainer.pdfPresentationMode:-ms-fullscreen {
  top: 0 !important;
  border-top: 2px solid transparent;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  cursor: none;
  -ms-user-select: none;
}
.pdfjs #viewerContainer.pdfPresentationMode:-ms-fullscreen::-ms-backdrop {
  background-color: #000;
}
.pdfjs #viewerContainer.pdfPresentationMode:-webkit-full-screen {
  top: 0;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pdfjs #viewerContainer.pdfPresentationMode:-moz-full-screen {
  top: 0;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pdfjs #viewerContainer.pdfPresentationMode:-ms-fullscreen {
  top: 0;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pdfjs #viewerContainer.pdfPresentationMode:fullscreen {
  top: 0;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pdfjs .pdfPresentationMode:-webkit-full-screen a:not(.internalLink) {
  display: none;
}
.pdfjs .pdfPresentationMode:-moz-full-screen a:not(.internalLink) {
  display: none;
}
.pdfjs .pdfPresentationMode:-ms-fullscreen a:not(.internalLink) {
  display: none !important;
}
.pdfjs .pdfPresentationMode:fullscreen a:not(.internalLink) {
  display: none;
}
.pdfjs .pdfPresentationMode:-webkit-full-screen .textLayer > div {
  cursor: none;
}
.pdfjs .pdfPresentationMode:-moz-full-screen .textLayer > div {
  cursor: none;
}
.pdfjs .pdfPresentationMode:-ms-fullscreen .textLayer > div {
  cursor: none;
}
.pdfjs .pdfPresentationMode:fullscreen .textLayer > div {
  cursor: none;
}
.pdfjs .pdfPresentationMode.pdfPresentationModeControls > *,
.pdfjs .pdfPresentationMode.pdfPresentationModeControls .textLayer > div {
  cursor: default;
}
.pdfjs #outerContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
.pdfjs #sidebarContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  visibility: hidden;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
html[dir='ltr'] .pdfjs #sidebarContainer {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  left: -200px;
}
html[dir='rtl'] .pdfjs #sidebarContainer {
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  right: -200px;
}
.pdfjs #outerContainer.sidebarMoving > #sidebarContainer,
.pdfjs #outerContainer.sidebarOpen > #sidebarContainer {
  visibility: visible;
}
html[dir='ltr'] .pdfjs #outerContainer.sidebarOpen > #sidebarContainer {
  left: 0;
}
html[dir='rtl'] .pdfjs #outerContainer.sidebarOpen > #sidebarContainer {
  right: 0;
}
.pdfjs #mainContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 320px;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
html[dir='ltr'] .pdfjs #outerContainer.sidebarOpen > #mainContainer {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  left: 200px;
}
html[dir='rtl'] .pdfjs #outerContainer.sidebarOpen > #mainContainer {
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  right: 200px;
}
.pdfjs #sidebarContent {
  top: 32px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.1);
}
html[dir='ltr'] .pdfjs #sidebarContent {
  left: 0;
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
html[dir='rtl'] .pdfjs #sidebarContent {
  right: 0;
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25);
}
.pdfjs #viewerContainer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
}
html[dir='ltr'] .pdfjs #viewerContainer {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
}
html[dir='rtl'] .pdfjs #viewerContainer {
  -webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05);
}
.pdfjs .toolbar {
  position: relative;
  left: 0;
  right: 0;
  z-index: 9999;
  cursor: default;
}
.pdfjs #toolbarContainer {
  width: 100%;
}
.pdfjs #toolbarSidebar {
  width: 200px;
  height: 32px;
  background-color: #424242;
  background-image: url(../img/pdfjs/texture.png), -webkit-gradient(linear, left top, left bottom, from(rgba(77, 77, 77, 0.99)), to(rgba(64, 64, 64, 0.95)));
  background-image: url(../img/pdfjs/texture.png), -o-linear-gradient(rgba(77, 77, 77, 0.99), rgba(64, 64, 64, 0.95));
  background-image: url(../img/pdfjs/texture.png), linear-gradient(rgba(77, 77, 77, 0.99), rgba(64, 64, 64, 0.95));
}
html[dir='ltr'] .pdfjs #toolbarSidebar {
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
}
html[dir='rtl'] .pdfjs #toolbarSidebar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
}
.pdfjs #toolbarContainer,
.pdfjs .findbar,
.pdfjs .secondaryToolbar {
  position: relative;
  height: 32px;
  background-color: #474747;
  background-image: url(../img/pdfjs/texture.png), -webkit-gradient(linear, left top, left bottom, from(rgba(82, 82, 82, 0.99)), to(rgba(69, 69, 69, 0.95)));
  background-image: url(../img/pdfjs/texture.png), -o-linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
  background-image: url(../img/pdfjs/texture.png), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
}
html[dir='ltr'] .pdfjs #toolbarContainer,
.pdfjs .findbar,
.pdfjs .secondaryToolbar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
html[dir='rtl'] .pdfjs #toolbarContainer,
.pdfjs .findbar,
.pdfjs .secondaryToolbar {
  -webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.pdfjs #toolbarViewer {
  height: 32px;
}
.pdfjs #loadingBar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-bottom: 1px solid #333;
}
.pdfjs #loadingBar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
}
@-webkit-keyframes progressIndeterminate {
  .pdfjs 0% {
    left: -142px;
  }
  .pdfjs 100% {
    left: 0;
  }
}
@keyframes progressIndeterminate {
  .pdfjs 0% {
    left: -142px;
  }
  .pdfjs 100% {
    left: 0;
  }
}
.pdfjs #loadingBar .progress.indeterminate {
  background-color: #999;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.pdfjs #loadingBar .progress.indeterminate .glimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 150px);
  background: -o-repeating-linear-gradient(315deg, #bbb 0, #999 5px, #999 45px, #ddd 55px, #ddd 95px, #bbb 100px);
  background: repeating-linear-gradient(135deg, #bbb 0, #999 5px, #999 45px, #ddd 55px, #ddd 95px, #bbb 100px);
  -webkit-animation: progressIndeterminate 950ms linear infinite;
  animation: progressIndeterminate 950ms linear infinite;
}
.pdfjs .findbar,
.pdfjs .secondaryToolbar {
  top: 32px;
  position: absolute;
  z-index: 10000;
  height: 32px;
  min-width: 16px;
  padding: 0 6px 0 6px;
  margin: 4px 2px 4px 2px;
  color: #d9d9d9;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  cursor: default;
}
html[dir='ltr'] .pdfjs .findbar {
  left: 68px;
}
html[dir='rtl'] .pdfjs .findbar {
  right: 68px;
}
.pdfjs .findbar label {
  -webkit-user-select: none;
  -moz-user-select: none;
}
.pdfjs #findInput[data-status="pending"] {
  background-image: url(../img/pdfjs/loading-small.png);
  background-repeat: no-repeat;
  background-position: right;
}
html[dir='rtl'] .pdfjs #findInput[data-status="pending"] {
  background-position: left;
}
.pdfjs .secondaryToolbar {
  padding: 6px;
  height: auto;
  z-index: 30000;
}
html[dir='ltr'] .pdfjs .secondaryToolbar {
  right: 4px;
}
html[dir='rtl'] .pdfjs .secondaryToolbar {
  left: 4px;
}
.pdfjs #secondaryToolbarButtonContainer {
  max-width: 200px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -4px;
}
.pdfjs .doorHanger,
.pdfjs .doorHangerRight {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.pdfjs .doorHanger:after,
.pdfjs .doorHanger:before,
.pdfjs .doorHangerRight:after,
.pdfjs .doorHangerRight:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pdfjs .doorHanger:after,
.pdfjs .doorHangerRight:after {
  border-bottom-color: rgba(82, 82, 82, 0.99);
  border-width: 8px;
}
.pdfjs .doorHanger:before,
.pdfjs .doorHangerRight:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-width: 9px;
}
html[dir='ltr'] .pdfjs .doorHanger:after,
html[dir='rtl'] .pdfjs .doorHangerRight:after {
  left: 13px;
  margin-left: -8px;
}
html[dir='ltr'] .pdfjs .doorHanger:before,
html[dir='rtl'] .pdfjs .doorHangerRight:before {
  left: 13px;
  margin-left: -9px;
}
html[dir='rtl'] .pdfjs .doorHanger:after,
html[dir='ltr'] .pdfjs .doorHangerRight:after {
  right: 13px;
  margin-right: -8px;
}
html[dir='rtl'] .pdfjs .doorHanger:before,
html[dir='ltr'] .pdfjs .doorHangerRight:before {
  right: 13px;
  margin-right: -9px;
}
.pdfjs #findResultsCount {
  background-color: #d9d9d9;
  color: #525252;
  text-align: center;
  padding: 3px 4px;
}
.pdfjs #findMsg {
  font-style: italic;
  color: #a6b7d0;
}
.pdfjs #findInput.notFound {
  background-color: #f66;
}
.pdfjs #toolbarViewerMiddle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
html[dir='ltr'] .pdfjs #toolbarViewerLeft,
html[dir='rtl'] .pdfjs #toolbarViewerRight {
  float: left;
}
html[dir='ltr'] .pdfjs #toolbarViewerRight,
html[dir='rtl'] .pdfjs #toolbarViewerLeft {
  float: right;
}
html[dir='ltr'] .pdfjs #toolbarViewerLeft > *,
html[dir='ltr'] .pdfjs #toolbarViewerMiddle > *,
html[dir='ltr'] .pdfjs #toolbarViewerRight > *,
html[dir='ltr'] .pdfjs .findbar > * {
  position: relative;
  float: left;
}
html[dir='rtl'] .pdfjs #toolbarViewerLeft > *,
html[dir='rtl'] .pdfjs #toolbarViewerMiddle > *,
html[dir='rtl'] .pdfjs #toolbarViewerRight > *,
html[dir='rtl'] .pdfjs .findbar > * {
  position: relative;
  float: right;
}
html[dir='ltr'] .pdfjs .splitToolbarButton {
  margin: 3px 2px 4px 0;
  display: inline-block;
}
html[dir='rtl'] .pdfjs .splitToolbarButton {
  margin: 3px 0 4px 2px;
  display: inline-block;
}
html[dir='ltr'] .pdfjs .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: left;
}
html[dir='rtl'] .pdfjs .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: right;
}
.pdfjs .toolbarButton,
.pdfjs .secondaryToolbarButton,
.pdfjs .overlayButton {
  border: 0 none;
  background: 0;
  width: 32px;
  height: 25px;
}
.pdfjs .toolbarButton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.pdfjs .toolbarButton[disabled],
.pdfjs .secondaryToolbarButton[disabled],
.pdfjs .overlayButton[disabled] {
  opacity: 0.5;
}
.pdfjs .toolbarButton.group {
  margin-right: 0;
}
.pdfjs .splitToolbarButton.toggled .toolbarButton {
  margin: 0;
}
.pdfjs .splitToolbarButton:hover > .toolbarButton,
.pdfjs .splitToolbarButton:focus > .toolbarButton,
.pdfjs .splitToolbarButton.toggled > .toolbarButton,
.pdfjs .toolbarButton.textButton {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 150ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow, -webkit-box-shadow;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.pdfjs .splitToolbarButton > .toolbarButton:hover,
.pdfjs .splitToolbarButton > .toolbarButton:focus,
.pdfjs .dropdownToolbarButton:hover,
.pdfjs .overlayButton:hover,
.pdfjs .overlayButton:focus,
.pdfjs .toolbarButton.textButton:hover,
.pdfjs .toolbarButton.textButton:focus {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 199;
}
.pdfjs .splitToolbarButton > .toolbarButton {
  position: relative;
}
html[dir='ltr'] .pdfjs .splitToolbarButton > .toolbarButton:first-child,
html[dir='rtl'] .pdfjs .splitToolbarButton > .toolbarButton:last-child {
  position: relative;
  margin: 0;
  margin-right: -1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right-color: transparent;
}
html[dir='ltr'] .pdfjs .splitToolbarButton > .toolbarButton:last-child,
html[dir='rtl'] .pdfjs .splitToolbarButton > .toolbarButton:first-child {
  position: relative;
  margin: 0;
  margin-left: -1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left-color: transparent;
}
.pdfjs .splitToolbarButtonSeparator {
  padding: 8px 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  display: inline-block;
  margin: 5px 0;
}
html[dir='ltr'] .pdfjs .splitToolbarButtonSeparator {
  float: left;
}
html[dir='rtl'] .pdfjs .splitToolbarButtonSeparator {
  float: right;
}
.pdfjs .splitToolbarButton:hover > .splitToolbarButtonSeparator,
.pdfjs .splitToolbarButton.toggled > .splitToolbarButtonSeparator {
  padding: 12px 0;
  margin: 1px 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
  -webkit-transition-property: padding;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: ease;
  -o-transition-property: padding;
  transition-property: padding;
  -o-transition-duration: 10ms;
  transition-duration: 10ms;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.pdfjs .toolbarButton,
.pdfjs .dropdownToolbarButton,
.pdfjs .secondaryToolbarButton,
.pdfjs .overlayButton {
  min-width: 16px;
  padding: 2px 6px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 150ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow, -webkit-box-shadow;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
html[dir='ltr'] .pdfjs .toolbarButton,
html[dir='ltr'] .pdfjs .overlayButton,
html[dir='ltr'] .pdfjs .dropdownToolbarButton {
  margin: 3px 2px 4px 0;
}
html[dir='rtl'] .pdfjs .toolbarButton,
html[dir='rtl'] .pdfjs .overlayButton,
html[dir='rtl'] .pdfjs .dropdownToolbarButton {
  margin: 3px 0 4px 2px;
}
.pdfjs .toolbarButton:hover,
.pdfjs .toolbarButton:focus,
.pdfjs .dropdownToolbarButton,
.pdfjs .overlayButton,
.pdfjs .secondaryToolbarButton:hover,
.pdfjs .secondaryToolbarButton:focus {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
.pdfjs .toolbarButton:hover:active,
.pdfjs .overlayButton:hover:active,
.pdfjs .dropdownToolbarButton:hover:active,
.pdfjs .secondaryToolbarButton:hover:active {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: linear;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow, -webkit-box-shadow;
  -o-transition-duration: 10ms;
  transition-duration: 10ms;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.pdfjs .toolbarButton.toggled,
.pdfjs .splitToolbarButton.toggled > .toolbarButton.toggled,
.pdfjs .secondaryToolbarButton.toggled {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.45) rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-duration: 10ms;
  -webkit-transition-timing-function: linear;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow, -webkit-box-shadow;
  -o-transition-duration: 10ms;
  transition-duration: 10ms;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.pdfjs .toolbarButton.toggled:hover:active,
.pdfjs .splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
.pdfjs .secondaryToolbarButton.toggled:hover:active {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
.pdfjs .dropdownToolbarButton {
  width: 120px;
  max-width: 120px;
  padding: 0;
  overflow: hidden;
  background: url(../img/pdfjs/toolbarButton-menuArrows.png) no-repeat;
}
html[dir='ltr'] .pdfjs .dropdownToolbarButton {
  background-position: 95%;
}
html[dir='rtl'] .pdfjs .dropdownToolbarButton {
  background-position: 5%;
}
.pdfjs .dropdownToolbarButton > select {
  min-width: 140px;
  font-size: 12px;
  color: #f2f2f2;
  margin: 0;
  padding: 3px 2px 2px;
  border: 0;
  background: rgba(0, 0, 0, 0);
}
.pdfjs .dropdownToolbarButton > select > option {
  background: #3d3d3d;
}
.pdfjs #customScaleOption {
  display: none;
}
.pdfjs #pageWidthOption {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}
html[dir='ltr'] .pdfjs .splitToolbarButton:first-child,
html[dir='ltr'] .pdfjs .toolbarButton:first-child,
html[dir='rtl'] .pdfjs .splitToolbarButton:last-child,
html[dir='rtl'] .pdfjs .toolbarButton:last-child {
  margin-left: 4px;
}
html[dir='ltr'] .pdfjs .splitToolbarButton:last-child,
html[dir='ltr'] .pdfjs .toolbarButton:last-child,
html[dir='rtl'] .pdfjs .splitToolbarButton:first-child,
html[dir='rtl'] .pdfjs .toolbarButton:first-child {
  margin-right: 4px;
}
.pdfjs .toolbarButtonSpacer {
  width: 30px;
  display: inline-block;
  height: 1px;
}
html[dir='ltr'] .pdfjs #findPrevious {
  margin-left: 3px;
}
html[dir='ltr'] .pdfjs #findNext {
  margin-right: 3px;
}
html[dir='rtl'] .pdfjs #findPrevious {
  margin-right: 3px;
}
html[dir='rtl'] .pdfjs #findNext {
  margin-left: 3px;
}
.pdfjs .toolbarButton::before,
.pdfjs .secondaryToolbarButton::before {
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 7px;
}
html[dir="ltr"] .pdfjs .secondaryToolbarButton::before {
  left: 4px;
}
html[dir="rtl"] .pdfjs .secondaryToolbarButton::before {
  right: 4px;
}
html[dir='ltr'] .pdfjs .toolbarButton#sidebarToggle::before {
  content: url(../img/pdfjs/toolbarButton-sidebarToggle.png);
}
html[dir='rtl'] .pdfjs .toolbarButton#sidebarToggle::before {
  content: url(../img/pdfjs/toolbarButton-sidebarToggle-rtl.png);
}
html[dir='ltr'] .pdfjs .toolbarButton#secondaryToolbarToggle::before {
  content: url(../img/pdfjs/toolbarButton-secondaryToolbarToggle.png);
}
html[dir='rtl'] .pdfjs .toolbarButton#secondaryToolbarToggle::before {
  content: url(../img/pdfjs/toolbarButton-secondaryToolbarToggle-rtl.png);
}
html[dir='ltr'] .pdfjs .toolbarButton.findPrevious::before {
  content: url(../img/pdfjs/findbarButton-previous.png);
}
html[dir='rtl'] .pdfjs .toolbarButton.findPrevious::before {
  content: url(../img/pdfjs/findbarButton-previous-rtl.png);
}
html[dir='ltr'] .pdfjs .toolbarButton.findNext::before {
  content: url(../img/pdfjs/findbarButton-next.png);
}
html[dir='rtl'] .pdfjs .toolbarButton.findNext::before {
  content: url(../img/pdfjs/findbarButton-next-rtl.png);
}
html[dir='ltr'] .pdfjs .toolbarButton.pageUp::before {
  content: url(../img/pdfjs/toolbarButton-pageUp.png);
}
html[dir='rtl'] .pdfjs .toolbarButton.pageUp::before {
  content: url(../img/pdfjs/toolbarButton-pageUp-rtl.png);
}
html[dir='ltr'] .pdfjs .toolbarButton.pageDown::before {
  content: url(../img/pdfjs/toolbarButton-pageDown.png);
}
html[dir='rtl'] .pdfjs .toolbarButton.pageDown::before {
  content: url(../img/pdfjs/toolbarButton-pageDown-rtl.png);
}
.pdfjs .toolbarButton.zoomOut::before {
  content: url(../img/pdfjs/toolbarButton-zoomOut.png);
}
.pdfjs .toolbarButton.zoomIn::before {
  content: url(../img/pdfjs/toolbarButton-zoomIn.png);
}
.pdfjs .toolbarButton.presentationMode::before,
.pdfjs .secondaryToolbarButton.presentationMode::before {
  content: url(../img/pdfjs/toolbarButton-presentationMode.png);
}
.pdfjs .toolbarButton.print::before,
.pdfjs .secondaryToolbarButton.print::before {
  content: url(../img/pdfjs/toolbarButton-print.png);
}
.pdfjs .toolbarButton.openFile::before,
.pdfjs .secondaryToolbarButton.openFile::before {
  content: url(../img/pdfjs/toolbarButton-openFile.png);
}
.pdfjs .toolbarButton.download::before,
.pdfjs .secondaryToolbarButton.download::before {
  content: url(../img/pdfjs/toolbarButton-download.png);
}
.pdfjs .toolbarButton.bookmark,
.pdfjs .secondaryToolbarButton.bookmark {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  padding-top: 4px;
  text-decoration: none;
}
.pdfjs .secondaryToolbarButton.bookmark {
  padding-top: 5px;
}
.pdfjs .bookmark[href='#'] {
  opacity: 0.5;
  pointer-events: none;
}
.pdfjs .toolbarButton.bookmark::before,
.pdfjs .secondaryToolbarButton.bookmark::before {
  content: url(../img/pdfjs/toolbarButton-bookmark.png);
}
.pdfjs #viewThumbnail.toolbarButton::before {
  content: url(../img/pdfjs/toolbarButton-viewThumbnail.png);
}
html[dir="ltr"] .pdfjs #viewOutline.toolbarButton::before {
  content: url(../img/pdfjs/toolbarButton-viewOutline.png);
}
html[dir="rtl"] .pdfjs #viewOutline.toolbarButton::before {
  content: url(../img/pdfjs/toolbarButton-viewOutline-rtl.png);
}
.pdfjs #viewAttachments.toolbarButton::before {
  content: url(../img/pdfjs/toolbarButton-viewAttachments.png);
}
.pdfjs #viewFind.toolbarButton::before {
  content: url(../img/pdfjs/toolbarButton-search.png);
}
.pdfjs .toolbarButton.pdfSidebarNotification::after {
  position: absolute;
  display: inline-block;
  top: 1px;
  content: '';
  background-color: #70db55;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
html[dir='ltr'] .pdfjs .toolbarButton.pdfSidebarNotification::after {
  left: 17px;
}
html[dir='rtl'] .pdfjs .toolbarButton.pdfSidebarNotification::after {
  right: 17px;
}
.pdfjs .secondaryToolbarButton {
  position: relative;
  margin: 0 0 4px 0;
  padding: 3px 0 1px 0;
  height: auto;
  min-height: 25px;
  width: auto;
  min-width: 100%;
  white-space: normal;
}
html[dir="ltr"] .pdfjs .secondaryToolbarButton {
  padding-left: 24px;
  text-align: left;
}
html[dir="rtl"] .pdfjs .secondaryToolbarButton {
  padding-right: 24px;
  text-align: right;
}
html[dir="ltr"] .pdfjs .secondaryToolbarButton.bookmark {
  padding-left: 27px;
}
html[dir="rtl"] .pdfjs .secondaryToolbarButton.bookmark {
  padding-right: 27px;
}
html[dir="ltr"] .pdfjs .secondaryToolbarButton > span {
  padding-right: 4px;
}
html[dir="rtl"] .pdfjs .secondaryToolbarButton > span {
  padding-left: 4px;
}
.pdfjs .secondaryToolbarButton.firstPage::before {
  content: url(../img/pdfjs/secondaryToolbarButton-firstPage.png);
}
.pdfjs .secondaryToolbarButton.lastPage::before {
  content: url(../img/pdfjs/secondaryToolbarButton-lastPage.png);
}
.pdfjs .secondaryToolbarButton.rotateCcw::before {
  content: url(../img/pdfjs/secondaryToolbarButton-rotateCcw.png);
}
.pdfjs .secondaryToolbarButton.rotateCw::before {
  content: url(../img/pdfjs/secondaryToolbarButton-rotateCw.png);
}
.pdfjs .secondaryToolbarButton.handTool::before {
  content: url(../img/pdfjs/secondaryToolbarButton-handTool.png);
}
.pdfjs .secondaryToolbarButton.documentProperties::before {
  content: url(../img/pdfjs/secondaryToolbarButton-documentProperties.png);
}
.pdfjs .verticalToolbarSeparator {
  display: block;
  padding: 8px 0;
  margin: 8px 4px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
html[dir='ltr'] .pdfjs .verticalToolbarSeparator {
  margin-left: 2px;
}
html[dir='rtl'] .pdfjs .verticalToolbarSeparator {
  margin-right: 2px;
}
.pdfjs .horizontalToolbarSeparator {
  display: block;
  margin: 0 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.pdfjs .toolbarField {
  padding: 3px 6px;
  margin: 4px 0 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.09);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #f2f2f2;
  font-size: 12px;
  line-height: 14px;
  outline-style: none;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.pdfjs .toolbarField[type=checkbox] {
  display: inline-block;
  margin: 8px 0;
}
.pdfjs .toolbarField.pageNumber {
  -moz-appearance: textfield;
  min-width: 16px;
  text-align: right;
  width: 40px;
}
.pdfjs .toolbarField.pageNumber.visiblePageIsLoading {
  background-image: url(../img/pdfjs/loading-small.png);
  background-repeat: no-repeat;
  background-position: 1px;
}
.pdfjs .toolbarField.pageNumber::-webkit-inner-spin-button,
.pdfjs .toolbarField.pageNumber::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdfjs .toolbarField:hover {
  background-color: rgba(255, 255, 255, 0.11);
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.43) rgba(0, 0, 0, 0.45);
}
.pdfjs .toolbarField:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(77, 184, 255, 0.8) rgba(77, 184, 255, 0.85) rgba(77, 184, 255, 0.9);
}
.pdfjs .toolbarLabel {
  min-width: 16px;
  padding: 3px 6px 3px 2px;
  margin: 4px 2px 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #d9d9d9;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default;
}
.pdfjs #thumbnailView {
  position: absolute;
  width: 120px;
  top: 0;
  bottom: 0;
  padding: 10px 40px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pdfjs .thumbnail {
  float: left;
  margin-bottom: 5px;
}
.pdfjs #thumbnailView > a:last-of-type > .thumbnail {
  margin-bottom: 10px;
}
.pdfjs #thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
  margin-bottom: 9px;
}
.pdfjs .thumbnail:not([data-loaded]) {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin: -1px -1px 4px -1px;
}
.pdfjs .thumbnailImage {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  z-index: 99;
  background-color: white;
  background-clip: content-box;
}
.pdfjs .thumbnailSelectionRing {
  border-radius: 2px;
  padding: 7px;
}
.pdfjs a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
.pdfjs .thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
  opacity: 0.9;
}
.pdfjs a:focus > .thumbnail > .thumbnailSelectionRing,
.pdfjs .thumbnail:hover > .thumbnailSelectionRing {
  background-color: rgba(255, 255, 255, 0.15);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
.pdfjs .thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.pdfjs .thumbnail.selected > .thumbnailSelectionRing {
  background-color: rgba(255, 255, 255, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.pdfjs #outlineView,
.pdfjs #attachmentsView {
  position: absolute;
  width: 192px;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.pdfjs #outlineView {
  padding: 4px 4px 0;
}
.pdfjs #attachmentsView {
  padding: 3px 4px 0;
}
html[dir='ltr'] .pdfjs .outlineWithDeepNesting > .outlineItem,
html[dir='ltr'] .pdfjs .outlineItem > .outlineItems {
  margin-left: 20px;
}
html[dir='rtl'] .pdfjs .outlineWithDeepNesting > .outlineItem,
html[dir='rtl'] .pdfjs .outlineItem > .outlineItems {
  margin-right: 20px;
}
.pdfjs .outlineItem > a,
.pdfjs .attachmentsItem > button {
  text-decoration: none;
  display: inline-block;
  min-width: 95%;
  min-width: calc(100% - 4px);
  height: auto;
  margin-bottom: 1px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 15px;
  -moz-user-select: none;
  white-space: normal;
}
.pdfjs .attachmentsItem > button {
  border: 0 none;
  background: 0;
  cursor: pointer;
  width: 100%;
}
html[dir='ltr'] .pdfjs .outlineItem > a {
  padding: 2px 0 5px 4px;
}
html[dir='ltr'] .pdfjs .attachmentsItem > button {
  padding: 2px 0 3px 7px;
  text-align: left;
}
html[dir='rtl'] .pdfjs .outlineItem > a {
  padding: 2px 4px 5px 0;
}
html[dir='rtl'] .pdfjs .attachmentsItem > button {
  padding: 2px 7px 3px 0;
  text-align: right;
}
.pdfjs .outlineItemToggler {
  position: relative;
  height: 0;
  width: 0;
  color: rgba(255, 255, 255, 0.5);
}
.pdfjs .outlineItemToggler::before {
  content: url(../img/pdfjs/treeitem-expanded.png);
  display: inline-block;
  position: absolute;
}
html[dir='ltr'] .pdfjs .outlineItemToggler.outlineItemsHidden::before {
  content: url(../img/pdfjs/treeitem-collapsed.png);
}
html[dir='rtl'] .pdfjs .outlineItemToggler.outlineItemsHidden::before {
  content: url(../img/pdfjs/treeitem-collapsed-rtl.png);
}
.pdfjs .outlineItemToggler.outlineItemsHidden ~ .outlineItems {
  display: none;
}
html[dir='ltr'] .pdfjs .outlineItemToggler {
  float: left;
}
html[dir='rtl'] .pdfjs .outlineItemToggler {
  float: right;
}
html[dir='ltr'] .pdfjs .outlineItemToggler::before {
  right: 4px;
}
html[dir='rtl'] .pdfjs .outlineItemToggler::before {
  left: 4px;
}
.pdfjs .outlineItemToggler:hover,
.pdfjs .outlineItemToggler:hover + a,
.pdfjs .outlineItemToggler:hover ~ .outlineItems,
.pdfjs .outlineItem > a:hover,
.pdfjs .attachmentsItem > button:hover {
  background-color: rgba(255, 255, 255, 0.02);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.9);
}
.pdfjs .outlineItem.selected {
  background-color: rgba(255, 255, 255, 0.08);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.pdfjs .noResults {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  cursor: default;
}
.pdfjs ::-moz-selection {
  background: rgba(0, 0, 255, 0.3);
}
.pdfjs ::selection {
  background: rgba(0, 0, 255, 0.3);
}
.pdfjs ::-moz-selection {
  background: rgba(0, 0, 255, 0.3);
}
.pdfjs #errorWrapper {
  background: none repeat scroll 0 0 #f55;
  color: white;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
  padding: 3px;
  font-size: 0.8em;
}
.pdfjs .loadingInProgress #errorWrapper {
  top: 37px;
}
.pdfjs #errorMessageLeft {
  float: left;
}
.pdfjs #errorMessageRight {
  float: right;
}
.pdfjs #errorMoreInfo {
  background-color: #fff;
  color: black;
  padding: 3px;
  margin: 3px;
  width: 98%;
}
.pdfjs .overlayButton {
  width: auto;
  margin: 3px 4px 2px 4px !important;
  padding: 2px 6px 3px 6px;
}
.pdfjs #overlayContainer {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 40000;
}
.pdfjs #overlayContainer > * {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pdfjs #overlayContainer > .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pdfjs #overlayContainer > .container > .dialog {
  display: inline-block;
  padding: 15px;
  border-spacing: 4px;
  color: #d9d9d9;
  font-size: 12px;
  line-height: 14px;
  background-color: #474747;
  background-image: url(../img/pdfjs/texture.png), -webkit-gradient(linear, left top, left bottom, from(rgba(82, 82, 82, 0.99)), to(rgba(69, 69, 69, 0.95)));
  background-image: url(../img/pdfjs/texture.png), -o-linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
  background-image: url(../img/pdfjs/texture.png), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.pdfjs .dialog > .row {
  display: table-row;
}
.pdfjs .dialog > .row > * {
  display: table-cell;
}
.pdfjs .dialog .toolbarField {
  margin: 5px 0;
}
.pdfjs .dialog .separator {
  display: block;
  margin: 4px 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.pdfjs .dialog .buttonRow {
  text-align: center;
  vertical-align: middle;
}
.pdfjs .dialog :link {
  color: white;
}
.pdfjs #passwordOverlay > .dialog {
  text-align: center;
}
.pdfjs #passwordOverlay .toolbarField {
  width: 200px;
}
.pdfjs #documentPropertiesOverlay > .dialog {
  text-align: left;
}
.pdfjs #documentPropertiesOverlay .row > * {
  min-width: 100px;
}
html[dir='ltr'] .pdfjs #documentPropertiesOverlay .row > * {
  text-align: left;
}
html[dir='rtl'] .pdfjs #documentPropertiesOverlay .row > * {
  text-align: right;
}
.pdfjs #documentPropertiesOverlay .row > span {
  width: 125px;
  word-wrap: break-word;
}
.pdfjs #documentPropertiesOverlay .row > p {
  max-width: 225px;
  word-wrap: break-word;
}
.pdfjs #documentPropertiesOverlay .buttonRow {
  margin-top: 10px;
}
.pdfjs .clearBoth {
  clear: both;
}
.pdfjs .fileInput {
  background: white;
  color: black;
  margin-top: 5px;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.pdfjs #PDFBug {
  background: none repeat scroll 0 0 white;
  border: 1px solid #666;
  position: fixed;
  top: 32px;
  right: 0;
  bottom: 0;
  font-size: 10px;
  padding: 0;
  width: 300px;
}
.pdfjs #PDFBug .controls {
  background: #eee;
  border-bottom: 1px solid #666;
  padding: 3px;
}
.pdfjs #PDFBug .panels {
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  top: 27px;
}
.pdfjs #PDFBug button.active {
  font-weight: bold;
}
.pdfjs .debuggerShowText {
  background: none repeat scroll 0 0 yellow;
  color: blue;
}
.pdfjs .debuggerHideText:hover {
  background: none repeat scroll 0 0 yellow;
}
.pdfjs #PDFBug .stats {
  font-family: courier;
  font-size: 10px;
  white-space: pre;
}
.pdfjs #PDFBug .stats .title {
  font-weight: bold;
}
.pdfjs #PDFBug table {
  font-size: 10px;
}
.pdfjs #viewer.textLayer-visible .textLayer {
  opacity: 1;
}
.pdfjs #viewer.textLayer-visible .canvasWrapper {
  background-color: #80ff80;
}
.pdfjs #viewer.textLayer-visible .canvasWrapper canvas {
  mix-blend-mode: screen;
}
.pdfjs #viewer.textLayer-visible .textLayer > div {
  background-color: rgba(255, 255, 0, 0.1);
  color: black;
  border: solid 1px rgba(255, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pdfjs #viewer.textLayer-hover .textLayer > div:hover {
  background-color: white;
  color: black;
}
.pdfjs #viewer.textLayer-shadow .textLayer > div {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
}
.pdfjs .grab-to-pan-grab {
  cursor: url("../img/pdfjs/grab.cur"), move !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}
.pdfjs .grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
  cursor: inherit !important;
}
.pdfjs .grab-to-pan-grab:active,
.pdfjs .grab-to-pan-grabbing {
  cursor: url("../img/pdfjs/grabbing.cur"), move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  position: fixed;
  background: transparent;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 50000;
}
@page {
  margin: 0;
}
.pdfjs #printContainer {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .pdfjs .toolbarButton::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: -5px;
  }
  .pdfjs .secondaryToolbarButton::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: -4px;
  }
  html[dir='ltr'] .pdfjs .toolbarButton::before,
  html[dir='rtl'] .pdfjs .toolbarButton::before {
    left: -1px;
  }
  html[dir='ltr'] .pdfjs .secondaryToolbarButton::before {
    left: -2px;
  }
  html[dir='rtl'] .pdfjs .secondaryToolbarButton::before {
    left: 186px;
  }
  .pdfjs .toolbarField.pageNumber.visiblePageIsLoading,
  .pdfjs #findInput[data-status="pending"] {
    background-image: url(../img/pdfjs/loading-small@2x.png);
    background-size: 16px 17px;
  }
  .pdfjs .dropdownToolbarButton {
    background: url(../img/pdfjs/toolbarButton-menuArrows@2x.png) no-repeat;
    background-size: 7px 16px;
  }
  html[dir='ltr'] .pdfjs .toolbarButton#sidebarToggle::before {
    content: url(../img/pdfjs/toolbarButton-sidebarToggle@2x.png);
  }
  html[dir='rtl'] .pdfjs .toolbarButton#sidebarToggle::before {
    content: url(../img/pdfjs/toolbarButton-sidebarToggle-rtl@2x.png);
  }
  html[dir='ltr'] .pdfjs .toolbarButton#secondaryToolbarToggle::before {
    content: url(../img/pdfjs/toolbarButton-secondaryToolbarToggle@2x.png);
  }
  html[dir='rtl'] .pdfjs .toolbarButton#secondaryToolbarToggle::before {
    content: url(../img/pdfjs/toolbarButton-secondaryToolbarToggle-rtl@2x.png);
  }
  html[dir='ltr'] .pdfjs .toolbarButton.findPrevious::before {
    content: url(../img/pdfjs/findbarButton-previous@2x.png);
  }
  html[dir='rtl'] .pdfjs .toolbarButton.findPrevious::before {
    content: url(../img/pdfjs/findbarButton-previous-rtl@2x.png);
  }
  html[dir='ltr'] .pdfjs .toolbarButton.findNext::before {
    content: url(../img/pdfjs/findbarButton-next@2x.png);
  }
  html[dir='rtl'] .pdfjs .toolbarButton.findNext::before {
    content: url(../img/pdfjs/findbarButton-next-rtl@2x.png);
  }
  html[dir='ltr'] .pdfjs .toolbarButton.pageUp::before {
    content: url(../img/pdfjs/toolbarButton-pageUp@2x.png);
  }
  html[dir='rtl'] .pdfjs .toolbarButton.pageUp::before {
    content: url(../img/pdfjs/toolbarButton-pageUp-rtl@2x.png);
  }
  html[dir='ltr'] .pdfjs .toolbarButton.pageDown::before {
    content: url(../img/pdfjs/toolbarButton-pageDown@2x.png);
  }
  html[dir='rtl'] .pdfjs .toolbarButton.pageDown::before {
    content: url(../img/pdfjs/toolbarButton-pageDown-rtl@2x.png);
  }
  .pdfjs .toolbarButton.zoomIn::before {
    content: url(../img/pdfjs/toolbarButton-zoomIn@2x.png);
  }
  .pdfjs .toolbarButton.zoomOut::before {
    content: url(../img/pdfjs/toolbarButton-zoomOut@2x.png);
  }
  .pdfjs .toolbarButton.presentationMode::before,
  .pdfjs .secondaryToolbarButton.presentationMode::before {
    content: url(../img/pdfjs/toolbarButton-presentationMode@2x.png);
  }
  .pdfjs .toolbarButton.print::before,
  .pdfjs .secondaryToolbarButton.print::before {
    content: url(../img/pdfjs/toolbarButton-print@2x.png);
  }
  .pdfjs .toolbarButton.openFile::before,
  .pdfjs .secondaryToolbarButton.openFile::before {
    content: url(../img/pdfjs/toolbarButton-openFile@2x.png);
  }
  .pdfjs .toolbarButton.download::before,
  .pdfjs .secondaryToolbarButton.download::before {
    content: url(../img/pdfjs/toolbarButton-download@2x.png);
  }
  .pdfjs .toolbarButton.bookmark::before,
  .pdfjs .secondaryToolbarButton.bookmark::before {
    content: url(../img/pdfjs/toolbarButton-bookmark@2x.png);
  }
  .pdfjs #viewThumbnail.toolbarButton::before {
    content: url(../img/pdfjs/toolbarButton-viewThumbnail@2x.png);
  }
  html[dir="ltr"] .pdfjs #viewOutline.toolbarButton::before {
    content: url(../img/pdfjs/toolbarButton-viewOutline@2x.png);
  }
  html[dir="rtl"] .pdfjs #viewOutline.toolbarButton::before {
    content: url(../img/pdfjs/toolbarButton-viewOutline-rtl@2x.png);
  }
  .pdfjs #viewAttachments.toolbarButton::before {
    content: url(../img/pdfjs/toolbarButton-viewAttachments@2x.png);
  }
  .pdfjs #viewFind.toolbarButton::before {
    content: url(../img/pdfjs/toolbarButton-search@2x.png);
  }
  .pdfjs .secondaryToolbarButton.firstPage::before {
    content: url(../img/pdfjs/secondaryToolbarButton-firstPage@2x.png);
  }
  .pdfjs .secondaryToolbarButton.lastPage::before {
    content: url(../img/pdfjs/secondaryToolbarButton-lastPage@2x.png);
  }
  .pdfjs .secondaryToolbarButton.rotateCcw::before {
    content: url(../img/pdfjs/secondaryToolbarButton-rotateCcw@2x.png);
  }
  .pdfjs .secondaryToolbarButton.rotateCw::before {
    content: url(../img/pdfjs/secondaryToolbarButton-rotateCw@2x.png);
  }
  .pdfjs .secondaryToolbarButton.handTool::before {
    content: url(../img/pdfjs/secondaryToolbarButton-handTool@2x.png);
  }
  .pdfjs .secondaryToolbarButton.documentProperties::before {
    content: url(../img/pdfjs/secondaryToolbarButton-documentProperties@2x.png);
  }
  .pdfjs .outlineItemToggler::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: -1px;
    content: url(../img/pdfjs/treeitem-expanded@2x.png);
  }
  html[dir='ltr'] .pdfjs .outlineItemToggler.outlineItemsHidden::before {
    content: url(../img/pdfjs/treeitem-collapsed@2x.png);
  }
  html[dir='rtl'] .pdfjs .outlineItemToggler.outlineItemsHidden::before {
    content: url(../img/pdfjs/treeitem-collapsed-rtl@2x.png);
  }
  html[dir='ltr'] .pdfjs .outlineItemToggler::before {
    right: 0;
  }
  html[dir='rtl'] .pdfjs .outlineItemToggler::before {
    left: 0;
  }
}
@media print {
  .pdfjs #sidebarContainer,
  .pdfjs #secondaryToolbar,
  .pdfjs .toolbar,
  .pdfjs #loadingBox,
  .pdfjs #errorWrapper,
  .pdfjs .textLayer {
    display: none;
  }
  .pdfjs #viewerContainer {
    overflow: visible;
  }
  .pdfjs #mainContainer,
  .pdfjs #viewerContainer,
  .pdfjs .page,
  .pdfjs .page canvas {
    position: static;
    padding: 0;
    margin: 0;
  }
  .pdfjs .page {
    float: left;
    display: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: content-box;
    background-color: white;
  }
  .pdfjs .page[data-loaded] {
    display: block;
  }
  .pdfjs .fileInput {
    display: none;
  }
  body[data-pdfjsprinting] .pdfjs #outerContainer {
    display: none;
  }
  body[data-pdfjsprinting] .pdfjs #printContainer {
    display: block;
  }
  .pdfjs #printContainer {
    height: 100%;
  }
  .pdfjs #printContainer > div {
    position: relative;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: visible;
    page-break-after: always;
    page-break-inside: avoid;
  }
  .pdfjs #printContainer canvas,
  .pdfjs #printContainer img {
    display: block;
  }
}
.pdfjs .visibleLargeView,
.pdfjs .visibleMediumView,
.pdfjs .visibleSmallView {
  display: none;
}
@media all and (max-width: 1040px) {
  .pdfjs #outerContainer.sidebarMoving #toolbarViewerMiddle,
  .pdfjs #outerContainer.sidebarOpen #toolbarViewerMiddle {
    display: table;
    margin: auto;
    left: auto;
    position: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media all and (max-width: 980px) {
  .pdfjs .sidebarMoving .hiddenLargeView,
  .pdfjs .sidebarOpen .hiddenLargeView {
    display: none;
  }
  .pdfjs .sidebarMoving .visibleLargeView,
  .pdfjs .sidebarOpen .visibleLargeView {
    display: inherit;
  }
}
@media all and (max-width: 900px) {
  .pdfjs #toolbarViewerMiddle {
    display: table;
    margin: auto;
    left: auto;
    position: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .pdfjs .sidebarMoving .hiddenMediumView,
  .pdfjs .sidebarOpen .hiddenMediumView {
    display: none;
  }
  .pdfjs .sidebarMoving .visibleMediumView,
  .pdfjs .sidebarOpen .visibleMediumView {
    display: inherit;
  }
}
@media all and (max-width: 840px) {
  .pdfjs #sidebarContainer {
    top: 32px;
    z-index: 100;
  }
  .pdfjs .loadingInProgress #sidebarContainer {
    top: 37px;
  }
  .pdfjs #sidebarContent {
    top: 32px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  html[dir='ltr'] .pdfjs #outerContainer.sidebarOpen > #mainContainer {
    left: 0;
  }
  html[dir='rtl'] .pdfjs #outerContainer.sidebarOpen > #mainContainer {
    right: 0;
  }
  .pdfjs #outerContainer .hiddenLargeView,
  .pdfjs #outerContainer .hiddenMediumView {
    display: inherit;
  }
  .pdfjs #outerContainer .visibleLargeView,
  .pdfjs #outerContainer .visibleMediumView {
    display: none;
  }
}
@media all and (max-width: 770px) {
  .pdfjs #outerContainer .hiddenLargeView {
    display: none;
  }
  .pdfjs #outerContainer .visibleLargeView {
    display: inherit;
  }
}
@media all and (max-width: 700px) {
  .pdfjs #outerContainer .hiddenMediumView {
    display: none;
  }
  .pdfjs #outerContainer .visibleMediumView {
    display: inherit;
  }
}
@media all and (max-width: 640px) {
  .pdfjs .hiddenSmallView {
    display: none;
  }
  .pdfjs .visibleSmallView {
    display: inherit;
  }
  .pdfjs .toolbarButtonSpacer {
    width: 0;
  }
}
@media all and (max-width: 535px) {
  .pdfjs #scaleSelectContainer {
    display: none;
  }
}
.pdfjs #thumbnailView {
  width: 100%;
}
.pdfjs .dropdownToolbarButton > select {
  height: 25px;
}
.pdfjs .pdfViewer .page {
  margin-bottom: 8px;
}
/* End PDFJS */

/**
 * @license videogular v1.4.3 http://videogular.com
 * Two Fucking Developers http://twofuckingdevelopers.com
 * License: MIT
 */
 @font-face {
  font-family: 'videogular';
  src: url("fonts/videogular.eot");
  src: url("fonts/videogular.eot?#iefix") format("embedded-opentype"), url("fonts/videogular.woff") format("woff"), url("fonts/videogular.ttf") format("truetype"), url("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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-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.fullscreen vg-media {
  display: initial;
}
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 {

  -webkit-box-shadow: none;

  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: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
  background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #ffffff;
  -webkit-transition: opacity var(--bg-transition-duration) ease;
  -o-transition: opacity var(--bg-transition-duration) ease;
  transition: opacity var(--bg-transition-duration) 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,.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,.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; } }
@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@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); } }
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:before, [videogular] vg-fullscreen-button .enter:before {
  content: "\e007"; }
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: .9;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 35px #FFFFFF;
  box-shadow: 0 0 35px #FFFFFF;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear; }
videogular vg-buffering .loadingSpinner .stop, [videogular] vg-buffering .loadingSpinner .stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused; }
@-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(../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;
}
vg-poster img {
  max-width: 100% !important;
}

videogular vg-poster img, [videogular] vg-poster img {
  margin: 0;
}
videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
  bottom: 0;
}
videogular vg-media, [videogular] vg-media {
  padding-top: 56.3%;
  height: auto !important;
}
videogular vg-media video, [videogular] vg-media video {
  top: 0;
  position: absolute;
  left: 0;
  object-fit: cover;
}
  .angular-fixture .team-drivers .team-driver-img span[class^="flag-"],
  .flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
  }
  .flag-icon:before {
    content: "\00a0";
  }
  .flag-icon.flag-icon-squared {
    width: 1em;
  }
  .flag-icon-ad {
    background-image: url(../img/flags/4x3/ad.svg);
  }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(../img/flags/1x1/ad.svg);
  }
  .flag-icon-194,
  .flag-icon-ae {
    background-image: url(../img/flags/4x3/sa.svg);
  }
  .flag-194,
  .flag-icon-194.flag-icon-squared,
  .flag-icon-ae.flag-icon-squared {
    background-image: url(../img/flags/1x1/sa.svg);
  }
  .flag-icon-af {
    background-image: url(../img/flags/4x3/af.svg);
  }
  .flag-icon-af.flag-icon-squared {
    background-image: url(../img/flags/1x1/af.svg);
  }
  .flag-icon-ag {
    background-image: url(../img/flags/4x3/ag.svg);
  }
  .flag-icon-ag.flag-icon-squared{
    background-image: url(../img/flags/1x1/ag.svg);
  }
  .flag-icon-ai {
    background-image: url(../img/flags/4x3/ai.svg);
  }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(../img/flags/1x1/ai.svg);
  }
  .flag-icon-al {
    background-image: url(../img/flags/4x3/al.svg);
  }
  .flag-icon-al.flag-icon-squared {
    background-image: url(../img/flags/1x1/al.svg);
  }
  .flag-icon-am {
    background-image: url(../img/flags/4x3/am.svg);
  }
  .flag-icon-am.flag-icon-squared {
    background-image: url(../img/flags/1x1/am.svg);
  }
  .flag-icon-ao {
    background-image: url(../img/flags/4x3/ao.svg);
  }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(../img/flags/1x1/ao.svg);
  }
  .flag-icon-aq {
    background-image: url(../img/flags/4x3/aq.svg);
  }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(../img/flags/1x1/aq.svg);
  }
  .flag-icon-ar {
    background-image: url(../img/flags/4x3/ar.svg);
  }
  .flag-icon-ar.flag-icon-squared{
    background-image: url(../img/flags/1x1/ar.svg);
  }
  .flag-icon-as {
    background-image: url(../img/flags/4x3/as.svg);
  }
  .flag-icon-as.flag-icon-squared {
    background-image: url(../img/flags/1x1/as.svg);
  }
  .flag-icon-at {
    background-image: url(../img/flags/4x3/at.svg);
  }
  .flag-icon-at.flag-icon-squared {
    background-image: url(../img/flags/1x1/at.svg);
  }
  .flag-icon-au {
    background-image: url(../img/flags/4x3/au.svg);
  }
  .flag-icon-au.flag-icon-squared {
    background-image: url(../img/flags/1x1/au.svg);
  }
  .info-country.AUT:before {
    background-image: url(../img/flags/1x1/auit.svg);
  }
  .flag-icon-auus.flag-icon-squared {
    background-image: url(../img/flags/1x1/auus.svg);
  }
  .flag-icon-aw {
    background-image: url(../img/flags/4x3/aw.svg);
  }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(../img/flags/1x1/aw.svg);
  }
  .flag-icon-ax {
    background-image: url(../img/flags/4x3/ax.svg);
  }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(../img/flags/1x1/ax.svg);
  }
  .flag-icon-az {
    background-image: url(../img/flags/4x3/az.svg);
  }
  .flag-icon-az.flag-icon-squared {
    background-image: url(../img/flags/1x1/az.svg);
  }
  .flag-icon-ba {
    background-image: url(../img/flags/4x3/ba.svg);
  }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(../img/flags/1x1/ba.svg);
  }
  .flag-icon-bb {
    background-image: url(../img/flags/4x3/bb.svg);
  }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(../img/flags/1x1/bb.svg);
  }
  .flag-icon-bd {
    background-image: url(../img/flags/4x3/bd.svg);
  }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(../img/flags/1x1/bd.svg);
  }
  .flag-icon-be {
    background-image: url(../img/flags/4x3/be.svg);
  }
  .flag-icon-be.flag-icon-squared {
    background-image: url(../img/flags/1x1/be.svg);
  }
  .flag-icon-bf {
    background-image: url(../img/flags/4x3/bf.svg);
  }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(../img/flags/1x1/bf.svg);
  }
  .flag-icon-bg {
    background-image: url(../img/flags/4x3/bg.svg);
  }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(../img/flags/1x1/bg.svg);
  }
  .flag-icon-bh {
    background-image: url(../img/flags/4x3/bh.svg);
  }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(../img/flags/1x1/bh.svg);
  }
  .flag-icon-bi {
    background-image: url(../img/flags/4x3/bi.svg);
  }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(../img/flags/1x1/bi.svg);
  }
  .flag-icon-bj {
    background-image: url(../img/flags/4x3/bj.svg);
  }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(../img/flags/1x1/bj.svg);
  }
  .flag-icon-bl {
    background-image: url(../img/flags/4x3/bl.svg);
  }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(../img/flags/1x1/bl.svg);
  }
  .flag-icon-bm {
    background-image: url(../img/flags/4x3/bm.svg);
  }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(../img/flags/1x1/bm.svg);
  }
  .flag-icon-bn {
    background-image: url(../img/flags/4x3/bn.svg);
  }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(../img/flags/1x1/bn.svg);
  }
  .flag-icon-bo {
    background-image: url(../img/flags/4x3/bo.svg);
  }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(../img/flags/1x1/bo.svg);
  }
  .flag-icon-bq {
    background-image: url(../img/flags/4x3/bq.svg);
  }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(../img/flags/1x1/bq.svg);
  }
  .flag-icon-br {
    background-image: url(../img/flags/4x3/br.svg);
  }
  .flag-icon-br.flag-icon-squared {
    background-image: url(../img/flags/1x1/br.svg);
  }
  .flag-icon-16,
  .flag-icon-bs {
    background-image: url(../img/flags/4x3/bs.svg);
  }
  .flag-16,
  .flag-icon-16.flag-icon-squared,
  .flag-icon-bs.flag-icon-squared {
    background-image: url(../img/flags/1x1/bs.svg);
  }
  .flag-icon-bt {
    background-image: url(../img/flags/4x3/bt.svg);
  }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(../img/flags/1x1/bt.svg);
  }
  .flag-icon-bv {
    background-image: url(../img/flags/4x3/bv.svg);
  }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(../img/flags/1x1/bv.svg);
  }
  .flag-icon-bw {
    background-image: url(../img/flags/4x3/bw.svg);
  }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(../img/flags/1x1/bw.svg);
  }
  .flag-icon-by {
    background-image: url(../img/flags/4x3/by.svg);
  }
  .flag-icon-by.flag-icon-squared {
    background-image: url(../img/flags/1x1/by.svg);
  }
  .flag-icon-bz {
    background-image: url(../img/flags/4x3/bz.svg);
  }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(../img/flags/1x1/bz.svg);
  }
  .flag-icon-ca {
    background-image: url(../img/flags/4x3/ca.svg);
  }
  .flag-38,
  .flag-icon-38,
  .flag-icon-ca.flag-icon-squared {
    background-image: url(../img/flags/1x1/ca.svg);
  }
  .flag-icon-cc {
    background-image: url(../img/flags/4x3/cc.svg);
  }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(../img/flags/1x1/cc.svg);
  }
  .flag-icon-cd {
    background-image: url(../img/flags/4x3/cd.svg);
  }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(../img/flags/1x1/cd.svg);
  }
  .flag-icon-cf {
    background-image: url(../img/flags/4x3/cf.svg);
  }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(../img/flags/1x1/cf.svg);
  }
  .flag-icon-cg {
    background-image: url(../img/flags/4x3/cg.svg);
  }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(../img/flags/1x1/cg.svg);
  }
  .flag-icon-218,
  .flag-icon-ch {
    background-image: url(../img/flags/4x3/ch.svg);
  }
  .flag-icon-218.flag-icon-squared,
  .flag-icon-ch.flag-icon-squared{
    background-image: url(../img/flags/1x1/ch.svg);
  }
  .flag-icon-ci {
    background-image: url(../img/flags/4x3/ci.svg);
  }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(../img/flags/1x1/ci.svg);
  }
  .flag-icon-ck {
    background-image: url(../img/flags/4x3/ck.svg);
  }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(../img/flags/1x1/ck.svg);
  }
  .flag-icon-cl {
    background-image: url(../img/flags/4x3/cl.svg);
  }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(../img/flags/1x1/cl.svg);
  }
  .flag-icon-cm {
    background-image: url(../img/flags/4x3/cm.svg);
  }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(../img/flags/1x1/cm.svg);
  }
  .flag-icon-cn {
    background-image: url(../img/flags/4x3/cn.svg);
  }
  .flag-icon-cn.flag-icon-squared{
    background-image: url(../img/flags/1x1/cn.svg);
  }
  .info-country.HKG:before {
    background-image: url(../img/flags/1x1/hk.svg);
  }
  .flag-icon-co {
    background-image: url(../img/flags/4x3/co.svg);
  }
  .flag-icon-co.flag-icon-squared {
    background-image: url(../img/flags/1x1/co.svg);
  }
  .flag-icon-cr {
    background-image: url(../img/flags/4x3/cr.svg);
  }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(../img/flags/1x1/cr.svg);
  }
  .flag-icon-cu {
    background-image: url(../img/flags/4x3/cu.svg);
  }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(../img/flags/1x1/cu.svg);
  }
  .flag-icon-cv {
    background-image: url(../img/flags/4x3/cv.svg);
  }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(../img/flags/1x1/cv.svg);
  }
  .flag-icon-cw {
    background-image: url(../img/flags/4x3/cw.svg);
  }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(../img/flags/1x1/cw.svg);
  }
  .flag-icon-cx {
    background-image: url(../img/flags/4x3/cx.svg);
  }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(../img/flags/1x1/cx.svg);
  }
  .flag-icon-cy {
    background-image: url(../img/flags/4x3/cy.svg);
  }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(../img/flags/1x1/cy.svg);
  }
  .flag-icon-cz {
    background-image: url(../img/flags/4x3/cz.svg);
  }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(../img/flags/1x1/cz.svg);
  }
  .flag-icon-de {
    background-image: url(../img/flags/4x3/de.svg);
  }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../img/flags/1x1/de.svg);
  }
  .flag-icon-dj {
    background-image: url(../img/flags/4x3/dj.svg);
  }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(../img/flags/1x1/dj.svg);
  }
  .flag-icon-dk {
    background-image: url(../img/flags/4x3/dk.svg);
  }
  .flag-icon-dk.flag-icon-squared{
    background-image: url(../img/flags/1x1/dk.svg);
  }
  .flag-icon-dm {
    background-image: url(../img/flags/4x3/dm.svg);
  }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(../img/flags/1x1/dm.svg);
  }
  .flag-icon-do {
    background-image: url(../img/flags/4x3/do.svg);
  }
  .flag-icon-do.flag-icon-squared {
    background-image: url(../img/flags/1x1/do.svg);
  }
  .flag-icon-dz {
    background-image: url(../img/flags/4x3/dz.svg);
  }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(../img/flags/1x1/dz.svg);
  }
  .flag-icon-ec {
    background-image: url(../img/flags/4x3/ec.svg);
  }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(../img/flags/1x1/ec.svg);
  }
  .flag-icon-ee {
    background-image: url(../img/flags/4x3/ee.svg);
  }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(../img/flags/1x1/ee.svg);
  }
  .flag-icon-eg {
    background-image: url(../img/flags/4x3/eg.svg);
  }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(../img/flags/1x1/eg.svg);
  }
  .flag-icon-eh {
    background-image: url(../img/flags/4x3/eh.svg);
  }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(../img/flags/1x1/eh.svg);
  }
  .flag-icon-er {
    background-image: url(../img/flags/4x3/er.svg);
  }
  .flag-icon-er.flag-icon-squared {
    background-image: url(../img/flags/1x1/er.svg);
  }
  .flag-icon-209,
  .flag-icon-es {
    background-image: url(../img/flags/4x3/es.svg);
  }
  .flag-icon-209.flag-icon-squared,
  .flag-icon-es.flag-icon-squared {
    background-image: url(../img/flags/1x1/es.svg);
  }
  .flag-icon-us {
    background-image: url(../img/flags/4x3/us.svg);
  }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../img/flags/1x1/us.svg);
  }
  .flag-icon-usdi {
    background-image: url(../img/flags/4x3/usdi.svg);
  }
  .flag-icon-usdi.flag-icon-squared {
    background-image: url(../img/flags/1x1/usdi.svg);
  }
  .flag-icon-et {
    background-image: url(../img/flags/4x3/et.svg);
  }
  .flag-icon-et.flag-icon-squared {
    background-image: url(../img/flags/1x1/et.svg);
  }
  .flag-icon-72,
  .flag-icon-fi {
    background-image: url(../img/flags/4x3/fi.svg);
  }
  .flag-icon-72.flag-icon-squared,
  .flag-icon-fi.flag-icon-squared {
    background-image: url(../img/flags/1x1/fi.svg);
  }
  .flag-icon-fj {
    background-image: url(../img/flags/4x3/fj.svg);
  }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(../img/flags/1x1/fj.svg);
  }
  .flag-icon-fk {
    background-image: url(../img/flags/4x3/fk.svg);
  }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(../img/flags/1x1/fk.svg);
  }
  .flag-icon-fm {
    background-image: url(../img/flags/4x3/fm.svg);
  }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(../img/flags/1x1/fm.svg);
  }
  .flag-icon-fo {
    background-image: url(../img/flags/4x3/fo.svg);
  }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(../img/flags/1x1/fo.svg);
  }
  .flag-icon-fr {
    background-image: url(../img/flags/4x3/fr.svg);
  }
  .flag-icon-73.flag-icon-squared,
  .flag-icon-fr.flag-icon-squared{
    background-image: url(../img/flags/1x1/fr.svg);
  }
  .info-country.FRA\/GER:before {
    background-image: url(../img/flags/1x1/eu.svg);
  }
  .flag-icon-ga {
    background-image: url(../img/flags/4x3/ga.svg);
  }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(../img/flags/1x1/ga.svg);
  }
  .flag-icon-gb {
    background-image: url(../img/flags/4x3/gb.svg);
  }
  .flag-64,
  .flag-icon-64,
  .flag-icon-gb.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb.svg);
  }
  .flag-icon-gd {
    background-image: url(../img/flags/4x3/gd.svg);
  }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(../img/flags/1x1/gd.svg);
  }
  .flag-icon-ge {
    background-image: url(../img/flags/4x3/ge.svg);
  }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(../img/flags/1x1/ge.svg);
  }
  .flag-icon-gf {
    background-image: url(../img/flags/4x3/gf.svg);
  }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(../img/flags/1x1/gf.svg);
  }
  .flag-icon-gg {
    background-image: url(../img/flags/4x3/gg.svg);
  }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(../img/flags/1x1/gg.svg);
  }
  .flag-icon-gh {
    background-image: url(../img/flags/4x3/gh.svg);
  }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(../img/flags/1x1/gh.svg);
  }
  .flag-icon-gi {
    background-image: url(../img/flags/4x3/gi.svg);
  }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(../img/flags/1x1/gi.svg);
  }
  .flag-icon-gl {
    background-image: url(../img/flags/4x3/gl.svg);
  }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(../img/flags/1x1/gl.svg);
  }
  .flag-icon-gm {
    background-image: url(../img/flags/4x3/gm.svg);
  }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(../img/flags/1x1/gm.svg);
  }
  .flag-icon-gn {
    background-image: url(../img/flags/4x3/gn.svg);
  }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(../img/flags/1x1/gn.svg);
  }
  .flag-icon-gp {
    background-image: url(../img/flags/4x3/gp.svg);
  }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(../img/flags/1x1/gp.svg);
  }
  .flag-icon-gq {
    background-image: url(../img/flags/4x3/gq.svg);
  }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(../img/flags/1x1/gq.svg);
  }
  .flag-icon-gr {
    background-image: url(../img/flags/4x3/gr.svg);
  }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(../img/flags/1x1/gr.svg);
  }
  .flag-icon-gs {
    background-image: url(../img/flags/4x3/gs.svg);
  }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(../img/flags/1x1/gs.svg);
  }
  .flag-icon-gt {
    background-image: url(../img/flags/4x3/gt.svg);
  }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(../img/flags/1x1/gt.svg);
  }
  .flag-icon-gu {
    background-image: url(../img/flags/4x3/gu.svg);
  }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(../img/flags/1x1/gu.svg);
  }
  .flag-icon-gw {
    background-image: url(../img/flags/4x3/gw.svg);
  }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(../img/flags/1x1/gw.svg);
  }
  .flag-icon-gy {
    background-image: url(../img/flags/4x3/gy.svg);
  }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(../img/flags/1x1/gy.svg);
  }
  .flag-icon-96,
  .flag-icon-hk {
    background-image: url(../img/flags/4x3/hk.svg);
  }
  .flag-icon-96.flag-icon-squared,
  .flag-icon-hk.flag-icon-squared {
    background-image: url(../img/flags/1x1/hk.svg);
  }
  .flag-icon-hm {
    background-image: url(../img/flags/4x3/hm.svg);
  }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(../img/flags/1x1/hm.svg);
  }
  .flag-icon-hn {
    background-image: url(../img/flags/4x3/hn.svg);
  }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(../img/flags/1x1/hn.svg);
  }
  .flag-icon-hr {
    background-image: url(../img/flags/4x3/hr.svg);
  }
  .flag-icon-hr.flag-icon-squared,
  .flag-icon.flag-icon-52 {
    background-image: url(../img/flags/1x1/hr.svg);
  }
  .flag-icon-ht {
    background-image: url(../img/flags/4x3/ht.svg);
  }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(../img/flags/1x1/ht.svg);
  }
  .flag-icon-hu {
    background-image: url(../img/flags/4x3/hu.svg);
  }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(../img/flags/1x1/hu.svg);
  }
  .flag-icon-id {
    background-image: url(../img/flags/4x3/id.svg);
  }
  .flag-icon-id.flag-icon-squared {
    background-image: url(../img/flags/1x1/id.svg);
  }
  .flag-icon-ie
   {
    background-image: url(../img/flags/4x3/ie.svg);
  }
  .flag-icon-ie.flag-icon-squared{
    background-image: url(../img/flags/1x1/ie.svg);
  }
  .flag-icon-il {
    background-image: url(../img/flags/4x3/il.svg);
  }
  .flag-icon-il.flag-icon-squared {
    background-image: url(../img/flags/1x1/il.svg);
  }
  .flag-icon-im {
    background-image: url(../img/flags/4x3/im.svg);
  }
  .flag-icon-im.flag-icon-squared {
    background-image: url(../img/flags/1x1/im.svg);
  }
  .flag-icon-in {
    background-image: url(../img/flags/4x3/in.svg);
  }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../img/flags/1x1/in.svg);
  }
  .flag-icon-io {
    background-image: url(../img/flags/4x3/io.svg);
  }
  .flag-icon-io.flag-icon-squared {
    background-image: url(../img/flags/1x1/io.svg);
  }
  .flag-icon-iq {
    background-image: url(../img/flags/4x3/iq.svg);
  }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(../img/flags/1x1/iq.svg);
  }
  .flag-icon-ir {
    background-image: url(../img/flags/4x3/ir.svg);
  }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(../img/flags/1x1/ir.svg);
  }
  .flag-icon-is {
    background-image: url(../img/flags/4x3/is.svg);
  }
  .flag-icon-is.flag-icon-squared {
    background-image: url(../img/flags/1x1/is.svg);
  }
  .flag-icon-106,
  .flag-icon-it {
    background-image: url(../img/flags/4x3/it.svg);
  }
  .flag-icon-106.flag-icon-squared,
  .flag-icon-it.flag-icon-squared  {
    background-image: url(../img/flags/1x1/it.svg);
  }
  .flag-icon-108,
  .flag-icon-jm {
    background-image: url(../img/flags/4x3/jm.svg);
  }
  .flag-icon-108.flag-icon-squared,
  .flag-icon-jm.flag-icon-squared  {
    background-image: url(../img/flags/1x1/jm.svg);
  }
  .flag-icon-je {
    background-image: url(../img/flags/4x3/je.svg);
  }
  .flag-icon-je.flag-icon-squared {
    background-image: url(../img/flags/1x1/je.svg);
  }
  .flag-icon-jo {
    background-image: url(../img/flags/4x3/jo.svg);
  }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(../img/flags/1x1/jo.svg);
  }
  .flag-icon-jp {
    background-image: url(../img/flags/4x3/jp.svg);
  }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(../img/flags/1x1/jp.svg);
  }
  .flag-icon-ke {
    background-image: url(../img/flags/4x3/ke.svg);
  }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(../img/flags/1x1/ke.svg);
  }
  .flag-icon-kg {
    background-image: url(../img/flags/4x3/kg.svg);
  }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(../img/flags/1x1/kg.svg);
  }
  .flag-icon-kh {
    background-image: url(../img/flags/4x3/kh.svg);
  }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(../img/flags/1x1/kh.svg);
  }
  .flag-icon-ki {
    background-image: url(../img/flags/4x3/ki.svg);
  }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(../img/flags/1x1/ki.svg);
  }
  .flag-icon-km {
    background-image: url(../img/flags/4x3/km.svg);
  }
  .flag-icon-km.flag-icon-squared {
    background-image: url(../img/flags/1x1/km.svg);
  }
  .flag-icon-kn {
    background-image: url(../img/flags/4x3/kn.svg);
  }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(../img/flags/1x1/kn.svg);
  }
  .flag-icon-kp {
    background-image: url(../img/flags/4x3/kp.svg);
  }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(../img/flags/1x1/kp.svg);
  }
  .flag-icon-kr {
    background-image: url(../img/flags/4x3/kr.svg);
  }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(../img/flags/1x1/kr.svg);
  }
  .flag-icon-115,
  .flag-icon-kw {
    background-image: url(../img/flags/4x3/kw.svg);
  }
  .flag-icon-115.flag-icon-squared,
  .flag-icon-kw.flag-icon-squared {
    background-image: url(../img/flags/1x1/kw.svg);
  }
  .flag-icon-ky {
    background-image: url(../img/flags/4x3/ky.svg);
  }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(../img/flags/1x1/ky.svg);
  }
  .flag-icon-kz {
    background-image: url(../img/flags/4x3/kz.svg);
  }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(../img/flags/1x1/kz.svg);
  }
  .flag-icon-la {
    background-image: url(../img/flags/4x3/la.svg);
  }
  .flag-icon-la.flag-icon-squared {
    background-image: url(../img/flags/1x1/la.svg);
  }
  .flag-icon-lb {
    background-image: url(../img/flags/4x3/lb.svg);
  }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(../img/flags/1x1/lb.svg);
  }
  .flag-icon-lc {
    background-image: url(../img/flags/4x3/lc.svg);
  }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(../img/flags/1x1/lc.svg);
  }
  .flag-icon-li {
    background-image: url(../img/flags/4x3/li.svg);
  }
  .flag-icon-li.flag-icon-squared {
    background-image: url(../img/flags/1x1/li.svg);
  }
  .flag-icon-lk {
    background-image: url(../img/flags/4x3/lk.svg);
  }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(../img/flags/1x1/lk.svg);
  }
  .flag-icon-lr {
    background-image: url(../img/flags/4x3/lr.svg);
  }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(../img/flags/1x1/lr.svg);
  }
  .flag-icon-ls {
    background-image: url(../img/flags/4x3/ls.svg);
  }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(../img/flags/1x1/ls.svg);
  }
  .flag-icon-lt {
    background-image: url(../img/flags/4x3/lt.svg);
  }
  .country.country-125:before,
  #crew .more-items-item.country-125 .wrapper:before,
  .people-list.crew-list .country-125 .wrapper:before,
  .flag-icon-lt.flag-icon-squared,
  .info-country.LIT:before {
    background-image: url(../img/flags/1x1/lt.svg);
  }
  .flag-icon-lu {
    background-image: url(../img/flags/4x3/lu.svg);
  }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(../img/flags/1x1/lu.svg);
  }
  .flag-icon-lv {
    background-image: url(../img/flags/4x3/lv.svg);
  }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(../img/flags/1x1/lv.svg);
  }
  .flag-icon-ly {
    background-image: url(../img/flags/4x3/ly.svg);
  }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(../img/flags/1x1/ly.svg);
  }
  .flag-icon-ma {
    background-image: url(../img/flags/4x3/ma.svg);
  }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(../img/flags/1x1/ma.svg);
  }
  .flag-icon-143,
  .flag-icon-mc {
    background-image: url(../img/flags/4x3/mc.svg);
  }
  .flag-icon-143.flag-icon-squared,
  .flag-icon-mc.flag-icon-squared {
    background-image: url(../img/flags/1x1/mc.svg);
  }
  .flag-icon-md {
    background-image: url(../img/flags/4x3/md.svg);
  }
  .flag-icon-md.flag-icon-squared {
    background-image: url(../img/flags/1x1/md.svg);
  }
  .flag-icon-me {
    background-image: url(../img/flags/4x3/me.svg);
  }
  .flag-icon-me.flag-icon-squared {
    background-image: url(../img/flags/1x1/me.svg);
  }
  .flag-icon-mf {
    background-image: url(../img/flags/4x3/mf.svg);
  }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(../img/flags/1x1/mf.svg);
  }
  .flag-icon-mg {
    background-image: url(../img/flags/4x3/mg.svg);
  }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(../img/flags/1x1/mg.svg);
  }
  .flag-icon-mh {
    background-image: url(../img/flags/4x3/mh.svg);
  }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(../img/flags/1x1/mh.svg);
  }
  .flag-icon-mk {
    background-image: url(../img/flags/4x3/mk.svg);
  }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(../img/flags/1x1/mk.svg);
  }
  .flag-icon-ml {
    background-image: url(../img/flags/4x3/ml.svg);
  }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(../img/flags/1x1/ml.svg);
  }
  .flag-icon-mm {
    background-image: url(../img/flags/4x3/mm.svg);
  }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(../img/flags/1x1/mm.svg);
  }
  .flag-icon-mn {
    background-image: url(../img/flags/4x3/mn.svg);
  }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(../img/flags/1x1/mn.svg);
  }
  .flag-icon-mo {
    background-image: url(../img/flags/4x3/mo.svg);
  }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(../img/flags/1x1/mo.svg);
  }
  .flag-icon-mp {
    background-image: url(../img/flags/4x3/mp.svg);
  }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(../img/flags/1x1/mp.svg);
  }
  .flag-icon-mq {
    background-image: url(../img/flags/4x3/mq.svg);
  }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(../img/flags/1x1/mq.svg);
  }
  .flag-icon-mr {
    background-image: url(../img/flags/4x3/mr.svg);
  }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(../img/flags/1x1/mr.svg);
  }
  .flag-icon-ms {
    background-image: url(../img/flags/4x3/ms.svg);
  }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(../img/flags/1x1/ms.svg);
  }
  .flag-icon-mt {
    background-image: url(../img/flags/4x3/mt.svg);
  }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(../img/flags/1x1/mt.svg);
  }
  .flag-icon-mu {
    background-image: url(../img/flags/4x3/mu.svg);
  }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(../img/flags/1x1/mu.svg);
  }
  .flag-icon-mv {
    background-image: url(../img/flags/4x3/mv.svg);
  }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(../img/flags/1x1/mv.svg);
  }
  .flag-icon-mw {
    background-image: url(../img/flags/4x3/mw.svg);
  }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(../img/flags/1x1/mw.svg);
  }
  .flag-icon-mx {
    background-image: url(../img/flags/4x3/mx.svg);
  }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(../img/flags/1x1/mx.svg);
  }
  .flag-icon-my {
    background-image: url(../img/flags/4x3/my.svg);
  }
  .flag-icon-my.flag-icon-squared {
    background-image: url(../img/flags/1x1/my.svg);
  }
  .flag-icon-mz {
    background-image: url(../img/flags/4x3/mz.svg);
  }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(../img/flags/1x1/mz.svg);
  }
  .flag-icon-na {
    background-image: url(../img/flags/4x3/na.svg);
  }
  .flag-icon-na.flag-icon-squared {
    background-image: url(../img/flags/1x1/na.svg);
  }
  .flag-icon-nc {
    background-image: url(../img/flags/4x3/nc.svg);
  }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(../img/flags/1x1/nc.svg);
  }
  .flag-icon-ne {
    background-image: url(../img/flags/4x3/ne.svg);
  }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(../img/flags/1x1/ne.svg);
  }
  .flag-icon-nf {
    background-image: url(../img/flags/4x3/nf.svg);
  }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(../img/flags/1x1/nf.svg);
  }
  .flag-icon-158,
  .flag-icon-ng {
    background-image: url(../img/flags/4x3/ng.svg);
  }
  .flag-icon-158.flag-icon-squared,
  .flag-icon-ng.flag-icon-squared {
    background-image: url(../img/flags/1x1/ng.svg);
  }
  .flag-icon-ni {
    background-image: url(../img/flags/4x3/ni.svg);
  }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(../img/flags/1x1/ni.svg);
  }
  .flag-icon-152,
  .flag-icon-nl {
    background-image: url(../img/flags/4x3/nl.svg);
  }
  .flag-icon-152.flag-icon-squared,
  .flag-icon-nl.flag-icon-squared{
    background-image: url(../img/flags/1x1/nl.svg);
  }
  .flag-icon-164,
  .flag-icon-no {
    background-image: url(../img/flags/4x3/no.svg);
  }
  .flag-icon-164.flag-icon-squared,
  .flag-icon-no.flag-icon-squared{
    background-image: url(../img/flags/1x1/no.svg);
  }
  .flag-icon-np {
    background-image: url(../img/flags/4x3/np.svg);
  }
  .flag-icon-np.flag-icon-squared {
    background-image: url(../img/flags/1x1/np.svg);
  }
  .flag-icon-nr {
    background-image: url(../img/flags/4x3/nr.svg);
  }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(../img/flags/1x1/nr.svg);
  }
  .flag-icon-nu {
    background-image: url(../img/flags/4x3/nu.svg);
  }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(../img/flags/1x1/nu.svg);
  }
  .flag-icon-nz {
    background-image: url(../img/flags/4x3/nz.svg);
  }
  .flag-155,
  .flag-icon-155,
  .flag-icon-nz.flag-icon-squared {
    background-image: url(../img/flags/1x1/nz.svg);
  }
  .flag-icon-om {
    background-image: url(../img/flags/4x3/om.svg);
  }
  .flag-icon-om.flag-icon-squared {
    background-image: url(../img/flags/1x1/om.svg);
  }
  .flag-icon-pa {
    background-image: url(../img/flags/4x3/pa.svg);
  }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(../img/flags/1x1/pa.svg);
  }
  .flag-icon-pe {
    background-image: url(../img/flags/4x3/pe.svg);
  }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(../img/flags/1x1/pe.svg);
  }
  .flag-icon-pf {
    background-image: url(../img/flags/4x3/pf.svg);
  }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(../img/flags/1x1/pf.svg);
  }
  .flag-icon-pg {
    background-image: url(../img/flags/4x3/pg.svg);
  }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(../img/flags/1x1/pg.svg);
  }
  .flag-icon-ph {
    background-image: url(../img/flags/4x3/ph.svg);
  }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(../img/flags/1x1/ph.svg);
  }
  .flag-icon-pk {
    background-image: url(../img/flags/4x3/pk.svg);
  }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(../img/flags/1x1/pk.svg);
  }
  .flag-icon-pl {
    background-image: url(../img/flags/4x3/pl.svg);
  }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../img/flags/1x1/pl.svg);
    border: 1px solid #ddd;
  }
  .flag-icon-pm {
    background-image: url(../img/flags/4x3/pm.svg);
  }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(../img/flags/1x1/pm.svg);
  }
  .flag-icon-pn {
    background-image: url(../img/flags/4x3/pn.svg);
  }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(../img/flags/1x1/pn.svg);
  }
  .flag-icon-pr {
    background-image: url(../img/flags/4x3/pr.svg);
  }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(../img/flags/1x1/pr.svg);
  }
  .flag-icon-ps {
    background-image: url(../img/flags/4x3/ps.svg);
  }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(../img/flags/1x1/ps.svg);
  }
  .flag-icon-pt {
    background-image: url(../img/flags/4x3/pt.svg);
  }
  .flag-icon-pt.flag-icon-squared{
    background-image: url(../img/flags/1x1/pt.svg);
  }
  .flag-icon-pw {
    background-image: url(../img/flags/4x3/pw.svg);
  }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(../img/flags/1x1/pw.svg);
  }
  .flag-icon-py {
    background-image: url(../img/flags/4x3/py.svg);
  }
  .flag-icon-py.flag-icon-squared {
    background-image: url(../img/flags/1x1/py.svg);
  }
  .flag-icon-qa {
    background-image: url(../img/flags/4x3/qa.svg);
  }
  .flag-178, 
  .flag-icon-178.flag-icon-squared, 
  .flag-icon-qa.flag-icon-squared {
    background-image: url(../img/flags/1x1/qa.svg);
  }
  .flag-icon-re {
    background-image: url(../img/flags/4x3/re.svg);
  }
  .flag-icon-re.flag-icon-squared {
    background-image: url(../img/flags/1x1/re.svg);
  }
  .flag-icon-ro {
    background-image: url(../img/flags/4x3/ro.svg);
  }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(../img/flags/1x1/ro.svg);
  }
  .flag-icon-rs {
    background-image: url(../img/flags/4x3/rs.svg);
  }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(../img/flags/1x1/rs.svg);
  }
  .flag-icon-ru {
    background-image: url(../img/flags/4x3/ru.svg);
  }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(../img/flags/1x1/ru.svg);
  }
  .flag-icon-rw {
    background-image: url(../img/flags/4x3/rw.svg);
  }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(../img/flags/1x1/rw.svg);
  }
  .flag-icon-sa {
    background-image: url(../img/flags/4x3/sa.svg);
  }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(../img/flags/1x1/sa.svg);
  }
  .flag-icon-sb {
    background-image: url(../img/flags/4x3/sb.svg);
  }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(../img/flags/1x1/sb.svg);
  }
  .flag-icon-sc {
    background-image: url(../img/flags/4x3/sc.svg);
  }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(../img/flags/1x1/sc.svg);
  }
  .flag-icon-sd {
    background-image: url(../img/flags/4x3/sd.svg);
  }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(../img/flags/1x1/sd.svg);
  }
  .flag-icon-217,
  .flag-icon-se {
    background-image: url(../img/flags/4x3/se.svg);
  }
  .flag-icon-217.flag-icon-squared,
  .flag-icon-se.flag-icon-squared{
    background-image: url(../img/flags/1x1/se.svg);
  }
  .flag-icon-sg {
    background-image: url(../img/flags/4x3/sg.svg);
  }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(../img/flags/1x1/sg.svg);
  }
  .flag-icon-sh {
    background-image: url(../img/flags/4x3/sh.svg);
  }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(../img/flags/1x1/sh.svg);
  }
  .flag-icon-si {
    background-image: url(../img/flags/4x3/si.svg);
  }
  .flag-icon-si.flag-icon-squared{
    background-image: url(../img/flags/1x1/si.svg);
  }
  .flag-icon-sj {
    background-image: url(../img/flags/4x3/sj.svg);
  }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(../img/flags/1x1/sj.svg);
  }
  .flag-icon-sk {
    background-image: url(../img/flags/4x3/sk.svg);
  }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(../img/flags/1x1/sk.svg);
  }
  .flag-icon-sl {
    background-image: url(../img/flags/4x3/sl.svg);
  }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(../img/flags/1x1/sl.svg);
  }
  .flag-icon-sm {
    background-image: url(../img/flags/4x3/sm.svg);
  }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(../img/flags/1x1/sm.svg);
  }
  .flag-icon-sn {
    background-image: url(../img/flags/4x3/sn.svg);
  }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(../img/flags/1x1/sn.svg);
  }
  .flag-icon-so {
    background-image: url(../img/flags/4x3/so.svg);
  }
  .flag-icon-so.flag-icon-squared {
    background-image: url(../img/flags/1x1/so.svg);
  }
  .flag-icon-sr {
    background-image: url(../img/flags/4x3/sr.svg);
  }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(../img/flags/1x1/sr.svg);
  }
  .flag-icon-ss {
    background-image: url(../img/flags/4x3/ss.svg);
  }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(../img/flags/1x1/ss.svg);
  }
  .flag-icon-st {
    background-image: url(../img/flags/4x3/st.svg);
  }
  .flag-icon-st.flag-icon-squared {
    background-image: url(../img/flags/1x1/st.svg);
  }
  .flag-icon-sv {
    background-image: url(../img/flags/4x3/sv.svg);
  }
  .flag-icon-sv.flag-icon-squared  {
    background-image: url(../img/flags/1x1/sv.svg);
  }
  .flag-icon-sx {
    background-image: url(../img/flags/4x3/sx.svg);
  }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(../img/flags/1x1/sx.svg);
  }
  .flag-icon-sy {
    background-image: url(../img/flags/4x3/sy.svg);
  }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(../img/flags/1x1/sy.svg);
  }
  .flag-icon-sz {
    background-image: url(../img/flags/4x3/sz.svg);
  }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(../img/flags/1x1/sz.svg);
  }
  .flag-icon-tc {
    background-image: url(../img/flags/4x3/tc.svg);
  }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(../img/flags/1x1/tc.svg);
  }
  .flag-icon-td {
    background-image: url(../img/flags/4x3/td.svg);
  }
  .flag-icon-td.flag-icon-squared {
    background-image: url(../img/flags/1x1/td.svg);
  }
  .flag-icon-tf {
    background-image: url(../img/flags/4x3/tf.svg);
  }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(../img/flags/1x1/tf.svg);
  }
  .flag-icon-tg {
    background-image: url(../img/flags/4x3/tg.svg);
  }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(../img/flags/1x1/tg.svg);
  }
  .flag-icon-th {
    background-image: url(../img/flags/4x3/th.svg);
  }
  .flag-icon-th.flag-icon-squared {
    background-image: url(../img/flags/1x1/th.svg);
  }
  .flag-icon-tj {
    background-image: url(../img/flags/4x3/tj.svg);
  }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(../img/flags/1x1/tj.svg);
  }
  .flag-icon-tk {
    background-image: url(../img/flags/4x3/tk.svg);
  }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(../img/flags/1x1/tk.svg);
  }
  .flag-icon-tl {
    background-image: url(../img/flags/4x3/tl.svg);
  }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(../img/flags/1x1/tl.svg);
  }
  .flag-icon-tm {
    background-image: url(../img/flags/4x3/tm.svg);
  }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(../img/flags/1x1/tm.svg);
  }
  .flag-icon-tn {
    background-image: url(../img/flags/4x3/tn.svg);
  }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(../img/flags/1x1/tn.svg);
  }
  .flag-icon-to {
    background-image: url(../img/flags/4x3/to.svg);
  }
  .flag-icon-to.flag-icon-squared {
    background-image: url(../img/flags/1x1/to.svg);
  }
  .flag-icon-tr {
    background-image: url(../img/flags/4x3/tr.svg);
  }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(../img/flags/1x1/tr.svg);
  }
  .flag-icon-tt {
    background-image: url(../img/flags/4x3/tt.svg);
  }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(../img/flags/1x1/tt.svg);
  }
  .flag-icon-tv {
    background-image: url(../img/flags/4x3/tv.svg);
  }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(../img/flags/1x1/tv.svg);
  }
  .flag-icon-tw {
    background-image: url(../img/flags/4x3/tw.svg);
  }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(../img/flags/1x1/tw.svg);
  }
  .flag-icon-tz {
    background-image: url(../img/flags/4x3/tz.svg);
  }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(../img/flags/1x1/tz.svg);
  }
  .flag-icon-ua.flag-icon-squared{
    background-image: url(../img/flags/1x1/ua.svg);
  }
  .flag-icon-ua {
    background-image: url(../img/flags/4x3/ua.svg);
  }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(../img/flags/1x1/ua.svg);
  }
  .flag-icon-ug {
    background-image: url(../img/flags/4x3/ug.svg);
  }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(../img/flags/1x1/ug.svg);
  }
  .flag-icon-um {
    background-image: url(../img/flags/4x3/um.svg);
  }
  .flag-icon-um.flag-icon-squared {
    background-image: url(../img/flags/1x1/um.svg);
  }
  .flag-icon-us {
    background-image: url(../img/flags/4x3/us.svg);
  }
  .flag-236,
  .flag-icon-236,
  .flag-icon-us.flag-icon-squared,
  .newport.ports .article-bar-top .article-view-title:before,
  .newport.ports .landing-top .slide-title:before {
    background-image: url(../img/flags/1x1/us.svg);
  }
  .flag-icon-uy {
    background-image: url(../img/flags/4x3/uy.svg);
  }
  .flag-icon-237.flag-icon-squared,
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../img/flags/1x1/uy.svg);
  }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../img/flags/1x1/uy.svg);
  }
  .flag-icon-uz {
    background-image: url(../img/flags/4x3/uz.svg);
  }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(../img/flags/1x1/uz.svg);
  }
  .flag-icon-va {
    background-image: url(../img/flags/4x3/va.svg);
  }
  .flag-icon-va.flag-icon-squared {
    background-image: url(../img/flags/1x1/va.svg);
  }
  .flag-icon-vc {
    background-image: url(../img/flags/4x3/vc.svg);
  }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(../img/flags/1x1/vc.svg);
  }
  .flag-icon-ve {
    background-image: url(../img/flags/4x3/ve.svg);
  }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(../img/flags/1x1/ve.svg);
  }
  .flag-icon-vg {
    background-image: url(../img/flags/4x3/vg.svg);
  }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(../img/flags/1x1/vg.svg);
  }
  .flag-icon-vi {
    background-image: url(../img/flags/4x3/vi.svg);
  }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(../img/flags/1x1/vi.svg);
  }
  .flag-icon-vn {
    background-image: url(../img/flags/4x3/vn.svg);
  }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(../img/flags/1x1/vn.svg);
  }
  .flag-icon-vu {
    background-image: url(../img/flags/4x3/vu.svg);
  }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(../img/flags/1x1/vu.svg);
  }
  .flag-icon-wa {
    background-image: url(../img/flags/4x3/wa.svg);
  }
  .flag-icon-wa.flag-icon-squared {
    background-image: url(../img/flags/1x1/wa.svg);
  }
  .flag-icon-wf {
    background-image: url(../img/flags/4x3/wf.svg);
  }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(../img/flags/1x1/wf.svg);
  }
  .flag-icon-ws {
    background-image: url(../img/flags/4x3/ws.svg);
  }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(../img/flags/1x1/ws.svg);
  }
  .flag-icon-ye {
    background-image: url(../img/flags/4x3/ye.svg);
  }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(../img/flags/1x1/ye.svg);
  }
  .flag-icon-yt {
    background-image: url(../img/flags/4x3/yt.svg);
  }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(../img/flags/1x1/yt.svg);
  }
  .flag-icon-za {
    background-image: url(../img/flags/4x3/za.svg);
  }
  .flag-icon-za.flag-icon-squared {
    background-image: url(../img/flags/1x1/za.svg);
  }
  .flag-icon-zm {
    background-image: url(../img/flags/4x3/zm.svg);
  }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(../img/flags/1x1/zm.svg);
  }
  .flag-icon-zw {
    background-image: url(../img/flags/4x3/zw.svg);
  }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(../img/flags/1x1/zw.svg);
  }
  .flag-icon-eu {
    background-image: url(../img/flags/4x3/eu.svg);
  }
  .flag-icon-eu.flag-icon-squared {
    background-image: url(../img/flags/1x1/eu.svg);
  }
  .flag-icon-gb-eng {
    background-image: url(../img/flags/4x3/gb-eng.svg);
  }
  .flag-icon-gb-eng.flag-icon-squared
   {
    background-image: url(../img/flags/1x1/gb-eng.svg);
  }
  .flag-icon-gb-nir {
    background-image: url(../img/flags/4x3/gb-nir.svg);
  }
  .flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-nir.svg);
  }
  .flag-icon-gb-sct {
    background-image: url(../img/flags/4x3/gb-sct.svg);
  }
  .flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-sct.svg);
  }
  .flag-icon-gb-wls {
    background-image: url(../img/flags/4x3/gb-wls.svg);
  }
  .flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-wls.svg);
  }
  .flag-icon-un {
    background-image: url(../img/flags/4x3/un.svg);
  }
  
  
  .flag-icon-un.flag-icon-squared{
    background-image: url(../img/flags/1x1/un.svg);
  }
  .flag-icon-uk-au.flag-icon-squared{
    background-image: url(../img/flags/1x1/ukau.svg);
  }
  
  
  .flag-icon-se-nl.flag-icon-squared{
    background-image: url(../img/flags/1x1/senl.svg);
  }
  
  .flag-icon-261.flag-icon-squared,
  .flag-icon-cb.flag-icon-squared {
    background-image: url(../img/flags/Caribbean.png);
  }
  .flag-icon-262.flag-icon-squared,
  .flag-icon-aa.flag-icon-squared {
    background-image: url(../img/flags/Africa.png);
  }
/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 32px;
  bottom: 16px;
  max-width: 380px;
  padding: 20px;
  border-radius: 0;
  margin-left: 0;
  z-index: 6;
  background: var(--primary);
  border-radius: var(--border-radius);
}

#gdpr-cookie-message h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
  color: #ffffff;
  text-transform: uppercase;
  width: 65%;
  line-height: 1.1;
  margin-top: 0;
}
#gdpr-cookie-message h5 {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255,255,255,0.75);
  transition: all var(--bg-transition-duration) ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--white);
  transition: all var(--bg-transition-duration) ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: var(--lightblue);
  color: white;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 0;
  margin-left: 14px;
  cursor: pointer;
  transition: all var(--bg-transition-duration) ease-in;
  z-index: 4;
  text-transform: uppercase;
  font-weight: bold;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: #003b47;
  transition: all var(--bg-transition-duration) ease-in;
}
#gdpr-cookie-message button#gdpr-cookie-accept,
button#gdpr-cookie-advanced {
  background: #ffffff26;
  color: white;
}
#gdpr-cookie-message button#gdpr-cookie-accept:hover,
button#gdpr-cookie-advanced:hover {
  background-color: var(--secondary);
  color:#fff;
}
#gdpr-cookie-message button:disabled {

}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
#ihavecookiesBtn {
  position: fixed;
  right: 35px;
  bottom: 35px;
  max-width: 375px;
  background-color: var(--purple);
  padding: 20px;
  border-radius: 5px;
  margin-left: 30px;
  display: none;
}


/**
 * 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;
}
.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;
  -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: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  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 {
  -webkit-transform-style: preserve-3d;
  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;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-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;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  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: 100%;
  top: 50%;
  margin-top: -16px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.owl-theme.owl-carousel .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 0 18px;
  padding: 4px 7px;
  background: var(--secondary);
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
.owl-theme.owl-carousel .owl-nav [class*='owl-']:hover:before {
  background-color: var(--primary);
  background-image: url(../img/arrow-right.svg);
}
.owl-theme.owl-carousel .owl-nav .disabled {
  opacity: 1;
  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;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.owl-carousel.owl-drag .owl-item {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-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: 52px;
  width: 52px;
  font-size: 32px;
  line-height: 32px;
  position: relative;
  color: #ffffff;
  border-radius: 50% !important;
  --hoverColor: #80E453;
}
.owl-carousel .owl-nav button:before {
  content: "";
  height: 44px;
  aspect-ratio: 1;
  display: flex;
  background: url(../img/chevron-animated-dark-green.svg) -61px center no-repeat transparent;
  border-radius: 50%;
  background-size: auto 100%;
  z-index: 1;
  position: absolute;
  right: 4px;
  transition: background var(--bg-transition-duration);
  top: 4px;
}

.owl-carousel .owl-nav button:hover:before {
  animation: arrowRight .4s;
  background-color: var(--hoverColor) !important;
  background-image: url(../img/chevron-animated-dark-green.svg) !important;
}
.owl-carousel .owl-nav button.owl-prev:before {

  transform:rotate(180deg)
  
}

/* 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: var(--font-family-title);
  -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;
  top: var(--header-height);
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.dropdown:not(#languages) .submenu {
  width: 180px;
  margin-left: -90px;
  left: 50%;
}
.dropdown:hover .submenu {
  display: block;
}
.submenu > li > a {
  color: #a7adb1;
  display: block;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 10px;
  font-size: 14px;
}
.submenu > li > a:hover {
  color: #ffffff;
  background-color: var(--primary);
}
.dropdown > a:after {
  content: "\f3d0";
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  font-weight: bold;
}
/*!
 * 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;
  border-radius: 0px;
  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;
  border-radius: 0px;
}
.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;
  border-radius: 0px;
}
.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;
  -webkit-box-shadow: none!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;
  -ms-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;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  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 {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  -webkit-box-sizing: border-box;
  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(../img/fotorama/fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(../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: -o-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  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 {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: var(--bg-transition-duration);
  -o-transition-duration: var(--bg-transition-duration);
  transition-duration: var(--bg-transition-duration);
}
.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;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: var(--bg-transition-duration);
  -o-transition-duration: var(--bg-transition-duration);
  transition-duration: var(--bg-transition-duration);
}
.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: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  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: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  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 {
  font-size: 24px;
  cursor: pointer;
  background: var(--mediumgrey);
  padding: 10px;
  border-radius: 50%;
  line-height: 24px;
  border: 4px solid var(--mediumgrey);
  transition: all .5s;
}
.md-close i:before {
  content: "\eb99";
  font-family: 'remixicon';
  font-style: normal;
  font-size: 26px; 
  line-height:24px;
}
.md-close:hover {
  background: var(--darkgrey);
  transition: all .5s;
  color: var(--secondary);
}
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-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;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: left; 
}
.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 var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  background: var(--dark);
  position: relative;
  margin: 0 auto;
  border-radius: var(--border-radius-md);
}
.md-content .message-error {
  margin-top: 0;
  margin-bottom: 24px;
}
#modal-signin .message-error {
  color: var(--secondary);
}
.md-content .md-header {
  color: #fff;
  position: relative;
  margin: 0 auto;
  height: 84px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
}
.md-content .md-header .md-header-title {
  margin: 0;
  color: #ffffff;
}
.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;
  width: auto;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
}
.md-show.md-effect-1 .md-content {
  -webkit-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%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all var(--bg-transition-duration) cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all var(--bg-transition-duration) cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all var(--bg-transition-duration) cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
  -webkit-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%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
}
.md-show.md-effect-3 .md-content {
  -webkit-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);
  -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;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
  -webkit-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;
  perspective: 1300px;
}
.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-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 var(--bg-transition-duration) ease-in;
  -o-transition: all var(--bg-transition-duration) ease-in;
  transition: all var(--bg-transition-duration) ease-in;
  -webkit-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;
  perspective: 1300px;
}
.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-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 var(--bg-transition-duration) ease-in;
  -o-transition: all var(--bg-transition-duration) ease-in;
  transition: all var(--bg-transition-duration) ease-in;
  -webkit-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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
  opacity: 0;
}
.md-show.md-effect-7 .md-content {
  -webkit-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;
  perspective: 1300px;
}
.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
  opacity: 0;
}
.md-show.md-effect-8 .md-content {
  -webkit-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;
  perspective: 1300px;
}
.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
  opacity: 0;
}
.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
}
.md-show.md-effect-10 .md-content {
  -webkit-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);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
}
.md-show.md-effect-11 .md-content {
  -webkit-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);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
}
.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);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-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;
  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;
  }
}
@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all var(--bg-transition-duration) ease-out;
  -o-transition: all var(--bg-transition-duration) ease-out;
  transition: all var(--bg-transition-duration) ease-out;
}
.md-show.md-effect-14 .md-content {
  -webkit-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;
  perspective: 1300px;
}
.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-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%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
}
.md-show.md-effect-15 .md-content {
  -webkit-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%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all var(--bg-transition-duration);
  -o-transition: all var(--bg-transition-duration);
  transition: all var(--bg-transition-duration);
}
.md-show.md-effect-16 .md-content {
  -webkit-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 var(--bg-transition-duration);
  transition: -webkit-transform var(--bg-transition-duration);
  -o-transition: transform var(--bg-transition-duration);
  transition: transform var(--bg-transition-duration);
  transition: transform var(--bg-transition-duration), -webkit-transform var(--bg-transition-duration);
}
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all var(--bg-transition-duration) 0.2s;
  -o-transition: all var(--bg-transition-duration) 0.2s;
  transition: all var(--bg-transition-duration) 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;
  -o-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;
  -ms-transform-origin: 0% 50%;
  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);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}
.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -o-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;
  -o-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;
  -ms-transform-origin: 50% 100%;
  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;
  }
}
@keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -o-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;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* ==========================================================
   MEDIA QUERIES
   ========================================================== */
/* Large screen
  ========================================================== */

  @media only screen and (max-width: 1920px) {

    :root {
      --max-width-column: calc(100vw - (var(--body-h-padding) * 2));
      --max-width-column-2: calc(100vw - (var(--body-h-padding) * 2));
      --body-h-padding: 16px;
      --max-width-column-small: 1024px;
      --max-width-column-press: 865px;
      --footer-padding:0px;  
    }
    
  }

  
  @media only screen and (min-width: 901px) {
    body.home #header .wrapper-group > .wrapper {
      padding-left: calc(var(--header-padding) + 16px);
      padding-right: calc(var(--header-padding) + 16px);
    }
    body.home #header {
      position: absolute;
      width: 100%;
      left: 0;
      margin-top: 16px;
    }
    body.home:not(.downloads) #header #header-zone3.header-footer-zone {
      right: calc(var(--header-padding) + 16px);
    }
    body.home:not(.downloads) #navigation-container:before {
      clip-path: circle(35px at calc(100% - 67px) 66px);
    }
    body.home:not(.downloads).open-menu #navigation-container:before {
      clip-path: circle(150svh at calc(100% - 55px) 50px);
    }
  }
  @media only screen and (min-width: 1440px) {
    #navigation-container,#navigation-container:before {
      right: calc(var(--header-padding) - 20px);
      width: 376px;
    }
     body.home:not(.downloads) #navigation-container:before {
      clip-path: circle(35px at calc(100% - 71px) 66px);
    }
  }
@media only screen and (min-width: 1680px) {
    :root {
      --header-padding:calc((100vw - var(--max-width-column)) / 2);
    }
    .medium-text .more-items-item .wrapper h2, .medium-text .slide-content .slide-title {
      font-size: 40px;
    }
    .standings-item.angular-fixture .total{
      aspect-ratio: 212 / 130;
    }
  }

  @media only screen and (max-width: 1439px) {

    #navigation-container:before {
      clip-path: circle(34px at calc(100% - 51px) 50px);
    }
  }
  


@media only screen and (max-width: 1440px) {

  :root {
    --max-width-column: calc(100vw - (var(--body-h-padding) * 2));
    --max-width-column-2: calc(100vw - (var(--body-h-padding) * 2));
    --body-h-padding: 16px;
    --max-width-column-small: 900px;
    --max-width-column-press: 865px;
    --footer-padding:0px;  
  }
  

  .small-title > .section-title,
  .small-title > .widget-title {
    font-size: 20px;
  }
  .x-small-title > .section-title,
  .x-small-title > .widget-title {
    font-size: 16px;
  }


  h1 {
    font-size: 48px;
  }

  .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: 850px !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,
  .one-nine.social-stream .socialstream-item {
    width: calc(25% -  27px);
  }


  .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;
  }

  .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: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    top: 18px;
    right: 15px;
  }
  .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;
  }


  .slide-items-news .more-items-item .wrapper h2 {
    font-size: 28px;
    line-height: 31px; /* 110.714% */
  }

  .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 {
    max-width: 200px;
  }

  
  .group-name {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .formation-container {
    max-width: 80%;
  }
  .col .player {
    height: 35px;
    width: 35px;
  }
  .formation-value {
    font-size: 32px;
  }




  /* Felix 1440*/
  .blue-impact-program .three-img-layout.img-aside .wrapper > * {
    max-width: calc(var(--column-width)* 4);
  }
  body.monaco.event-page .vertical-scroll-items .widget-title {
    font-size: 48px;
  }
  /* Home banners */
  body.home .home-banner-desktop ul li .wrapper {
    gap: 2em;
  }
  body.home #meet-the-team.home-banner-desktop ul li .wrapper h2, body.home #meet-the-team.home-banner-desktop ul li .wrapper .more-items-text {
    width: 35%;
  }
  body.home #meet-the-team.home-banner-desktop ul li .wrapper .link-button {
    width: 25%;
  }
  .xl-text.home-banner-desktop .more-items-item .wrapper h2 {
    font-size: 70px;
  }
  /* Pilot Academy */
  .pilot-academy .vertical-scroll-items .widget-title {
    font-size: 46px;
  }
  .pilot-academy .vertical-scroll-items li {
    width: 420px;
  }
  .pilot-academy  .vertical-scroll-items li.active {
    width: calc(var(--column-width)* 5);
    max-height: 270px;
  }
  .pilot-academy .vertical-scroll-items li.active .wrapper > p {
    height: 195px;
  }
  /* Teams 1440 */
  .slide-items-teams .more-items-item .wrapper h2 {
    line-height: 23px;
  }
  .slide-items-teams .more-items-item .wrapper h2 a {
    font-size: 19px;
    line-height: 23px;
  }
  .slide-items-teams .more-items-item .wrapper {
    min-height: 134px;
    padding: 16px 12px !important;
  }
  .teams-ov .content-title .team-logo {
    max-width: 62px;
  }
  .teams-ov .content-title {
    font-size: 44px;
  }
  .teams-ov .more-items-item.TM  .content-title,
  .teams-ov .more-items-item.VE  .content-title {
    font-size: 30px;
  }
  .teams-ov .flag-icon.flag-icon-squared {
    right: -23px;
    width: 46px;
  }
  .teams-ov .content-text span {
    font-size: 46px;
  }
  .slide-items-teams .more-items-item .wrapper h2 {
    max-width: 120px;
  }
  .slide-items-teams .more-items-item {
    max-height: 638px;
  }
  /* Standings */
  .angular-fixture .team-data h2, .angular-fixture .team-drivers {
    font-size: 30px;
  }
  .standings-item.angular-fixture .team.VE .team-data h2,
  .standings-item.angular-fixture .team.TM .team-data h2 {
    font-size: 30px;
  }
  .standings-item.angular-fixture .team.ME .team-data h2 {
    font-size: 38px;
  }
  .tabs-standings.angular-fixture .team-data h2, .tabs-standings.angular-fixture .team-drivers {
    font-size: 26px;
    line-height: 29px;
  }
  /* About */
  .vertical-scroll-items li {
    width: 58px;
    max-height: 58px;
  }
  .vertical-scroll-items li.active .wrapper > p, .vertical-scroll-items li .wrapper > p {
    padding-top: 10px;
  }
  .vertical-scroll-items li .wrapper > h2 {
    font-size: 22px;
  }
  .vertical-scroll-items li.active .wrapper > h2 {
    padding-bottom: 10px;
  }
  .vertical-scroll-items li.active {
    max-height: 212px;
  }
  /* Team */
  #team-wrapper .pilots .wrapper p {
    font-size: 14px;
  }
  #team-wrapper .owner .wrapper .owner {
    font-size: 30px;
  }
  /* Careers */
  .slide-items-media-custom .more-items-item .wrapper {
    height: calc(55% - 8px);
  }
  .slide-items-media-custom.slide-items-media .owl-item .more-items-item:after {
    top:calc(55% - 14px);
  }
  .slide-items-media-custom.slide-items-media .owl-item:nth-child(even) .more-items-item:after {
    top: calc(44% - 12px);
  }
  .slide-items-media-custom .owl-item:not(:first-child):nth-child(even) .more-items-item {
    transform: translate(0px, calc(55% + 8px));
  }
  .slide-items-media-custom .owl-carousel .owl-stage {
    padding-bottom: calc(var(--column-width) * 3.5);
  }
  .vertical-scroll-items li.active  .wrapper > p,
  .vertical-scroll-items li  .wrapper > p{
    font-size: 18px;
  }
  .marbella .vertical-scroll-items .widget-title span:first-child {
    font-size: 54px;
  }
  .marbella .vertical-scroll-items li.active  .wrapper > p,
  .marbella .vertical-scroll-items li  .wrapper > p{
    font-size: 16px;
  }
  .marbella .vertical-scroll-items li.active {
    max-height: 260px;
  }
  /* Racebird */
  #innovation-timeline .more-items-list li.active .wrapper h2 {
    font-size: 60px;
  }
  #innovation-timeline .more-items-list li .wrapper h2 {
    font-size: 36px;
  }
  .img-aside .more-items-item .wrapper {
    padding-right: 10px;
  }

  /* Race Format */

  .race-format #faqs .wrapper > div {
    /* margin-left: 55%; */
  }

}
@media only screen and (min-width: 1281px) {
  .rf-group ul {
    display: flex;
    flex-wrap: wrap;
}
  .rf-group ul li {
    width: 50%;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .slide-items-news-simple:not(.img-aside) .more-items-item .wrapper {
    aspect-ratio: 16/5;
  }
  .slide-items-news .more-items-item .wrapper h2 {
    font-size: 24px;
  }
  .slide-items-news-simple .more-items-item .wrapper h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .slide-items-media-custom .more-items-item .wrapper {
    height: calc(70% - 8px);
  }
  .slide-items-media-custom .owl-item:not(:first-child):nth-child(even) .more-items-item {
    transform: translate(0px, calc(70% + 8px));
  }
  .slide-items-media-custom .owl-carousel .owl-stage {
    padding-bottom: calc(var(--column-width) * 4.5);
  }
  .slide-items-media-custom.slide-items-media .owl-item .more-items-item:after {
    top: calc(70% - 14px);
  }
  .slide-items-media-custom.slide-items-media .owl-item:nth-child(even) .more-items-item:after {
    top: calc(29% - 13px);
  }
  #race-calendar.tab-items .more-items-list {
    height: calc((var(--max-width-column) * 0.19) * 2.29);
  }
  .teams-ov .content-title {
    font-size: 34px;
  }
  .teams-ov .more-items-item.TM  .content-title,
  .teams-ov .more-items-item.VE  .content-title {
    font-size: 24px;
  }
  .teams-ov .content-title .team-logo {
    max-width: 52px;
  }
  .teams-ov .content-long-text .team-pilots .pilot {
    width:145px;
  }
  .teams-ov .content-long-text .team-wrapper .team-name, .teams-ov .content-long-text .team-wrapper .team-lastname {
    font-size: 26px;
  }
  body.page-loaded #hero-slider .hero-slider-main .wrapper {
    width: calc(var(--column-width) * 6);
  }
  .standings-item.angular-fixture .team.VE .team-data h2,
  .standings-item.angular-fixture .team.TM .team-data h2 {
    font-size: 28px;
  }
  #buttons-group {
    flex-wrap: wrap;
  }
  #buttons-group > .link-button {
    padding: 0;
    width: calc(33.33333% - 15px);
  }
  .tabs-standings.angular-fixture .team-data h2, .tabs-standings.angular-fixture .team-drivers {
    font-size: 22px;
    line-height: 25px;
  }
  .standings-item.angular-fixture .team-data img, .standings-item.angular-fixture .team-drivers img {
    width: 52px;
    height: 52px;
  }
  .standings-item.angular-fixture .team-data h2 {
    font-size: 34px;
  }
  .standings-item.angular-fixture .team .team-position {
    font-size: 80px;
  }
  .standings-item.angular-fixture .team-drivers {
    font-size: 32px;
    line-height: 34px;
  }


  .rf-group > *:not(h3) {
    font-size: 20px;
  }
}

  @media only screen and (max-width: 1259px){
    .title-embed iframe {
      height: 1350px;
    }
}

/* Tablet devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1180px) {
  :root {
    --max-width-column-small: 700px;
    --max-width-column-press: 700px;
  }

  #cookiesbar {
    top: var(--header-height);
  }
  .slide-content > * {
    width: auto;
  }
  .secondary-content:first-child > * {
    margin-left: 0;
  }
  .secondary-content:last-child > * {
    margin-right: 0;
  }
  

  /* Header */
  #header {
    height: var(--header-height);
  }
  #header .wrapper-group > .wrapper {
    height: var(--header-height);
  }

  .header-lg #header-zone7 .logo-img,
  .header-lg #header-zone8 .logo-img {
    height: calc(var(--header-height) * 2);
  }
  .header-lg #header {
    height: calc(var(--header-height) * 2);
  }
  

  .fixed-header.header-lg:not(.downloads) #content {
    margin-top: calc(var(--header-height) * 2);
  }
  .transparent-header.header-lg .slide.top-box .slide-content {
    padding-top: calc((var(--header-height) * 2) + 40px);
  }
  .transparent-header .slide.top-box .slide-content {
    padding-top: calc(var(--header-height) + 40px);
  }
  .scroll-not-top.header-lg #header {
    height: var(--header-height);
  }
  .scroll-not-top.header-lg.fixed-header:not(.transparent-header) #content {
    margin-top: var(--header-height);
  }
  .dropdown .submenu {
    top: var(--header-height);
  }
  .header-lg .bg-vid {
    margin-top: calc((var(--header-height) - (var(--header-height) * 2)) * 2);
  }
  .header-lg #header {
    height: var(--header-height);
  }


  #header .wrapper-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  #navigation-toggle {
    z-index: 2;
    right: 0;
    top: 0;
    color: #ffffff;
    width: 60px;
  }
  
  .burger-nav {
    display: block;
  }
  
  .navigation {
    display: none;
  }
  #navigation {
    display: none !important;
  }
  .navigation.burger-nav {
    position: fixed;
    top: var(--header-height);
    background-color: #3b3d40;
    left: 0;
    width: 50%;
    bottom: 0;
    margin-left: -50%;
    -o-transition: margin-left ease var(--bg-transition-duration);
    transition: margin-left ease var(--bg-transition-duration);
    -webkit-transition: margin-left ease var(--bg-transition-duration);
    -moz-transition: margin-left ease var(--bg-transition-duration);
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    display: block;
  }
  .navigation.open,
  #languages.open {
    margin-left: 0;
  }
  .navigation.open .menu li:not(#languages) {
    display: block;
  }
  .navigation ul {
    text-align: left;
    width: 100%;
  }

  .navigation > ul > li > a {
    font-size: 20px;
  }
  .navigation .dropdown .submenu {
    position: relative;
    width: auto;
    margin: 0;
    left: auto;
    top: auto;
    background: transparent;
  }
  .navigation .dropdown .submenu > li > a {
    padding: 5px 0;
    text-align: left;
  }
  .navigation .dropdown .submenu > li > a:hover {
    background: transparent;
  }
  .navigation .dropdown .submenu > li > a:hover {
    background: transparent;
  }
  .navigation.burger-nav .dropdown:not(#languages) .submenu {
    width: auto;
    margin: 0;
    left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px 10px;
  }
  #languages {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  #languages a {
    padding-right: 10px;
  }
  .header-lg .navigation {
    top: var(--header-height);
  }
  
  #header .wrapper-group > .wrapper.row2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
  }

  .header-lg .bg-vid {
    margin-top: calc(var(--header-height) - (var(--header-height) * 2));
  }
  /* end Header */

  #footer-navigation .menu > li > a {
    font-size: 32px;
  }
  #footer-navigation .dropdown .submenu a {
    font-size: 20px;
    margin-bottom: 14px;
  }
  #newsletter-image .more-items-item .wrapper h2 {
    font-size: 25px;
  }
  #footer-navigation-secondary .menu {
    gap: 34px;
  }


  .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% - var(--gap));
  }
  .more-items-item .wrapper {
    padding:12px;
  }

  .more-items .tabs-content .more-items {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  

  .slide-items-news-simple:not(.img-aside) .more-items-item .wrapper {
    aspect-ratio: 160/45;
  }
  .transparent-header.header-lg .slide.top-box .slide-content {
    padding-top: calc(var(--header-height) + 40px);
  }
  .slide-content .slide-title {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slide-content p {
    font-size: 14px;
  }
  .countdown-text {
    font-size: 36px;
  }
  .social-stream .socialstream-item {
    width: calc(33.33333% - var(--gap));
  }
  .scoreboard ul li {
    font-size: 20px;
  }
  .tabs-col > .more-items-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col .player {
    width: 30px;
    height: 30px;
  }
  .scroll-not-top.match .match-content {
    top: 50px;
  }

  .tab-items {
    flex-wrap: wrap;
    max-width: 100% !important;
  }
  .tab-items .more-items-list,
  .tab-items .md-modal {
    width: 100% !important;
    overflow: visible;
  }
  .tab-items .md-modal .md-content {
    height:auto;
  }
  .tab-items .more-items-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    --max-width-column: 100%;
    padding: 0 var(--body-h-padding);
    overflow: hidden;
    padding-bottom: 16px;
    height: auto;
    flex-direction: row;
    display: flex;
  }
  .tab-items .more-items-list.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .tab-items .more-items-list li {
    flex-direction: column;
    margin-bottom: 0;
    margin-right:0;
    flex: none;
    width: auto;
  }
  .tab-items .more-items-list .owl-item.active li.active:after {
    opacity:1
  }
  
  .tab-items .more-items-list li:after {
    right: auto;
    bottom: 28px;
    mask-image: url(../img/drop-mask-h.svg);
    -webkit-mask-image: url(../img/drop-mask-h.svg);
    width: 35px;
    height: 32px;
    opacity: 0;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;

  }
  .tab-items:not(#innovation-timeline) .more-items-list li:before {
    right: auto;
    bottom: 0;
    width: 35px;
    height: 35px;
  }
  .tab-items .more-items-list li.active:after {
    right: auto;
    bottom: -28px;
  }
  .tab-items:not(#innovation-timeline) .more-items-list li.active:before {
    right: auto;
    bottom: -50px;
  }
  .tab-items .more-items-list li .wrapper .more-items-category {
    margin-left: 23px;
    position:relative
  }
  .menu-list .more-items-list li.status-2 .wrapper .more-items-category,
  .menu-list .more-items-list li.status-3 .wrapper .more-items-category,
  .tab-items .more-items-list li.status-2 .wrapper .more-items-category,
  .tab-items .more-items-list li.status-3 .wrapper .more-items-category  {
    margin-left: 10px;
  }
  .tab-items .more-items-list li .wrapper h2 {
    width:auto;
    margin-bottom: 2px;
  }
  .tab-items .md-modal #ov-container > #ov-data-img {
    width:50%;
  }
  .tab-items.scroll:after {
    display:none
  }
  .tab-items .md-modal {
    margin: 0 auto !important;
    overflow: hidden;
    max-height: 150svh;
    transition: all .5s;
  }
  .tab-items .md-modal.loading-data {
    width: 100% !important;
    max-height: 4px;
  }
  #race-calendar.tab-items .md-modal #ov-container #ov-data-wrapper {
    width: 50%;
  }
  #race-calendar.tab-items .md-modal #ov-container #ov-data-wrapper #ov-data-long-text {
    width: 100%;
  }
  #race-highlights.tab-items .md-modal #ov-container #ov-data-wrapper {
    padding:0;
  }
  .tab-items .md-modal #ov-container #ov-data-wrapper {
    width: 100%;
  }
  #race-calendar.tab-items .md-modal #ov-data-long-text p {
    max-width: 100%;
  }

  .slide-items-news .more-items-item .wrapper h2 {
    font-size: 20px;
    line-height: 1.15;
  }

  .media-landing .more-items-item .wrapper {
    aspect-ratio: 16/5;
  } 

  .angular-fixture .team-data h2, .angular-fixture .team-drivers {
    font-size: 24px;
  }
  .angular-fixture .team .team-position,
  .angular-fixture .team .team-points {
    font-size: 50px;
  } 
  .standings-item.angular-fixture .team-drivers > div {
    flex-direction: column;
    align-items: center;
  }
  .standings-item.angular-fixture .team .team-position {
    line-height: 70px;
    font-size: 80px;
  }
  .standings-item.angular-fixture .team-data {
    padding-left: 20px;
    margin-left: 20px;
  }
  .standings-item.angular-fixture .team-data h2 {
    font-size: 40px;
  }
  .standings-item.angular-fixture .team.VE .team-data h2,
  .standings-item.angular-fixture .team.TM .team-data h2 {
    font-size: 24px;
  }
  .standings-item.angular-fixture .team-data img, 
  .standings-item.angular-fixture .team-drivers img {
    width: 56px;
    height: 56px;
  }
  .standings-item.angular-fixture .team-drivers > div .team-driver-img {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .standings-item.angular-fixture .team-drivers > div .team-driver-name {
    width: 80%;
    text-align: center;
  }
  .slide-items-teams .more-items-item {
    width: calc(var(--column-width) * 2.5);
  }
  .tabs-standings.angular-fixture .team .team-position {
    width:50px;
    margin-right: 10px;
    font-size: 32px;
  }
  /* Felix 1180 */
  .maggiore #event-body .article-view-intro .link-button {
    max-width: 85%;
  }
  /* Home banners */
  body.home #meet-the-team.home-banner-desktop ul li .wrapper h2, body.home #meet-the-team.home-banner-desktop ul li .wrapper .more-items-text {
    width: 100%;
  }
  body.home #meet-the-team.home-banner-desktop ul li .wrapper h2 {
    margin-bottom: 20px;
  }

  body.home #race-format.home-banner-desktop ul li .wrapper h2, 
  body.home #race-format.home-banner-desktop ul li .wrapper .more-items-text, 
  body.home #sustainability-banner.home-banner-desktop ul li .wrapper h2, 
  body.home #sustainability-banner.home-banner-desktop ul li .wrapper .more-items-text {
    width: 70%;
  }
  body.home .home-banner-desktop ul li .wrapper .link-button {
    width: 30%;
  }
  body.home #meet-the-team.home-banner-desktop ul li .wrapper .link-button {
    width: revert;
  }
  body.home .home-banner-desktop ul li .wrapper {
    flex-wrap: wrap;
    gap: 0;
  }
  body.home .home-banner-desktop ul li .wrapper .link-button {
    margin-top: 3px !important;
  }
  .xl-text.home-banner-desktop .more-items-item .wrapper h2 {
    font-size: 50px;
  }
  /* Team */
  .slide-items-teams ul .owl-stage-outer {
    overflow: hidden;
  }
  .teams-ov .content-button .link-button {
    margin-top: 20px;
    bottom: 0;
    right: 0;
  }
  .teams-ov .modal-overlay #ov-container {
    height: calc(100svh - var(--header-height) - 13vw - 60px);
  }
  .teams-ov .modal-overlay #ov-data-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .teams-ov .modal-overlay #ov-data-wrapper {
    padding:15px;
  }
  /* Teams */
  .teams-ov .content-text span {
    font-size: 38px;
  }
  .slide-items-teams .team-active .more-items-item > a {
    min-width: calc(var(--column-width) * 6);
  }
  /* Summaries */
  .day-summary .article header h1 {
    margin-bottom: 20px;
    font-size: 52px;
  }
  /* Event Page */
  #event-body .article {
    gap: 6em;
  }
  #event-body .article-view-intro > p:first-child {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.1;
  }
  #event-body .article-view-intro > p:nth-child(2) {
    font-size: 16px;
  }
  #event-body .article-view-body .layout-column > div div {
    font-size: 64px;
    margin-top: 26px;
  }
  #event-body .article-view-body .layout-column > div span {
    font-size: 20px;
  }
  .xxl-item-text {
    font-size: 64px;
  }
  /* Newsletter */
  .newsletter-title header {
    max-width: 100%;
  }
  /* Racebird */
  #innovation-timeline {
    justify-content: flex-end;
  }
  #innovation-timeline .more-items-list {
    flex-direction: row;
    overflow: hidden;
    height: auto;
    width: 100% !important;
    gap: 10px;
    padding-bottom: 10px;
    padding-left: calc(var(--column-margin) + 2px);
  }
  #innovation-timeline .more-items-list li {
    border-radius: var(--border-radius-md);
    min-width: auto;
    width: auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 10px;
    height: 100%;
    margin-bottom: 16px;
  }
  #innovation-timeline.first-item-active .md-modal .md-content {
    border-radius: var(--border-radius);
  }
  #innovation-timeline .more-items-list li.active {
    border-radius: var(--border-radius-md);
    width: auto;
    margin-bottom: 0;
  }
  #innovation-timeline .more-items-list li.active:after {
    right: auto;
    bottom: -24px;
    mask-image: url(../img/drop-mask-h.svg);
    -webkit-mask-image: url(../img/drop-mask-h.svg);
    background: var(--primary);
    width: 35px;
    height: 32px;
    left: unset;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    opacity: 1;
    z-index: 1;
  }
  #innovation-timeline .more-items-list li.long-text .wrapper h2 {
    font-size: 36px;
  }
  #innovation-timeline .more-items-list li:not(:first-child).active:before {
    display: none;
  }
  #innovation-timeline .more-items-list li:first-child.active:before {
    display: none;
  }
  #innovation-timeline .md-modal {
    width: var(--max-width-column) !important;
  }
  #innovation-timeline .md-modal .md-content {
    border-radius: var(--border-radius);
  }
  #innovation-timeline .more-items-list li.active .wrapper h2 {
    font-size: 40px;
  }
  #innovation-timeline .owl-carousel.owl-drag .owl-item {
    margin-right: 4px !important;
  }
  #innovation-timeline .owl-stage {
    justify-content: flex-start;
  }
  /* Careers */
  #careers-title .more-items-title p {
    font-size: 18px;
  }
  #careers-top .wrapper {
    padding: 0 2em 0 0;
  }
  #careers-top .wrapper .more-items-text {
    font-size: 40px;
    padding-bottom: 0.5em;
  }
  #career-items .dropdown {
    font-size: 28px;
  }
  .slide-items-media-custom .more-items-item .more-items-long-text p {
    margin-top: 1em;
  }
  #next-step .widget-title {
    width: 65%;
  }
  #next-step ul {
    width: 35%;
  }
  #next-step .wrapper {
    padding-right: 2em;
  }
  /* About */
  #about-top .slide-content > p,
  #about-top .wrapper > p {
    font-size: 24px;
  }
  .vertical-scroll-items .widget-title span:nth-child(2) {
    font-size: 150px;
  }
  .vertical-scroll-items li.active .wrapper > p,
  .vertical-scroll-items li .wrapper > p {
    font-size: 16px;
  }
  .vertical-scroll-items li.active {
    max-height: 210px;
  }
  .blue-impact .vertical-scroll-items li.active {
    max-height: 174px;
  }
  .vertical-scroll-items .md-modal {
    width: calc(var(--column-width)* 16) !important;
  }
  /* Contact */
  #contact-wrapper .contact-item span {
    font-size: 22px;
  }
  #contact-wrapper .contact-item span:after {
    font-size: 16px;
  }
  #contact-wrapper .contact-item {
    padding: 20px;
  }
  #contact-wrapper .info {
    width: 40%;
  }
  #contact-wrapper .info .wrapper {
    padding: 0;
  }
  #contact-wrapper .contact-items {
    width: 60%;
  }
  #contact-wrapper .contact-items h1 {
    font-size: 36px;
  }
  /* blue impact */
  #backed-names.slide-items-media .more-items-item .wrapper {
    height: calc(70% - 8px);
  }
  #backed-names.slide-items-media .owl-item:not(:first-child):nth-child(even) .more-items-item {
    transform: translate(0px, calc(70% + 8px));
  }
  #backed-names.slide-items-media .owl-item .more-items-item:after {
    top: calc( 70% - 14px);
  }
  #backed-names.slide-items-media .owl-item:nth-child(even) .more-items-item:after {
    top: calc( 30% - 19px);
  }

  /* Hero slider */

  #hero-slider .hero-slider-main .wrapper {
    width: 50%;
  }
  .hero-slider-main .wrapper .location-wrapper > div {
    font-size: 40px;
  }

  /* News */

  .slide-items-news-simple .more-items-list .more-items-item {
    width: calc(40% -  var(--gap));
  }

  /* Race report */

  .race-report #team-standings .main-elements .widget {
    aspect-ratio: 48/39;
  }
  .race-report #team-standings .current .wrapper h2 {
    font-size: 100px;
    line-height: 100px;
  }
  #team-standings .race .wrapper h2 {
    font-size: 32px;
  }
  .small-quote .author-name {
    font-size: 24px;
  }

  #live-wrapper.live-v2 #video-view .article {
    aspect-ratio: auto;
    height: 100%;
  }
  #video-wrapper-live {
    width: 60%;
  }
  #live-wrapper.live-v2 #video-view {
    width: 40%;
  }

  /* Race Format */

  .race-format #faqs .wrapper > div{
    margin-left: 0;
    margin-top: 0;
  }
  
}
/* iPad Pro devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1024px) {

  /* Felix 1024 */
  #interactive-section li:hover {
    width: calc((var(--column-width) * 4) - var(--gap));
  }
  #interactive-section li.not-hovered {
    width: calc((var(--column-width) * 4) - var(--gap));
  }
  .vertical-scroll-items .widget-title span:first-child {
    font-size: 46px;
  }
  .sustainable-policy .article-view-body > h1 {
    font-size: 40px;
  }
  /* teams */
  .slide-items-teams .more-items-item:hover .img-1 {
    object-position: revert;
  }
  .slide-items-teams .more-items-item .img-1 {
    object-position: 50%;
  }
  /* Team */
  .slide-items-teams .more-items-item:hover .img-1 {
    padding: 0;
  }
  .slide-items-teams .more-items-item:hover > a:before {
    width: 100%;
    top: 0;
  }
  .media-landing .more-items-item .wrapper {
    aspect-ratio: 16/7;
  }
  .teams .is-desktop .ov-content {
    padding-left: 30px;
  }
  .teams-ov .content-title {
    margin-bottom: 30px;
  }
  .teams-ov .content-long-text {
    padding-top: 20px;
  }
  .teams-ov .content-title {
    font-size: 24px;
  }
  .teams-ov .content-title .team-logo {
    max-width: 42px;
  }
  .pilot-academy-form.one-two .formly > * {
    width: 100%;
  }

  /* Race Format */

  .race-format #faqs li.graphic-bg.more-items-item > a img {
    width: 100%;
  }
  .race-format #faqs .wrapper h2 {
    padding: 0 8%;
  }
  .race-format #faqs li.graphic-bg.more-items-item .wrapper h2 {
    width: 62%;
  }

  /* About */
  .slide-items-media-custom .more-items-item .wrapper {
    height: calc(90% - 8px);
  }
  .slide-items-media-custom .owl-item:not(:first-child):nth-child(even) .more-items-item {
    transform: translate(0px, calc(90% + 8px));
  }
  .slide-items-media-custom .owl-carousel .owl-stage {
    padding-bottom: calc(var(--column-width) * 6);
  }
  .slide-items-media-custom.slide-items-media .owl-item .more-items-item:after {
    top: calc(90% - 14px);
  }
  .slide-items-media-custom.slide-items-media .owl-item:nth-child(even) .more-items-item:after {
    top: calc(9% - 14px);
  }
}
/* Tablet devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1023px) {
  .header-lg .bg-vid {
    margin-top: 0;
  }
  .header-lg .bg-vid .slide {
    top: 0;
  }
  .row-fluid .secondary-content:first-child,
  .row-fluid .secondary-content:last-child {
    padding: 0;
  }
  .secondary-content,
  .secondary-content > * {
    width: 100%;
  }
  .secondary-content:first-child > * {
    margin-left: 0;
  }

  .related-content {
    width: 100%;
    padding: 30px 0;
  }
  .related-content .widget {
    padding: 0;
  }
  .primary-content .widget.article-view {
    background: transparent;
  }

  .widget-wrapper > * {
    padding: 30px 0;
    width: 100%;
  }

  .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: 42px;
  }
  .large-text .link-button a {
    padding: 10px 20px;
    font-size: 18px;
  }
  /* Banners */
  #header .wrapper-group > .wrapper {
    z-index: 1;
  }
  .top-image-container {
    display: block;
  }

  
  .angular-fixture .wrapper.group-titles {
    display: none;
  } 
  .angular-fixture .team .team-position {
    width: 20%;
  }
  .angular-fixture .team-data {
    margin-bottom: 20px;
    width: 80%;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--darkgrey);
    padding-right: 0;
    padding-bottom: 20px;
  }
  .angular-fixture .team-drivers {
    width: 100%;
    padding-left: 20%;
    gap:0
  }
  .angular-fixture .team .team-points {
    margin-left: auto;
    width:80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
  }

  .angular-fixture .team .team-points:before {
    content: "Total Pts:";
    font-size: 20px;
    font-weight: normal;
  }
  .angular-fixture .team-drivers > * {
    padding-bottom: 12px;
    padding-top:12px;
    border-bottom: 1px solid var(--darkgrey);
  }
  .tabs-standings.angular-fixture .team-drivers > * {
    width: 145px;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: none;
  }
  .tabs-standings.angular-fixture .team-drivers {
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
  }
  .tabs-standings.angular-fixture .team-drivers .team-driver-name {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabs-standings.angular-fixture .team:before {
    display:none
  }
  .match-content .match-info {
    width: 24%;
  }
  .match-content .team-container {
    width: 38%;
  }
  .match-content .team-container .team-logo {
    width: 20%;
  }
  .match-content .team-container .team-name {
    width: 80%;
  }
  .column > #match {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .match-content .team-container .team-name {
    padding: 15px;
  }
  .match .match-content .team-container .team-name h2 {
    font-size: 26px;
  }

  .match .match-top-info {
    padding: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .match .match-top-info > * {
    padding-left: 5px;
  }
  .formation-container {
    max-width: 100%;
  }
  .tab-items {
    padding-top: 0 !important;
  }

  .standings-item.angular-fixture {
    display: none;
  }  

  /* Felix 1023 */
  /* General */
  .boxed .article header figure {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
  }
  .boxed .article header figure img {
    height: auto;
    border-radius: var(--border-radius-sm);
  }
  .boxed .article header > h1 {
    border-radius: var(--border-radius-sm) 0 var(--border-radius) 0;
  }
  /* Newsletter */
  #newsletter-wrapper-new {
    flex-direction: column-reverse;
  }
  #newsletter-wrapper-new form {
    max-width: 100% !important;
  }
  #newsletter-wrapper-new .formly {
    justify-content: center;
  }
  /* Teams */
  .teams-ov .content-title {
    font-size: 36px;
  }
  .slide-items-teams .more-items-item {
    max-height: 650px;
  }
  /* Team */
  #team-wrapper {
    flex-direction: column;
  }
  #team-wrapper .owner {
    width: 100%;
  }
  #team-wrapper .pilots {
    width: 100%;
  }
  #team-standings .current .wrapper h2 {
    font-size: 130px;
  }

  /* Event */
  #event-header .article-view-body:before, 
  #event-header .article-view-body:after {
    display: none;
  }
  #event-header .padding-left {
    padding-left: 14px;
  }
  #event-header .padding-right {
    padding-right: 14px;
  }
  #event-header .padding-top {
    padding-top: 6px;
  }
  #event-header .article-view-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    position: relative;
    padding: 0 12px 12px;
    bottom: 0;
    right: 0;
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
  }
  #event-header .article-view-body .layout-row * {
    white-space: nowrap;
  }
  
  /* Racebird */
  #tech-specs .hidden-element span {
    padding-inline: 30px;
  }


  
  .tabs-standings.angular-fixture {
    width:100% !important;
  }
  .tabs-standings.angular-fixture .data-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tabs-standings.angular-fixture .link-button {
    margin-top:20px
  }
  .tabs-standings.angular-fixture .team:nth-child(1),
  .tabs-standings.angular-fixture .team:nth-child(2),
  .tabs-standings.angular-fixture .team:nth-child(3) {
    display: flex;
  }
  .tabs-standings.angular-fixture .team {
    border-radius: var(--border-radius-sm);
    display: none;
    height: 78px;
    overflow: hidden;
    transition:  all var(--bg-transition-duration);
    flex-wrap: wrap;
    padding:12px;
  }
  .tabs-standings.angular-fixture .wrapper {
    width: 100%;
  } 
  .tabs-standings.angular-fixture .team.active {
    height: 500px;
    transition: all var(--bg-transition-duration);
  }
  .tabs-standings.angular-fixture .team.active .team-data {
 
  }
  .tabs-standings.angular-fixture .team-data {
    border:none;
    padding-bottom:0;
  }
  .tabs-standings.angular-fixture .team-data .team-data-group {
    padding: 4px 20px 4px 4px;
  }
  .tabs-standings.angular-fixture .team.VE.active .team-data .team-data-group {
    background: var(--venice-racing-color);
  }
  .tabs-standings.angular-fixture .team.ME.active .team-data .team-data-group {
    background: var(--team-mexico-color);
  }
  .tabs-standings.angular-fixture .team.NA.active .team-data .team-data-group {
    background: var(--team-nadal-color);
  }
  .tabs-standings.angular-fixture .team.DR.active .team-data .team-data-group {
    background: var(--team-drogba-color);
  }
  .tabs-standings.angular-fixture .team.DR.active .team-data .team-data-group h2 {
    color:#000;
  }
  .tabs-standings.angular-fixture .team.BR.active .team-data .team-data-group {
    background: var(--team-brady-color);
  }
  .tabs-standings.angular-fixture .team.AO.active .team-data .team-data-group {
    background: var(--aoki-racing-color);
  }
  .tabs-standings.angular-fixture .team.BL.active .team-data .team-data-group {
    background: var(--blue-racing-color);
  }
  .tabs-standings.angular-fixture .team.TM.active .team-data .team-data-group {
    background: var(--team-miami-color);
  }
  .tabs-standings.angular-fixture .team.WR.active .team-data .team-data-group {
    background: var(--west-brook-racing-color);
  }
  .tabs-standings.angular-fixture .team.AL.active .team-data .team-data-group {
    background: var(--team-alula-color);
  }
  /*
  .tabs-standings.angular-fixture .team-data:after {
    content:"";
    width: 32px;
    height:32px;
    background-color: #ffffff;
    margin-left: auto;
    border-radius: 50%;
    flex:none;
  }
  */
  .tabs-standings.angular-fixture .team-data:before {
    content: "";
    width: 32px;
    height: 32px;
    z-index: 1;
    mask-image: url(../img/chevron-right.svg);
    -webkit-mask-image: url(../img/chevron-right.svg);
    mask-size: 35%;
    -webkit-mask-size: 35%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--secondary);
    order: 1;
    transform: rotate(90deg);
    position: absolute;
    right: 40px;
    margin-top: 3px;
  }

  .tabs-standings.angular-fixture .team.active .team-position {
    font-size: 40px;
    border:none
  }
  .tabs-standings.angular-fixture .team .team-position {
    width: 57px;
    border:none
  } 
  /*
  .tabs-standings.angular-fixture .team.active .team-position:before {
    width: 1px;
    background-color: rgba(255,255,255,0.5);
    content: "";
    height: calc(100% - 27px);
    left: 92px;
    position: absolute;
    top: 14px;
  }
  */
  .tabs-standings.angular-fixture .team.active .team-data:before {
    transform: rotate(-90deg);
    right: 24px;
    margin-top: 0px;
  }
  .tabs-standings.angular-fixture .team.active:after {
    display:none;
  }
  .tabs-standings.angular-fixture .team .team-drivers {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    padding: 0;
    flex-direction: row;
  }
  .tabs-standings.angular-fixture .team .team-drivers {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid var(--darkgrey);
    border-bottom: 1px solid var(--darkgrey);
    justify-content: space-between;
  }
  .tabs-standings.angular-fixture .team-data img {
    width:40px;
    height:40px;
  }
  .tabs-standings.angular-fixture .team-drivers img {
    width: 123px;
    height: auto;
    aspect-ratio: 1;
  }
  .tabs-standings.angular-fixture .team-drivers .team-driver-img span[class^="flag-"] {
    width: 33px;
    height: 33px;
    bottom: auto;
    top: 0;
    border-color: var(--lightgrey);
  }

  .tabs-standings.angular-fixture .team .team-data {
    border: none;
    padding-bottom: 0;
    width: calc(100% - 85px);
    padding-left: 12px;
    border-left:1px solid var(--mediumgrey);
  }
  .tabs-standings.angular-fixture .team.active .team-data {
    border-left:1px solid var(--darkgrey);
  }
  .tabs-standings.angular-fixture .team.active .team-data h2 {
    color:  #fff;
  }
  
  .tabs-standings.angular-fixture .team.active .team-data img {
    background:#ffffff36;
  }

  .tabs-standings.angular-fixture .team-drivers .team-driver-img {
    margin-right: 0;
  }
  .standings.angular-fixture .team-data,
  .standings.angular-fixture .team-drivers > *{
    border-color: var(--mediumgrey);
  }

.tabs-standings.angular-fixture .team-points {
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 70px;
}
.tabs-standings.angular-fixture .team .total {
  width: calc(25% - 15px);
  aspect-ratio: 212/140;
  background-color: var(--darkgrey);
  border-radius: var(--border-radius-sm);
  padding: 12px 16px;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 108.333% */
  letter-spacing: -0.72px;
  font-family: var(--font-family-main);
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  margin-top: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex !important;
}
.tabs-standings.angular-fixture .total:before {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.24px;
  font-family: var(--font-family-title);
  color: #fff;
}
.tabs-standings.angular-fixture .team .team-races:before {
  content: "Races complete";
}
.tabs-standings.angular-fixture .team .team-podium:before {
  content: "Podium finishes";
}
.tabs-standings.angular-fixture .team .team-won:before {
  content: "Races won";
}
.tabs-standings.angular-fixture .team .team-points:before {
  content: "Current points";
}
.tabs-standings.angular-fixture .team .team-won,
.tabs-standings.angular-fixture .team .team-points {
  color: var(--secondary);
  font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: 72px; /* 102.857% */
letter-spacing: -1.05px;
}
.tabs-standings.angular-fixture .team .team-points {
  margin-right: 0;
}

.tabs-standings.angular-fixture .team .team-races {
  margin-left: 0;
}

  .slide-items-teams .team-active .more-items-item > a {
    width: calc(var(--column-width) * 5);
  }
}

@media only screen and (max-width:952px){
  .title-embed iframe {
    height: 1102px;
  }
}

@media only screen and (max-width: 900px) {
  :root {
    --max-width-column-small: calc(100vw - (var(--body-h-padding) * 2));
    --max-width-column-press: calc(100vw - (var(--body-h-padding) * 2));
    --max-width-column-article: calc(100vw - (var(--body-h-padding) * 2));
  }
  body,
  input,
  textarea,
  .md-content > * {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.24px;
  }

  #secondary-footer-wrapper {
    flex-direction: column-reverse;
  }
  #nav-wrapper {
    border-top: 1px solid #464646;
    border-right:none;
    padding-right: 0;
    padding-top:20px;
    width:100%;
  }
  #newsletter-wrapper {
    padding-left:0;
    width:100%;
    padding-bottom:20px;
  }
  #footer-navigation-secondary .menu {
    justify-content: space-between;
  }
  .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-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,
  #team-title.one-four li, 
  #team-title.one-three li {
    width: calc(50% -  var(--gap));
  }
  .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,
  .one-eight .more-items-item,
  .one-nine .more-items-item,
  .one-ten .more-items-item,
  .one-eleven .more-items-item,
  .one-eight .more-video-item,
  .one-nine .more-video-item,
  .one-ten .more-video-item,
  .one-eleven .more-video-item,
  .one-eight .galleries-item,
  .one-nine .galleries-item,
  .one-ten .galleries-item,
  .one-eleven .galleries-item,
  .one-eight .socialstream-item,
  .one-nine .socialstream-item,
  .one-nine .socialstream-item,
  .one-eight .control-group,
  .one-nine .control-group,
  .one-ten .control-group,
  .one-eleven .control-group,
  .one-eight .formly > *,
  .one-nine .formly > *,
  .one-ten .formly > *,
  .one-eleven .formly > *,
  .one-eight.img-aside .more-items-item,
  .one-nine.img-aside .more-items-item,
  .one-ten.img-aside .more-items-item,
  .one-eleven.img-aside .more-items-item,
  .one-eight.landing li,
  .one-nine.landing li,
  .one-ten.landing li,
  .one-eleven.landing li {
    width: calc(33.33333% -  var(--gap));
  }
  .padding {
    padding: 16px;
  }
  .padding-top {
    padding-top: 16px;  
  }
  .padding-bottom {
    padding-bottom: 16px;  
  }
  .padding-right {
    padding-right: 16px;  
  }
  .padding-left {
    padding-left:16px;
  }
  .section-title, .widget-title {
    font-size: 60px;
  }
  .large-title > .section-title, .large-title > .widget-title,
  .medium-title > .section-title, .medium-title > .widget-title {
    font-size: clamp(30px,2rem + 2.5vw,70px);
  }
  .secondary-content .widget li {
    width: inherit;
  }
  .transparent-header #content,
  .transparent-header.header-lg #content {
    margin-top: var(--header-height);
  }
  .more-items.text-over .more-items-item h2 {
    font-size: 28px;
  }
  .sponsors {
    text-align: center;
  }
  .sponsors li {
    width: 15%;
  }
  #home-highlights {
    padding-top: 0;
  }
  
  .tab-items .md-modal .md-content {
    padding:12px 12px 16px 12px;
  }
  




  /* Article */

  .widget.article-view .article {
    padding: 30px 0;
  }
  .article-view header figure, .article-view #slideshow-gallery {
    position: relative;
    order: 1;
    width: 100%;
    margin-top: 40px;
  }
  .widget.article-view .article header {
    min-height: auto;
  }
  .hero-article .article-view-body {
    padding: 0  var(--column-width)
  }
  .widget.article-view:not(.hero-article) .article header {
    margin-bottom:0;
  }
  .article-view-title {
    padding:0;
  }
  .article-view-intro {
    padding-right:0;
  }
  .title-embed,
  .image-content,
  .title-text {
    padding-top:30px;
    padding-bottom:30px;
  }
  .title-text {
    padding-right:var(--column-width);
  }
  .article-view-body h2 {
    line-height: 38px;
    font-size: 36px;
  }
  .media-only,
  .title-grey-bg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .title-embed {
    padding-right: 0;
    padding-left: 0;
  }
  .image-content {
    flex-direction: column;
    gap:20px;
  }
  .image-content > iframe,
  .image-content > figure {
    width:100%;
  }
  .image-content blockquote {
    margin:0;
    padding:0;
  }

  .small-quote .author-img {
    width: 36px;
  }
  .small-quote .author-img .flag-icon.flag-icon-squared{
    width: 22px;
    height: 22px;
  }
  .small-quote .author-name {
    font-size: 20px;
    line-height: 20px;

  }
  .small-quote .author-position {
    font-size: 13px;
    line-height: 14px; /* 120% */
  }
  .text-boxed .text-wrapper {
    padding: 24px;
    width: 50%;
    line-height: 26px;
    font-size: 24px;
  }

  .article-img-left .article-view-title {
    padding-left: 0;
  }
  .article-img-left .article-view-title:has(span img.logo) ~ .article-view-intro {
    padding-left: 88px;
  }

 .title-embed iframe {
  height: 1350px;
  }
  #race-calendar.tab-items .md-modal #ov-container #ov-data-wrapper > h2 *, 
  .tab-items .md-modal #ov-container #ov-data-wrapper h2 > div {
    color: transparent;

  }
  .tab-items .md-modal #ov-container #ov-data-wrapper h2 > div {
    display: none;
  }

  .tab-items .md-modal #ov-data-long-text p {
    max-width:100%;
  }
  #race-calendar.tab-items .md-modal #ov-data-long-text .group-1 {
    border-bottom: 0;
  }
  #race-calendar.tab-items .md-modal #ov-data-long-text .group-2 {
    flex-direction: column;
  }

  #race-calendar.tab-items .md-modal #ov-data-long-text .group-2 > div:first-child {
    width:100%;
    padding:0 0 24px 0;
    
  }
  #race-calendar.tab-items .md-modal #ov-data-long-text .group-2 > div:first-child > * {
    width:auto;
    padding:0;
  }
  #race-calendar.tab-items .md-modal #ov-data-long-text .group-2 > div:first-child > *:first-child {
    padding-right:24px;
    margin-right:24px;
    border-right:1px solid rgba(255,255,255,0.15);
  }
  #race-calendar.tab-items .md-modal #ov-data-long-text .group-2 > div:nth-child(2) {
    width:100%;
    padding:0;
    border:none;
  }
  .tab-items .md-modal #ov-container {
    flex-direction: column;
    
  }

  #race-calendar.tab-items .md-modal #ov-container #ov-data-wrapper {
    padding:0;
    width:100%
  }
  .tab-items .md-modal #ov-container #ov-data-img {
    width: 100%;
    max-width: 100%;
  }
  .location-wrapper .flag-icon.flag-icon-squared,
  .team-wrapper img {
    width:32px;
  }
  .tab-items .md-modal #ov-container > #ov-data-img {
    display: none;
  }
  .tab-items .md-modal #ov-data-long-text .completed-status-3 > div {
    border:none;
    padding-top: 0;
    margin-top: -64px;
  }
  .tab-items .md-modal #ov-data-long-text .completed-status-3 > div > div:first-child {
    margin-bottom: 16px;
  }

  .tab-items .md-modal .flag-icon.flag-icon-squared {
    margin-left:auto !important;
  }


  .tab-items .md-modal #ov-data-long-text .not-started-status-2 > div:first-child {
    flex-direction: row-reverse;
  }
  .tab-items .md-modal #ov-container #ov-data-img img, 
  .tab-items .md-modal #ov-container > #ov-data-img img {
    border:none;
  }
  #race-highlights.tab-items #ov-data-img:before,
  #race-highlights.tab-items #ov-data-img:after {
    left:0;
    bottom:0;
  }
  #race-calendar.tab-items .md-modal #ov-container #ov-data-long-text #ov-data-img {
    display:block;
  }

  /* News */
  
  .slide-items-news .more-items-item .wrapper,
  .slide-items-news .more-items-item > a {
    width: calc(var(--column-width) * 3 );
    height: calc(var(--column-width) * 3 - 8px);
  }
  .slide-items-news .more-items-item .wrapper {
    left: calc(var(--column-width) * 3 );
    width: calc(var(--column-width) * 3 - 8px );
  }
  .slide-items-news .owl-item:first-child .more-items-item {
    width: calc(var(--column-width) * 6 ) !important;
  }
  .slide-items-news .owl-item:first-child .more-items-item > a {
    width: calc(var(--column-width) * 6);
    height: calc(var(--column-width) * 6);
  }
  .slide-items-news .owl-item:first-child .more-items-item .wrapper {
    width: calc(var(--column-width) * 3 + 6px);
    left: calc(var(--column-width) * 6 - 6px );
  } 
  .slide-items-news .owl-item:not(:first-child) .more-items-item {
    width: calc(var(--column-width) * 3 + 4px) !important;
    height: calc(var(--column-width) * 3 - 8px) !important;
  }
  .slide-items-news .owl-item:not(:first-child) .more-items-item:before {
    height: calc(var(--column-width) * 3 - 8px);
    width: calc(var(--column-width) * 6 - 8px);
  }

  .slide-items-news-simple .more-items-list .more-items-item {
    width: calc(50% -  var(--gap));
  }
  .slide-items-media .owl-item .more-items-item {
    width: calc(var(--column-width) * 12 - 8px) !important;
  }
  .slide-items-media .more-items-item .wrapper {
    width: calc(var(--column-width) * 6 + 14px);
  }
  .slide-items-media .owl-item .more-items-item:after {
    right: calc(var(--column-width) * 6 - 29px);
  }
  .slide-items-media .owl-item:nth-child(even) .more-items-item:after {
    left: calc(var(--column-width) * 6 - 29px);
  }
  .slide-items-media .owl-item .more-items-item .wrapper:before {
    /*width: calc(var(--column-width) * 6 );*/
  }
  .slide-items-media .owl-item:not(:first-child):nth-child(even) .more-items-item {
    margin-left: calc(var(--column-width) * -12 );
  }
  .slide-items-nav .owl-theme.owl-carousel .owl-nav:not(.disabled) {
    margin-left: calc((100vw - var(--max-width-column)) / 2 + 20px);
    top:44px;
  }
  .slide-items-news .owl-item:first-child .more-items-item:after {
    top: calc(var(--column-width) * 3 - 14px);
  }
  .slide-items-news .owl-item:first-child .more-items-item .wrapper:before {
    height: calc(var(--column-width) * 3 - 8px);
    width: calc(var(--column-width) * 3 + 8px);
  }
  .slide-items-news .owl-item:first-child .more-items-item > a:before {
    height: calc(var(--column-width) * 6);
    width: calc(var(--column-width) * 6 );
  }
  .slide-items-nav .owl-dots {
    top:44px;
    margin-left: calc((100vw - var(--max-width-column)) / 2 + 81px);
  }
  .media-landing .more-items-item .wrapper {
    aspect-ratio: 16/9;
  }

  /* Felix 900 */
  #footer-signup .formly {
    width: 100%;
  }
  .downloads-more-items.thumbnails-view.downloads-main .downloads-container > ul li {
    width: calc(50% - var(--gap));
  }
  body.bombay.partner .article header:has(figure) ~ .article-view-body p {
    padding-left: 0px;
    max-width: none;
  }
  .sustainability #sustainability-banner.home-banner-desktop ul li .wrapper h2 {
    font-size: 60px;
  }
  .blue-impact-championship .three-img-layout .more-items-item {
    padding-right: 10px;
  }
  .signatory #content #sponsors ul:after {
    display: none;
  }
  .sustainability #blue-impact-program ul li .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blue-impact-championship .three-img-layout .more-items-item .wrapper {
    padding-right: 0;
  }
  .blue-impact-championship #article-view .article-view-title {
    padding-right: revert;
    font-size: 60px;
  }
  .blue-impact-championship .widget.article-view .article,
  .signatory .widget.article-view .article,
  .blue-impact-program .widget.article-view .article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .signatory #content #sponsors ul {
    row-gap: 10px;
  }
  .blue-impact-program .three-img-layout.img-aside .wrapper > * {
    max-width: 100%;
  }

  /* General */
  .blue-impact-program .three-img-layout.img-aside.img-start-end .wrapper > * {
    max-width: 100%
  }
  .three-img-layout .more-items-item > a {
    gap: 0px;
  }
  .three-img-layout.img-aside .more-items-item {
    gap: 12px;
  }
  .img-start-end.img-aside.three-img-layout  .more-items-item {
    flex-direction: column;
  }
  .img-end-start.img-aside.three-img-layout .more-items-item {
    flex-direction: column-reverse;
  }
  .img-start-end.img-aside.three-img-layout  .more-items-item .wrapper,
  .img-end-start.img-aside.three-img-layout  .more-items-item .wrapper{
    padding-top: 0;
  }
  .img-end-start.img-aside.three-img-layout .more-items-item > a,
  .img-start-end.img-aside.three-img-layout  .more-items-item > a {
    width: 100%
  }
  body.monaco.event-page .vertical-scroll-items .widget-title {
    font-size: 56px;
  }
  .is-tablet {
    display: block !important;
  }
  .is-desktop-tablet {
    display: none !important;
  }
  .signatory #content #sponsors ul li {
    margin-bottom: 20px;
  }
  #sustainability-banner.home-banner-desktop ul li .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  /* Teams */
  .teams .article .article-view-intro {
    padding-right: 0;
  }
  .teams-ov .modal-overlay .md-close {
    width: 42px;
    height: 42px;
  }
  .slide-items-teams .more-items-item a > .img-2 {
    padding: 10px 24px 50px;
  }
  .slide-items-teams .more-items-item .wrapper h2 a {
    font-size: 20px;
  }
  .teams-ov .content-title {
    font-size: 30px;
  }
  .teams-ov .ME .content-title {
    font-size: 24px;
  }
  .teams-ov .content-long-text .team-wrapper .team-name, .teams-ov .content-long-text .team-wrapper .team-lastname {
    font-size: 22px;
  }
  /* Team */
  #team-standings .current .wrapper h2 {
    font-size: 94px;
  }
  #team-standings .race .wrapper h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 109.375% */
    letter-spacing: -0.48px;
  }
  #team-standings .widget .widget-title {
    font-size: 18px;
  }
  /* Summaries */
  .event-hero.hero-article header > span {
    font-size: 18px;
    gap: 6px;
    margin-right: auto;
  }
  .event-hero.hero-article header > span .flag-icon {
    width: 32px;
    height: 32px;
  }
  .event-hero.hero-article header > figure {
    order: 5;
  }
  .event-hero.hero-article header > time {
    margin-right: 0;
  }
  .day-summary .article {
    display: block;
  }
  .day-summary .article header {
    width: 100%;
  }
  .day-summary .article > div {
    width: 100%;
  }
  .day-summary .article header h1 br {
    display: none;
  }
  .day-summary .article header > div {
    flex-direction: row;
  }
  .day-summary .article header > div > div:first-child {
    padding-right: 30px;
    border-right: 1px solid var(--mediumgrey);
  }
  .race-report #team-standings .current .wrapper h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 95.455% */
    letter-spacing: -0.66px;
  }
  .race-report #team-standings .main-elements {
    flex-direction: column;
    width: 50%;
  }
  #event-body.summaries .article {
    gap: 1em;
  }
  #event-body.summaries .article-view-body .layout-column > div div {
    width: 100%;
    font-size: 70px;
  }
  #event-body.summaries .article-view-intro > p:not(:first-child) {
    margin-left: auto;
  }
  #event-body.summaries .article-view-body .layout-column > div p {
    width: 100%;
    margin-top: 10px;
  }
  #event-body.summaries .article-view-body .layout-column > div div {
    margin-top: 20px;
  }
  /* About */
  .vertical-scroll-items-mobile li > a img {
    padding:0 !important
  }
  .vertical-scroll-items-mobile li:nth-child(odd) {
    align-items: flex-end;
  }
  .vertical-scroll-items-mobile li:nth-child(even) {
    align-items: flex-start;
  }
  .vertical-scroll-items-mobile li:nth-child(odd) > a img {
    border-radius: var(--border-radius) var(--border-radius) 0 var(--border-radius) !important;
  }
  .vertical-scroll-items-mobile li:nth-child(even) > a img {
    border-radius: var(--border-radius) var(--border-radius) var(--border-radius) 0  !important;
  }
  .vertical-scroll-items-mobile li > a {
    border-radius: 0 !important;
    padding: 0 !important;
  }
  .vertical-scroll-items-mobile .wrapper {
    position: relative;
  }
  .vertical-scroll-items-mobile li:nth-child(odd) .wrapper:before {
    content: "";
    width: 27px;
    height: 27px;
    margin: 0;
    background-color: var(--primary);
    mask-image: url(../img/rounded-angle.svg);
    -webkit-mask-image: url(../img/rounded-angle.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    position: absolute;
    transform: rotate(90deg);
    top: -1px;
    left: -25.5px;
  }
  .vertical-scroll-items-mobile li:nth-child(even) .wrapper:after {
    content: "";
    width: 27px;
    height: 27px;
    margin: 0;
    background-color: var(--primary);
    mask-image: url(../img/rounded-angle.svg);
    -webkit-mask-image: url(../img/rounded-angle.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    position: absolute;
    transform: rotate(0deg);
    top: -1px;
    right: -25.5px;
  }
  .vertical-scroll-items-mobile .wrapper {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    max-width: 75%;
    background: var(--primary);
  }

  .tabs-standings.angular-fixture .team:before {
    display: none;
  }
  /* Partner page */
  .partner .partner-title header > h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 108.333% */
    letter-spacing: -0.72px;
  }
  .partner .widget.article-view .article header {
    margin-bottom: 30px;
    padding: 0px 0 26px 0;
  }
  .partner .article-view-body p {
    max-width: calc(var(--max-width-column));
  }
  .partner #article-view .article-view-body > .heading {
    width: 100%;
  }
  .partner #article-view .article-view-body > div:not(.heading) {
    width: 100%;
    padding-left: 0;
  }
  .partner #article-view .article-view-body > div:not(.heading) p:first-child {
    padding-left: 0;
  }
  .partner #article-view .article-view-body > div:not(.heading) p:not(:first-child) {
    padding-left: var(--column-width);
  }
  .partner .widget.article-view.partner-text .article header figure{
    margin-right: 0;
    margin-top: 0;
  }
  .partner .widget.article-view.partner-text .article header {
    width: 100%;
  }
  /* Event Page */
  #event-body .article {
    flex-direction: column;
    gap: 1.5em;
  }
  #event-body .article-view-intro > p:nth-child(2) {
    max-width: 85%;
  }
  #event-body .article-view-body {
    width: 100%;
    margin-right: revert;
  }
  #event-body header {
    width: 100%;
  }
  #event-body .article-view-body .layout-column > div div {
    font-size: 54px;
    margin-top: 18px;
  }
  .xxl-item-text {
    font-size: 54px;
  }
  /* Racebird */
  #innovation-timeline .md-modal #ov-container > #ov-data-img {
    width: 40%;
    display: block;
  }
  #teams-selector {
    width: 60%;
    top: 20px;
  }
  #teams-selector > ul {
    flex-wrap: nowrap;
  }
  /* Careers */
  #careers-title .more-items-title > div {
    flex-direction: column;
  }
  #careers-title ul {
    justify-content: center;
  }
  #careers-title .more-items-title p {
    max-width: 100%;
    padding-left: 3em;
    padding-right: 0;
  }
  #careers-top .wrapper .more-items-text {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 113.333% */
    letter-spacing: -0.45px;
  }
  #careers-top li {
    flex-direction: column-reverse;
  }
  #careers-top li > a {
    width: 100%;
    padding: 0;
  }
  #careers-top .wrapper {
    padding: 1em 0 0 0;
  }
  #careers-top .wrapper .more-items-long-text {
    padding-left: 3em;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.24px;
  }
  #work-wrapper {
    padding-top: 25px;
    flex-direction: column;
  }
  #work-at .wrapper {
    padding: 0 0 2em 3em;
  }
  #career-items {
    width:100%;
  }
  #career-items .dropdown {
    font-size: 28px;
    top: 0;
  }
  #next-step {
    flex-direction: column;
  }
  #next-step .widget-title {
    padding: 30px 15px;
    width: 100%;
  }
  #next-step ul {
    width: 100%;
  }
  #next-step .wrapper {
    padding-right: 0;
    padding-left: 3em;
  }
  .slide-items-media-custom .more-items-long-text p {
    font-size: 17px;
  }
  /* Blue Impact */
  .slide-items-media-custom .more-items-item .wrapper {
    width: calc(var(--column-width) * 6);
  }

  #race-highlights.tab-items .md-modal .md-content {
    padding: 12px;
  }

  /* Top sotries */

  .hero-slider-nav,
  .hero-slider-main {
    display:none;
  }
  .hero-slider-tabs {
    padding-right: calc((100vw - var(--max-width-column)) / 2);
  }
  .hero-slider-tabs .more-items-item {
    width: 100%;
    margin: 0;
    height: auto;
    flex-wrap: nowrap;
    flex-direction: column;
    border: none;
    transition: all var(--bg-transition-duration);
    overflow: hidden;
  }

  .hero-slider-tabs .more-items-item:not(.articles) {
    max-height: 124px;
    transition: max-height var(--bg-transition-duration);
  }
  .hero-slider-tabs .more-items-item .wrapper {
    padding: 16px;
    padding-top:12px;
    height: auto;
  }

  .hero-slider-tabs .more-items-item.active {
    background-color: var(--primary);
    transition: max-height var(--bg-transition-duration);
    max-height: 1500px !important;
}
  .hero-slider-tabs .more-items-item .show-active {
    opacity: 0;
    transition: opacity var(--bg-transition-duration);
  }
  .hero-slider-tabs .more-items-item.active .show-active {
    opacity: 1;
    transition: opacity var(--bg-transition-duration);
  }
  .hero-slider-tabs .more-items-item .wrapper > img {
    width:100%;
    border-radius:var(--border-radius-sm);
  }

  .hero-slider-tabs .more-items-item.articles .wrapper > img,
  .hero-slider-tabs .more-items-item.race-upcoming .wrapper > img,
  .hero-slider-tabs .more-items-item.live-now .wrapper > img {
    /* aspect-ratio: 1; */
    object-fit: cover;
  }
  .hero-slider-tabs .more-items-item.active.current-standings .first-place,
  .hero-slider-tabs .more-items-item.active.race-results .first-place {
    display:none;
  }
  .hero-slider-tabs .more-items-item .wrapper p {
    font-size: 18px;
  }
  .hero-slider-tabs .more-items-item .wrapper h2 {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-style: normal;
    line-height: 27px; /* 112.5% */
    letter-spacing: -0.36px;
  }
  .hero-slider-tabs .more-items-item.articles .wrapper h2 {
    margin-bottom: 20px;
  }
  .hero-slider-tabs .more-items-item:not(.articles) .wrapper h2 {
    margin-bottom: 10px;
  }
  .hero-slider-tabs .more-items-item .wrapper .more-items-category, 
  .hero-slider-tabs .more-items-item .wrapper .more-items-subsection, 
  .hero-slider-tabs .more-items-item .wrapper time {
    margin-top: 0;
  }
  .hero-slider-tabs .more-items-item .wrapper .link-button {
    margin-top: 20px !important;
  }
  .hero-slider-tabs .more-items-item .wrapper .link-button a {
    width:100%;
    font-size: 16px;
  }
  .hero-slider-tabs .more-items-item .wrapper h2:after {
    mask-image: url(../img/chevron-right.svg);
    -webkit-mask-image: url(../img/chevron-right.svg);
    mask-size: 40%;
    -webkit-mask-size:40%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    content: "";
    background-color: var(--secondary);
    width: 30px;
    height: 30px;
    display: flex;
    flex: none;
    transform: rotate(90deg);
    transition: all var(--bg-transition-duration);
  }
  .hero-slider-tabs .more-items-item.active .wrapper h2:after {
    background-color: #fff;
    transform: rotate(-90deg);
    transition: all var(--bg-transition-duration);
  }
  .hero-slider-tabs .more-items-item .wrapper hr {
    margin-bottom: 10px;
  }

  .hero-slider-tabs .more-items-item.cloned {
    display: none;
  }

  /* Docuseries */

 #docuseries-wrapper {
  flex-wrap: wrap;
 }
 #docuseries-wrapper > * {
  width: 100%;
 }
 #docuseries-wrapper #landing-videos .more-items-list {
  aspect-ratio: auto;
 }
 #docuseries-wrapper #landing-videos .more-items-list li {
  margin-left: 0;
  width:100%;
  flex-direction: column-reverse;
  pointer-events: all;
 }
 #docuseries-wrapper #landing-videos .more-items-list li.active .wrapper a,
 #docuseries-wrapper #landing-videos .more-items-list li.active > a {
  pointer-events: none;
 }
 #docuseries-wrapper #landing-videos .more-items-list li .wrapper {
  padding: 12px;
 }
 #docuseries-wrapper #landing-videos .more-items-list li.active .wrapper {
  padding:12px 12px 6px 12px;
 }
 #docuseries-wrapper #landing-videos .more-items-list li:not(.active)  > a:not(.all-box-link){
  height: 0;
  padding: 0;
 }
 #docuseries-wrapper #landing-videos .more-items-list li:not(.active) .more-items-text {
  display:none;
 }
 #docuseries-wrapper #landing-videos .more-items-list li .more-items-text {
  order: -1;
  padding: 6px 12px 12px;
  color: #fff;
  font-size: 16px;
  margin:0
 }
 
 #docuseries-wrapper #landing-videos .more-items-list li.active:before {
  display: none;
 }
 #docuseries-wrapper .video-view {
  position: fixed;
  z-index: 99999;
 }
 #docuseries-wrapper .video-view .fotorama  {
  border: none;
  background-color: transparent;
 }
 #docuseries-wrapper .video-view .slides .fotorama__stage__frame > *:not(.fotorama__video){
  opacity: 0;
  position: fixed;
  display: none;
 }
 #docuseries-wrapper .video-view .fotorama__wrap--video .fotorama__video-close,
 #docuseries-wrapper .video-view .slides .fotorama__stage__frame .fotorama__video {
  pointer-events: all;
 }
 #docuseries-wrapper .video-view {
  pointer-events: none;
 }
 #docuseries-wrapper #landing-videos .more-items-list li .wrapper .more-items-category {
  margin-left: auto;
 }
 #docuseries-wrapper #landing-videos .more-items-list li .wrapper:after {
  mask-image: url(../img/chevron-right.svg);
  -webkit-mask-image: url(../img/chevron-right.svg);
  mask-size: 40%;
  -webkit-mask-size: 40%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  content: "";
  background-color: var(--secondary);
  width: 30px;
  height: 30px;
  display: flex;
  flex: none;
  transform: rotate(90deg);
  order: 1;
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: -3px;

}
#docuseries-wrapper #landing-videos .more-items-list li.active .wrapper:after {
  background-color: #fff;
  transform: rotate(-90deg);
  margin-top: 0;
  margin-bottom: 0;
}
 .scroll:before, 
 .scroll:after,
 .scroll .more-items-list:after,
 .scroll .more-items-list:before {
  display:none;
 }

 /* Gallery */

 .article-view.gallery-view.normal-header-article header figure, 
 .article-view.gallery-view.normal-header-article #slideshow-gallery {
  width: 100%;
  background: transparent;
  border: none;
  counter-reset: section;
 }
 .article-view.gallery-view.normal-header-article #slideshow-gallery > div {
  display: none;
 }
 .article-view.gallery-view.normal-header-article #slideshow-gallery > a {
  background-color: var(--lightgrey);
  border-radius: var(--border-radius-sm);
  width: 100%;
  margin-bottom: 20px;
  display: block;
  border: var(--lightgrey) solid 6px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
 }
 .article-view.gallery-view.normal-header-article #slideshow-gallery > a:after {
  content: attr(data-caption);
  font-size: 20px;
  color: #fff;
  order: 2;
  width: calc(100% - 66px);
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid var(--mediumgrey);
  margin-top: 14px;
  margin-bottom: 12px;
  line-height: 1.2;
 }
 .article-view.gallery-view.normal-header-article #slideshow-gallery > a img {
  border-radius: var(--border-radius-sm);
  width:100%;
 }
 .article-view.gallery-view.normal-header-article #slideshow-gallery.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: flex;
 }
 .article-view.gallery-view.normal-header-article #slideshow-gallery > a::before {
  counter-increment: section; 
  content: counter(section,decimal-leading-zero); 
  color: var(--secondary);
  order: 1;
  font-size: 40px;
  font-family: var(--font-family-main);
  margin-top: 14px;
  width: 50px;
  line-height: 1;
  margin-bottom: 12px;
}
.video-view .article-view-intro,
.video-view header .article-view-title {
  padding-right:0;
}
.scroll > .prev-btn, .scroll > .next-btn {
  display: none;
}

 /* Teams */

 .teams-ov .modal-overlay #ov-data-img {
  width: 50%;
 }

 #live-wrapper.live-v2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 !important;
 }
 #live-wrapper.live-v2 #video-view {
  width: auto;
  padding-right: 0 !important;
  margin-left: 0;
  margin-right: auto;
}
#video-wrapper-live {
  width: 100%;
  padding: 0 !important;
}
#video-wrapper-live #live-stream {
  padding-top: 0px;
}
#pilot-academy-wrapper {
  flex-direction: column;
}
#pilot-academy-wrapper-one {
  margin-top: -14px;
}
#pilot-academy {
  margin-top: 0;
}
#pilot-academy ul li {
  border-radius: 0;
}
#pilot-academy ul li .wrapper {
  padding-bottom: 0;
}
#pilot-academy ul li .wrapper:after {
  transform: scaleX(-1) rotate(-90deg);
  top: -27px;
  right: 5px;
}
.pilot-academy-form {
  border-bottom-left-radius: var(--border-radius-lg);
}
#pilot-academy-img .more-items-item img {
  aspect-ratio:auto;
}

/* Race Format */
#rf-graphic ul li > a {
  overflow: auto;
}
#rf-graphic ul li a img {
  height: calc(100svh - var(--header-height));
  width: auto;
}

.race-format #faqs .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
}
.race-format #faqs .wrapper h2,
.race-format #faqs .wrapper > div {
  width:100%;
  padding:0
}
.race-format #faqs .wrapper h2 {
  padding:0
}
.race-format #faqs li.graphic-bg.more-items-item .wrapper h2 {
  width: 100%;
}


.blue-impact #careers-title li > a {
  width: 30%
}



}
/* Mobile devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 767px) {
  :root {
    --body-h-padding:16px;
    --header-padding: 16px;
    --row2-height: 0px;
    --row1-height: 95px;
    --top-bottom-gap-list: 35px;
    --max-width-column-small:calc(100vw - (var(--body-h-padding) * 2));
    --max-width-column-press:calc(100vw - (var(--body-h-padding) * 2));
    --column-margin: 20px;
    --column-width: calc(var(--max-width-column) / 6 );
  }
  .is-mobile {
    display: block !important;
  }
  .is-desktop {
    display: none !important;
  }
  #header #navigation-toggle,
  .logo-img {
    height: 50px;
  }

  .header-lg #header {
    height: var(--header-height);
  }
  .header-lg .navigation {
    top: var(--header-height);
  }
  .fixed-header.header-lg:not(.transparent-header) #content {
    margin-top: var(--header-height);
  }



  .is-live-now #content {
    margin-top: 20px;
  }


  #header .wrapper-group > .wrapper #header-zone1{
    right: 16px;
    left: 16px;
  }


  #header .live-bt {
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 85px;
    align-items: flex-start;
    justify-content: flex-start;
    right: 0;
    width: auto;
  }
  #header .live-bt .more-items-list {
    margin-left: 0;
    width: 100%;
  }
  .live-bt .more-items-item .wrapper {
    padding: 8px 3px 8px 12px;
    height: 32px;
  }
  .live-bt .more-items-item .wrapper h2 {
    font-size: 14px;
    line-height: 15.177px;
    display: flex;
    align-items: center;
  }
  .live-bt .more-items-item .wrapper h2:after {
    mask-image: url(../img/chevron-right.svg);
    -webkit-mask-image: url(../img/chevron-right.svg);
    mask-size: 36%;
    -webkit-mask-size: 36%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: 8px center;
    content: "";
    background-color: var(--white);
    width: 20px;
    height: 10px;
    display: inline;
    position: relative;
    right: auto;
    top: 0;
    margin-left: 0;
  }
  .live-bt .more-items-item .wrapper h2 a{
    margin-bottom: 2px;
  }



  #suppliers-partners .more-items-item,
  #championship-partners .more-items-item {
    width: calc(50% - var(--gap));
  }
  #suppliers-partners .more-items-item > a,
  #championship-partners .more-items-item > a {
    border-radius: 8px;
  }

  #footer-navigation .menu {
    gap:0
  }
  #footer-navigation .menu > li > a {
    font-size: 28px;
  } 
  #footer-navigation .menu > li {
    margin-bottom: 32px;
  }
  #footer-navigation .dropdown:not(#languages) .submenu {
    margin-bottom: 0;
  }
  #footer-navigation .dropdown .submenu a {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #footer-navigation .menu > li {
    width:100%;
  }
  #footer-navigation-secondary .menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 17px;
  }

  #footer-navigation-secondary .menu > li {
    width: calc(50% - 17px);
  }
  #footer .wrapper-group {
    padding-top: 0;
  }
  #copyright {
    font-size: 12px;
  }
  #navigation {
    display: none !important;
  }

  .navigation.burger-nav {
    width: 100%;
    margin-left: -100%;
  }
  .navigation.open.burger-nav,
  #languages.open {
    margin-left: 0;
  }
  #navigation-toggle {
    padding: 0;
    width: 50px;
  }
  #navigation-container:before,
  #navigation-container {
    width:100%;
  }
  #navigation-container:before {
    clip-path: circle(23px at calc(100% - 40px) 50px);
  }
  .open-menu #navigation-container:before {
    clip-path: circle(150svh at calc(100% - 55px) 50px);
  } 
  .open-menu #navigation-container:after {
    display:none;
  }
  #navigation-container .menu-list .more-items-item{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #navigation-primary .dropdown .submenu > li > a {
    padding: 6px 0;
  }
  #navigation-primary .dropdown .submenu > li:last-child a {
    padding-bottom: 20px;
  }
  #navigation-primary .dropdown .submenu .submenu-back {
    margin-bottom: 14px;
  }
  #navigation-secondary .menu li a {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #navigation-toggle.open:after {
    font-size: 31px;
    line-height: 20px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }

  .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-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,
  .one-eight .more-items-item,
  .one-eight .more-video-item,
  .one-eight .galleries-item,
  .one-eight .socialstream-item,
  .one-eight .control-group,
  .one-eight .formly > *,
  .one-eight.img-aside .more-items-item,
  .one-eight.landing li,
  .one-nine .more-items-item,
  .one-nine .more-video-item,
  .one-nine .galleries-item,
  .one-nine .socialstream-item,
  .one-nine .control-group,
  .one-nine .formly > *,
  .one-nine.img-aside .more-items-item,
  .one-nine.landing li,
  .one-ten .more-items-item,
  .one-ten .more-video-item,
  .one-ten .galleries-item,
  .one-ten .socialstream-item,
  .one-ten .control-group,
  .one-ten .formly > *,
  .one-ten.img-aside .more-items-item,
  .one-ten.landing li,
  .one-eleven .more-items-item,
  .one-eleven .more-video-item,
  .one-eleven .galleries-item,
  .one-eleven .socialstream-item,
  .one-eleven .control-group,
  .one-eleven .formly > *,
  .one-eleven.img-aside .more-items-item,
  .one-eleven.landing li,
  #team-title.one-four li,
  #team-title.one-three li {
    width: calc(100% -  var(--gap));
  }
  .section-title, .widget-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .xl-title > .section-title, .xl-title > .widget-title {
    font-size: 50px;
  }
  .xxxl-title > .section-title, .xxxl-title > .widget-title {
    font-size: 55.028px;
    font-style: normal;
    font-weight: 500;
    line-height: 67.197px; /* 108.333% */
    letter-spacing: -0.93px;
  }
  .medium-title > .section-title, .medium-title > .widget-title {
    font-size: 40px;
  }
  .animated-title .section-title,
  .animated-title .widget-title{
    margin-bottom: 5px;
  }
  .related-content .widget-title,
  .primary-content .widget-title {
    text-align: center;
  }


  .column .widget-wrapper > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .widget-wrapper:not(.full-width) {
    padding: 0 !important;
  }
  .pagination-page,
  .pagination.more .pagination-more,
  .pagination.showmore-inline .pagination-page,
  .load-more-bt {
    padding: 0 10px !important;
    height: 42px;
    line-height: 42px;
    width:120px
  }
  .pagination-page:before, .pagination.more .pagination-more:before, .pagination.showmore-inline .pagination-page:before, .load-more-bt:before, .widget-link > a:before {
    right: -46px;
    background-position: -50px center;
    height: 36px;
    top: 3px;
  }
  .pagination-page:after, .pagination.more .pagination-more:after, .pagination.showmore-inline .pagination-page:after, .load-more-bt:after, .widget-link > a:after {
    right: -49px;
    width: 56px;
    height: 42px;
  }
  .xl-text .more-items-item .wrapper h2, 
  .xl-text .slide-content .slide-title {
    font-size: 70px;
  }
  /* TABS */

  .tabs-end,
  .tabs-start {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .tabs-end > .section-title,
  .tabs-start > .section-title,
  .tabs-end > .widget-title,
  .tabs-start > .widget-title {
    padding-top: 0;
    padding-bottom: 0;
    width: auto !important;
  }
  .tabs-start > header,
  .tabs-end > .widget-title,
  .tabs-end > .section-title {
    margin-left: 0 !important;
    padding-left: calc((100vw - var(--max-width-column)) / 2);
  }
  .tabs-end > header,
  .tabs-start > .widget-title,
  .tabs-start > .section-title {
    margin-right: 0 !important;
    padding-right: calc((100vw - var(--max-width-column)) / 2);
  }
  .tabs-end > header,
  .tabs-start > header {
    width: auto !important;
  }
  .tabs-end .more-items-list,
  .tabs-start .more-items-list {
    margin-top: 40px;
  }
  .angular-fixture.tabs-end header .tabs,
  .tabs-end > header .tabs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
  .tabs-start:not(.tabs-below) > .widget-title,
  .tabs-start:not(.tabs-below) > .section-title {
    text-align: right;
  }
  .angular-fixture.tabs-start header .tabs,
  .tabs-start > header .tabs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }
  .angular-fixture.tabs-center header {
    padding: 0 !important;
  }
  .angular-fixture.tabs-center header .tabs {
    padding: 0;
    justify-content: center;
  }
  
  .tabs-start > header .tabs li a {
    padding-left:0;
    padding-right:24px;
  }
  .tabs-end > header .tabs li a {
    padding-right:0;
    padding-left:24px;
  }
  
  
  .tabs-below {
    flex-direction: column;
      flex-wrap: nowrap;
      
  }
  .tabs-below > header {
    width: 100% !important; 
  }
  .tabs-below.tabs-start {
    align-items: flex-start;
  }
  .tabs-below.tabs-end {
    align-items: flex-end;
  }
  .tabs-below.tabs-center {
    align-items: center;
  }
  .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) > header::-webkit-scrollbar {
    display: none;
  }
  .tabs-view .widget .widget-title {
    display: none;
  }
  .tabs-col > .widget-title,
  .tabs-col > .section-title {
    margin-bottom: 40px;
  }
  .tabs-col > header {
    position: relative;
    
  }
  .tabs-view.tabs-col {
    flex-direction: column;
    max-width: 100%;
  }
  .tabs-view.tabs-col > header {
    position: relative;
    top: 0;
    width: 100% !important;
  }
  .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 {
    display: inline;
  }

  .tabs-col > .tabs-content {
    min-height: 400px;
  }
  .tabs-col > header .tabs {
    width: 100%;
    position: relative;
  }
  .tabs-col > .tabs-content,
  .tabs-col > .more-items-list {
    padding-right: 0;
    padding-left: 0;
  }

  .tabs-col.full > .tabs-content,
  .tabs-col.full > .more-items-list {
    padding-right: 0 !important;
  }
  .dark.tabs-view header{
    background-color: var(--dark);
  }
  .tabs-filter {
    padding-top: 5px !important;
  }
  .tabs-col.tabs-filter > header .tabs {
    flex-direction: column;
    align-items: flex-start;
    max-height: 43px;
    overflow: hidden;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
    transition: max-height var(--bg-transition-duration);
  }
  .tabs-col.tabs-filter > header.opened .tabs {
    max-height: 50vh;
    transition: max-height var(--bg-transition-duration);
    overflow: auto;
  }
  
  .tabs-filter > header .tabs {
    width:100%;
    transition: max-height var(--bg-transition-duration);
    
  }
  .tabs-filter > header.opened:before {
    transform: rotate(-90deg);
    background-image: url(../img/chevron-right-dark.svg);
    transition: all var(--bg-transition-duration);
  }
  .tabs-filter > header:before {
    content: "";
    aspect-ratio: 1;
    display: flex;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all var(--bg-transition-duration);
    transform: rotate(90deg);
    height: 34px;
    background: url(../img/chevron-right-green.svg) 13px center no-repeat transparent;
    background-size: auto 45%;
    z-index: 2;
  }
  .tabs-filter > header ul:before {
    background: var(--darkgrey);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.24px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border-radius: var(--border-radius-md);
    width: calc(100vw - 82px);
    transition: all var(--bg-transition-duration);
  }
  .tabs-filter > header ul:after {
    content: "";
    height: 42px;
    display: flex;
    background-color: var(--darkgrey);
    mask-image: url(../img/bt-drop.svg);
    -webkit-mask-image: url(../img/bt-drop.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center right;
    -webkit-mask-position: center right;
    z-index: 0;
    width: 56px;
    position: absolute;
    transition: background-color var(--bg-transition-duration);
    right: 0;
    top: 0;
  }
  .tabs-filter > header.opened ul:before {
    background-color: var(--secondary);
    color: #000;
    transition: all var(--bg-transition-duration);
  }
  .tabs-filter > header.opened ul:after {
    background-color: var(--secondary);
    transition: background-color var(--bg-transition-duration);
  }


  .md-tabs .tabs li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.27px;
    padding: 12px 16px;
  }
  #angular-fixture-races.md-tabs .tabs li a {
    min-width: 120px;
  }
  /* Slides */
  .slide-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
  .widget .fotorama__arr--next {
    right: 0;
  }
  .widget .fotorama__arr--prev {
    left: 0;
  }
  .fotorama__stage__frame.fotorama__stage__frame--video .slide {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: none;
  }
  .fotorama__stage__frame.fotorama__stage__frame--video .slide-content {
    text-align: center;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    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 40px 70px;
  }
  .fotorama__stage__frame.fotorama__stage__frame--video .slide-content .slide-title {
    margin-left: auto;
    margin-right: auto;
  }
  .fotorama__stage__frame.fotorama__stage__frame--video .slide-content > * {
    max-width: 100%;
  }
  .slide-content .slide-title {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .slide-content p {
    display: none;
  }
  .fotorama__video-play {
    top: 35%;
    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 */

  
  .more-items-item .wrapper {
    padding: 12px;
  }
  .img-aside .more-items-item .wrapper {
    padding: 20px 10px 0 10px;
  }
  .more-items .more-items-item h2,
  .more-items.text-over .more-items-item h2,
  .large-text .wrapper h2 {
    min-height: inherit;
    font-size: 24px;
  }

  .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;
  }
  .text-over.full-width .wrapper {
    left: 0;
    right: 0;
    top: 0;
  }
  .text-over.center-box .more-items-item .wrapper  {
    padding: 0 20px !important;
  }
  .large-text .link-button,
  .large-text .link-button a {
    font-size: 14px;
  }
  .nowrap .more-items-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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;
  }
  /* Photo Gallery */
  #photo-gallery {
    padding-left: 0;
    padding-right: 0;
  }
  .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;
  }
  .galleries-items .galleries-item img {
    padding-left: 0;
    padding-right: 0;
  }

  .img-aside .more-items-item > a:not(.all-box-link) img, 
  .img-aside .more-items-item .more-items-img-container img {
    border-radius: var(--border-radius-sm);
  }
   .aside-vertical-mobile.img-end-mobile.img-aside .more-items-item, 
  .aside-vertical-mobile.img-end-start.img-aside .more-items-item:nth-child(2n+1), 
  .aside-vertical-mobile.img-end.img-aside .more-items-item {
    flex-direction: column-reverse;
  }
  .aside-vertical-mobile.img-start-mobile.img-aside .more-items-item, 
  .aside-vertical-mobile.img-aside .more-items-item, 
  .img-start-mobile.aside-vertical-mobile.img-end.img-aside .more-items-item {
    flex-direction: column !important;
  }
  .aside-vertical-mobile.img-aside .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside .more-items-item .more-items-img-container, 
  .aside-vertical-mobile.img-aside .more-items-item > .fotorama {
    width: 100%;
  }
   .aside-vertical-mobile.img-start-mobile.img-aside .more-items-item .wrapper, 
  .aside-vertical-mobile.img-aside .more-items-item .wrapper, 
  .img-start-mobile.aside-vertical-mobile.img-end.img-aside .more-items-item .wrapper {
    padding: 12px;
  }

  .more-items-item.docuseries > .more-items-img-container:after, 
  .more-items-item.docuseries > a:not(.all-box-link):after, 
  .more-items-item.docuseries > .more-items-img-container:before, 
  .more-items-item.docuseries > a:not(.all-box-link):before, 
  .more-items-item.photo-gallery > .more-items-img-container:after, 
  .more-items-item.photo-gallery > a:not(.all-box-link):after, 
  .more-items-item.photo-gallery > .more-items-img-container:before, 
  .more-items-item.photo-gallery > a:not(.all-box-link):before,
  .more-items-item.video > .more-items-img-container:after, 
  .more-items-item.video > a:not(.all-box-link):after, 
  .more-items-item.video > .more-items-img-container:before, 
  .more-items-item.video > a:not(.all-box-link):before, 
  .more-items-item.race-highlights > .more-items-img-container:after, 
  .more-items-item.race-highlights > a:not(.all-box-link):after, 
  .more-items-item.race-highlights > .more-items-img-container:before, 
  .more-items-item.race-highlights > a:not(.all-box-link):before,
  .more-items-item.season-1 > .more-items-img-container:after,
  .more-items-item.season-2 > .more-items-img-container:after,
  .more-items-item.season-1 > .more-items-img-container:before,
  .more-items-item.season-2 > .more-items-img-container:before
   {
    border-radius: 0 33% 0 10px;
  }
  .slide-items-news-simple .more-items-list .more-items-item {
    border-radius: var(--border-radius-sm);
  }



  /* Landing News and Media */

  #landing-news .more-items-item {
    margin-bottom: 12px;
  }
  #landing-news .more-items-item h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.27px;
    margin-bottom: 5px;
  }
  #landing-news .more-items-item time {
    margin-top:auto;
  }
  #landing-news .more-items-item .more-items-img-container img {
    border-radius: var(--border-radius);
  }
  /* Video View */


  .video-view,
  .full-content .video-view {

  }
  .video-view .fotorama__wrap--video .fotorama__video-close:before {
    height: 60px;
    font-size: 45px;
  }
  .video-view .fotorama__wrap--video .fotorama__video-close {
    width: 60px;
    height: 60px;
    top:10px;
  }

  .more-items-item.video-mobile-dark > .more-items-img-container,
  .more-items-item.video-mobile-dark > a:not(.all-box-link) {
    position: relative;
  }
  
  .more-items-item.video-mobile-dark > .more-items-img-container:after,
  .more-items-item.video-mobile-dark > a:not(.all-box-link):after,
  .more-items-item.video-mobile-dark > .more-items-img-container:before,
  .more-items-item.video-mobile-dark > a:not(.all-box-link):before{
    content: "";
    background-color: var(--dark);
    width: 15%;
    aspect-ratio: 1;
    position: absolute;
    bottom: 6px;
    left: 6px;
    border-radius: 0 33% 0 var(--border-radius-sm);
  }
  
  .more-items-item.video-mobile-dark > .more-items-img-container:after,
  .more-items-item.video-mobile-dark > a:not(.all-box-link):after{
    background-color: var(--white);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-image: url(../img/video-play.svgs);
    -webkit-mask-image: url(../img/video-play.svg);
    mask-size: 33%;
    -webkit-mask-size: 33%;
  }

  /* Docuseries */


  #docuseries-top .wrapper .more-items-text {
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
    width: 100%;
    padding-bottom: 0;
  }
  #docuseries-wrapper #landing-videos .more-items-list li .wrapper:after {
    margin-left: 15px;
  }

  .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;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0 !important;
    width: 100% !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,
  .column .widget.article-view {
    padding: 0;
  }
  .article-view-title,
  .full-content .article-view-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 109.375% */
    letter-spacing: -0.48px;
    margin-top:16px;
    margin-bottom: 10px;
  }

  .article-view header figure, .article-view #slideshow-gallery {
    margin-top: 20px;
  }
  .title-text {
    padding-left: 0;
    padding-right: 0;
  }
  .article-view-body p {
    padding-left: var(--column-width);
  }

  .article-view-intro p span,
  .article-view-intro p, .article-view-body p, .article-view-body ul, .article-view-body ol, .article-view-body span a {
    font-size: 16px !important;
  }
  .article-view-body h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 110.714% */
    letter-spacing: -0.42px;
  }
  .title-embed, .image-content, .title-text,
  .widget.article-view .article {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .media-only, .title-grey-bg {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .title-grey-bg {
    padding:12px;
  }
  .article-view-body blockquote h2.long-text,
  .article-view-body blockquote h2,
  .title-grey-bg h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.36px;
  }
  .author-img {
    width:52px;
  }
  .blockquote-author-container {
    margin-top: 16px;
    padding-top: 16px;
  }

  .small-quote .author-img {
    width: 24px;
  }
  .small-quote .author-img .flag-icon.flag-icon-squared {
    width: 17px;
    height: 17px;
  }
  .small-quote .author-name {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
    letter-spacing: -0.18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
  }
  .small-quote .author-position {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
    letter-spacing: -0.15px;
    width: 90%;
  }
  .image-content {
    padding-left: 0;
    padding-right: 0;
  }
  .text-boxed .text-wrapper {
    position: relative;
    width: 100%;
    border-radius: 0;
    font-weight: normal;
    font-size: 20px;
    padding: 12px;
  }
  .text-boxed .text-wrapper:after, .text-boxed .text-wrapper:before {
    display:none;
  }
  .media-only figure {
    border-radius: var(--border-radius-sm);
    overflow: hidden;
  }
  .media-only {
    background-color: var(--darkgrey);
  }
  .recap-article:not(.article-img-left) .article-view-intro,
  .article-img-left .article-view-title:has(span img.logo) ~ .article-view-intro {
    padding-left: 0;
  }
  .article-view-title .logo {
    width: 55px;
    height: 55px;
  }
  .recap-article .article-view-intro .border-bottom > div > div {
    font-size:30px
  }
  
  .title-embed iframe {
    height: 1100px;
  }


  #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;
    font-size: 32px;
  }

  .tab-items .countdown-text .countdown-time > *{
    font-size: 24px;
  }
  #race-calendar.tab-items .md-modal #ov-data-long-text .group-1 > *:last-child {
    padding-right: 0;
  }
  #race-calendar.tab-items .md-modal #ov-data-long-text .group-1 > * {
    padding: 0 16px;
  }
  .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;
    margin-right: 15px;
  }

  .md-content .md-header {
    height: 70px;
  }
  .md-content > *,
  .md-content .md-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tabs-col:not(.slide-items-events) > .tabs-content,
  .tabs-col:not(.slide-items-events) > .more-items-list {
    padding-left: 0;
    padding-right: 0;
  }
  .tabs-col > header .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    width: auto;
    padding: 0 !important;
  }
  .tabs-col > header .tabs li a {
    letter-spacing: 1px;
  }
  .large-tabs .tabs li a {
    font-size: 12px;
  }
  .angular-fixture .more-items-item {
    margin: 0;
  }
  .medium-text .more-items-item .wrapper h2, 
  .medium-text .slide-content .slide-title {
    font-size: 36px;
  }
  .medium-text .more-items-item .wrapper .more-items-long-text, 
  .medium-text .more-items-item .wrapper p{
    font-size: 16px;
  }
  .match-content .team-container .team-name {
    padding: 5px;
  }
  .match-content .team-container .team-name h2 {
    font-size: 14px;
  }
  .match-content .match-info .match-results {
    font-size: 36px;
  }
  .match-content .match-results.penalties {
    font-size: 14px;
  }
  .match-content .team-container .team-logo {
    width: 34%;
    padding: 5px;
  }
  .match-content .match-info {
    width: 26%;
    padding: 9px;
  }
  .match-content .match-info .match-status,
  .match-status {
    font-size: 11px;
  }
  .match-info .match-separator {
    margin: 0 5px;
    width: 15px;
  }
  .match-event > *,
  .people-list-container > * {
    font-size: 16px;
  }
  .match-separator {
    font-size: 20px;
  }
  .match-events,
  .people-list {
    padding: 10px 0;
  }
  .match-event {
    margin: 10px 0;
  }
  .people-list-container {
    margin-bottom: 10px 0;
  }
  .people-list-container > div > div {
    margin-bottom: 10px;
  }
  .match-content .team-container {
    -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-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-bottom: 5px;
  }
  .match-content .team-container .team-name {
    width: 100%;
    text-align: center;
  }
  .match-content .team-container .team-name h2 {
    margin: 0;
  }
  .match .match-content .team-container .team-name h2 {
    font-size: 16px;
  }
  .match-content .team-container.team-a .team-logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .match .match-top-info > * {
    font-size: 14px;
  }
  .match .match-top-info {
    padding: 0 0 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #dddddd;
  }
  .match .match-top-info > * {
    padding: 0;
  }
  .match .match-top-info .match-status {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 5px;
    text-align: center;
  }
  .match .match-top-info .match-top-info-left,
  .match .match-top-info .match-top-info-right,
  .match .match-top-info .match-top-info-right {
    text-align: center;
    width: 100%;
  }
  .match .match-top-info .match-top-info-left {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
  }
  .match-content .match-info .match-time {
    font-size: 32px;
  }
  .match .match-content .team-container {
    padding: 5px 0;
  }
  .fixture-on.home #angular-fixture {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .fixture-on #angular-fixture .owl-carousel .owl-stage,
  .fixture-on #angular-fixture .owl-carousel .owl-item {
    padding-left: 0 !important;
  }
  .group-name {
    font-size: 28px;
    text-align: center;
  }
  .match .match-content,
  .scroll-not-top.match .match-content {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border: none;
    position: fixed;
    top: 50px;
    background: #f7f7f7;
    height: 101px;
    z-index: 1;
  }
  .match .match-container {
    padding-top: 101px;
  }
  .col .player {
    width: 15px;
    height: 15px;
    margin: 8px 0;
  }
  .formation-value {
    font-size: 20px;
  }
  .formation-container {
    max-width: 95%;
  }
  .scroll-not-top.match .match-content .team-container .team-logo {
    width: 34%;
    padding: 5px;
  }
  .scroll-not-top.match .match-content .team-container .team-name {
    padding: 5px;
  }
  .scroll-not-top.match .match-content .team-container .team-name h2 {
    font-size: 16px;
  }
  .scroll-not-top.match .match-content .match-info {
    padding: 9px;
  }
  .scroll-not-top.match .match-content .match-info .match-results {
    font-size: 36px;
  }
  .scroll-not-top.match .match-content .match-info .match-results.penalties {
    margin-top: 10px;
  }

  .share-buttons .share a.is-mobile {
    display: flex !important;
  }
  .link-button:after,
  .form-buttons > span:after {
    height: 42px;
    width: 56px;
    margin-left: -8px;
  }
  .link-button a:before, 
  .form-buttons > span:before {
    height: 36px;
    background-position: -49px center;
    top:3px;
  }
  .form-buttons > span button {
    height: 42px;
  }

  .tooltip{
    height: 42px;
    
  }
  .btn, .link-button a {
    font-size: 16px;
    padding: 11.5px 24px;
  }
  .link-button:active a:before {
    height: 42px;
  }
  .link-button.more-button-mobile:before,
  .link-button.more-button-mobile:after {
    display: none;
  }
  .link-button.more-button-mobile a {
    color: transparent;
    width: 80px;
    padding: 8px 16px;
    position: relative;
    overflow: hidden;
    height: 32px;
    display: flex;
    align-items: center;
  }
  .link-button.more-button-mobile a:hover {
    background: #80E453;    
  }
  .link-button.more-button-mobile a:before {
    content: "More";
    color: var(--dark);
    margin-bottom: 2px;
    position: relative;
    background: none;
    top: auto;
    right: auto;
    aspect-ratio: auto;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    line-height: 1;
  }
  .link-button.more-button-mobile a:after {
    mask-image: url(../img/chevron-right.svg);
    -webkit-mask-image: url(../img/chevron-right.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    content: "";
    background-color: var(--dark);
    width: 8px;
    height: 100%;
    display: inline;
    position: absolute;
    right: 11px;
    top: 0;
  }
  .small-button .link-button a {
    padding: 12px 24px;
  } 
  .small-button .link-button:after {
    margin-left: -7px;
  }
  #buttons-group {
    gap:0
  }
  #buttons-group > .link-button {
    width: auto;
    margin-bottom: 20px;
  }
  .tab-items .more-items-list li {
    height: 48px;
  }
  .tab-items .more-items-list li .wrapper {
    height: 52px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tab-items .more-items-list li .wrapper h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.27px;
  }
  .tab-items .more-items-list li .wrapper .more-items-category {
    margin-left: 10px;
  }
  .tab-items .md-modal .flag-icon.flag-icon-squared {
    width: 42px;
    height: 42px;
  }
  .tab-items .md-modal .flag-icon.flag-icon-squared:before {
    display:none;
  }
  .tab-items .md-modal #ov-data-long-text .completed-status-3 {
    font-size:24px;
  }

  .tab-items .md-modal #ov-data-long-text .completed-status-3 span {
    font-size:12px;
  }
  .tab-items .md-modal #ov-data-long-text .completed-status-3 > div {
    margin-top: -56px;
  }
  .tab-items .md-modal #ov-data-long-text .completed-status-3 > div > div:last-child {
    flex-wrap: nowrap;

  }
  .tab-items .md-modal #ov-data-long-text .completed-status-3 > div > div:last-child > div:last-child {
    padding:0 0 0 20px; 
    border-left: 1px solid rgba(255,255,255,0.15);
  }
  .tab-items .md-modal #ov-data-long-text .not-started-status-1 > div:first-child {
    flex-direction: row-reverse;
    padding-bottom: 0;
    
  }
  .tab-items .md-modal #ov-data-long-text .not-started-status-1 > div:nth-child(2){
    border-top: none;
  } 
  #race-highlights.tab-items #ov-data-img:before,
  #race-highlights.tab-items #ov-data-img:after {
    width:16.66666%;
  }
  #race-highlights.tab-items .md-modal #ov-data-long-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.24px;
  }
  #race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > *:last-child > * .team-name {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 110.714% */
    letter-spacing: -0.42px;
  }
  #race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > *:last-child > * .team-wrapper img {
    width:28px
  }
  #race-highlights.tab-items .md-modal #ov-data-long-text .group-1 {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #race-highlights.tab-items .md-modal #ov-data-long-text .group-1 > div > *:first-child{
    width:100%;
    border:none;
    padding-bottom:20px;
    line-height: 1;
    font-size: 24px;
  }
  #race-highlights.tab-items .md-modal #ov-data-long-text .group-1 > div > *:not(:first-child) {
    font-size: 24px;
  }
  #race-highlights.tab-items .md-modal #ov-data-long-text .group-1 > div > *:nth-child(2) {
    padding-left: 0;
  }
  
  #race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > *:first-child {
    padding:0;
    border-bottom:1px solid rgba(255,255,255,0.15);
  }
  #race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > * {
    width:100% !important;
  }
  #race-highlights.tab-items .md-modal #ov-data-long-text .group-2 > *:last-child {
    padding:24px 0 0 0;
    border:none;
  }
  #race-highlights.tab-items .md-modal .flag-icon.flag-icon-squared {
    position: absolute;
    margin: 0 !important;
    right: 12px;
  }
  /* Felix */
  .team #gallery-view.mobile-gallery {
    margin-top: 16px;
  }
  .team #gallery-view.mobile-gallery ul li {
    justify-content: center;
  }
  .downloads-main .separator .separator-container .link-button.more-button-mobile a {
    color: transparent;
  }

  .downloads #welcome-logged .fotorama__stage {
    aspect-ratio: 3 / 2;
    height: 100% !important;
    width: 100% !important;
  }
  .downloads #welcome-logged .fotorama__img {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    object-fit: cover;
  }
  .downloads #welcome-logged .slide-title {
    max-width: 100%;
    font-size: 28px;
  }
  .downloads .medium-title > .section-title, 
  .downloads .medium-title > .widget-title,
  .downloads-more-items.downloads-main .separator .separator-container {
    font-size: 28px;
  }
  .press-release .article-view-body p {
    padding: 0;
  }
  .press-release .article figure img {
    max-width: 100%;
  }
  .downloads-more-items.thumbnails-view.downloads-main .downloads-container > ul li {
    width: 100%;
    margin-inline: 0;
  }
  .downloads-more-items.thumbnails-view.downloads-main .downloads-container > ul {
    padding-inline: 0;
  }
  .downloads-more-items.downloads-main .separator .separator-container {
    justify-content: flex-start;
  }
  .sustainability #sustainability-banner.home-banner-desktop ul li .wrapper h2 {
    font-size: 30px;
  }
  .blue-impact-program .three-img-layout.img-aside .wrapper > * {
    max-width: 100%;
  }
  .signatory .hero-article.article-view .article header {
    margin-bottom: 40px;
  }
  #slideshow-gallery > a.text-clamp:after {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
  .blue-impact-program .video-view .article-view-intro {
    padding-right: 0;
    margin-bottom: 0;
  }
  .signatory #content #sponsors ul li {
    width: 50%;
  }
  .sustainability .vertical-scroll-items-mobile .wrapper > h2,
  .sustainability .vertical-scroll-items-mobile .wrapper > h2 a {
    font-size: 20px;
    font-weight: normal;
  }
  .sustainability .vertical-scroll-items-mobile .wrapper > h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .sustainability .vertical-scroll-items-mobile .wrapper > p {
    padding-top: 10px;
  }
  .sustainability #sustainability-banner .more-items-long-text {
    font-size: 18px;
  }
  .sustainability .home-banner-mobile li > a img {
    height: 32svh;
    object-fit: cover;
  }
  .sustainable-policy .article-view-body > h1 {
    font-size: 28px;
  }
  .blue-impact-championship .widget.article-view .article,
  .signatory .widget.article-view .article,
  .blue-impact-program .widget.article-view .article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-article .article-view-body {
    padding: 0;
  }
  .hero-article .article-view-body figure {
    padding-left: var(--column-width);
  }
  .legal .hero-article .article-view-body figure {
    width: 50%;
  }
  .blue-impact-2 #who-we-are .widget-title {
    max-width: var(--max-width-column);
  }
  .sports-for-nature .more-items-list {
    justify-content: center;
  }
  .sports-for-nature .more-items-item {
    flex-direction: column-reverse;
  }
  .sports-for-nature .more-items-item .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  #sustainability-banner.home-banner-mobile ul li .wrapper {
    padding: 16px 20px 20px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .sustainability #sustainability-banner.home-banner-mobile ul li .wrapper {
    justify-content: flex-end;
    bottom: 0;
  }
  .blue-impact-championship #article-view .article-view-title {
    font-size: 30px;
  }
  .signatory #content #sponsors ul {
    row-gap: 4px;
  }
  .blue-impact-program #buttons-group {
    max-width: 100%;
  }
  body.home .home-banner-mobile .wrapper h2 {
    margin-bottom: 14px;
  }
  #sustainability-banner.video video {
    overflow: clip;
  }
  body.monaco.event-page .vertical-scroll-items .widget-title {
    font-size: 30px;
  }
  body.home #race-format .link-button,
  body.home #sustainability-banner .link-button {
    margin-top: 0 !important;
  }
  #event-header .article-view-body .layout-row * {
    white-space: wrap;
  }
  #event-body .article ul {
    margin-left: 0;
  }
  #team-3d #widget-embed model-viewer,
  #team-3d #widget-embed iframe {
    aspect-ratio: 10/13 !important;
  }
  #team-3d #widget-embed .close-button {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .racebird.v4 #team-3d #widget-embed {
    pointer-events: none;
    transition: all var(--bg-transition-duration) ease;
  }
  .racebird.v4 #team-3d #widget-embed.full-screen {
    border-radius: 0;
    border: 0;
    pointer-events: all;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100dvh;
  }
  .racebird.v4 #team-3d #widget-embed .link-button.explore {
    display: flex;
  }
  .racebird.v4 .hotspot-info-container {
    max-width: calc(100% - 20px);
    padding: 20px;
  }
  .racebird.v4 .hotspot-info-container > h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .racebird.v4 .hotspot-info-container > p {
    font-size: 16px;
    margin: 0;
  }
  .racebird.v4 .hotspot-info-container.active {
    bottom: 20px;
    left: 10px;
    border-radius: var(--border-radius-sm);
  }
  .racebird.v4 .hotspot-info-container::before,
  .racebird.v4 .hotspot-info-container::after {
    display: none;
  }
  #teams-selector {
    top: 40px;
  }
  .racebird.v4 #team-3d #widget-embed.full-screen .link-button.explore {
    display: none;
  }
  .racebird.v4 #team-3d #widget-embed #hotspot-camera-view-demo {
    background-color: red !important;
  }
  .racebird.v4 #team-3d #widget-embed span.close {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    width: 48px ;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 48px;
    border-radius: 100%;
    background: var(--mediumgrey);
  }
  .racebird.v4 #team-3d #widget-embed span.close:after {
    background: none;
    content: "\f2c0";
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 25px;
    color: var(--secondary);
  }
  #team-3d #widget-embed .link-button.explore {
    position: absolute;
    bottom: 20px;
  }
  /* Press Releases */
  #press-releases.tabs-end > header .tabs li a {
    padding: 12px 17px;
  }
  #press-releases.tabs-end > header {
    margin-top: 30px;
    margin-right: auto !important;
    margin-left: 0;
    padding-left: calc((100vw - var(--max-width-column)) / 2);
  }
  #press-releases {
    flex-direction: column;
  }
  /* Sustainability */
  .sustainability #blue-impact-program li {
    flex-direction: column;
  }
  .sustainability #blue-impact-program li > a {
    width: 100%;
  }


  .sustainability #expert-backing .more-items-item {
    flex-direction: column;
  }
  .sustainability #about-top.new.is-mobile video {
    aspect-ratio: 1;
    padding: 0;
  }
  .sustainability .about-title .wrapper h2 {
    width: 100%;
  }

  /* Tickets */
    
    #tickets-list .more-items-item  {
    flex-direction:column
    }
    #tickets-list .more-items-item > a {
      width:100%;
    }
    #tickets-list .more-items-item .wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 16px;
      padding-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px;
    }
    #tickets-list .wrapper h2 {
      width: 100%;
      padding-right:0
    }
    #tickets-list .wrapper .link-button,
    #tickets-list .wrapper .link-button.link-button-b {
      width:calc(50% - 8px)
    }
    #tickets-list .wrapper .link-button a{
      padding-left:10px;
      padding-right:10px;
    }
  /* Footer */
  #footer .formly-field.formly-field-checkbox label {
    display: flex;
  }
  #footer .formly-field.formly-field-checkbox label > span {
    font-size: 13px;
  }
  #newsletter-wrapper .form-buttons > span {
    overflow: visible;
  }
  #footer-signup .formly > *:last-child .form-buttons > span {
    top: 4px;
  }
  /* Home */
  .hero-slider-tabs .more-items-item .wrapper .team-wrapper .team-name {
    white-space: normal;
  }
  .hero-slider-container .more-items-item .wrapper > div span:not(.flag-icon) {
    white-space: nowrap;
  }
  .hero-slider-container .more-items-item .wrapper .team-group > div:last-child {
    justify-content: center;
  }
  .hero-slider-tabs .more-items-item .wrapper .location-wrapper > div {
    line-height: 1;
    white-space: normal;
  }
  .hero-slider-tabs .more-items-item .wrapper .location-wrapper > div small {
    font-size: 75%;
  }
  /* Mediacenter */
  .downloads .custom-menu-dynamic ul {
    justify-content: flex-end;
  }
  .downloads .custom-menu-dynamic ul li {
    margin-right: 4px;
  }
  .downloads .custom-menu-dynamic ul li a {
    padding: 0px 29px;
  }
  .downloads.signup .formly {
    justify-content: center;
  }
  .downloads.signup #sign-up .formly-field .separator {
    max-width: var(--max-width-column);
  }
 
  /* General */
  .boxed.boxed-mobile-block .more-items-item .wrapper {
    position: relative;
    width: 100%;
    border-radius: 0;
    max-width: 100%;
  }
  .boxed.boxed-mobile-block .wrapper:after,
  .boxed.boxed-mobile-block .wrapper:before {
    display: none;
  }
  .cascade-view .wrapper.active h2:after{
    top: 23px
  }
  .cascade-view .dropdown {
    top: 16px;
  }
  .slider-items-event .owl-stage-outer {
    overflow: visible;
  }
  .slider-items-event .owl-stage {
    right: 20px;
  }
  .boxed .article header > h1 {
    font-size: 48px;
    line-height: 52px;
    position: relative;
    padding: 12px;
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
    top: 0;
    left: 0;
  }
  .boxed .article header > h1.long-event-title {
    align-items: flex-start;
    font-size: 30px;
    line-height: 34px;
  }
  .boxed .article header > h1 .flag-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .boxed .article header > h1.long-event-title .flag-icon {
    margin-top: 6px;
  }
  .boxed .article header > h1:after, .boxed .article header > h1:before {
    display: none;
  }
  .boxed .article header figure {
    border-radius: revert;
    border: 12px solid var(--primary);
  }
  .boxed .article header figure img {
    border-radius: var(--border-radius-sm);
  }
  /* Teams mobile */
  #landing-teams .ov-content {
    padding: 12px 12px 16px 12px;
    order: 2;
    display: block;
  }
  #landing-teams .ov-content > * {
    color: #fff;
  }
  #landing-teams .ov-content .content-text {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--darkgrey);
    padding: 0 0 20px 0;
    opacity: 1;
    position: relative;
    background: transparent;
  }
  #landing-teams .ov-content .content-text span {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.48px;
  }
  .teams-ov .content-text > small {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.21px;
  }
  #landing-teams .ov-content .content-long-text {
    padding-top: 20px;
    border:none;
    overflow: hidden;
  }
  #landing-teams .ov-content .team-pilots {
    margin-bottom: 16px;
    width: 100%;
  }
  .teams-ov .content-long-text .team-pilots > span {
    font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 114.286% */
letter-spacing: -0.21px;
  }
  #landing-teams .ov-content .team-pilots .team-wrapper {
    padding: 10px 0 0 0;
  }
  #landing-teams .ov-content .team-pilots .team-wrapper > span {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.36px;
  }
  #landing-teams .ov-content .team-pilots .team-wrapper > div {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  #landing-teams .ov-content .team-pilots .flag-icon.flag-icon-squared {
    width: 36px;
    position: absolute;
    top: 8px;
    right: -18px;
    border: 3px solid var(--mediumgrey);
  }
  #landing-teams .ov-content .team-pilots .pilot {
    position: relative;
    max-width: 130px;
  }
  #landing-teams .ov-content .team-pilots .first-place,
  #landing-teams .ov-content .team-pilots .second-place {
    flex: 1;
  }
  #landing-teams .ov-content .team-pilots > div {
    margin-top: 8px;
    gap: 2.5em;
  }
  #landing-teams .ov-content .team-pilots img {
    max-width: 130px;
    border-radius: var(--border-radius-sm);
  }
  #landing-teams .ov-content .link-button a {
    width: 100%;
  }
  #landing-teams .ov-content .content-title {
    display: none;
  }
  #landing-teams .ov-content .content-img {
    display: none;
  }
  #landing-teams .more-items-item {
    background-color: var(--darkgrey);
    margin-bottom: 12px;
    transition: all var(--bg-transition-duration);
    max-height: 333px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #landing-teams .more-items-item .more-items-text {
    display: none;
  }
  #landing-teams .more-items-item > a {
    padding-top: 12px;
    order: 1;
    flex: none;
  }
  #landing-teams .more-items-item > a img {
    border-radius: var(--border-radius);
    max-height: 260px;
    object-position: top;
    object-fit: cover;
  }

  #landing-teams .more-items-item.active {
    background-color: var(--mediumgrey);
    transition: all var(--bg-transition-duration);
    max-height: 820px;
  }
  #landing-teams .more-items-item.active .ov-content {
    display: block;
  }
  #landing-teams .more-items-item > .wrapper {
    padding: 12px 12px 0;
    order:0
  }
  #landing-teams .more-items-item > .wrapper > h2 {
    width: auto;
    gap: 10px;
    display: flex;
    border-radius: var(--border-radius-lg);
    padding: 2px 14px 2px 2px;
    align-items: center;
    margin-bottom: 0;
  }
  #landing-teams .more-items-item > .wrapper > h2 a {
    font-weight: normal;
  }
  #landing-teams .more-items-item.VE > .wrapper > h2 {
    background-color: var(--venice-racing-color);
  }
  #landing-teams .more-items-item.ME > .wrapper > h2 {
    background-color: var(--team-mexico-color);
  }
  #landing-teams .more-items-item.NA > .wrapper > h2 {
    background-color: var(--team-nadal-color);
  }
  #landing-teams .more-items-item.DR > .wrapper > h2 {
    background-color: var(--team-drogba-color);
  }
  #landing-teams .more-items-item.DR > .wrapper > h2 a {
    color: var(--dark);
  }
  #landing-teams .more-items-item.DR > .wrapper > h2 img {
    filter:invert(1)
  }
  #landing-teams .more-items-item.BR > .wrapper > h2 {
    background-color: var(--team-brady-color);
  }
  #landing-teams .more-items-item.AO > .wrapper > h2 {
    background-color: var(--aoki-racing-color);
  }
  #landing-teams .more-items-item.BL > .wrapper > h2 {
    background-color: var(--blue-racing-color);
  }
  #landing-teams .more-items-item.TM > .wrapper > h2 {
    background-color: var(--team-miami-color);
  }
  #landing-teams .more-items-item.WR > .wrapper > h2 {
    background-color: var(--west-brook-racing-color);
  }
  #landing-teams .more-items-item.AL > .wrapper > h2 {
    background-color: var(--team-alula-color);
  }
  #landing-teams .more-items-item > .wrapper > h2:after {
    content: "";
    width: 32px;
    height: 32px;
    z-index: 1;
    mask-image: url(../img/chevron-right.svg);
    -webkit-mask-image: url(../img/chevron-right.svg);
    mask-size: 40%;
    -webkit-mask-size: 40%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--secondary);
    order: 1;
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    margin-top: 3px;
    transition: all var(--bg-transition-duration);
  }
  .home #landing-teams .more-items-item > .wrapper > h2:after {
    display: none;
  }
  #landing-teams .more-items-item.active > .wrapper > h2:after {
    transform: rotate(-90deg);
    transition: all var(--bg-transition-duration);
  }
  #landing-teams .more-items-item > .wrapper > h2 .img-2 {
    background: #ffffff36;
    border-radius: 100%;
    max-width: 45px;
  }
  #landing-teams .more-items-item > .wrapper .link-button {
    display: none;
  }
  /* Team */
  #team-title li {
    margin-bottom: 20px;
    margin-top: 16px;
  }
  #team-title li > a {
    max-width: 64px;
  }
  #team-wrapper {
    max-width: revert;
    overflow: hidden;
  }
  #team-wrapper .owner .wrapper {
    padding: 0px 10px 10px 10px;
  }
  #team-title li .wrapper h2 {
    font-size: 27px;
    transform: translatey(-3px);
  }
  #team-wrapper .owner li {
    margin-bottom: 16px;
  }
  #team-wrapper > .pilots li {
    flex-direction: column;
    border-radius: var(--border-radius-sm);
  }
  #team-wrapper > .pilots li > a {
    width: 100%;
  }
  #team-wrapper > .pilots li .wrapper {
    padding: 8px 12px 12px;
  }
  #team-wrapper > .pilots li .wrapper > .layout-column {
    flex: 1;
  }
  #team-wrapper .pilots .wrapper > h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 112.5% */
    letter-spacing: -0.36px;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  #team-wrapper .pilots .flag-icon {
    width: 32px;
    height: 32px;
  }
  .team .padding-top {
    padding-top: 12px;
  }
  .team .padding-bottom {
    padding-bottom: 12px;
  }
  .team .padding-right {
    padding-right: 12px;
  }
  .team .padding-left {
    padding-left: 12px;
  }
  #team-wrapper > .pilots ul,
  #team-wrapper > .pilots .owl-stage-outer {
    overflow: visible;
  }
  #team-wrapper > .pilots .owl-stage {
    right: 30px;
  }
  #team-wrapper .owner .wrapper > h2 {
    margin-bottom: 16px;
  }
  #team-standings .main-elements {
    flex-direction: column;
    padding: 0;
    width: 60%;
    margin: 0;
  } 
  #team-standings .widget {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 8px !important;
  }
  #team-standings .current .wrapper h2 {
    font-size: 40px;
  }
  #team-standings .secondary-elements {
    width: 40%;
    margin: 0;
  }
  #team-standings .widget .widget-title {
    font-size: 14px;
  }
  #team-wrapper .active .secondary-text {
    color: var(--secondary);
  }
  .secondary-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 130% */
    letter-spacing: -0.3px;
    margin-bottom: 8px;
  }
  #team-wrapper .pilots .wrapper p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.18px;
  }
  #team-wrapper .pilots .wrapper .layout-row > div {
    margin-top:12px
  }
  /* How to watch */
  #how-to-widget li {
    padding: 8px;
  }
  #how-to-widget li > a {
    border-radius: 6px;
  }
  #how-to-widget li > a img {
    margin-right: 12px !important;
    width: 85px;
    aspect-ratio: 85/60;
    border-radius: 6px;
    margin-right: 12px;
  }
  #how-to-widget li .wrapper > h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.3px;
    margin-right: auto;
  }
  #how-to-widget li .wrapper > .link-button a {
    width: 42px;
    color: transparent;
    padding: 0;
    height: 42px;
  }
  #how-to-widget li .wrapper > .link-button:after {
    display: none;
  }
  /* Article */

  .author-name {
    font-size: 22px;
  }
  .author-position {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.21px;
  }
  .small-quote .author-container {
    padding-left: 10px;
    padding-right: 0px;
    gap:0;
  }
  .author-container {
    width: 100%;
    padding-left: 12px;
    gap: 0;
  }
  .blockquote-author.small-quote {
    padding:2px 12px 2px 2px;
  }
  blockquote.title-grey-bg {
    padding: 12px 12px 12px 20px;
  }
  .hero-article.article-view .article header {
    margin-bottom: 0;
  }
  .image-content.image-title .text-wrapper h2,
  .image-content.image-quote h2 {
    font-size: 24px;
    line-height: 28px;
  }
  /* Summaries */
  .day-summary .article header h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .day-summary.first {
    padding-bottom: 0;
  }
  .day-summary .article > div span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 118.182% */
    letter-spacing: -0.33px;
  }
  .day-summary .article-view-body p {
    padding-left: 0;
  }
  .day-summary .article > div p {
    margin-top: 16px;
  }
  /* Newsletter */
  #newsletter-wrapper-new form {
    padding: 0 !important;
  }
  #newsletter-wrapper-new form .separator {
    margin-top: 10px;
  }
  /* Event Page */
  .event-page #signup-more-information form {
    padding-left: 16px;
    padding-right: 16px;
  }
  .event-page .registration-article .article-view-intro{
    padding-right: 0;
  }
  #event-header header figure img {
    aspect-ratio: 1;
  }
  #event-header .article-view-body {
    display: revert;
  }
  #event-header .article-view-body .link-button a {
    width: 100%;
  }
  #event-header .article-view-body span {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px; /* 108.333% */
    letter-spacing: -0.18px;
  }
  #event-header .article-view-body:before {
    display: none;
  }
  #event-header .article-view-body .countdown > div {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.48px;
  }
  #event-header .team-data-group h2 {
    font-size: 32px;
  }
  #event-header .team-data-group img {
    width: 32px;
    height: 32px;
    margin-right: 2px;
  }
  #event-header .article-view-body .layout-row div {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.36px;
  }
  #event-header .article-view-body .layout-row:not(.countdown-container) div {
    font-size: 24px;
  }
  #event-body .article {
    gap: 1em;
  }
  #event-body .article-view-intro > p:first-child {
    font-size: 24px;
    margin-bottom: 20px;
    font-style: normal;
font-weight: 400;
line-height: 27px; /* 112.5% */
letter-spacing: -0.36px;
  }
  #event-body .article-view-body .layout-column > div{
    padding: 12px;
  }
  #event-body .article-view-body .layout-column > div div {
    margin-top: 14px;
  }
  #event-body .article-view-body .layout-column > div div small {
    font-size: 28px;
  }
  #race-tabs .tab {
    min-width: 158px;
  }
  .xxl-item-text {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 110% */
    letter-spacing: -0.6px;
    margin-bottom: 0;
  }
  .event-page .schedule {
    overflow: hidden;
  }
  .event-page .schedule .more-items-list  {
    overflow: visible;
  }
  .event-page .schedule .owl-stage-outer {
    overflow: visible;
  }
  .event-page .schedule .owl-stage {
    right: 24px;
  }
  .slide-items-partners ul li {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
  .slide-items-partners ul li .more-items-text {
    align-self: end;
  }

  /* Partner */
  .partner .partner-title header > .article-view-intro {
    order: 3;
  }
  .partner .article-view-body {
    font-size: 24px;
    line-height: 27px;
  }
  .partner .article-view-body p{
    padding-top: 20px;
  }
  .partner .partner-title header > .article-view-intro p {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .partner .partner-title header > .article-view-category {
    margin-top: 40px;
  }
  .partner .partner-title header > .article-view-intro p a {
    position: relative;
    bottom: 0;
  }
  .partner .partner-title header > figure {
    margin-top: 0;
  }
  /* Racebird */
  #racebird-top {
    padding-top: 0;
  }
  #racebird-top .wrapper h2 small {
    font-size: 40px;
  }
  #racebird-top .wrapper .more-items-text {
    font-size: 18px;
    margin-bottom: 36px;
  }
  #racebird-top .wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  #racebird-top a img {
    padding: 0;
  }
  #racebird-top .wrapper h2 {
    line-height: 1;
  }

  #teams-selector {
    position: relative;
    order: -1;
    top: 0;
    width:100%;
  }

  #innovation-timeline .md-modal #ov-container #ov-data-wrapper {
    padding: 0;
  }
  #innovation-timeline .md-modal #ov-data-long-text p {
    margin-bottom: 6px;
  }
  #innovation-timeline .md-modal #ov-container {
    flex-direction: column-reverse;
  }
  #innovation-timeline .md-modal #ov-container > #ov-data-img {
    width: 100%;
  }
  #innovation-timeline .more-items-list li {
    max-width: 110px;
  }
  #innovation-timeline .more-items-list li.long-text .wrapper h2,
  #innovation-timeline .more-items-list li.long-text.active .wrapper h2{
    font-size: 20px ;
  }
  #innovation-timeline .more-items-list li.active .wrapper h2,
  #innovation-timeline .more-items-list li .wrapper h2 {
    font-size: 20px ;
  }
  #interactive-section .width-0 {
    width: 100% !important;
    margin: 0 calc(var(--gap) / 2) var(--gap) !important;
  }
  #interactive-section ul {
    flex-wrap: wrap;
    aspect-ratio: unset;
  }
  #interactive-section li {
    height: auto;
  }
  #interactive-section.text-over .wrapper {
    padding-bottom: 15px !important;
  }
  #interactive-section ul li,
  #interactive-section ul li.not-hovered{
    margin-inline: 0;
    width: 100%;
  }
  #interactive-section li:hover {
    width: 100%;
  }
  #interactive-section .btn:before {
    height: 34px;
  }
  #interactive-section #videoControls {
    left: 15px;
    bottom: 15px;
  }
  #interactive-section #expandButtons {
    right: 15px;
    bottom: 15px;
  }
  #interactive-section #resetButton {
    top: 15px;
    left: 15px;
  }
  #innovation-timeline .more-items-list li {
    border-radius: var(--border-radius-lg);
    padding: 0px;
  }
  #tech-specs .spec > h1 small {
    margin-top: 18px;
    font-size: 18px;
    width: 35px;
  }
  #tech-specs .hidden-element span {
    font-size: 16px;
    padding: 0;
    padding-bottom: 20px;
  }
  #tech-specs .spec .specs {
    padding-left: 35px;
  }
  #tech-specs.cascade-view .dropdown:after {
    top: 27px;
    right: 10px;
    font-size: 30px;
    margin-top: 0;
  }
  #tech-specs .dropdown-main .spec {
    padding: 10px;
    gap: 18px;
    flex-direction: column;
    align-items: start;
    top: 0;
  }
  #tech-specs .spec > h1 {
    line-height: 1.2;
  }
  #tech-specs .hidden-element {
    flex-direction: column;
  }
  #tech-specs .dropdown-main .hidden-element {
    padding-left: 50px;
  }
  #tech-specs .spec .specs span:first-child {
    line-height: 1.1;
    font-size: 40px;
  }
  #tech-specs .spec .specs span:nth-child(2) {
    font-size: 32px;
  }
  #tech-specs .hidden-element > * {
    width: 100%;
  }
  /* About */
  .about-title .wrapper {
    flex-direction: column;
    align-items: start;
  }
  .about-title .wrapper p {
    font-size: 16px;
    line-height: 20px;
    padding-left: 3em;
    padding-bottom: 10px;
  }
  #careers-title {
    padding-top: 0;
  }
  #about-top.new.is-mobile video {
    aspect-ratio: 9 / 16;
  }
  #about-top.new.is-mobile .wrapper:before,
  #about-top.new.is-mobile .wrapper:after {
    display: none;
  }
  #about-top .fotorama__stage {
    min-height: 358px;
  }
  #about-top .fotorama__stage img {
    height: 100% !important;
    object-fit: cover;
  }
  #about-top a > img {
    border: 6px solid var(--primary);
    border-radius: var(--border-radius);
  }
  #about-top .wrapper {
    max-width: revert; 
    width: 100%;
    background: none;
    align-items: center;
    flex-direction: column;
  }
  #about-top .slide-content {
    background: transparent;
    align-items: center;
    padding-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
  #about-top.video-view .slide-content .btn:before {
    right: -3px;
    height: 36px;
  }
  #about-top .slide-content:before,
  #about-top .slide-content:after  {
    display: none;
  }
  #row-title-items-wrapper {
    flex-direction: column;
  }
  #row-title-items-wrapper .impact-title {
    width: 100%;
    padding-right: 0;
  }
  #row-title-items-wrapper .impact-title li {
    margin-inline: 0;
  }
  #row-title-items-wrapper .impact-title li p {
    line-height: 21px;
    margin-bottom: 40px;
    padding-left: 3em;
  }
  #row-title-items-wrapper .impact-items .layout-row p {
    width: 100%;
  }
  #row-title-items-wrapper .impact-items {
    width: 100%;
  }
  #row-title-items-wrapper .impact-items li {
    width: 100%;
    margin-inline: 0;
  }
  #row-title-items-wrapper .impact-items ul li .wrapper h2 {
    font-size: 20px;
    margin-bottom: 2em;
  }
  #row-title-items-wrapper .impact-items .layout-row {
    flex-direction: column;
    align-items: flex-start;
  }
  #row-title-items-wrapper .impact-items .layout-row span {
    font-size: 70px;
    margin-bottom: 20px;
  }
  /* Contact us */
  #contact-wrapper .info {
    margin-bottom: 30px;
    width: 100%;
  }
  #contact-wrapper .info.is-mobile {
    margin-bottom: 0;
    margin-top: 12px;
  }
  #contact-wrapper .contact-items {
    width: 100%;
  }
  #contact-wrapper .contact-item {
    position: relative;
    border-radius: var(--border-radius-sm);
    padding: 12px;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  #contact-wrapper .contact-item span:before {
    top: 18px;
    right: 12px;
  }
  #contact-wrapper .info .more-items-text {
    max-width: 100%;
  }
  #contact-wrapper .widget.contact-items {
    width: 100%;
  }
  #contact-wrapper .contact-items h1 {
    font-size: 28px;
  }
  #contact-wrapper .contact-item span {
    font-size: 18px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    position: revert;
  }
  #contact-wrapper .contact-item span:after {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 10px;
    padding: 6px;
  }
  #contact-wrapper .info:not(.is-mobile) .wrapper .more-items-long-text {
    display: none;
  }
  /* Blue Impact */
  #backed-names.slide-items-media .owl-item:not(:first-child):nth-child(even) .more-items-item {
    transform: none;
  }
  .mission-focus .wrapper > p {
    max-width: 100%;
    font-size: 16px;
    padding-left: 40px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: -0.24px;
  }
  .mission-focus h2 small {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.27px;
  }
  #expert-backing li {
    flex-direction: column;
  }
  #expert-backing li a {
    width: 100%;
  }
  #expert-backing .more-items-item .wrapper {
    padding: 10px 16px;
  }
  .slide-items-media-custom.slide-items-media .owl-item:not(:first-child):nth-child(even) .more-items-item, 
  .slide-items-media-custom.slide-items-media .owl-item .more-items-item {
    width: 82vw !important;
  }
  .slide-items-media-custom.slide-items-media .owl-item .more-items-item:hover:before {
    opacity: 0;
  }
  .slide-items-media-custom.slide-items-media .more-items-item .wrapper h2 {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .slide-items-media-custom.slide-items-media .owl-item .more-items-item .wrapper {
    align-items: flex-start;
  }
  .slide-items-media-custom .more-items-item > a:not(.all-box-link) {
    width: 100%;
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0 !important;
  }
  .slide-items-media-custom.slide-items-media .owl-item:nth-child(even) .wrapper {
    right: 0;
  }
  .slide-items-media-custom.slide-items-media .owl-item:nth-child(odd) .wrapper {
    left: 0;
  }
  .slide-items-media-custom.slide-items-media {
    overflow: hidden;
  }
  .slide-items-media-custom.slide-items-media .owl-stage-outer {
    overflow: visible;
  }


  /* Careers */
  #career-items .dropdown {
    font-size: 22px;
  }
  #vacancies {
    overflow: hidden;
  }
  #vacancies .owler-stage-outer {
    overflow: visible;
  }
  #vacancies .more-items-item {
    margin: 0;
    width: 82vw !important;
  }

  /* Home news */



  .slide-items-media .owl-item .more-items-item,
  .slide-items-news-simple .owl-item .more-items-item,
  .slide-items-news .owl-item:first-child .more-items-item {
    width: 55vw !important;
    margin-right:0;
    flex-direction: column;
  }

  .slide-items-media.img-start-end.img-aside .owl-carousel .owl-item:nth-child(even) .more-items-item, 
  .slide-items-media.img-start-end.img-aside .more-items-item:nth-child(even) {
    flex-direction: column;
  }
  .slide-items-media .owl-item:nth-child(even) .more-items-item .wrapper {
    right: 0;
  }
  .slide-items-media .owl-item .more-items-item .wrapper {
    aspect-ratio: 100/45;
}
  .slide-items-news .more-items-item {
    background-color: var(--terciary);
    border-radius: 12px;
  }
  .slide-items-news-simple:not(.img-aside) .more-items-item .wrapper,
  .slide-items-media .more-items-item .wrapper,
  .slide-items-news-simple .more-items-item .wrapper,
  .slide-items-news .more-items-item .wrapper {
    position: relative;
    border-radius: 0 0 12px 12px;
    aspect-ratio: 20/11;
    width: 100%;
    height: auto;
    padding:6px 8px 12px 8px;
    align-items: flex-end;
    left:0;
  }
  .widget:not(.img-aside) > ul .more-items-item > a:not(.all-box-link) ~ .wrapper, 
  .widget:not(.img-aside) > ul .more-items-item .more-items-img-container ~ .wrapper, 
  .widget:not(.img-aside) > ul .more-items-item > .fotorama ~ .wrapper {
    padding:6px 8px 12px 8px;
  }
  .slide-items-media .more-items-item .wrapper h2,
  .slide-items-news-simple .more-items-item .wrapper h2,
  .slide-items-news .more-items-item .wrapper h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: -0.24px;
    margin-bottom: auto;
}
  .slide-items-media.img-start-end .owl-item:nth-child(even) .more-items-item > a:not(.all-box-link),
  .slide-items-media .more-items-item > a:not(.all-box-link),
  .slide-items-media .owl-item .more-items-item > a:not(.all-box-link),
  .slide-items-news-simple .more-items-item > a,
  .slide-items-news-simple .owl-item .more-items-item > a,
  .slide-items-news .more-items-item > a,
  .slide-items-news .owl-item:first-child .more-items-item > a {
    width: 100% !important;
    height: auto;
    border-radius: 12px 12px 0 0;
    
  }

  .slide-items-news .more-items-item > a,
  .slide-items-news .owl-item:first-child .more-items-item > a {
    aspect-ratio: auto;
  }
  .slide-items-media .owl-item:not(:first-child):nth-child(even) .more-items-item,
  .slide-items-media .owl-item .more-items-item,
  .slide-items-news .owl-item:not(:first-child) .more-items-item {
    margin-left: 0;
    width: 55vw !important;
    margin-top: 0;
    transform: none;
    height: auto !important;
  }
  .slide-items-media .owl-item .more-items-item:hover:before,
  .slide-items-media > .more-items-item:hover:before,
  .slide-items-news > .more-items-item:hover:before,
  .slide-items-news .owl-item .more-items-item:hover:before {
    opacity: 1;
    z-index: 2;
  }
  .slide-items-media .owl-item .more-items-item:before,
  .slide-items-media > .more-items-item:before,
  .slide-items-news > .more-items-item:before,
  .slide-items-news .owl-item:not(:first-child) .more-items-item:before,
  .slide-items-news .owl-item .more-items-item:before {
    height: 100%;
    width: 100%;
    border: 6px solid var(--secondary);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: var(--border-radius);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--bg-transition-duration);
  }
  .slide-items-media .owl-item .more-items-item .wrapper,
  .slide-items-news-simple .owl-item:first-child .more-items-item .wrapper,
  .slide-items-news .owl-item:first-child .more-items-item .wrapper {
    width: 100%;
    left:0;
  }
  .slide-items-news .more-items-item > a > img {
    border-radius: var(--border-radius-sm);
  }
  .more-items-item .wrapper time {
    margin: 12px 0 0 0;
  }
  .slide-items-news .owl-item:first-child .more-items-item .wrapper:after {
    display: none;
  }
  .slide-items-news .more-items-list > .more-items-item:last-child, 
  .slide-items-news .owl-item:last-child .more-items-item {
    padding-right: 0;
  }
  .slide-items-media .owl-carousel .owl-stage {
    padding-bottom: 0;
  }
  .slide-items-media .owl-item .more-items-item > a .more-items-img-mask,
  .slide-items-media .owl-item .more-items-item .wrapper:before,
  .slide-items-media .owl-item .more-items-item:after {
    display: none;
  }
  /* First element */
  .slide-items-media > .more-items-item,
  .slide-items-news > .more-items-item {
    flex-direction: column-reverse !important;
    margin-bottom: 20px;
  }
  .slide-items-media > .more-items-item > a:not(.all-box-link),
  .slide-items-media.img-start-end > .more-items-item > a:not(.all-box-link),
  .slide-items-news > .more-items-item > a {
    border-radius: 0 0 12px 12px;
  }
  .slide-items-media > .more-items-item .wrapper,
  .slide-items-news > .more-items-item .wrapper {
    border-radius: 12px 12px 0 0;
    padding: 12px 12px 6px 12px;
    aspect-ratio: auto;
  }
  .slide-items-media > .more-items-item .wrapper h2,
  .slide-items-news > .more-items-item .wrapper h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 112.5% */
    letter-spacing: -0.36px;
    text-align: left;
  }
  .slide-items-media .more-items-item {
    background-color: var(--terciary);
  }
  
  .slide-items-media .owl-item .more-items-item .wrapper:after {
    display:none;
  }
  .slide-items-media.img-start-end .owl-item:nth-child(even) .more-items-item .wrapper,
  .slide-items-media .owl-item:nth-child(even) .more-items-item .wrapper {
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
    margin-top:0;
  }
  .slide-items-news-simple .more-items-list .more-items-item {
    flex-wrap: wrap;
  } 
  .slide-items-news .owl-item:first-child .more-items-item .wrapper:before,
  .slide-items-news .owl-item:first-child .more-items-item > a:before,
  .slide-items-news .owl-item:first-child .more-items-item > a:after,
  .slide-items-news .owl-item:first-child .more-items-item:after {
    display: none;
  }

  .media-landing .more-items-item .wrapper {
    aspect-ratio: auto;
  }
  .media-landing #landing-news .more-items-item .wrapper h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 112.5% */
    letter-spacing: -0.36px;
    margin-top: 0 !important;
  }
  /* Angular Fixture */

  #championship-standings-wrapper {
    gap: 5px;
  }
  #angular-fixture-races.angular-fixture .group-name {
    display: none;
  }
  .angular-fixture .team {
    padding: 15px 0;
  }
  .angular-fixture .team:first-child {
    border-top:none;
    padding-top:0
  }
  .angular-fixture .team-data {
    padding-bottom: 15px;
  }
  .angular-fixture .team-data h2, 
  .angular-fixture .team-drivers {
    font-size: 18px;
    line-height: 19px;
  }
  .angular-fixture .team-data img, .angular-fixture .team-drivers img {
    width:40px;
    height:40px;
  }
  .angular-fixture .team-drivers > * {
    padding-bottom: 15px;
   
  }
  .angular-fixture .team .team-position {
    font-size: 40px;
  }

  .angular-fixture .team .team-points {
    margin-top: 15px;

  }

  .angular-fixture .team .team-points:before {
    font-size: 18px;
  }
  
  .angular-fixture.small-fixture .team-data h2, .angular-fixture.small-fixture .team-drivers {
    line-height: 18px;
    font-size: 18px;
  }
  .slide-items-teams .more-items-item {
    width:calc(100% - var(--gap));
  }

  .tabs-standings.angular-fixture .team {
    padding:14px;
    height: auto;
    max-height: 70px;
    transition: all var(--bg-transition-duration);
  }
  .tabs-standings.angular-fixture .team.active {
    height: auto;
    max-height: 800px;
    transition: all var(--bg-transition-duration);
  }
  .tabs-standings.angular-fixture .team .team-position {
    margin-right: 4px;
    font-size: 32px;
  }
  .tabs-standings.angular-fixture .team.active .team-position {
    font-size: 36px;
  }
  .tabs-standings.angular-fixture .team-data h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 125% */
    letter-spacing: -0.24px;
  }
  .tabs-standings.angular-fixture .TM .team-data h2,
  .tabs-standings.angular-fixture .VE .team-data h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .tabs-standings.angular-fixture .total:before {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.21px;
  }
  .tabs-standings.angular-fixture .team .total{
    margin-top: auto;
    aspect-ratio: 161/88;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.48px;
    padding: 8px;
    border-radius: 8px;
    margin-left: 6px;
    margin-right: 6px;
    width: calc(50% - 6px);
    display: flex;
  }
  .tabs-standings.angular-fixture .team .total:nth-child(odd) {
    margin-left: 0;
  }
  .tabs-standings.angular-fixture .team .total:nth-child(even) {
    margin-right: 0;
  }
  .tabs-standings.angular-fixture .team .total.team-won,
  .tabs-standings.angular-fixture .team .total.team-points {
    aspect-ratio: 161/108;
    margin-top:12px;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 59px; /* 105.357% */
    letter-spacing: -0.84px;
  }
  .tabs-standings.angular-fixture .team .team-position {
    width:54px;
  }
  .tabs-standings.angular-fixture .team.active .team-position:before {
    left:75px;
  }
  .tabs-standings.angular-fixture .team.active .team-data:before {
    right:6px;
  }
  .tabs-standings.angular-fixture .team.active .team-data {
    width: calc(100% - 102px);
  }
  .tabs-standings.angular-fixture .team-data .team-data-group {
    padding: 3px 20px 3px 3px;
  }
  .tabs-standings.angular-fixture .team-data:before {
    right:7px;
  }
  .tabs-standings.angular-fixture .team-data img {
    width: 32px;
    height:32px;
    margin-right: 10px;
  }
  #standings-wrapper > .angular-fixture {
    margin-top:20px
  }
  #standings-wrapper > .angular-fixture .widget-title {
    display:none;
  }
  #standings-wrapper > .angular-fixture .team:first-child {
    border-top:none;
  }
  
  /* How to watch */

  #landing-select-broadcaster .tabs-content:before {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    letter-spacing: -0.24px;
  }
  #landing-select-broadcaster .modal-country-select {
    top: calc(100% + 7px);
  }
  #landing-select-broadcaster .tabs-content .country-selected > div .country-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    letter-spacing: -0.24px;
    height: 42px;
    width: calc(100% - 28px);
    margin-left: -20px;
    padding-left: 26px;
  }
  #landing-select-broadcaster .tabs-content .country-selected > div .country-flag {
    width: 42px;
    height: 42px;
  }
  #landing-select-broadcaster .tabs-content .country-selected > div .country-message {
    height: 42px;
    width: 56px;
    margin-left: -8px;
  }
  #landing-select-broadcaster .tabs-content .country-selected > div .country-message:before {
    height: 34px;
    background:url(../img/chevron-right-dark.svg) 13px center no-repeat transparent;
    background-size: auto 45%;
  }
  #landing-select-broadcaster .modal-country-select {
    left: 0;
    max-width: 100%;
    width: 100%;
  }
  #landing-select-broadcaster .tabs-content .country-selected > div .country-name-group {
    width: 100%;
  }
  
  #landing-select-broadcaster .tabs-content .country-selected.not-selected > div .country-name {
    width: 100%;
  }
  #landing-select-broadcaster {
    flex-direction: column;
    align-items: stretch;
    padding-top:0;
    margin-bottom: 10px;
  }
  #landing-select-broadcaster .tabs-content {
    margin-top: 10px;
  }
  .schedule-session-channels > div {
    margin-bottom: 10px;
    border-radius: var(--border-radius-sm);
  }

  .schedule-session-channels .logo-container img {
    width: 85px;
    aspect-ratio: 85/60;
    border-radius: 6px;
    margin-right: 12px;
  }
  .schedule-session-channels .logo-container .schedule-name-logo {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 115% */
    letter-spacing: -0.3px;
    margin-right: auto;
  }
  .schedule-session-channels .logo-container {
    padding-right: 8px;
  }
  .schedule-session-channels .logo-container .link-button a {
    width: 42px;
    color: transparent;
    padding: 0;
    height: 42px;
  }
  .schedule-session-channels .logo-container .link-button:after {
    display: none;
  }
  #channel-list {
    min-height: 400px;
  }

  /* Hero slider */

  .hero-slider-tabs .more-items-item.active {
    max-height: 1000px;
  }

  /* Blue Impact */
  #expert-backing .wrapper > h2,
  #backed-names .more-items-item .wrapper h2 {
    margin: 0;
    font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 31px; /* 110.714% */
letter-spacing: -0.42px;
  }
  #expert-backing.one-item .wrapper .more-items-long-text {
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: -0.24px;
  }
  .slide-items-media-custom .more-items-item .more-items-long-text p {
    margin-bottom: 0;
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: -0.24px;
  }
  #expert-backing .more-items-text {
    margin-top: 6px;
  }
  #backed-names .more-items-item .wrapper {
    aspect-ratio: auto;
  }
  #noticeboard-section .folder > h2 {
    font-size: 26px;
  } 
  #noticeboard-section .folder > .folder {
    padding-left: 19px;
  }

  /* Race Report */

  .day-summary .article header > div > div > span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.21px;
  }
  .day-summary .article header > div > div > div {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.48px;
  }
  .race-report #team-standings #first-line.main-wrapper .widget {
    aspect-ratio: 15/9;
  }
  .race-report #team-standings li .wrapper .more-items-category {
    width: 100%;
  }
  .race-report #team-standings .secondary-elements {
    width:50%;
  }
  .race-report #team-standings .main-elements .widget {
    aspect-ratio: 16/12;
  }
  .race-report #team-standings .secondary-elements,
  .race-report #team-standings .main-elements {
    gap: 12px;
    width: calc(50% - 6px);
  }
  
  .race-report #team-standings .main-wrapper {
    gap: 12px;
    margin-bottom: 12px;
  }
  
  #backed-names.slide-items-media-custom .more-items-item {
    flex-direction: column;
    margin-bottom: 12px;
  }
  #backed-names.slide-items-media-custom .more-items-item .wrapper {
    align-items: flex-start;
    text-align: left;
    padding-left: 12px;
    padding-right:12px;
  }
  #backed-names.slide-items-media-custom .more-items-item .wrapper .more-items-category {
    margin-bottom: 16px;
  }
  .slide-items-media .blockquote-author .author-name {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 110.714% */
    letter-spacing: -0.42px;
  }
  .slide-items-media .author-img {
    width: 46px;
  }
  .slide-items-media .author-img .flag-icon {
    width: 18px;
    height: 18px;
    border-width: 2px;
    bottom: -2px;
    right:-3px
  }


  .tree-view {
    overflow: hidden;
  }
  .tree-view .downloads-main .main-view.column.related-content .widget {
    padding: 25px 20px 0 20px !important;
  }
  .tree-view .downloads-main .downloads-container {
    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: 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;
    min-height: auto;
    width: auto;
    padding: 0;
    position: fixed;
    bottom: 0;
    top: var(--header-height);
    height: calc(100% - var(--header-height));
    right: 0;
    left: 0;
  }
  .current-file.downloads-main.widget > section {
    z-index: 5;
    position: relative;
  }
  .current-file.downloads-main .downloads-container {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .fixed-content .downloads-main.current-file > section > header {
    height: 0;
  }
  #itemShow {
    width: 100%;
    left: 0;
  }
  .current-file {
    z-index: 999999;
  }
  .current-file .downloads-container.galleries-container .icon-close {
    color: var(--black);
    z-index: 99999;
    right: 14px;
    top: 79px;
    font-size: 25px;
    display: block;
    position: fixed;
    line-height: 30px;
    background: var(--secondary);
    width: 30px;
    text-align: center;
    border-radius: 50%;
  }
  .downloads #main .tree-wrapper .downloads-main.downloads-docs .related-content {
    position: fixed !important;
    top: 259px !important;
    height: auto;
    bottom: 0;
  }

  .fade-in-down[data-scroll] {
    overflow: hidden;
  }
  .fade-in-down.is-inview[data-scroll] {
    overflow: auto;
  }

  #live-wrapper.live-v2 #video-view .article-view-title {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #pilot-academy ul li .wrapper {
    padding: 12px;
  }
  .pilot-academy-form {
    padding: 30px 12px;
  }

  /* Race Format */


  .race-format #faqs .wrapper h2 {
    font-size: 32px !important;
    margin-bottom: 10px;
  }
  #faqs .wrapper h2 {
    font-size: 20px;
    max-width: 290px;
  }
  .rf-group > *:not(h3) {
    font-size: 20px;
  }
  .rf-group h3 {
    font-size: 20px !important;
  }
  .race-format #faqs .wrapper {
    align-items: flex-start;
  }
  .race-format #faqs li.graphic-bg.more-items-item {
    flex-direction: column-reverse;
  }
  .race-format #faqs li.graphic-bg.more-items-item .wrapper {
    align-items: flex-start;
    width: 100%;
  }
  .race-format #faqs li.graphic-bg.more-items-item > a {
    width:100%;
  }
  /* Blue Impact */

  .blue-impact #careers-title li > a {
    margin-bottom: 30px;
    width: 42%;
  }


}

/* 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;
    -webkit-filter: 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;
}

