@charset "UTF-8";



/*
  Display
*/
[data-display~="tablet-landscape|none"] {display: none; }
[data-display~="tablet-landscape|inline"] {display: inline; }
[data-display~="tablet-landscape|inline-block"] {display: inline-block; }
[data-display~="tablet-landscape|block"] {display: block!important; }
[data-display~="tablet-landscape|flex"] {display: flex; }
[data-display~="tablet-landscape|grid"] {display: grid; }

/*
  Arrangement
*/
[data-arrangement~="tablet-landscape|left"] {
  text-align: left;
}

[data-arrangement~="tablet-landscape|center"] {
  text-align: center;
}

[data-arrangement~="tablet-landscape|right"] {
  text-align: right;
}



[data-arrangement~="tablet-landscape|jc-start"] {
  justify-content: start;
}

[data-arrangement~="tablet-landscape|jc-center"] {
  justify-content: center;
}

[data-arrangement~="tablet-landscape|jc-end"] {
  justify-content: end;
}

/*
  interview - single
*/
#holiday header.root i {
  left: 0;
}

header[data-composition="global"] [data-part="navigation"] {
display: none;
}