
/*screen sizes */
/*320px — 480px */
/* FULL HD Monitor */
/*1921px — 2560px (extra large screen: 4K monitors) */
/*-------------*/
/** Extends/Mixins **/
/** Effects **/
@keyframes rotateZ {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(180deg);
  }
}
/** Fonts **/
/* Marcellus SC @font-face kit */
@font-face {
  font-family: 'Phenomena';
  src: url('/_/font/Phenomena/Phenomena-Regular.ttf'), url('/_/font/Phenomena/Phenomena-Regular.otf') format('otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Phenomena';
  src: url('/_/font/Phenomena/Phenomena-Bold.ttf'), url('/_/font/Phenomena/Phenomena-Bold.otf') format('otf');
  font-weight: 700;
  font-style: normal;
}
/* Open Sans @font-face kit */
/*
@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/Light/OpenSans-Light.eot');
  src: url('@{OpenSansPath}/Light/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/Light/OpenSans-Light.woff') format('woff'),
       url('@{OpenSansPath}/Light/OpenSans-Light.ttf') format('truetype'),
       url('@{OpenSansPath}/Light/OpenSans-Light.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.eot');
  src: url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.woff') format('woff'),
       url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.ttf') format('truetype'),
       url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.svg#OpenSansLightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
*/
@font-face {
  font-family: 'Open Sans';
  src: url('/_/font/open-sans/Regular/OpenSans-Regular.eot');
  src: url('/_/font/open-sans/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/_/font/open-sans/Regular/OpenSans-Regular.woff') format('woff'), url('/_/font/open-sans/Regular/OpenSans-Regular.ttf') format('truetype'), url('/_/font/open-sans/Regular/OpenSans-Regular.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/_/font/open-sans/Italic/OpenSans-Italic.eot');
  src: url('/_/font/open-sans/Italic/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('/_/font/open-sans/Italic/OpenSans-Italic.woff') format('woff'), url('/_/font/open-sans/Italic/OpenSans-Italic.ttf') format('truetype'), url('/_/font/open-sans/Italic/OpenSans-Italic.svg#OpenSansItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/*
@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/Semibold/OpenSans-Semibold.eot');
  src: url('@{OpenSansPath}/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/Semibold/OpenSans-Semibold.woff') format('woff'),
       url('@{OpenSansPath}/Semibold/OpenSans-Semibold.ttf') format('truetype'),
       url('@{OpenSansPath}/Semibold/OpenSans-Semibold.svg#OpenSansSemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.eot');
  src: url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.woff') format('woff'),
       url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.ttf') format('truetype'),
       url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.svg#OpenSansSemiboldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
}
*/
@font-face {
  font-family: 'Open Sans';
  src: url('/_/font/open-sans/Bold/OpenSans-Bold.eot');
  src: url('/_/font/open-sans/Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/_/font/open-sans/Bold/OpenSans-Bold.woff') format('woff'), url('/_/font/open-sans/Bold/OpenSans-Bold.ttf') format('truetype'), url('/_/font/open-sans/Bold/OpenSans-Bold.svg#OpenSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.eot');
  src: url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.woff') format('woff'), url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.ttf') format('truetype'), url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.svg#OpenSansBoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
/*
@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.eot');
  src: url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.woff') format('woff'),
       url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.ttf') format('truetype'),
       url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.svg#OpenSansExtrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot');
  src: url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff') format('woff'),
       url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf') format('truetype'),
       url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg#OpenSansExtraboldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
}
*/
.flag:before,
[class^="flag-"]:before,
[class*=" flag-"]:before {
  content: ' ';
  display: inline-block;
  width: 30px;
  height: 25px;
  padding: 0;
  vertical-align: top;
  background: url('/_/img/flags.png?20190902') 30px 25px no-repeat transparent;
}
.flag.right,
[class^="flag-"].right,
[class*=" flag-"].right {
  float: right;
}
.flag-af:before {
  background-position: 0px 0px;
}
.flag-al:before {
  background-position: -30px 0px;
}
.flag-ae:before {
  background-position: -60px 0px;
}
.flag-ad:before {
  background-position: -90px 0px;
}
.flag-ao:before {
  background-position: -120px 0px;
}
.flag-ag:before {
  background-position: -150px 0px;
}
.flag-ar:before {
  background-position: -180px 0px;
}
.flag-am:before {
  background-position: -210px 0px;
}
.flag-au:before {
  background-position: -240px 0px;
}
.flag-at:before {
  background-position: -270px 0px;
}
.flag-az:before {
  background-position: -300px 0px;
}
.flag-ax:before {
  background-position: -330px 0px;
}
.flag-ai:before {
  background-position: -360px 0px;
}
.flag-xx:before {
  background-position: -390px 0px;
}
.flag-aw:before {
  background-position: -420px 0px;
}
.flag-as:before {
  background-position: -450px 0px;
}
.flag-bs:before {
  background-position: 0px -25px;
}
.flag-bd:before {
  background-position: -30px -25px;
}
.flag-bb:before {
  background-position: -60px -25px;
}
.flag-bi:before {
  background-position: -90px -25px;
}
.flag-be:before {
  background-position: -120px -25px;
}
.flag-bj:before {
  background-position: -150px -25px;
}
.flag-bt:before {
  background-position: -180px -25px;
}
.flag-ba:before {
  background-position: -210px -25px;
}
.flag-bz:before {
  background-position: -240px -25px;
}
.flag-by:before {
  background-position: -270px -25px;
}
.flag-bo:before {
  background-position: -300px -25px;
}
.flag-bw:before {
  background-position: -330px -25px;
}
.flag-br:before {
  background-position: -360px -25px;
}
.flag-bh:before {
  background-position: -390px -25px;
}
.flag-bn:before {
  background-position: -420px -25px;
}
.flag-bg:before {
  background-position: -450px -25px;
}
.flag-bf:before {
  background-position: -480px -25px;
}
.flag-bm:before {
  background-position: -510px -25px;
}
.flag-cf:before {
  background-position: 0px -50px;
}
.flag-ca:before {
  background-position: -30px -50px;
}
.flag-cg:before {
  background-position: -60px -50px;
}
.flag-ch:before {
  background-position: -90px -50px;
}
.flag-cl:before {
  background-position: -120px -50px;
}
.flag-cn:before {
  background-position: -150px -50px;
}
.flag-ci:before {
  background-position: -180px -50px;
}
.flag-cm:before {
  background-position: -210px -50px;
}
.flag-cd:before {
  background-position: -240px -50px;
}
.flag-co:before {
  background-position: -270px -50px;
}
.flag-xx:before {
  background-position: -300px -50px;
}
.flag-cv:before {
  background-position: -330px -50px;
}
.flag-cr:before {
  background-position: -360px -50px;
}
.flag-cu:before {
  background-position: -390px -50px;
}
.flag-cy:before {
  background-position: -420px -50px;
}
.flag-cz:before {
  background-position: -450px -50px;
}
.flag-cw:before {
  background-position: -480px -50px;
}
.flag-dk:before {
  background-position: 0px -75px;
}
.flag-dj:before {
  background-position: -30px -75px;
}
.flag-dm:before {
  background-position: -60px -75px;
}
.flag-do:before {
  background-position: -90px -75px;
}
.flag-dz:before {
  background-position: -120px -75px;
}
.flag-de:before {
  background-position: -150px -75px;
}
.flag-ec:before {
  background-position: 0px -100px;
}
.flag-eg:before {
  background-position: -30px -100px;
}
.flag-er:before {
  background-position: -60px -100px;
}
.flag-xx:before {
  background-position: -90px -100px;
}
.flag-es:before {
  background-position: -120px -100px;
}
.flag-ee:before {
  background-position: -150px -100px;
}
.flag-et:before {
  background-position: -180px -100px;
}
.flag-fi:before {
  background-position: 0px -125px;
}
.flag-fr:before {
  background-position: -30px -125px;
}
.flag-fm:before {
  background-position: -60px -125px;
}
.flag-fj:before {
  background-position: -90px -125px;
}
.flag-fk:before {
  background-position: -120px -125px;
}
.flag-ga:before {
  background-position: 0px -150px;
}
.flag-gm:before {
  background-position: -30px -150px;
}
.flag-gb:before {
  background-position: -60px -150px;
}
.flag-uk:before {
  background-position: -60px -150px;
}
.flag-gw:before {
  background-position: -90px -150px;
}
.flag-ge:before {
  background-position: -120px -150px;
}
.flag-gq:before {
  background-position: -150px -150px;
}
.flag-gh:before {
  background-position: -180px -150px;
}
.flag-gr:before {
  background-position: -210px -150px;
}
.flag-gt:before {
  background-position: -240px -150px;
}
.flag-gn:before {
  background-position: -270px -150px;
}
.flag-gd:before {
  background-position: -300px -150px;
}
.flag-gy:before {
  background-position: -330px -150px;
}
.flag-gg:before {
  background-position: -360px -150px;
}
.flag-gi:before {
  background-position: -390px -150px;
}
.flag-ht:before {
  background-position: 0px -175px;
}
.flag-hk:before {
  background-position: -30px -175px;
}
.flag-hn:before {
  background-position: -60px -175px;
}
.flag-hu:before {
  background-position: -90px -175px;
}
.flag-hr:before {
  background-position: -120px -175px;
}
.flag-id:before {
  background-position: 0px -200px;
}
.flag-in:before {
  background-position: -30px -200px;
}
.flag-ir:before {
  background-position: -60px -200px;
}
.flag-ie:before {
  background-position: -90px -200px;
}
.flag-iq:before {
  background-position: -120px -200px;
}
.flag-is:before {
  background-position: -150px -200px;
}
.flag-il:before {
  background-position: -180px -200px;
}
.flag-it:before {
  background-position: -210px -200px;
}
.flag-im:before {
  background-position: -240px -200px;
}
.flag-jm:before {
  background-position: 0px -225px;
}
.flag-jo:before {
  background-position: -30px -225px;
}
.flag-jp:before {
  background-position: -60px -225px;
}
.flag-je:before {
  background-position: -90px -225px;
}
.flag-kz:before {
  background-position: 0px -250px;
}
.flag-ke:before {
  background-position: -30px -250px;
}
.flag-kg:before {
  background-position: -60px -250px;
}
.flag-kr:before {
  background-position: -90px -250px;
}
.flag-sa:before {
  background-position: -120px -250px;
}
.flag-kw:before {
  background-position: -150px -250px;
}
.flag-kh:before {
  background-position: -180px -250px;
}
.flag-kp:before {
  background-position: -210px -250px;
}
.flag-kn:before {
  background-position: -240px -250px;
}
.flag-ky:before {
  background-position: -270px -250px;
}
.flag-xk:before {
  background-position: -300px -250px;
}
.flag-la:before {
  background-position: 0px -275px;
}
.flag-lv:before {
  background-position: -30px -275px;
}
.flag-ly:before {
  background-position: -60px -275px;
}
.flag-lr:before {
  background-position: -90px -275px;
}
.flag-lc:before {
  background-position: -120px -275px;
}
.flag-ls:before {
  background-position: -150px -275px;
}
.flag-lb:before {
  background-position: -180px -275px;
}
.flag-li:before {
  background-position: -210px -275px;
}
.flag-lt:before {
  background-position: -240px -275px;
}
.flag-lu:before {
  background-position: -270px -275px;
}
.flag-lk:before {
  background-position: -300px -275px;
}
.flag-mg:before {
  background-position: 0px -300px;
}
.flag-ma:before {
  background-position: -30px -300px;
}
.flag-my:before {
  background-position: -60px -300px;
}
.flag-mw:before {
  background-position: -90px -300px;
}
.flag-md:before {
  background-position: -120px -300px;
}
.flag-mv:before {
  background-position: -150px -300px;
}
.flag-mx:before {
  background-position: -180px -300px;
}
.flag-mn:before {
  background-position: -210px -300px;
}
.flag-mk:before {
  background-position: -240px -300px;
}
.flag-ml:before {
  background-position: -270px -300px;
}
.flag-mt:before {
  background-position: -300px -300px;
}
.flag-me:before {
  background-position: -330px -300px;
}
.flag-mc:before {
  background-position: -360px -300px;
}
.flag-mz:before {
  background-position: -390px -300px;
}
.flag-mu:before {
  background-position: -420px -300px;
}
.flag-mr:before {
  background-position: -450px -300px;
}
.flag-mm:before {
  background-position: -480px -300px;
}
.flag-mo:before {
  background-position: -510px -300px;
}
.flag-ms:before {
  background-position: -540px -300px;
}
.flag-na:before {
  background-position: 0px -325px;
}
.flag-nl:before {
  background-position: -30px -325px;
}
.flag-ng:before {
  background-position: -60px -325px;
}
.flag-ne:before {
  background-position: -90px -325px;
}
.flag-no:before {
  background-position: -120px -325px;
}
.flag-np:before {
  background-position: -150px -325px;
}
.flag-nz:before {
  background-position: -180px -325px;
}
.flag-ni:before {
  background-position: -210px -325px;
}
.flag-om:before {
  background-position: 0px -350px;
}
.flag-pk:before {
  background-position: 0px -375px;
}
.flag-pa:before {
  background-position: -30px -375px;
}
.flag-py:before {
  background-position: -60px -375px;
}
.flag-pe:before {
  background-position: -90px -375px;
}
.flag-ph:before {
  background-position: -120px -375px;
}
.flag-pw:before {
  background-position: -150px -375px;
}
.flag-pg:before {
  background-position: -180px -375px;
}
.flag-pl:before {
  background-position: -210px -375px;
}
.flag-pt:before {
  background-position: -240px -375px;
}
.flag-pr:before {
  background-position: -270px -375px;
}
.flag-pf:before {
  background-position: -300px -375px;
}
.flag-qa:before {
  background-position: 0px -400px;
}
.flag-ro:before {
  background-position: 0px -425px;
}
.flag-ru:before {
  background-position: -30px -425px;
}
.flag-rw:before {
  background-position: -60px -425px;
}
.flag-rs:before {
  background-position: -90px -425px;
}
.flag-sn:before {
  background-position: 0px -450px;
}
.flag-sg:before {
  background-position: -30px -450px;
}
.flag-sl:before {
  background-position: -60px -450px;
}
.flag-si:before {
  background-position: -90px -450px;
}
.flag-sm:before {
  background-position: -120px -450px;
}
.flag-st:before {
  background-position: -150px -450px;
}
.flag-sd:before {
  background-position: -180px -450px;
}
.flag-sr:before {
  background-position: -210px -450px;
}
.flag-se:before {
  background-position: -300px -450px;
}
.flag-sk:before {
  background-position: -270px -450px;
}
.flag-sy:before {
  background-position: -330px -450px;
}
.flag-sb:before {
  background-position: -360px -450px;
}
.flag-sc:before {
  background-position: -390px -450px;
}
.flag-sz:before {
  background-position: -420px -450px;
}
.flag-tz:before {
  background-position: 0px -475px;
}
.flag-to:before {
  background-position: -30px -475px;
}
.flag-th:before {
  background-position: -60px -475px;
}
.flag-tj:before {
  background-position: -90px -475px;
}
.flag-tl:before {
  background-position: -120px -475px;
}
.flag-tn:before {
  background-position: -210px -475px;
}
.flag-tr:before {
  background-position: -240px -475px;
}
.flag-tw:before {
  background-position: -270px -475px;
}
.flag-tt:before {
  background-position: -180px -475px;
}
.flag-tm:before {
  background-position: -330px -475px;
}
.flag-tc:before {
  background-position: -300px -475px;
}
.flag-ug:before {
  background-position: 0px -500px;
}
.flag-ua:before {
  background-position: -30px -500px;
}
.flag-uy:before {
  background-position: -60px -500px;
}
.flag-us:before {
  background-position: -90px -500px;
}
.flag-uz:before {
  background-position: -120px -500px;
}
.flag-ve:before {
  background-position: 0px -525px;
}
.flag-vn:before {
  background-position: -30px -525px;
}
.flag-ws:before {
  background-position: -60px -525px;
}
.flag-vc:before {
  background-position: -90px -525px;
}
.flag-vg:before {
  background-position: -120px -525px;
}
.flag-vu:before {
  background-position: -150px -525px;
}
.flag-ye:before {
  background-position: 0px -550px;
}
.flag-za:before {
  background-position: 0px -575px;
}
.flag-zw:before {
  background-position: -30px -575px;
}
.flag-zm:before {
  background-position: -60px -575px;
}
.flag-eu:before {
  background-position: 0px -600px;
}
.flag-ww:before {
  background-position: -30px -600px;
}
.flag-nam:before {
  background-position: -60px -600px;
}
.flag-sam:before {
  background-position: -90px -600px;
}
.flag-afr:before {
  background-position: -120px -600px;
}
.flag-eur:before {
  background-position: -150px -600px;
}
.flag-asi:before {
  background-position: -180px -600px;
}
.flag-aus:before {
  background-position: -210px -600px;
}
.flag-td:before {
  background-position: -300px -475px;
}
.flag-km:before {
  background-position: -300px -50px;
}
.flag-ck:before {
  background-position: -480px -50px;
}
.flag-sv:before {
  background-position: -90px -100px;
}
.flag-gu:before {
  background-position: -420px -150px;
}
.flag-ki:before {
  background-position: -330px -250px;
}
.flag-mh:before {
  background-position: -270px -325px;
}
.flag-nr:before {
  background-position: -240px -325px;
}
.flag-ps:before {
  background-position: -330px -375px;
}
.flag-st:before {
  background-position: -180px -450px;
}
.flag-so:before {
  background-position: -150px -450px;
}
.flag-ss:before {
  background-position: -480px -450px;
}
.flag-sd:before {
  background-position: -210px -450px;
}
.flag-sr:before {
  background-position: -240px -450px;
}
.flag-tg:before {
  background-position: -150px -475px;
}
.flag-tv:before {
  background-position: -390px -475px;
}
.flag-vi:before {
  background-position: -180px -525px;
}
.flag-bq:before {
  background-position: -540px -25px;
}
.flag-bv:before {
  background-position: -510px -50px;
}
.flag-io:before {
  background-position: -540px -50px;
}
.flag-fo:before {
  background-position: -180px -125px;
}
.flag-gf:before {
  background-position: -150px -125px;
}
.flag-tf:before {
  background-position: -210px -125px;
}
.flag-gl:before {
  background-position: -480px -150px;
}
.flag-gp:before {
  background-position: -450px -150px;
}
.flag-hm:before {
  background-position: -150px -175px;
}
.flag-cx:before {
  background-position: -300px -200px;
}
.flag-cc:before {
  background-position: -270px -200px;
}
.flag-nu:before {
  background-position: -360px -325px;
}
.flag-nf:before {
  background-position: -450px -325px;
}
.flag-mp:before {
  background-position: -420px -325px;
}
.flag-pn:before {
  background-position: -360px -375px;
}
.flag-sx:before {
  background-position: -180px -425px;
}
.flag-gs:before {
  background-position: -210px -425px;
}
.flag-sj:before {
  background-position: -240px -425px;
}
.flag-sh:before {
  background-position: -510px -450px;
}
.flag-tk:before {
  background-position: -420px -475px;
}
.flag-um:before {
  background-position: -150px -500px;
}
.flag-va:before {
  background-position: -210px -525px;
}
.flag-mq:before {
  background-position: -30px -550px;
}
.flag-yt:before {
  background-position: -30px -550px;
}
.flag-nc:before {
  background-position: -30px -550px;
}
.flag-re:before {
  background-position: -30px -550px;
}
.flag-bl:before {
  background-position: -30px -550px;
}
.flag-mf:before {
  background-position: -30px -550px;
}
.flag-pm:before {
  background-position: -30px -550px;
}
.flag-wf:before {
  background-position: -30px -550px;
}
.flag-aq:before {
  background-position: -210px -600px;
}
@font-face {
  font-family: 'first-icons';
  src: url('/_/font/first-icons-v1.6.ttf?lld53r') format('truetype'), url('/_/font/first-icons-v1.6.woff?lld53r') format('woff'), url('/_/font/first-icons-v1.6.svg?lld53r#first-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
[class^="icon-"]:before:hover,
[class*=" icon-"]:before:hover,
[class^="icon-"]:before:active,
[class*=" icon-"]:before:active {
  text-decoration: none;
}
.icon-matrix:before {
  content: "\e91f";
}
.icon-bluesky:before {
  content: "\e91e";
}
.icon-filter:before {
  content: "\e91d";
}
.icon-search:before {
  content: "\e911";
}
.icon-newspaper:before {
  content: "\e912";
}
.icon-globe:before {
  content: "\e913";
}
.icon-check:before {
  content: "\e914";
}
.icon-pin:before {
  content: "\e915";
}
.icon-vn:before {
  content: "\e90d";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-heart:before {
  content: "\2665";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-light-bulb:before {
  content: "\f000";
}
.icon-repo:before {
  content: "\f001";
}
.icon-user:before {
  content: "\f007";
}
.icon-mark-github:before {
  content: "\f00a";
}
.icon-cloud-download:before {
  content: "\f00b";
}
.icon-tag:before {
  content: "\f015";
}
.icon-issue-opened:before {
  content: "\f026";
}
.icon-comment:before {
  content: "\f02b";
}
.icon-question:before {
  content: "\f02c";
}
.icon-alert:before {
  content: "\f02d" !important;
}
.icon-gear:before {
  content: "\f02f";
}
.icon-tools:before {
  content: "\f031";
}
.icon-rocket:before {
  content: "\f033";
}
.icon-mail:before {
  content: "\f03b";
}
.icon-graph:before {
  content: "\f043";
}
.icon-triangle-left:before {
  content: "\f044";
}
.icon-credit-card:before {
  content: "\f045";
}
.icon-key:before {
  content: "\f049";
}
.icon-eye:before {
  content: "\f04e";
}
.icon-comment-discussion:before {
  content: "\f04f";
}
.icon-device-camera:before {
  content: "\f056";
}
.icon-info:before {
  content: "\f059";
}
.icon-triangle-right:before {
  content: "\f05a";
}
.icon-triangle-down:before {
  content: "\f05b";
}
.icon-link:before {
  content: "\f05c";
}
.icon-three-bars:before {
  content: "\f05e";
}
.icon-code:before {
  content: "\f05f";
}
.icon-quote:before {
  content: "\f063";
}
.icon-beer:before {
  content: "\f069";
}
.icon-settings:before {
  content: "\f07c";
}
.icon-link-external:before {
  content: "\f07f";
}
.icon-x:before {
  content: "\f081";
}
.icon-circle-slash:before {
  content: "\f084";
}
.icon-sync:before {
  content: "\f087";
}
.icon-stop:before {
  content: "\f08f";
}
.icon-bug:before {
  content: "\f091";
}
.icon-database:before {
  content: "\f096";
}
.icon-server:before {
  content: "\f097";
}
.icon-fb:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-hubot:before {
  content: "\f09d";
}
.icon-feed:before {
  content: "\f09e";
}
.icon-triangle-up:before {
  content: "\f0aa";
}
.icon-pause:before {
  content: "\f0bb";
}
.icon-rewind:before {
  content: "\f0bc";
}
.icon-fast-forward:before {
  content: "\f0bd";
}
.icon-play:before {
  content: "\f0bf";
}
.icon-package:before {
  content: "\f0c4";
}
.icon-browser:before {
  content: "\f0c5";
}
.icon-terminal:before {
  content: "\f0c8";
}
.icon-markdown:before {
  content: "\f0c9";
}
.icon-trashcan:before {
  content: "\f0d0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-keybase:before {
  content: "\e900";
}
.icon-podcast:before {
  content: "\e902";
}
.icon-validated:before {
  content: "\e903";
}
.icon-wire:before {
  content: "\e904";
}
.icon-threema:before {
  content: "\e905";
}
.icon-signal:before {
  content: "\e906";
}
.icon-copy:before {
  content: "\e901";
}
.icon-paper-plane:before {
  content: "\e908";
}
.icon-bell-slash:before {
  content: "\e909";
}
.icon-bell:before {
  content: "\e90a";
}
.icon-mastodon:before {
  content: "\e90b";
}
.icon-log-out:before {
  content: "\e90c";
}
.icon-tw:before {
  content: "\e907";
}
.icon-yes:before {
  content: "\e90e";
}
.icon-no:before {
  content: "\e90f";
}
.icon-more:before {
  content: "\e916";
}
.icon-program:before {
  content: "\e917";
}
.icon-pencil:before {
  content: "\e918";
}
.icon-calendar:before {
  content: "\e919";
}
.icon-lock:before {
  content: "\e91a";
}
.icon-map:before {
  content: "\e91b";
}
.icon-checked:before {
  content: "\e91c";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-registered:before {
  content: "\ea52";
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/_/font/fontawesome5/fa-solid-900.eot');
  src: url('/_/font/fontawesome5/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/_/font/fontawesome5/fa-solid-900.woff2') format('woff2'), url('/_/font/fontawesome5/fa-solid-900.woff') format('woff'), url('/_/font/fontawesome5/fa-solid-900.ttf') format('truetype'), url('/_/font/fontawesome5/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'FontAwesome';
  font-weight: 900;
}
/** Global Styles **/
html,
body {
  background: #fff;
  color: #000;
  font: 16px/1.5em 'Open Sans', 'OpenSans', sans-serif;
  margin: 0 0;
  padding: 0 0;
}
html {
  background: #16234f;
  overflow-x: hidden;
}
a {
  color: #000;
}
a:link,
a:visited {
  color: #000;
}
a:hover,
a:active {
  color: #027385;
}
a[title]:after {
  display: none;
}
a[class^="icon-"]:before,
a[class*=" icon-"]:before {
  opacity: 0.5;
  display: inline-block;
  margin: 0 0.25em;
}
a[id^="fnref-"],
a[href^="#fnref-"] {
  color: #dc5535;
  font-size: 0.85em;
  text-decoration: none;
  vertical-align: super;
}
a[id^="fnref-"]:hover,
a[href^="#fnref-"]:hover,
a[id^="fnref-"]:active,
a[href^="#fnref-"]:active {
  color: #027385;
}
a[href^='http://']:after,
a[href^='https://']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07f";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
a[href^='http://']:hover:after,
a[href^='https://']:hover:after,
a[href^='http://']:active:after,
a[href^='https://']:active:after {
  opacity: 1;
}
a[href^='https://www.first.org']:after {
  display: none;
}
a[href^='https://www.first.org']:hover:after,
a[href^='https://www.first.org']:active:after {
  opacity: 1;
}
a[href^='mailto:']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03b";
  display: inline-block;
  margin: 0 0 0 0.25em;
  opacity: 0.5;
}
a[href^='mailto:']:hover:after,
a[href^='mailto:']:active:after {
  opacity: 1;
}
a[href$='.pdf']:after,
a[href$='.doc']:after,
a[href$='.zip']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00b";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
a[href$='.pdf']:hover:after,
a[href$='.doc']:hover:after,
a[href$='.zip']:hover:after,
a[href$='.pdf']:active:after,
a[href$='.doc']:active:after,
a[href$='.zip']:active:after {
  opacity: 1;
}
a[href$='.mp3']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
a[href$='.mp3']:hover:after,
a[href$='.mp3']:active:after {
  opacity: 1;
}
h1,
h2,
h3,
th,
.button {
  font-family: 'Phenomena', 'Open Sans', 'OpenSans', sans-serif;
}
h4 {
  font-family: 'Open sans', 'OpenSans', sans-serif;
}
h1,
h2,
h3,
h4 {
  line-height: 1em;
}
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  color: #eabd50;
  font-size: 2.5em;
  text-transform: uppercase;
}
h1 sup {
  font-size: 0.6em;
  display: inline-block;
  vertical-align: 0.4em;
}
h2 {
  font-size: 2em;
  color: #ff9600;
  margin-top: 0.5em;
}
h3 {
  font-size: 1.5em;
  color: #ff9600;
  margin-top: 0.8em;
}
h4 {
  font-size: 1em;
  color: #027385;
  line-height: 1.2em;
  margin-top: 1.2em;
}
:where(h1,h2,h3,h4) + :where(h1,h2,h3,h4) {
  margin-top: 1.5em !important;
}
p {
  padding: 0 0 0.2em 0;
}
ul {
  margin-bottom: 0.2em;
  padding-left: 1em;
}
ul li {
  list-style-position: outside;
}
li::marker {
  color: #e16d51;
}
/** END Global Styles **/
/** Special Class **/
.animated {
  transition: all 0.5s ease-out;
}
.box-fade {
  background: linear-gradient(to bottom, #e0e0e0 0%, #e0e0e0 50%, rgba(224, 224, 224, 0.8) 100%);
  height: 12em;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
}
.clickable {
  cursor: pointer;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
.no-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.notes {
  font-size: 0.9em;
  font-style: italic;
  line-height: 1em;
}
.tlp-white a[href$='#secure']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
.tlp-white a[href$='#secure']:hover:after,
.tlp-white a[href$='#secure']:active:after {
  opacity: 1;
}
@media only screen and (min-width: 1350px) {
  .desktop-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 853px) {
  /* Mobile */
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
  }
}
/** END Special Class **/
/** Buttons **/
.button {
  align-items: center;
  background: #e16d51;
  border-radius: 2em;
  color: #fff;
  display: inline-flex;
  font-size: 2em;
  height: 1em;
  justify-content: center;
  margin: 0.5em 0;
  padding: 0.3em 2em;
  text-align: center;
  text-transform: uppercase;
}
.button a {
  color: #fff;
  text-decoration: none;
}
.button a:active,
.button a:hover {
  color: #fff;
}
.button a:after {
  display: none;
}
.button:active,
.button:hover {
  background: #dc5535;
}
@media only screen and (max-width: 853px) {
  .button {
    /* Mobile */
    font-size: 1.5em;
    height: auto;
    line-height: 1em;
  }
}
/** Sections **/
.section-01,
.section-02,
.section-03 {
  overflow: hidden;
  padding-bottom: 5em;
  padding-top: 3em;
  position: relative;
}
.section-01 {
  background-color: #027385;
  color: #fff;
}
.section-01 h4 {
  color: #ff9600;
}
.section-01 a:link,
.section-01 a:visited {
  color: #ededed;
}
.section-01 a:hover,
.section-01 a:active {
  color: #ffb72a;
}
.section-02 {
  background-color: #ffb72a;
  color: #000;
}
.section-02 a:link,
.section-02 a:visited {
  color: #dc5535;
}
.section-02 a:hover,
.section-02 a:active {
  color: #ff3f12;
}
.section-03 {
  background-color: #e0e0e0;
  color: #000;
}
.section-03 a:link,
.section-03 a:visited {
  color: #000;
}
.section-03 a:hover,
.section-03 a:active {
  color: #027385;
}
/** Frames **/
#sidebar,
#navbar {
  display: none;
}
#socialnetworks {
  padding-top: 0.25em;
}
#socialnetworks a {
  font-size: 1.25em;
  line-height: 2.5em;
  padding: 0.1em;
  text-decoration: none !important;
}
#socialnetworks a:after {
  display: none;
}
.pc-chair.picture {
  display: block;
  float: right;
  margin: 0 auto 1em auto;
  width: 20em;
}
.nav {
  display: block;
  height: 100%;
  max-width: inherit;
  min-width: auto;
  padding-left: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
}
.nav > .subnav {
  text-align: center;
  line-height: 1.5em;
  font-size: 2em;
  display: none;
  width: 1.5em;
  height: 1.5em;
}
.nav > .subnav:before {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05e";
  color: #fff;
}
.nav > .subnav:hover:before,
.nav > .subnav.active:before {
  color: #ffcb64;
}
.nav > ul > li {
  list-style: none;
  /*display: inline-block !important;*/
  margin: 0;
  padding: 0;
  max-width: inherit;
}
.nav ul {
  border-top: none;
}
.nav ul ul {
  background: #16234f;
  border-radius: 0 0 15px 15px;
  z-index: 1;
}
.nav ul.navbar {
  display: flex;
  gap: 0.5em;
  position: relative;
  white-space: pre;
}
.nav ul.navbar:before,
.nav ul.navbar:after {
  display: none;
  content: '';
}
.nav ul.navbar a {
  display: block;
  height: auto;
  line-height: 1em;
  padding: 1em;
  text-decoration: none;
  width: auto;
}
.nav ul.navbar a.subnav {
  position: absolute;
  right: -1.25em;
  top: 0;
  width: 1em;
  z-index: 1;
}
.nav ul.navbar a.subnav:before {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05b";
  color: #fff;
  opacity: 0.5;
}
.nav ul.navbar a.subnav:hover:before,
.nav ul.navbar a.subnav:active:before,
.nav ul.navbar a.subnav.active:before,
.nav ul.navbar a.subnav.current-link:before {
  opacity: 1;
  color: #ffcb64;
}
.nav ul.navbar li {
  display: block;
}
.nav ul.navbar li:hover > ul,
.nav ul.navbar li:active > ul,
.nav ul.navbar .active > ul {
  display: block;
  transform: scale(1, 1);
  height: auto;
  opacity: 1;
}
.nav ul.navbar > li,
.nav ul.navbar > li > a {
  display: inline-block;
}
.nav ul.navbar > li {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
}
.nav ul.navbar ul {
  height: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0;
  padding-bottom: 15px;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: scale(1, 0);
  transform-origin: left top;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: normal;
  width: 16em;
}
.nav ul.navbar ul > li > a {
  color: #fff !important;
  padding: 0.55em;
}
.nav ul.navbar ul > li:hover {
  background: #ffcb64;
}
.nav ul.navbar ul > li:hover > a:hover {
  color: #16234f !important;
}
.nav ul.navbar ul > li:last-child {
  border-radius: 0 0 15px 15px;
}
@media only screen and (max-width: 853px) {
  .nav {
    flex-direction: column;
    align-items: end;
  }
  .nav > .subnav {
    display: block;
  }
  .nav > ul > li {
    display: none;
    max-width: 20em;
  }
  .nav ul ul {
    border-radius: 0 0 0 0;
    z-index: 1;
  }
  .nav ul.navbar {
    background: #16234f;
    border-radius: 0 0 15px 15px;
    display: none;
    position: absolute;
    right: 0;
    top: 3em;
    width: 20em;
  }
  .nav ul.navbar a.subnav {
    right: 0;
  }
  .nav ul.navbar > li:last-child {
    border-radius: 0 0 15px 15px;
  }
  .nav ul.navbar > li:last-child.active ul {
    margin-bottom: 1em !important;
  }
  .nav ul.navbar ul {
    background-color: #303d68;
    position: relative;
    width: 100%;
  }
  .nav ul.navbar ul > li:last-child {
    border-radius: 0 0 0 0;
  }
  .nav:hover ul.navbar,
  .nav.active ul.navbar,
  .nav > .subnav.active + ul.navbar {
    display: flex;
    flex-direction: column;
  }
}
.nav li:hover > .subnav,
.menu li:hover > .subnav {
  background: transparent;
}
.nav li:hover > .subnav:before,
.menu li:hover > .subnav:before {
  color: #16234f;
}
.firstcon {
  display: block;
  height: 100%;
  margin: 0 0.5em;
  overflow: hidden;
  width: 10em;
}
.firstcon a {
  background: #fff;
  display: block;
  height: 1.2em;
  margin: 0.8em 0 !important;
  width: 100%;
  mask: url("/_/e/firstcon26/hashtag.svg") no-repeat left / contain;
}
.firstcon a:hover,
.firstcon a:active {
  background-color: #ffb72a !important;
}
.firstcon a span {
  display: none;
}
.box-location {
  display: flex;
  gap: 2em;
  margin-top: 1em;
  text-align: left;
  justify-content: space-between;
}
.box-location img {
  max-width: 100%;
  border: 2px solid #e16d51;
}
.box-location .box-map {
  flex: 1;
}
.box-location .box-map p {
  font-size: 0.8em;
}
.box-location .box-map a:after {
  display: none;
}
.box-location .box-address {
  display: block;
  flex: 1;
  text-align: left;
}
@media only screen and (max-width: 853px) {
  .box-location {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 0;
  }
}
/** END Frames **/
/** Sponsors **/
.sponsor-list {
  margin-bottom: 10em;
}
.sponsor-list h1 ~ h2 {
  padding: 0.75em 0 !important;
  text-align: center;
  margin-bottom: 0 !important;
}
.sponsor-list h4 {
  color: #16234f;
}
.sponsor-list h4#Diamond {
  color: #e16d51;
}
.sponsor-list h4#Platinum {
  color: #f3a662;
}
.sponsor-list h4#Gold {
  color: #77c1a2;
}
.sponsor-list h4#Silver {
  color: #a5a5a5;
}
.sponsor-list h4#Bronze {
  color: #b77799;
}
.sponsor-list h4#Exhibitor {
  color: #7474a5;
}
.sponsor-list h4#Champion {
  color: #158287;
}
.sponsor-list ul {
  margin: 2em auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.sponsor-list ul > li {
  height: 14em;
  background-color: #fff;
  border: 2px solid #fab620;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1em 1em 1em;
  padding: 0 0 0.5em 0;
  position: relative;
  text-align: center;
  text-indent: 0 !important;
  vertical-align: top;
  width: 14em;
}
.sponsor-list ul > li p {
  margin: 0;
}
.sponsor-list ul > li h4 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 1.75em;
  width: 100%;
}
.sponsor-list ul > li h4 ~ p,
.sponsor-list ul > li h3,
.sponsor-list ul > li h3 ~ p {
  display: none;
}
.sponsor-list ul > li img {
  display: inline-block;
  width: 100%;
  margin-top: 0.25em;
}
.sponsor-highlight {
  overflow: hidden;
}
.sponsor-highlight .sponsor-list {
  margin: 0 0 !important;
}
.sponsor-highlight .sponsor-list ul {
  align-items: stretch;
  align-content: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 !important;
  width: 100%;
}
.sponsor-highlight .sponsor-list ul > li {
  margin: 0 0 !important;
  padding: 0 0 !important;
}
.sponsor-highlight .sponsor-list ul > li:has(div.local-host) {
  border: 0.5em solid #16234f;
}
.sponsor-highlight .sponsor-list ul > li:has(div.diamond) {
  border: 0.5em solid #e16d51;
}
.sponsor-highlight .sponsor-list ul > li:has(div.plantium) {
  border: 0.5em solid #f3a662;
}
.sponsor-highlight .sponsor-list ul > li:has(div.gold) {
  border: 0.5em solid #77c1a2;
}
.sponsor-highlight .sponsor-list ul > li:has(div.silver) {
  border: 0.5em solid #a5a5a5;
}
.sponsor-highlight .sponsor-list ul > li:has(div.bronze) {
  border: 0.5em solid #b77799;
}
.sponsor-highlight .sponsor-list ul > li:has(div.exhibitor) {
  border: 0.5em solid #7474a5;
}
.sponsor-highlight .sponsor-list ul > li:has(div.champion) {
  border: 0.5em solid #158287;
}
@media only screen and (max-width: 853px) {
  .sponsor-highlight .sponsor-list ul {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: column;
    gap: 2em;
  }
}
/** Overlay & Popups Styles */
.overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.overlay a.button.s-api--close {
  background: transparent;
  flex: 0;
  margin: 0;
  padding: 1em;
  position: absolute;
  right: -1em;
  top: -1em;
  width: auto;
  z-index: 100;
}
.overlay a.button.s-api--close:before {
  content: '\f057';
  color: #fab620;
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.5em;
  text-align: center;
  opacity: 0.5;
}
.overlay a.button.s-api--close:hover:before {
  color: #ffb72a !important;
  opacity: 1;
}
.overlay a.button.s-api--close:hover,
.overlay a.button.s-api--close:active {
  background-color: transparent !important;
}
.pre-popup {
  width: calc(100vw - 10em);
  max-width: 80em;
  min-width: 30%;
  max-height: 90vh;
  min-height: 15em;
  padding-right: 0;
  position: relative;
}
.pre-popup .pop-content {
  background-color: rgba(255, 255, 255, 0.92);
  border: 0.2em solid #fab620;
  border-radius: 9em;
  color: #000;
  display: flex;
  gap: 2em;
  overflow-y: auto;
  padding: 2em;
}
.pre-popup .pop-content .button.s-api--close {
  top: 1.25em !important;
  right: 1em !important;
  opacity: 0.5;
}
.pre-popup .pop-content .button.s-api--close:hover,
.pre-popup .pop-content .button.s-api--close:active {
  opacity: 1;
}
.pre-popup .pop-content a {
  color: #000 !important;
}
.pre-popup .pop-content a:link,
.pre-popup .pop-content a:visited {
  color: #000 !important;
}
.pre-popup .pop-content a:hover,
.pre-popup .pop-content a:active {
  color: #027385 !important;
}
.pre-popup .pop-content p {
  padding: 0;
  text-align: left;
}
.pre-popup .pop-content h4 {
  display: none;
}
.pre-popup .pop-content h3 {
  clear: none;
  font-weight: 400;
  margin-top: 0 !important;
  text-align: left;
}
.pre-popup .pop-content h3 strong {
  font-weight: 700;
}
.pre-popup .pop-content img {
  width: 15em !important;
  height: 15em;
}
.pre-popup .pop-content .pc-sponsor {
  align-self: center;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  max-width: 100%;
}
.pre-popup .pop-content .pc-member {
  margin: 0;
  min-height: 6em;
}
.pre-popup .pop-content .pc-member.has-picture {
  min-height: 14.5em;
  margin-left: 16em;
}
.pre-popup .pop-content .pc-member.has-picture ~ span.frame-picture {
  left: 2em;
  top: 2em;
}
.pre-popup .pop-content .pc-member h4 {
  display: block;
  font-family: 'Phenomena', 'Open Sans', 'OpenSans', sans-serif;
  color: #ff9600;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.pre-popup .pop-content .pc-member h4 strong {
  font-weight: 700;
}
.pre-popup .pop-content .pc-member ~ span.frame-picture {
  left: 6em;
  top: 4em;
  width: 16em;
  height: 16em;
  position: absolute;
}
.pre-popup .pop-content .pc-member ~ span.frame-picture::before {
  content: ' ';
  width: 14em;
  height: 14em;
  border-radius: 50% 50%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 0.5em solid #007484;
}
.pre-popup .pop-content .pc-member ~ span.frame-picture img.picture {
  border-radius: 50% 50%;
  position: absolute;
  height: 14.75em !important;
  left: 0.2em;
  top: 0.2em;
  width: 14.75em !important;
}
@media only screen and (max-width: 853px) {
  .pre-popup {
    max-width: 95%;
    width: calc(100vw - 6em);
    max-height: 90vh;
  }
  .pre-popup .pop-content {
    display: block;
    border-radius: 6em;
  }
  .pre-popup .pop-content p:first-child {
    margin: 0 !important;
  }
  .pre-popup .pop-content p:first-child img {
    margin-left: -1em;
  }
  .pre-popup .pop-content .pc-member.has-picture {
    min-height: 5em;
    margin-left: 0;
  }
  .pre-popup .pop-content span.frame-picture {
    display: none;
  }
  .pre-popup .pop-content .pc-sponsor,
  .pre-popup .pop-content .pc-member {
    max-width: 100%;
    max-height: calc(100vh - 25em);
    overflow-y: auto;
    display: block;
    margin: 0 -1em;
    padding: 0 1em;
  }
  .pre-popup .pop-content .pc-member {
    max-height: calc(100vh - 8em);
  }
}
/** Tables styles **/
table {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
table thead th {
  font-size: 1.1em;
  line-height: 1em;
  padding: 0.5em 0.5em !important;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
table thead th:first-child {
  color: #fff !important;
}
table tbody td {
  font-size: 0.8em;
  line-height: 1.1em;
  padding: 0.5em;
}
table.data-preview,
table.list,
.data-preview table {
  background: #fff;
}
.numbers-table table,
.sponsorship-table table,
.additional-programming table,
html.program table,
table.tbl-program,
.tbl-program table {
  background: #fff;
  border-spacing: 2px;
  border-collapse: separate;
  min-width: 60em;
  width: 100%;
}
.numbers-table table thead th,
.sponsorship-table table thead th,
.additional-programming table thead th,
html.program table thead th,
table.tbl-program thead th,
.tbl-program table thead th {
  border-bottom: none;
  color: #000;
  background: #16234f;
}
.numbers-table table thead th a:link,
.sponsorship-table table thead th a:link,
.additional-programming table thead th a:link,
html.program table thead th a:link,
table.tbl-program thead th a:link,
.tbl-program table thead th a:link,
.numbers-table table thead th a:visited,
.sponsorship-table table thead th a:visited,
.additional-programming table thead th a:visited,
html.program table thead th a:visited,
table.tbl-program thead th a:visited,
.tbl-program table thead th a:visited {
  color: #ccc;
}
.numbers-table table thead th .details,
.sponsorship-table table thead th .details,
.additional-programming table thead th .details,
html.program table thead th .details,
table.tbl-program thead th .details,
.tbl-program table thead th .details {
  font-weight: 400;
  color: #eee;
}
.numbers-table table tr:nth-child(odd),
.sponsorship-table table tr:nth-child(odd),
.additional-programming table tr:nth-child(odd),
html.program table tr:nth-child(odd),
table.tbl-program tr:nth-child(odd),
.tbl-program table tr:nth-child(odd) {
  background-color: rgba(22, 35, 79, 0.15);
}
.numbers-table table tr:nth-child(even),
.sponsorship-table table tr:nth-child(even),
.additional-programming table tr:nth-child(even),
html.program table tr:nth-child(even),
table.tbl-program tr:nth-child(even),
.tbl-program table tr:nth-child(even) {
  background-color: rgba(22, 35, 79, 0.08);
}
.numbers-table table td,
.sponsorship-table table td,
.additional-programming table td,
html.program table td,
table.tbl-program td,
.tbl-program table td {
  vertical-align: middle;
}
.numbers-table table p,
.sponsorship-table table p,
.additional-programming table p,
html.program table p,
table.tbl-program p,
.tbl-program table p {
  padding: 0;
}
.numbers-table table p + p,
.sponsorship-table table p + p,
.additional-programming table p + p,
html.program table p + p,
table.tbl-program p + p,
.tbl-program table p + p {
  margin-top: 0.5em;
}
.numbers-table table .tlp,
.sponsorship-table table .tlp,
.additional-programming table .tlp,
html.program table .tlp,
table.tbl-program .tlp,
.tbl-program table .tlp {
  font-size: 0.8em;
  padding: 0.1em 0.15em 0.2em 0.15em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.numbers-table table p.presenter ~ .tlp,
.sponsorship-table table p.presenter ~ .tlp,
.additional-programming table p.presenter ~ .tlp,
html.program table p.presenter ~ .tlp,
table.tbl-program p.presenter ~ .tlp,
.tbl-program table p.presenter ~ .tlp {
  position: relative;
  top: -1em;
  margin-bottom: 0;
}
.wide {
  max-width: inherit !important;
}
.sponsorship-table table tbody {
  color: #000;
  background-color: #fff;
}
.sponsorship-table table thead th:nth-child(2) {
  background: #e16d51;
}
.sponsorship-table table tbody td:nth-child(2) {
  background: hsla(11.66666667, 70.58823529%, 60%, 0.2);
}
.sponsorship-table table thead th:nth-child(3) {
  background: #f3a662;
}
.sponsorship-table table tbody td:nth-child(3) {
  background: hsla(28.13793103, 85.79881657%, 66.8627451%, 0.2);
}
.sponsorship-table table thead th:nth-child(4) {
  background: #77c1a2;
}
.sponsorship-table table tbody td:nth-child(4) {
  background: hsla(154.86486486, 37.37373737%, 61.17647059%, 0.2);
}
.sponsorship-table table thead th:nth-child(5) {
  background: #a5a5a5;
}
.sponsorship-table table tbody td:nth-child(5) {
  background: hsla(0, 0%, 64.70588235%, 0.2);
}
.sponsorship-table table thead th:nth-child(6) {
  background: #b77799;
}
.sponsorship-table table tbody td:nth-child(6) {
  background: hsla(328.125, 30.76923077%, 59.21568627%, 0.2);
}
.sponsorship-table table thead th:nth-child(7) {
  background: #7474a5;
}
.sponsorship-table table tbody td:nth-child(7) {
  background: hsla(240, 21.39737991%, 55.09803922%, 0.2);
}
.sponsorship-table table thead th:nth-child(8) {
  background: #158287;
}
.sponsorship-table table tbody td:nth-child(8) {
  background: hsla(182.63157895, 73.07692308%, 30.58823529%, 0.2);
}
.sponsorship-table table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.2);
}
.sponsorship-table table tbody td[colspan] {
  background: none !important;
}
/** END TABLES **/
/** Header **/
#header {
  background-color: #16234f;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 50;
}
#header a {
  text-decoration: none;
}
#header a:link,
#header a:visited {
  color: #ededed;
}
#header a:hover,
#header a:active,
#header a.current-link {
  color: #ffb72a;
}
#header .wrapper-header {
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 12vw 0 calc(12vw + 11em + 2em);
  max-width: 1920px;
  width: calc(100vw - ((12vw * 2) + 11em + 2em));
}
@media only screen and (max-width: 853px) {
  #header .wrapper-header {
    max-width: 853px !important;
  }
}
#header .home-header {
  display: none;
}
#header .topbar {
  background: #16234f;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 3.5em;
  left: 0;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 100;
}
#header .topbar h3 {
  color: #fff;
  margin: 0;
  padding-top: 0.5em;
}
#header .topbar .wrapper-header {
  position: relative;
}
#header .topbar .firstcon,
#header .topbar .nav {
  flex-shrink: 0;
  display: none;
}
@media only screen and (max-width: 853px) {
  #header .topbar .firstcon {
    display: block;
    margin-left: 2em !important;
  }
}
#header ul,
#header li {
  list-style: none;
  /*display: block;*/
  margin: 0;
  padding: 0;
  max-width: inherit;
}
#header .theme {
  font-family: 'Phenomena', 'Open Sans', 'OpenSans', sans-serif;
}
#header .logo-internal {
  left: 12vw;
  position: absolute;
  top: 1em;
  width: 11em;
  z-index: 100;
}
#header .std-bar {
  background: #e16d51;
  height: 3em;
  margin-top: 3.5em;
  position: relative;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
}
#header .std-bar .wrapper-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 0.2em;
}
#header .std-bar .wrapper-header img {
  display: none;
}
footer {
  background: #16234f;
}
#footer {
  background: #16234f;
  color: #fff;
  margin: auto;
  min-height: 6em;
  width: 100%;
}
#footer .wrapper-footer {
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: calc(100vw - (12vw * 2));
}
@media only screen and (max-width: 853px) {
  #footer .wrapper-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer p {
  padding: 1em 1em 1em 10em;
  margin: 0;
}
#footer a:link,
#footer a:visited {
  color: #ededed;
}
#footer a:hover,
#footer a:active {
  color: #ffb72a;
}
#footer a:after {
  display: none;
}
#footer .footer-content p,
#footer .footer-logo p {
  margin: 0;
  padding: 0;
}
#footer .footer-logo {
  flex: 1;
}
#footer .footer-logo img {
  max-width: 12em;
  min-width: 8em;
  margin: 0;
}
#footer .footer-content {
  flex: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 853px) {
  #footer {
    padding-bottom: 2em;
  }
  #footer .footer-logo,
  #footer .footer-content,
  #footer #socialnetworks {
    flex: 1 1 auto;
    text-align: center;
    white-space: normal;
  }
  #footer #socialnetworks {
    margin-top: 1em;
  }
}
#body {
  background-color: #e0e0e0;
  color: #000;
  overflow: hidden;
  padding-top: 12em;
  padding-bottom: 3em;
}
#body .wrapper-body {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  width: calc(100vw - (18vw * 2));
  z-index: 1;
}
#body .wrapper-body:has(div.col1,div.col2) {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
}
#body .wrapper-body:has(div.col1,div.col2) .col1,
#body .wrapper-body:has(div.col1,div.col2) .col2 {
  flex: 1 1 auto;
  width: 35%;
}
#body .wrapper-body:has(div.col1,div.col2) .flex-3 {
  flex: 3;
}
#body div:has(.decorations) {
  padding-bottom: 0;
}
#body .decorations {
  position: relative;
  height: 16em;
  z-index: 0;
}
#body .decorations .wrapper-body {
  position: relative;
  height: 100%;
}
#body .decorations .montain {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
#body .decorations .montain img {
  position: absolute;
  top: -7.5em;
  width: 46em;
  right: 0;
}
#body .decorations .sunshine {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#body .decorations .sunshine img {
  animation: rotateZ 80s infinite;
  position: absolute;
  right: -40em;
  top: -51em;
  width: 125em;
}
@media only screen and (max-width: 853px) {
  #body {
    padding-top: 8em;
  }
  #body .wrapper-body {
    display: block;
    margin: 0 auto;
    max-width: 853px !important;
    width: 80%;
  }
  #body .wrapper-body:has(div.col1, div.col2) {
    display: block;
  }
  #body .wrapper-body:has(div.col1, div.col2) .col1,
  #body .wrapper-body:has(div.col1, div.col2) .col2 {
    flex: none;
    width: 100%;
  }
  #body .wrapper-body:has(div.col1, div.col2) .col2 {
    margin-left: 0;
  }
  #body .decorations {
    height: 10em;
  }
  #body .decorations .wrapper-body {
    width: 100%;
  }
  #body .decorations .montain img {
    bottom: 0;
    left: -3.5em;
    position: absolute;
    right: auto;
    top: auto;
    width: 33em;
  }
}
/** Pages styles **/
/* Home and PC */
html.d2026-index #header,
html.d2026-pc #header,
html.d2026-orsw24ak-index #header {
  position: relative;
}
html.d2026-index #header .firstcon,
html.d2026-pc #header .firstcon,
html.d2026-orsw24ak-index #header .firstcon,
html.d2026-index #header .nav,
html.d2026-pc #header .nav,
html.d2026-orsw24ak-index #header .nav {
  display: inherit;
}
html.d2026-index #header .wrapper-header,
html.d2026-pc #header .wrapper-header,
html.d2026-orsw24ak-index #header .wrapper-header {
  margin: 0 auto;
  max-width: 1920px;
  width: 80%;
}
html.d2026-index #header .home-header,
html.d2026-pc #header .home-header,
html.d2026-orsw24ak-index #header .home-header {
  background-image: url("/_/e/firstcon26/header-images.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: -62em 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  display: block;
  height: 25em;
  margin-top: 2.5em;
  position: relative;
  z-index: 5;
}
html.d2026-index #header .home-header .logo,
html.d2026-pc #header .home-header .logo,
html.d2026-orsw24ak-index #header .home-header .logo {
  position: absolute;
  top: 15em;
  width: 20em;
  z-index: 1;
}
html.d2026-index #header .home-header .logo-internal,
html.d2026-pc #header .home-header .logo-internal,
html.d2026-orsw24ak-index #header .home-header .logo-internal {
  display: none;
}
html.d2026-index #header .home-header .theme,
html.d2026-pc #header .home-header .theme,
html.d2026-orsw24ak-index #header .home-header .theme {
  display: inline-block;
  left: 27em;
  position: absolute;
  rotate: -45deg;
  top: 6em;
}
html.d2026-index #header .home-header .theme img,
html.d2026-pc #header .home-header .theme img,
html.d2026-orsw24ak-index #header .home-header .theme img {
  width: 18em;
}
html.d2026-index #header .topbar,
html.d2026-pc #header .topbar,
html.d2026-orsw24ak-index #header .topbar {
  height: 3em;
}
html.d2026-index #header .topbar > .wrapper-header,
html.d2026-pc #header .topbar > .wrapper-header,
html.d2026-orsw24ak-index #header .topbar > .wrapper-header {
  width: 98%;
}
html.d2026-index #header .topbar > .wrapper-header > .theme,
html.d2026-pc #header .topbar > .wrapper-header > .theme,
html.d2026-orsw24ak-index #header .topbar > .wrapper-header > .theme {
  display: none;
}
html.d2026-index #header .logo-internal,
html.d2026-pc #header .logo-internal,
html.d2026-orsw24ak-index #header .logo-internal {
  display: none;
}
html.d2026-index #header .std-bar,
html.d2026-pc #header .std-bar,
html.d2026-orsw24ak-index #header .std-bar {
  height: 4em;
  margin-top: 0;
  text-align: right;
}
html.d2026-index #header .std-bar .wrapper-header,
html.d2026-pc #header .std-bar .wrapper-header,
html.d2026-orsw24ak-index #header .std-bar .wrapper-header {
  justify-content: end;
}
html.d2026-index #header .std-bar .wrapper-header .nav,
html.d2026-pc #header .std-bar .wrapper-header .nav,
html.d2026-orsw24ak-index #header .std-bar .wrapper-header .nav,
html.d2026-index #header .std-bar .wrapper-header .firstcon,
html.d2026-pc #header .std-bar .wrapper-header .firstcon,
html.d2026-orsw24ak-index #header .std-bar .wrapper-header .firstcon {
  display: none;
}
html.d2026-index #header .std-bar img,
html.d2026-pc #header .std-bar img,
html.d2026-orsw24ak-index #header .std-bar img {
  display: block;
  height: 2em;
}
html.d2026-index #body .wrapper-body,
html.d2026-pc #body .wrapper-body,
html.d2026-orsw24ak-index #body .wrapper-body {
  width: 80%;
}
/* Home */
html.d2026-index .socialnetworks,
html.d2026-orsw24ak-index .socialnetworks {
  padding-top: 0;
}
html.d2026-index .section-01,
html.d2026-orsw24ak-index .section-01,
html.d2026-index .section-02,
html.d2026-orsw24ak-index .section-02,
html.d2026-index .section-03,
html.d2026-orsw24ak-index .section-03 {
  padding-bottom: 0;
  padding-top: 0;
}
html.d2026-index .section-01,
html.d2026-orsw24ak-index .section-01 {
  background-color: transparent;
  box-shadow: none;
  z-index: 5;
}
html.d2026-index .section-01.sponsor-highlight,
html.d2026-orsw24ak-index .section-01.sponsor-highlight {
  background-color: #027385;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
html.d2026-index .section-01.sponsor-highlight .wrapper-body,
html.d2026-orsw24ak-index .section-01.sponsor-highlight .wrapper-body {
  align-items: center;
  margin-bottom: 4em !important;
  margin-top: 2em !important;
}
html.d2026-index .section-02,
html.d2026-orsw24ak-index .section-02 {
  background-image: url("/_/e/firstcon26/home-section-02.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  /*box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.8);*/
  box-shadow: inset 0px -5px 7px 0px rgba(0, 0, 0, 0.8), inset 0px 5px 7px 0px rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 6;
}
html.d2026-index .section-02 .wrapper-body,
html.d2026-orsw24ak-index .section-02 .wrapper-body {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: flex-end;
  min-height: 30em;
}
html.d2026-index .section-02 .wrapper-body .col1,
html.d2026-orsw24ak-index .section-02 .wrapper-body .col1 {
  align-self: center;
  flex: none !important;
  padding: 0 10em;
  width: 35% !important;
}
html.d2026-index .section-02 h2,
html.d2026-orsw24ak-index .section-02 h2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 400;
}
html.d2026-index .section-02 a:link,
html.d2026-orsw24ak-index .section-02 a:link,
html.d2026-index .section-02 a:visited,
html.d2026-orsw24ak-index .section-02 a:visited {
  color: #fff;
  text-decoration: none;
}
html.d2026-index .section-02 a:hover,
html.d2026-orsw24ak-index .section-02 a:hover,
html.d2026-index .section-02 a:active,
html.d2026-orsw24ak-index .section-02 a:active {
  color: #ff3f12;
}
html.d2026-index #body,
html.d2026-orsw24ak-index #body {
  background-color: #027385;
  color: #fff;
  padding-top: 8em;
  padding-bottom: 0;
}
html.d2026-index #body .box-fade,
html.d2026-orsw24ak-index #body .box-fade {
  display: none;
}
html.d2026-index #body a:link,
html.d2026-orsw24ak-index #body a:link,
html.d2026-index #body a:visited,
html.d2026-orsw24ak-index #body a:visited {
  color: #ededed;
}
html.d2026-index #body a:hover,
html.d2026-orsw24ak-index #body a:hover,
html.d2026-index #body a:active,
html.d2026-orsw24ak-index #body a:active {
  color: #ffb72a;
}
html.d2026-index #footer .wrapper-footer,
html.d2026-orsw24ak-index #footer .wrapper-footer {
  width: 82%;
}
/* PC */
html.d2026-pc .pc-chair.picture {
  float: none;
}
html.d2026-pc #header .home-header {
  box-shadow: none;
}
html.d2026-pc #header .home-header .logo {
  top: 10em;
}
html.d2026-pc #header .home-header .theme {
  left: 29em;
  top: 4.5em;
}
html.d2026-pc #header .std-bar {
  box-shadow: none;
  height: 1em;
}
html.d2026-pc #header .std-bar .wrapper-header {
  display: none;
}
html.d2026-pc #body {
  padding-top: 0;
}
html.d2026-pc #body .box-fade {
  display: none;
}
html.d2026-pc .section-01 {
  padding-top: 4em;
}
html.d2026-pc .section-01,
html.d2026-pc .section-02 {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
}
html.d2026-pc .section-01 {
  z-index: 4;
}
html.d2026-pc .section-02 {
  z-index: 3;
}
html.d2026-pc .section-03 {
  z-index: 2;
}
/** END Pages styles **/
/** Medias Styles **/
@media only screen and (max-width: 853px) {
  /*Mobile*/
  .box-fade {
    height: 8em;
  }
  #header {
    position: relative;
  }
  #header .home-header {
    display: none;
  }
  #header .topbar {
    height: 3em;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
  #header .topbar .wrapper-header {
    margin: 0 auto;
    width: 98%;
  }
  #header .topbar .wrapper-header .nav {
    display: inherit;
  }
  #header .topbar .wrapper-header .theme {
    display: none;
  }
  #header .logo-internal {
    display: none;
  }
  #header .std-bar {
    background-image: url("/_/e/firstcon26/mobile-mountain-sun-white.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    margin-top: 3em;
    position: fixed;
    text-align: right;
    width: 100%;
  }
  #header .std-bar .wrapper-header {
    font-size: 1.1em;
    font-weight: 700;
    justify-content: center;
    margin: 0 0;
    padding: 0;
    width: 100%;
  }
  #header .std-bar .wrapper-header .nav,
  #header .std-bar .wrapper-header .firstcon {
    display: none;
  }
  html.d2026-index #header .home-header,
  html.d2026-orsw24ak-index #header .home-header {
    background-image: url("/_/e/firstcon26/mobile-header-image.jpg");
    background-position: 0 0;
    background-size: cover !important;
    height: 12em;
  }
  html.d2026-index #header .home-header .logo,
  html.d2026-orsw24ak-index #header .home-header .logo {
    display: block;
    width: 13em;
    top: 5em;
    left: 1.2em;
  }
  html.d2026-index #header .std-bar,
  html.d2026-orsw24ak-index #header .std-bar {
    background-image: none;
    height: 4em;
    margin-top: 0;
    position: relative;
  }
  html.d2026-index #header .std-bar .wrapper-header,
  html.d2026-orsw24ak-index #header .std-bar .wrapper-header {
    width: 90%;
    justify-content: end;
  }
  html.d2026-index #header .std-bar .wrapper-header img,
  html.d2026-orsw24ak-index #header .std-bar .wrapper-header img {
    height: 1.4em;
  }
  html.d2026-index #header .std-bar .wrapper-header .theme.mobile-only,
  html.d2026-orsw24ak-index #header .std-bar .wrapper-header .theme.mobile-only {
    display: none !important;
  }
  html.d2026-index #body,
  html.d2026-orsw24ak-index #body {
    padding-top: 4em;
  }
  html.d2026-index .section-02,
  html.d2026-orsw24ak-index .section-02 {
    background-position: -50em 0;
  }
  html.d2026-index .section-02 .wrapper-body .col1,
  html.d2026-orsw24ak-index .section-02 .wrapper-body .col1 {
    width: 95% !important;
    padding: 10em 1em;
  }
}
.cards ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cards ul li {
  padding: 0;
  margin: 0 0 1.5em 0;
  display: inline-block;
  position: relative;
  width: 24em;
  height: 18em;
  text-indent: 0 !important;
  display: flex;
  float: left;
  align-items: center;
}
.cards ul li:before {
  display: none !important;
}
.cards ul li:hover:before,
.cards ul li:active:before,
.cards ul li:focus:before {
  left: 0%;
  top: 0%;
  width: 100% !important;
  padding-bottom: 66.6%;
}
.cards ul li a {
  flex: 1;
  text-decoration: none;
  font-family: Montserrat, 'Fira Sans', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 0.75em;
}
.cards ul li a:before {
  flex: none;
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
}
.cards ul li a:after {
  display: none;
}
.cards ul li a strong {
  font-weight: 700;
  display: block;
}
.cards ul li a:link,
.cards ul li a:visited {
  color: #fff;
}
.cards ul:after {
  content: ' ';
  display: block;
  clear: left;
  height: 1px;
}
.cards.pop-list ul li:before {
  background: none;
  box-shadow: none;
}
.cards.pop-list li {
  overflow-x: hidden;
  overflow-y: hidden;
}
.cards.pop-list img {
  flex: none;
  position: absolute;
  display: block;
  left: 1.5em;
  top: 0.5em;
  width: 14em;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cards.c4 ul li {
  width: 18.75em;
  height: 14em;
}
.cards.c6 ul li {
  width: 16.65em;
  height: 14em;
}
.cards.no-pc ul li {
  overflow-x: visible;
  overflow-y: visible;
  height: 22.8em;
}
.cards.no-pc ul li:before {
  box-shadow: 0 3px 10px #fff;
  padding-bottom: 85%;
  background: #aaa;
  z-index: 2;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
}
.cards.no-pc ul li .role,
.cards.no-pc ul li .biography {
  display: none;
}
.cards.no-pc .pc-list li:after {
  content: ' ';
  width: 15em;
  height: 15em;
  border-radius: 50% 50%;
  background: rgba(0, 116, 132, 0.4);
  display: block;
  position: absolute;
  top: -0.5em;
  left: 0.5em;
  z-index: 2;
  border: 0.5em solid #007484;
  z-index: -1;
}
.cards.no-pc .frame-picture::before {
  content: ' ';
  width: 14em;
  height: 14em;
  border-radius: 50% 50%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  z-index: 2;
  border: 0.5em solid #e16d51;
}
.cards.no-pc .frame-picture img {
  z-index: 1;
  border-radius: 50% 50%;
}
.cards.no-pc .pc-member {
  bottom: 0;
  color: #fff;
  height: 7em;
  left: 1.2em;
  padding: 0.3em 1em;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 65%;
  z-index: 11;
}
.cards.no-pc h4 {
  color: #007484;
  margin: 1em 0 0 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.cards.no-pc p.host {
  color: red;
  margin-bottom: 0.5em;
  overflow: hidden !important;
  padding-bottom: 2em;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.cards.no-pc p.host span {
  display: block;
}
