/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

body, html {
    scrollbar-face-color: ThreeDFace !important;
    scrollbar-shadow-color: ThreeDDarkShadow !important;
    scrollbar-highlight-color: ThreeDHighlight !important;
    scrollbar-3dlight-color: ThreeDLightShadow !important;
    scrollbar-darkshadow-color: ThreeDDarkShadow !important;
    scrollbar-track-color: Scrollbar !important;
    scrollbar-arrow-color: ButtonText !important;
    font-size: 10px; /* toppadding*/
  }

img,
legend {
    border: 100
}

legend,
td,
th {
    padding: 0
}

.Burger,
.Button,
.Text-link,
a {
    text-decoration: none
}

.Center,
.Modal,
.Nav {
    text-align: center 
}

.List,
.Schedule-event {
    list-style-type: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
p {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    color: inherit
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em;
    font-size: .6em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

.Dropdown,
.Header,
.ImageCard {
    overflow: hidden
}

button,
select {
    text-transform: none
}

.Burger,
.Button,
.Nav-item,
.Schedule-speaker,
.Text--logo,
.Text--logoSmall {
    text-transform: uppercase
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

.Profile,
.Radio-label {
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.register
{
    font-size: 16px;
    letter-spacing: 1px;
    border:2px solid white;
    padding: 8px 18px;
    border-radius: 50px;
}

#reg
{
    margin-top: 40px;
    margin-left: -15px;
}

@media screen and (max-width: 440px)
{
    .register
    {
        font-size: 14px;
        letter-spacing: 1px;
        border:2px solid white;
        padding: 8px 18px;
        border-radius: 50px;
    }
    
    #reg
    {
        margin-top: 20px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
}

.Burger,
.Button {
    letter-spacing: .15em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #4f7ca2;
    border: 2px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    /* color: black; */
    font-weight: 700;
    display: inline-block;
    margin: 0;
    padding: 9px 60px 11px;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Button--small {
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 30px 6px
}

@media only screen and (min-width:1240px) {
    .Button--small {
        padding-left: 60px;
        padding-right: 60px
    }
}

.Button--watch {
    background-color: #fff;
    color: #000
}

.Button--black {
    background-color: transparent;
    border-color: #000;
    color: #000
}

.Button--black:hover {
    background-color: #000;
    color: #fff
}

.Burger {
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    height: 40px;
    outline: 0;
    padding: 0;
    padding: 3px;
    position: absolute;
    margin-top: 14px;
    right: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 45px;
    z-index: 5;
}

@media only screen and (min-width:768px) {
    .Burger {
        display: none
    }
    .Center-content {
        padding: 0pc 0 4pc
    }
}

.Caret,
.Center-content,
.Center::before {
    display: inline-block;
    vertical-align: middle
}

.Burger-bot,
.Burger-mid,
.Burger-top {
    background: #fff;
    height: 2px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    width: 100%
}

.Burger-top {
    margin-bottom: 8px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.Burger-mid {
    margin-bottom: 8px;
    -webkit-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    transform-origin: 50% 1px
}

.Burger-bot {
    -webkit-transform-origin: 50% 2px;
    -ms-transform-origin: 50% 2px;
    transform-origin: 50% 2px
}

.is-navigating .Burger .Burger-top {
    -webkit-transform: translate(0, 11px) rotate(225deg);
    -ms-transform: translate(0, 11px) rotate(225deg);
    transform: translate(0, 11px) rotate(225deg);
    -webkit-transform: translate3d(0, 11px, 0) rotate(225deg);
    transform: translate3d(0, 11px, 0) rotate(225deg)
}

.is-navigating .Burger .Burger-mid {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg)
}

.is-navigating .Burger .Burger-bot {
    -webkit-transform: translate(0, -12px) rotate(135deg);
    -ms-transform: translate(0, -12px) rotate(135deg);
    transform: translate(0, -12px) rotate(135deg);
    -webkit-transform: translate3d(0, -12px, 0) rotate(135deg);
    transform: translate3d(0, -12px, 0) rotate(135deg)
}

.Caret {
    border: 1px solid #fff;
    border-bottom: none;
    border-right: none;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

.is-expanded .Caret {
    -webkit-transform: translateY(-4px) rotate(45deg) scale(-1);
    -ms-transform: translateY(-4px) rotate(45deg) scale(-1);
    transform: translateY(-4px) rotate(45deg) scale(-1)
}

.Center {
    height: 100%;
    bottom: 0;
    position: absolute;
    width: 100%
}

@media only screen and (min-width:768px) and (min-height:570px) {
    .Center {
        position: absolute
    }
    .Center-content {
        padding-bottom: 0
    }
}

.Container,
.Grid-cell {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.Center::before {
    content: '';
    height: 100%;
    margin-left: -1em
}

.Container {
    margin: 0 auto;
    padding: 0 20px
}

.Container--narrow {
    max-width: 728px
}

.Container--wide {
    max-width: 75pc
}

.Container--padded {
    margin-top: -18px;
    padding-top: 0px;
    padding-bottom: 18px
}

.Container a .Text{
    margin-top: -24px;
    font-weight: 700;
}

.Dropdown {
    max-height: 0;
    -webkit-transition: max-height .3s;
    transition: max-height .3s
}

.Dropdown-content {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: opacity .5s, -webkit-transform .3s;
    transition: opacity .5s, transform .3s
}

.Dropdown.is-away .Dropdown-content {
    opacity: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.Dropdown.is-expanded {
    max-height: none
}

.Grid {
    display: block;
    font-size: 0;
    list-style: none;
    padding: 0;

}

#schedule .Grid
{
   margin-left: 25%;
}

@media screen and (max-width: 440px)
{
    #schedule .Grid
    {
       margin-left: 5%;
    }  
}

.Grid-cell,
.Icon {
    display: inline-block
}

.Grid-cell {
    font-size: 15px;
    margin: 0;
    padding: 20px 10px 0;
    vertical-align: top
}

.Icon,
.Schedule-mark {
    vertical-align: middle
}

.Grid--collapsed>.Grid-cell {
    padding-top: 0
}

.Icon {
    background: center center/contain no-repeat;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.Input,
.Text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.Icon--block {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:768px) {
    .Icon--block {
        margin-left: auto;
        margin-right: auto;
    }
}

.Icon--inline {
    margin-bottom: 5px;
    margin-right: 26px
}

.Icon--github {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Logo%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22480.2px%22%20height%3D%22129.9px%22%20viewBox%3D%220%200%20480.2%20129.9%22%20enable-background%3D%22new%200%200%20480.2%20129.9%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%233d3d3d%22%20d%3D%22M92.5%2C55.6H52.1c-1%2C0-1.9%2C0.8-1.9%2C1.9v19.7c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h15.7v24.5c0%2C0-3.5%2C1.2-13.3%2C1.2%0A%09c-11.5%2C0-27.6-4.2-27.6-39.6c0-35.4%2C16.8-40.1%2C32.5-40.1c13.6%2C0%2C19.5%2C2.4%2C23.2%2C3.6c1.2%2C0.4%2C2.3-0.8%2C2.3-1.9l4.5-19.1%0A%09c0-0.5-0.2-1.1-0.7-1.5C87.2%2C5.2%2C78%2C0%2C54.6%2C0C27.6%2C0%2C0%2C11.5%2C0%2C66.6c0%2C55.1%2C31.6%2C63.3%2C58.3%2C63.3c22.1%2C0%2C35.5-9.4%2C35.5-9.4%0A%09c0.6-0.3%2C0.6-1.1%2C0.6-1.4V57.5C94.4%2C56.4%2C93.5%2C55.6%2C92.5%2C55.6z%22%2F%3E%0A%3Cpath%20fill%3D%22%233d3d3d%22%20d%3D%22M300.5%2C6.6c0-1-0.8-1.9-1.9-1.9h-22.7c-1%2C0-1.9%2C0.8-1.9%2C1.9c0%2C0%2C0%2C43.9%2C0%2C43.9h-35.4V6.6%0A%09c0-1-0.8-1.9-1.9-1.9H214c-1%2C0-1.9%2C0.8-1.9%2C1.9v118.9c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h22.7c1%2C0%2C1.9-0.9%2C1.9-1.9V74.6H274c0%2C0-0.1%2C50.9-0.1%2C50.9%0A%09c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h22.8c1%2C0%2C1.9-0.9%2C1.9-1.9V6.6z%22%2F%3E%0A%3Cpath%20fill%3D%22%233d3d3d%22%20d%3D%22M135.4%2C22.2c0-8.2-6.6-14.8-14.7-14.8c-8.1%2C0-14.6%2C6.6-14.6%2C14.8c0%2C8.2%2C6.6%2C14.8%2C14.6%2C14.8%0A%09C128.8%2C37%2C135.4%2C30.4%2C135.4%2C22.2z%22%2F%3E%0A%3Cpath%20fill%3D%22%233d3d3d%22%20d%3D%22M133.8%2C100.4c0-3%2C0-54.9%2C0-54.9c0-1-0.8-1.9-1.9-1.9h-22.7c-1%2C0-2%2C1.1-2%2C2.1c0%2C0%2C0%2C66%2C0%2C78.6%0A%09c0%2C2.3%2C1.4%2C3%2C3.3%2C3c0%2C0%2C9.7%2C0%2C20.4%2C0c2.2%2C0%2C2.8-1.1%2C2.8-3C133.8%2C120.1%2C133.8%2C103.6%2C133.8%2C100.4z%22%2F%3E%0A%3Cpath%20fill%3D%22%233d3d3d%22%20d%3D%22M386.8%2C43.8h-22.5c-1%2C0-1.9%2C0.9-1.9%2C1.9V104c0%2C0-5.7%2C4.2-13.9%2C4.2c-8.1%2C0-10.3-3.7-10.3-11.7%0A%09c0-8%2C0-50.8%2C0-50.8c0-1-0.8-1.9-1.9-1.9h-22.9c-1%2C0-1.9%2C0.9-1.9%2C1.9c0%2C0%2C0%2C31%2C0%2C54.7c0%2C23.6%2C13.2%2C29.4%2C31.3%2C29.4%0A%09c14.9%2C0%2C26.9-8.2%2C26.9-8.2s0.6%2C4.3%2C0.8%2C4.8c0.3%2C0.5%2C0.9%2C1%2C1.7%2C1l14.6-0.1c1%2C0%2C1.9-0.9%2C1.9-1.9l0-79.8%0A%09C388.7%2C44.7%2C387.9%2C43.8%2C386.8%2C43.8z%22%2F%3E%0A%3Cpath%20fill%3D%22%233d3d3d%22%20d%3D%22M448.5%2C41.2c-12.8%2C0-21.5%2C5.7-21.5%2C5.7V6.6c0-1-0.8-1.9-1.9-1.9h-22.8c-1%2C0-1.9%2C0.8-1.9%2C1.9v118.9%0A%09c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9c0%2C0%2C15.8%2C0%2C15.8%2C0c0.7%2C0%2C1.3-0.4%2C1.6-1c0.4-0.6%2C1-5.5%2C1-5.5s9.3%2C8.8%2C27%2C8.8c20.7%2C0%2C32.6-10.5%2C32.6-47.2%0A%09C480.2%2C45.9%2C461.3%2C41.2%2C448.5%2C41.2z%20M439.6%2C108.1c-7.8-0.2-13.1-3.8-13.1-3.8V66.7c0%2C0%2C5.2-3.2%2C11.7-3.8c8.1-0.7%2C15.9%2C1.7%2C15.9%2C21.1%0A%09C454%2C104.4%2C450.5%2C108.5%2C439.6%2C108.1z%22%2F%3E%0A%3Cpath%20fill%3D%22%233d3d3d%22%20d%3D%22M199.1%2C43.6h-17c0%2C0%2C0-22.5%2C0-22.5c0-0.9-0.4-1.3-1.4-1.3h-23.2c-0.9%2C0-1.4%2C0.4-1.4%2C1.3v23.3%0A%09c0%2C0-11.6%2C2.8-12.4%2C3c-0.8%2C0.2-1.4%2C1-1.4%2C1.8v14.6c0%2C1.1%2C0.8%2C1.9%2C1.9%2C1.9h11.9c0%2C0%2C0%2C15.3%2C0%2C35.2c0%2C26.1%2C18.3%2C28.7%2C30.7%2C28.7%0A%09c5.7%2C0%2C12.4-1.8%2C13.5-2.2c0.7-0.2%2C1.1-0.9%2C1.1-1.7l0-16.1c0-1-0.9-1.9-1.9-1.9c-1%2C0-3.5%2C0.4-6.2%2C0.4c-8.4%2C0-11.2-3.9-11.2-8.9%0A%09c0-5%2C0-33.4%2C0-33.4h17c1%2C0%2C1.9-0.8%2C1.9-1.9V45.5C200.9%2C44.5%2C200.1%2C43.6%2C199.1%2C43.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    height: 18px;
    margin-bottom: 6px;
    width: 68px
}

@media only screen and (min-width:768px) {
    .Icon--github {
        height: 22px;
        margin-bottom: 10px;
        width: 83px
    }
}

.Icon--github.Icon--invert {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Logo%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22480.2px%22%20height%3D%22129.9px%22%20viewBox%3D%220%200%20480.2%20129.9%22%20enable-background%3D%22new%200%200%20480.2%20129.9%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M92.5%2C55.6H52.1c-1%2C0-1.9%2C0.8-1.9%2C1.9v19.7c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h15.7v24.5c0%2C0-3.5%2C1.2-13.3%2C1.2%0A%09c-11.5%2C0-27.6-4.2-27.6-39.6c0-35.4%2C16.8-40.1%2C32.5-40.1c13.6%2C0%2C19.5%2C2.4%2C23.2%2C3.6c1.2%2C0.4%2C2.3-0.8%2C2.3-1.9l4.5-19.1%0A%09c0-0.5-0.2-1.1-0.7-1.5C87.2%2C5.2%2C78%2C0%2C54.6%2C0C27.6%2C0%2C0%2C11.5%2C0%2C66.6c0%2C55.1%2C31.6%2C63.3%2C58.3%2C63.3c22.1%2C0%2C35.5-9.4%2C35.5-9.4%0A%09c0.6-0.3%2C0.6-1.1%2C0.6-1.4V57.5C94.4%2C56.4%2C93.5%2C55.6%2C92.5%2C55.6z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M300.5%2C6.6c0-1-0.8-1.9-1.9-1.9h-22.7c-1%2C0-1.9%2C0.8-1.9%2C1.9c0%2C0%2C0%2C43.9%2C0%2C43.9h-35.4V6.6%0A%09c0-1-0.8-1.9-1.9-1.9H214c-1%2C0-1.9%2C0.8-1.9%2C1.9v118.9c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h22.7c1%2C0%2C1.9-0.9%2C1.9-1.9V74.6H274c0%2C0-0.1%2C50.9-0.1%2C50.9%0A%09c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9h22.8c1%2C0%2C1.9-0.9%2C1.9-1.9V6.6z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M135.4%2C22.2c0-8.2-6.6-14.8-14.7-14.8c-8.1%2C0-14.6%2C6.6-14.6%2C14.8c0%2C8.2%2C6.6%2C14.8%2C14.6%2C14.8%0A%09C128.8%2C37%2C135.4%2C30.4%2C135.4%2C22.2z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M133.8%2C100.4c0-3%2C0-54.9%2C0-54.9c0-1-0.8-1.9-1.9-1.9h-22.7c-1%2C0-2%2C1.1-2%2C2.1c0%2C0%2C0%2C66%2C0%2C78.6%0A%09c0%2C2.3%2C1.4%2C3%2C3.3%2C3c0%2C0%2C9.7%2C0%2C20.4%2C0c2.2%2C0%2C2.8-1.1%2C2.8-3C133.8%2C120.1%2C133.8%2C103.6%2C133.8%2C100.4z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M386.8%2C43.8h-22.5c-1%2C0-1.9%2C0.9-1.9%2C1.9V104c0%2C0-5.7%2C4.2-13.9%2C4.2c-8.1%2C0-10.3-3.7-10.3-11.7%0A%09c0-8%2C0-50.8%2C0-50.8c0-1-0.8-1.9-1.9-1.9h-22.9c-1%2C0-1.9%2C0.9-1.9%2C1.9c0%2C0%2C0%2C31%2C0%2C54.7c0%2C23.6%2C13.2%2C29.4%2C31.3%2C29.4%0A%09c14.9%2C0%2C26.9-8.2%2C26.9-8.2s0.6%2C4.3%2C0.8%2C4.8c0.3%2C0.5%2C0.9%2C1%2C1.7%2C1l14.6-0.1c1%2C0%2C1.9-0.9%2C1.9-1.9l0-79.8%0A%09C388.7%2C44.7%2C387.9%2C43.8%2C386.8%2C43.8z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M448.5%2C41.2c-12.8%2C0-21.5%2C5.7-21.5%2C5.7V6.6c0-1-0.8-1.9-1.9-1.9h-22.8c-1%2C0-1.9%2C0.8-1.9%2C1.9v118.9%0A%09c0%2C1%2C0.8%2C1.9%2C1.9%2C1.9c0%2C0%2C15.8%2C0%2C15.8%2C0c0.7%2C0%2C1.3-0.4%2C1.6-1c0.4-0.6%2C1-5.5%2C1-5.5s9.3%2C8.8%2C27%2C8.8c20.7%2C0%2C32.6-10.5%2C32.6-47.2%0A%09C480.2%2C45.9%2C461.3%2C41.2%2C448.5%2C41.2z%20M439.6%2C108.1c-7.8-0.2-13.1-3.8-13.1-3.8V66.7c0%2C0%2C5.2-3.2%2C11.7-3.8c8.1-0.7%2C15.9%2C1.7%2C15.9%2C21.1%0A%09C454%2C104.4%2C450.5%2C108.5%2C439.6%2C108.1z%22%2F%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M199.1%2C43.6h-17c0%2C0%2C0-22.5%2C0-22.5c0-0.9-0.4-1.3-1.4-1.3h-23.2c-0.9%2C0-1.4%2C0.4-1.4%2C1.3v23.3%0A%09c0%2C0-11.6%2C2.8-12.4%2C3c-0.8%2C0.2-1.4%2C1-1.4%2C1.8v14.6c0%2C1.1%2C0.8%2C1.9%2C1.9%2C1.9h11.9c0%2C0%2C0%2C15.3%2C0%2C35.2c0%2C26.1%2C18.3%2C28.7%2C30.7%2C28.7%0A%09c5.7%2C0%2C12.4-1.8%2C13.5-2.2c0.7-0.2%2C1.1-0.9%2C1.1-1.7l0-16.1c0-1-0.9-1.9-1.9-1.9c-1%2C0-3.5%2C0.4-6.2%2C0.4c-8.4%2C0-11.2-3.9-11.2-8.9%0A%09c0-5%2C0-33.4%2C0-33.4h17c1%2C0%2C1.9-0.8%2C1.9-1.9V45.5C200.9%2C44.5%2C200.1%2C43.6%2C199.1%2C43.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Icon--arrow {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22370.6px%22%20height%3D%22370.6px%22%20viewBox%3D%220%200%20370.6%20370.6%22%20style%3D%22enable-background%3Anew%200%200%20370.6%20370.6%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%0D%0A%09.st1%7Bopacity%3A0.25%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M185.3%2C0C83%2C0%2C0%2C83%2C0%2C185.3c0%2C102.3%2C83%2C185.3%2C185.3%2C185.3s185.3-83%2C185.3-185.3C370.6%2C83%2C287.6%2C0%2C185.3%2C0z%0D%0A%09%09%09%20M215.6%2C281.7h-42.9l66-80H84.4v-32.8h154.3l-66-80h42.9l79.1%2C96.4L215.6%2C281.7z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cg%20class%3D%22st0%22%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%22514.8%2C-116.8%20292.2%2C-275.3%20-83.5%2C-205.6%20-155.9%2C409.4%20458.8%2C387.5%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M445.8-36.1c-48.7%2C11.8-93.8-23-172.3-14.8S150-1.1%2C91-51.7S6-98.4-60.6-45.1s-24.2%2C403.5-24.2%2C403.5%0D%0A%09%09%09l423.5%2C83.1l208.6-235.6%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M499.7-12.1c-73.1%2C27.7-145.2-52-225.6%2C13.9C198.1%2C64.2%2C100%2C55%2C64.9%2C33.7C30.8%2C12.9-10.2-10.8-88.3%2C65.5%0D%0A%09%09%09c-73.3%2C71.7%2C0%2C250.1%2C0%2C250.1l447.1%2C91.7L557%2C336.8%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-75.8%2C103.5c60.7%2C18.6%2C123.6-51.5%2C197.5-1s175.5%2C38%2C213.8%2C16.5s85.5-46.9%2C179.7%2C22.3s0%2C246.7%2C0%2C246.7%0D%0A%09%09%09L43.9%2C445.3l-165.3-66.6%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-112.3%2C186.2c49.5%2C30.1%2C147.7%2C21.3%2C225.7-16s173.6%2C58.3%2C259.6%2C41.9S642.1%2C178%2C642.1%2C178l-39.6%2C239%0D%0A%09%09%09L109.4%2C558.5h-333.3L-112.3%2C186.2z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-105.7%2C288.7c73.8-45.1%2C168.4-58.8%2C290-1.4s292.3-37.9%2C292.3-37.9l101.1%2C185.5L292.2%2C543.3L-87.6%2C410.2%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    height: 46px;
    width: 46px
}

.Icon--schedule {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22340px%22%20height%3D%22340px%22%20viewBox%3D%220%200%20340%20340%22%20style%3D%22enable-background%3Anew%200%200%20340%20340%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%0D%0A%09.st1%7Bopacity%3A0.25%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M170%2C0C76.1%2C0%2C0%2C76.1%2C0%2C170c0%2C93.9%2C76.1%2C170%2C170%2C170c93.9%2C0%2C170-76.1%2C170-170C340%2C76.1%2C263.9%2C0%2C170%2C0z%0D%0A%09%09%09%20M124%2C244H94.2v-29.9H124V244z%20M124%2C205.3H94.2v-29.9H124V205.3z%20M124%2C166.6H94.2v-29.9H124V166.6z%20M164.6%2C244h-29.9v-29.9h29.9%0D%0A%09%09%09V244z%20M164.6%2C205.3h-29.9v-29.9h29.9V205.3z%20M164.6%2C166.6h-29.9v-29.9h29.9V166.6z%20M205.2%2C244h-29.9v-29.9h29.9V244z%20M205.2%2C205.3%0D%0A%09%09%09h-29.9v-29.9h29.9V205.3z%20M205.2%2C166.6h-29.9v-29.9h29.9V166.6z%20M245.8%2C244h-29.9v-29.9h29.9V244z%20M245.8%2C205.3h-29.9v-29.9h29.9%0D%0A%09%09%09V205.3z%20M245.8%2C166.6h-29.9v-29.9h29.9V166.6z%20M245.8%2C125.9H94.2v-17.9c0-6.7%2C5.4-12%2C12-12h127.6c6.7%2C0%2C12%2C5.4%2C12%2C12V125.9z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cg%20class%3D%22st0%22%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%22422.7%2C-16.5%20257.3%2C-134.3%20-21.9%2C-82.5%20-75.7%2C374.6%20381.1%2C358.3%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M371.5%2C43.5c-36.2%2C8.8-69.7-17.1-128-11s-91.8%2C37-135.7-0.6S44.6-2.8-4.9%2C36.8s-18%2C299.9-18%2C299.9l314.7%2C61.8%0D%0A%09%09%09l155-175.1%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M411.5%2C61.3c-54.3%2C20.6-107.9-38.6-167.6%2C10.3C187.4%2C118%2C114.5%2C111.2%2C88.4%2C95.3C63%2C79.9%2C32.5%2C62.3-25.5%2C119%0D%0A%09%09%09c-54.5%2C53.3%2C0%2C185.9%2C0%2C185.9L306.8%2C373l147.3-52.4%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-16.2%2C147.2c45.1%2C13.8%2C91.9-38.3%2C146.7-0.7s130.4%2C28.2%2C158.9%2C12.3c28.4-16%2C63.5-34.8%2C133.6%2C16.5%0D%0A%09%09%09s0%2C183.3%2C0%2C183.3L72.7%2C401.3l-122.8-49.5%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-43.3%2C208.7c36.8%2C22.3%2C109.8%2C15.8%2C167.7-11.9s129%2C43.3%2C193%2C31.2c64-12.2%2C200-25.4%2C200-25.4l-29.4%2C177.7%0D%0A%09%09%09L121.4%2C485.4h-247.7L-43.3%2C208.7z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-38.4%2C284.9c54.8-33.5%2C125.1-43.7%2C215.5-1s217.2-28.2%2C217.2-28.2l75.1%2C137.8l-212.1%2C80.6L-25%2C375.2%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    height: 46px;
    width: 46px
}

.Icon--build {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22263.4px%22%20height%3D%22229.7px%22%20viewBox%3D%220%200%20263.4%20229.7%22%20style%3D%22enable-background%3Anew%200%200%20263.4%20229.7%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bopacity%3A0.25%3Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M126.4%2C3.1L0.8%2C220.5c-2.4%2C4.1%2C0.6%2C9.2%2C5.3%2C9.2h251.1c4.7%2C0%2C7.6-5.1%2C5.3-9.2L137%2C3.1%0D%0A%09%09%09C134.6-1%2C128.7-1%2C126.4%2C3.1z%20M126.1%2C167.8l-9.8%2C9.8l-29.5-32.7l29.5-32.7l9.8%2C9.8l-22.9%2C22.9L126.1%2C167.8z%20M149%2C177.7l-9.8-9.8%0D%0A%09%09%09l22.9-22.9L139.2%2C122l9.8-9.8l29.5%2C32.7L149%2C177.7z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%22-43.9%2C5.7%2078.3%2C-81.3%20284.5%2C-43%20302%2C309.6%20-35.3%2C297.7%20%09%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-6%2C50c26.7%2C6.5%2C51.5-12.6%2C94.5-8.1s67.8%2C27.4%2C100.2-0.4s46.6-25.6%2C83.2%2C3.6S292.6%2C306%2C292.6%2C306L2.2%2C314.6%0D%0A%09%09l-63.9-131.8%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-35.6%2C63.2C4.5%2C78.4%2C44.1%2C34.6%2C88.2%2C70.8C129.9%2C105%2C183.7%2C100%2C203%2C88.3c18.8-11.4%2C41.3-24.4%2C84.1%2C17.5%0D%0A%09%09c40.2%2C39.4%2C0%2C137.3%2C0%2C137.3L41.7%2C293.3l-108.8-38.7%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M280.2%2C126.6c-33.3%2C10.2-67.8-28.3-108.4-0.5s-96.3%2C20.8-117.3%2C9.1c-21-11.8-46.9-25.7-98.6%2C12.2%0D%0A%09%09s0%2C135.4%2C0%2C135.4l258.6%2C31.5l90.7-36.5%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M300.3%2C172c-27.2%2C16.5-81.1%2C11.7-123.8-8.8s-95.3%2C32-142.5%2C23s-147.7-18.7-147.7-18.7L-92%2C298.7l270.6%2C77.6%0D%0A%09%09h182.9L300.3%2C172z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M296.7%2C228.2c-40.5-24.7-92.4-32.2-159.1-0.8s-160.4-20.8-160.4-20.8l-55.5%2C101.8L78.3%2C368l208.4-73%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position-x: 0;
    height: 120px;
    width: 150px
}

.Icon--close {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20enable-background%3D%22new%200%200%2018%2018%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%233D3D3D%22%20d%3D%22M9%2C11.2l-6.3%2C6.3l-2.1-2.1L6.9%2C9L0.1%2C2.3l2.2-2.2l6.7%2C6.7l6.3-6.3l2.1%2C2.1l-6.3%2C6.3l6.7%2C6.7l-2.2%2C2.2%0D%0A%09%09L9%2C11.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    height: 18px;
    width: 18px
}

.Icon--closeWhite {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20enable-background%3D%22new%200%200%2018%2018%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%0A%20%20%20%20%20%20%20%20d%3D%22M9%2C11.2l-6.3%2C6.3l-2.1-2.1L6.9%2C9L0.1%2C2.3l2.2-2.2l6.7%2C6.7l6.3-6.3l2.1%2C2.1l-6.3%2C6.3l6.7%2C6.7l-2.2%2C2.2%0A%09%09L9%2C11.2z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    height: 18px;
    width: 18px
}

.Icon--collab {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22229.4px%22%20height%3D%22229.4px%22%20viewBox%3D%220%200%20229.4%20229.4%22%20style%3D%22enable-background%3Anew%200%200%20229.4%20229.4%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bopacity%3A0.25%3Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M114.7%2C0C51.4%2C0%2C0%2C51.4%2C0%2C114.7c0%2C63.4%2C51.4%2C114.7%2C114.7%2C114.7s114.7-51.4%2C114.7-114.7%0D%0A%09%09%09C229.4%2C51.4%2C178.1%2C0%2C114.7%2C0z%20M145.8%2C154.4c-2.1%2C2.1-4.9%2C3.2-8.1%2C3.3c-3.3-0.1-6-1.2-8.1-3.3s-3.2-4.9-3.3-8.1%0D%0A%09%09%09c0-2.1%2C0.5-4.1%2C1.6-5.8c1-1.7%2C2.4-3.1%2C4.2-4.1v-36c-0.1-1.5-0.7-2.8-1.8-3.9c-1.1-1.1-2.4-1.7-3.9-1.8h-5.7v11.4L103.3%2C89%0D%0A%09%09%09c0%2C2.1-0.5%2C4.1-1.6%2C5.8c-1%2C1.7-2.4%2C3.1-4.2%2C4.1v37.5c1.7%2C1%2C3.1%2C2.4%2C4.2%2C4.1c1%2C1.7%2C1.6%2C3.6%2C1.6%2C5.8c-0.1%2C3.3-1.2%2C6-3.3%2C8.1%0D%0A%09%09%09c-2.1%2C2.1-4.9%2C3.2-8.1%2C3.3c-3.3-0.1-6-1.2-8.1-3.3s-3.2-4.9-3.3-8.1c0-2.1%2C0.5-4.1%2C1.6-5.8c1-1.7%2C2.4-3.1%2C4.2-4.1V98.8%0D%0A%09%09%09c-1.7-1-3.1-2.4-4.2-4.1c-1-1.7-1.6-3.6-1.6-5.8c0.1-3.3%2C1.2-6%2C3.3-8.1c2.1-2.1%2C4.9-3.2%2C8.1-3.3c3.3%2C0.1%2C6%2C1.2%2C8.1%2C3.3%0D%0A%09%09%09c2.1%2C2.1%2C3.2%2C4.9%2C3.3%2C8.1l17.2-17.2v11.4c0.1%2C0%2C0.3%2C0%2C0.7%2C0h5c4.5%2C0.2%2C8.4%2C2%2C11.8%2C5.4c3.4%2C3.4%2C5.2%2C7.3%2C5.4%2C11.8v21.2%0D%0A%09%09%09c0%2C8.9%2C0%2C13.8%2C0%2C14.8c1.7%2C1%2C3.1%2C2.4%2C4.2%2C4.1c1%2C1.7%2C1.6%2C3.6%2C1.6%2C5.8C149%2C149.5%2C147.9%2C152.2%2C145.8%2C154.4z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%22-39.7%2C3.9%2067.2%2C-72.1%20247.5%2C-38.7%20262.9%2C269.8%20-32.2%2C259.3%20%09%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-6.6%2C42.7c23.4%2C5.7%2C45-11%2C82.7-7.1s59.3%2C23.9%2C87.6-0.4s40.8-22.4%2C72.8%2C3.2s18.1%2C228.2%2C18.1%2C228.2l-254%2C7.5%0D%0A%09%09l-55.9-115.3%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-32.4%2C54.2c35.1%2C13.3%2C69.7-25%2C108.3%2C6.7c36.5%2C29.9%2C83.6%2C25.5%2C100.4%2C15.3c16.4-10%2C36.1-21.4%2C73.5%2C15.3%0D%0A%09%09c35.2%2C34.4%2C0%2C120%2C0%2C120l-214.6%2C44l-95.1-33.8%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M243.8%2C109.7c-29.1%2C8.9-59.3-24.7-94.8-0.5s-84.2%2C18.2-102.6%2C7.9s-41-22.5-86.3%2C10.7s0%2C118.4%2C0%2C118.4%0D%0A%09%09l226.2%2C27.5l79.3-32%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M261.3%2C149.4c-23.8%2C14.4-70.9%2C10.2-108.3-7.7s-83.3%2C28-124.6%2C20.1s-129.2-16.4-129.2-16.4l19%2C114.7l236.7%2C67.9%0D%0A%09%09h160L261.3%2C149.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M258.2%2C198.6c-35.4-21.6-80.8-28.2-139.2-0.7s-140.3-18.2-140.3-18.2l-48.5%2C89l137%2C52.1l182.3-63.9%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position-x: 0;
    height: 120px;
    width: 120px
}

.Icon--deploy {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22232.7px%22%20height%3D%22232.7px%22%20viewBox%3D%220%200%20232.7%20232.7%22%20style%3D%22enable-background%3Anew%200%200%20232.7%20232.7%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bopacity%3A0.25%3Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M0%2C4.8v223c0%2C2.7%2C2.2%2C4.8%2C4.8%2C4.8h223c2.7%2C0%2C4.8-2.2%2C4.8-4.8V4.8c0-2.7-2.2-4.8-4.8-4.8H4.8%0D%0A%09%09%09C2.2%2C0%2C0%2C2.2%2C0%2C4.8z%20M140.8%2C111.9c-2.5%2C3.4-5.4%2C6.7-8.6%2C9.9c-4.1%2C4-8%2C7.3-11.7%2C9.9l-3%2C16.2l-19%2C19L98%2C150l12.2-12.2%0D%0A%09%09%09c-4.4%2C2.1-8%2C3.4-10.6%2C4c-2.7%2C0.6-4%2C0.9-4.1%2C0.8l-5.4-5.4c-0.1-0.1%2C0.2-1.4%2C0.7-4c0.5-2.6%2C1.8-6.1%2C3.8-10.5l-11.9%2C12l-17-0.5l19-19%0D%0A%09%09%09l16.1-3c2.6-3.7%2C5.9-7.6%2C10-11.7c3.2-3.2%2C6.5-6.1%2C9.8-8.6c3.4-2.5%2C6.7-4.7%2C10-6.6c0.4%2C2.1%2C1.1%2C4.1%2C2%2C5.9c0.9%2C1.8%2C2.1%2C3.5%2C3.6%2C5%0D%0A%09%09%09c1.5%2C1.5%2C3.2%2C2.7%2C5%2C3.6c1.8%2C0.9%2C3.8%2C1.6%2C5.9%2C2C145.5%2C105.1%2C143.3%2C108.5%2C140.8%2C111.9z%20M157%2C80.2c-1.2%2C4-3.3%2C9.1-6.2%2C15.4%0D%0A%09%09%09c-4.1-0.5-7.3-1.9-9.6-4.1c-2.3-2.3-3.6-5.5-4.1-9.6c6.2-3%2C11.4-5%2C15.4-6.2c4-1.2%2C6.1-1.7%2C6.2-1.7C158.7%2C74.2%2C158.2%2C76.2%2C157%2C80.2%0D%0A%09%09%09z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%22-57.6%2C-8.5%2062.8%2C-94.2%20265.9%2C-56.5%20283.3%2C291%20-49.2%2C279.2%20%09%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-20.3%2C35.2c26.3%2C6.4%2C50.7-12.4%2C93.2-8s66.8%2C27%2C98.7-0.4s46-25.2%2C82%2C3.6s20.4%2C257.1%2C20.4%2C257.1l-286.2%2C8.5%0D%0A%09%09l-63-129.9%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M-49.5%2C48.1c39.5%2C15%2C78.5-28.1%2C122%2C7.5c41.1%2C33.7%2C94.1%2C28.8%2C113.1%2C17.2c18.5-11.2%2C40.7-24.1%2C82.8%2C17.2%0D%0A%09%09c39.7%2C38.8%2C0%2C135.3%2C0%2C135.3L26.7%2C274.9l-107.2-38.1%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M261.8%2C110.7c-32.8%2C10.1-66.8-27.9-106.8-0.5s-94.9%2C20.5-115.6%2C8.9s-46.2-25.3-97.2%2C12s0%2C133.4%2C0%2C133.4%0D%0A%09%09l254.9%2C31l89.4-36%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M281.5%2C155.4c-26.8%2C16.3-79.9%2C11.5-122-8.6s-93.9%2C31.5-140.4%2C22.7c-46.5-8.9-145.5-18.5-145.5-18.5l21.4%2C129.3%0D%0A%09%09l266.7%2C76.5h180.2L281.5%2C155.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M278%2C210.8c-39.9-24.4-91.1-31.8-156.8-0.8s-158.1-20.5-158.1-20.5l-54.7%2C100.3l154.4%2C58.7l205.4-72%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    height: 150px;
    width: 150px
}

.Icon--next,
.Icon--prev {
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%221024%22%20width%3D%22640%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M640%20512L256%20192v192H0v256h256v192L640%20512z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    height: 42px;
    width: 42px
}

.Icon--prev {
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%221024%22%20width%3D%22640%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M384%20384V192L0%20512l384%20320V640h256V384H384z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A)
}

.Icon--logo {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22145.2px%22%20height%3D%22142.6px%22%20viewBox%3D%220%200%20145.2%20142.6%22%20enable-background%3D%22new%200%200%20145.2%20142.6%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cdefs%3E%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M0%2C72.6c0%2C33.4%2C22.6%2C61.6%2C53.4%2C70c1.3-10.1%2C5.3-15.1%2C8.9-17.6c-18.5-2.4-32.3-12.4-32.3-32.9%0A%09%09%09c0-5.8%2C1.5-11.3%2C4.2-16.2h0.1c-3.4-4.1-3.8-13.7-1.9-19.9c0.6-2%2C2.4-3.3%2C4.5-3.3c5.7%2C0%2C11.9%2C1.9%2C16%2C6.4c5.6-2.5%2C11.9-3.9%2C18.6-3.9%0A%09%09%09c6.6%2C0%2C12.8%2C1.4%2C18.4%2C3.8c4.1-4.4%2C10.3-6.2%2C15.9-6.3c2.1%2C0%2C3.9%2C1.3%2C4.5%2C3.3c1.9%2C6%2C1.5%2C15.3-1.7%2C19.6c2.8%2C5%2C4.4%2C10.6%2C4.4%2C16.5%0A%09%09%09c0%2C20.4-12.8%2C30-30.3%2C32.7c3.7%2C2.4%2C7.8%2C7.4%2C9.2%2C17.8c30.8-8.4%2C53.4-36.6%2C53.4-70C145.2%2C32.5%2C112.7%2C0%2C72.6%2C0C32.5%2C0%2C0%2C32.5%2C0%2C72.6%22%0A%09%09%09%2F%3E%0A%09%3C%2Fdefs%3E%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%3C%2FclipPath%3E%0A%09%3Cg%20opacity%3D%220.25%22%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cdefs%3E%0A%09%09%09%09%3Crect%20id%3D%22SVGID_3_%22%20x%3D%22-33.4%22%20y%3D%22-45.6%22%20width%3D%22203.7%22%20height%3D%22208%22%2F%3E%0A%09%09%09%3C%2Fdefs%3E%0A%09%09%09%3CclipPath%20id%3D%22SVGID_4_%22%3E%0A%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%09%09%3C%2FclipPath%3E%0A%09%09%09%3Cpolygon%20clip-path%3D%22url(%23SVGID_4_)%22%20fill%3D%22%23FFFFFF%22%20points%3D%22170.3%2C2.5%20102.7%2C-45.6%20-11.4%2C-24.5%20-33.4%2C162.3%20153.3%2C155.7%20%09%09%09%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%20opacity%3D%220.25%22%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cdefs%3E%0A%09%09%09%09%3Crect%20id%3D%22SVGID_5_%22%20x%3D%22-15.9%22%20y%3D%2211.4%22%20width%3D%22196%22%20height%3D%22160.7%22%2F%3E%0A%09%09%09%3C%2Fdefs%3E%0A%09%09%09%3CclipPath%20id%3D%22SVGID_6_%22%3E%0A%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_5_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%09%09%3C%2FclipPath%3E%0A%09%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_6_)%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M149.4%2C27c-14.8%2C3.6-28.5-7-52.3-4.5C73.2%2C25%2C59.5%2C37.7%2C41.6%2C22.3%0A%09%09%09%09C23.7%2C6.9%2C15.8%2C8.1-4.5%2C24.3c-20.2%2C16.2-7.4%2C122.6-7.4%2C122.6l128.6%2C25.2l63.4-71.6%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%20opacity%3D%220.25%22%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cdefs%3E%0A%09%09%09%09%3Crect%20id%3D%22SVGID_7_%22%20x%3D%22-22.8%22%20y%3D%2230.4%22%20width%3D%22205.9%22%20height%3D%22131.3%22%2F%3E%0A%09%09%09%3C%2Fdefs%3E%0A%09%09%09%3CclipPath%20id%3D%22SVGID_8_%22%3E%0A%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_7_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%09%09%3C%2FclipPath%3E%0A%09%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_8_)%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M165.7%2C34.3c-22.2%2C8.4-44.1-15.8-68.5%2C4.2c-23.1%2C18.9-52.9%2C16.1-63.5%2C9.7%0A%09%09%09%09c-10.4-6.3-22.8-13.5-46.5%2C9.7c-22.3%2C21.8%2C0%2C76%2C0%2C76l135.8%2C27.8l60.2-21.4%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%20opacity%3D%220.25%22%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cdefs%3E%0A%09%09%09%09%3Crect%20id%3D%22SVGID_9_%22%20x%3D%22-22.9%22%20y%3D%2263.4%22%20width%3D%22206.1%22%20height%3D%22109.8%22%2F%3E%0A%09%09%09%3C%2Fdefs%3E%0A%09%09%09%3CclipPath%20id%3D%22SVGID_10_%22%3E%0A%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_9_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%09%09%3C%2FclipPath%3E%0A%09%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_10_)%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M-9.1%2C69.4c18.4%2C5.7%2C37.5-15.7%2C60-0.3c22.4%2C15.4%2C53.3%2C11.5%2C64.9%2C5%0A%09%09%09%09c11.6-6.5%2C26-14.2%2C54.6%2C6.8c28.6%2C21%2C0%2C74.9%2C0%2C74.9L27.3%2C173.3L-22.9%2C153%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%20opacity%3D%220.25%22%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cdefs%3E%0A%09%09%09%09%3Crect%20id%3D%22SVGID_11_%22%20x%3D%22-54.1%22%20y%3D%2287%22%20width%3D%22263.1%22%20height%3D%22120.6%22%2F%3E%0A%09%09%09%3C%2Fdefs%3E%0A%09%09%09%3CclipPath%20id%3D%22SVGID_12_%22%3E%0A%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_11_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%09%09%3C%2FclipPath%3E%0A%09%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_12_)%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M-20.2%2C94.5c15%2C9.1%2C44.9%2C6.5%2C68.5-4.9c23.7-11.3%2C52.7%2C17.7%2C78.9%2C12.7%0A%09%09%09%09c26.1-5%2C81.7-10.4%2C81.7-10.4l-12%2C72.6l-149.8%2C43H-54.1L-20.2%2C94.5z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%20opacity%3D%220.25%22%20clip-path%3D%22url(%23SVGID_2_)%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cdefs%3E%0A%09%09%09%09%3Crect%20id%3D%22SVGID_13_%22%20x%3D%22-18.2%22%20y%3D%22113.7%22%20width%3D%22207.6%22%20height%3D%2289.3%22%2F%3E%0A%09%09%09%3C%2Fdefs%3E%0A%09%09%09%3CclipPath%20id%3D%22SVGID_14_%22%3E%0A%09%09%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_13_%22%20%20overflow%3D%22visible%22%2F%3E%0A%09%09%09%3C%2FclipPath%3E%0A%09%09%09%3Cpath%20clip-path%3D%22url(%23SVGID_14_)%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M-18.2%2C125.7C4.2%2C112%2C33%2C107.8%2C69.9%2C125.2c36.9%2C17.4%2C88.8-11.5%2C88.8-11.5%0A%09%09%09%09l30.7%2C56.3l-86.7%2C33l-115.4-40.4%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    height: 106px;
    width: 106px
}

.Icon--mic {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22340px%22%20height%3D%22340px%22%20viewBox%3D%220%200%20340%20340%22%20style%3D%22enable-background%3Anew%200%200%20340%20340%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%0D%0A%09.st1%7Bopacity%3A0.25%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M170%2C0C76.1%2C0%2C0%2C76.1%2C0%2C170c0%2C93.9%2C76.1%2C170%2C170%2C170c93.9%2C0%2C170-76.1%2C170-170C340%2C76.1%2C263.9%2C0%2C170%2C0z%0D%0A%09%09%09%20M135.1%2C88.2c0-19.3%2C15.6-34.9%2C34.9-34.9h0c19.3%2C0%2C34.9%2C15.6%2C34.9%2C34.9V159c0%2C19.3-15.6%2C34.9-34.9%2C34.9h0%0D%0A%09%09%09c-19.3%2C0-34.9-15.6-34.9-34.9V88.2z%20M233.7%2C159c0%2C33.1-25.3%2C60.4-57.6%2C63.5v44.1c20.1%2C1.3%2C35.6%2C9.8%2C35.6%2C20.2h-81.5%0D%0A%09%09%09c0-10%2C14.5-18.4%2C33.6-20v-44.2c-32.3-3.1-57.6-30.4-57.6-63.5v-14h12.2v14c0%2C28.4%2C23.1%2C51.5%2C51.5%2C51.5c28.4%2C0%2C51.5-23.1%2C51.5-51.5%0D%0A%09%09%09v-14h12.2V159z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cg%20class%3D%22st0%22%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%22397.2%2C-68.5%20231.8%2C-186.3%20-47.4%2C-134.5%20-101.2%2C322.6%20355.6%2C306.4%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M345.9-8.5c-36.2%2C8.8-69.7-17.1-128-11s-91.8%2C37-135.7-0.6S19.1-54.8-30.4-15.2s-18%2C299.9-18%2C299.9%0D%0A%09%09%09l314.7%2C61.8l155-175.1%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M386%2C9.3c-54.3%2C20.6-107.9-38.6-167.6%2C10.3C161.9%2C66%2C89%2C59.2%2C62.9%2C43.3C37.5%2C27.9%2C7%2C10.3-51%2C67%0D%0A%09%09%09c-54.5%2C53.3%2C0%2C185.9%2C0%2C185.9L281.3%2C321l147.3-52.4%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-41.7%2C95.2C3.4%2C109.1%2C50.1%2C56.9%2C105%2C94.5s130.4%2C28.2%2C158.9%2C12.3s63.5-34.8%2C133.6%2C16.5s0%2C183.3%2C0%2C183.3%0D%0A%09%09%09L47.2%2C349.3l-122.8-49.5%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-68.9%2C156.7c36.8%2C22.3%2C109.8%2C15.8%2C167.7-11.9s129%2C43.3%2C193%2C31.2c64-12.2%2C200-25.4%2C200-25.4l-29.4%2C177.7%0D%0A%09%09%09L95.9%2C433.4h-247.7L-68.9%2C156.7z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-63.9%2C232.9c54.8-33.5%2C125.1-43.7%2C215.5-1s217.2-28.2%2C217.2-28.2l75.1%2C137.8l-212.1%2C80.6l-282.3-98.9%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    height: 4pc;
    width: 4pc
}

.Icon--email {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22389px%22%20height%3D%22389px%22%20viewBox%3D%220%200%20389%20389%22%20style%3D%22enable-background%3Anew%200%200%20389%20389%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%0D%0A%09.st1%7Bopacity%3A0.25%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M194.5%2C0C87.1%2C0%2C0%2C87.1%2C0%2C194.5C0%2C302%2C87.1%2C389%2C194.5%2C389C302%2C389%2C389%2C302%2C389%2C194.5%0D%0A%09%09%09C389%2C87.1%2C302%2C0%2C194.5%2C0z%20M291.3%2C128l-96.8%2C96.8L97.7%2C128H291.3z%20M95.7%2C134.8l72.9%2C72.9l-72.9%2C49.6V134.8z%20M101.2%2C261.1l71.9-48.9%0D%0A%09%09%09l19.2%2C19.2c0.6%2C0.6%2C1.4%2C0.9%2C2.2%2C0.9c0.8%2C0%2C1.6-0.3%2C2.2-0.9l18.9-18.9l72.1%2C48.6H101.2z%20M293.4%2C257.3L220.1%2C208l73.2-73.2V257.3z%22%0D%0A%09%09%09%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cg%20class%3D%22st0%22%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%22529.9%2C-113.4%20307.3%2C-271.9%20-68.4%2C-202.2%20-140.8%2C412.8%20473.9%2C391%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M460.9-32.7c-48.7%2C11.8-93.8-23-172.3-14.8S165.1%2C2.3%2C106.1-48.3S21.1-95-45.6-41.7s-24.2%2C403.5-24.2%2C403.5%0D%0A%09%09%09l423.5%2C83.1l208.6-235.6%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M514.8-8.7C441.7%2C19%2C369.5-60.7%2C289.2%2C5.2C213.2%2C67.6%2C115.1%2C58.4%2C80%2C37.1C45.8%2C16.3%2C4.8-7.4-73.2%2C68.9%0D%0A%09%09%09c-73.3%2C71.7%2C0%2C250.1%2C0%2C250.1l447.1%2C91.7l198.2-70.5%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-60.8%2C106.9c60.7%2C18.6%2C123.6-51.5%2C197.5-1s175.5%2C38%2C213.8%2C16.5s85.5-46.9%2C179.7%2C22.3s0%2C246.7%2C0%2C246.7%0D%0A%09%09%09L58.9%2C448.8l-165.3-66.6%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-97.3%2C189.7c49.5%2C30.1%2C147.7%2C21.3%2C225.7-16S302%2C232%2C388%2C215.6s269.1-34.1%2C269.1-34.1l-39.6%2C239L124.4%2C562%0D%0A%09%09%09h-333.3L-97.3%2C189.7z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-90.7%2C292.1c73.8-45.1%2C168.4-58.8%2C290-1.4s292.3-37.9%2C292.3-37.9l101.1%2C185.5L307.3%2C546.7L-72.5%2C413.6%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    height: 46px;
    width: 46px
}

.Icon--heart {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2235px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2035%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.3%20(12081)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32.6757812%2C2.90909091%20C31.171875%2C1.09090909%2029.0299479%2C0.136363636%2026.25%2C0%20C23.4244792%2C0%2021.328125%2C1.22727273%2019.8242188%2C2.90909091%20C18.3203125%2C4.59090909%2017.5455729%2C5.59090909%2017.5%2C5.81818182%20C17.4544271%2C5.59090909%2016.6796875%2C4.59090909%2015.1757812%2C2.90909091%20C13.671875%2C1.22727273%2011.7578125%2C0%208.75%2C0%20C5.97005208%2C0.136363636%203.828125%2C1.09090909%202.32421875%2C2.90909091%20C0.8203125%2C4.68181818%200.0455729167%2C6.63636364%200%2C8.72727273%20C0%2C10.2272727%200.2734375%2C13.1363636%201.95963542%2C16.5%20C3.64583333%2C19.8636364%208.79557292%2C25.0454545%2017.5%2C32%20C26.2044271%2C25.0454545%2031.3997396%2C19.8636364%2033.0859375%2C16.5%20C34.7721354%2C13.1363636%2035%2C10.1818182%2035%2C8.72727273%20C34.9544271%2C6.63636364%2034.1796875%2C4.68181818%2032.6757812%2C2.86363636%20L32.6757812%2C2.90909091%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23000000%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    height: 23px;
    width: 26px
}

.Icon--bed,
.Icon--glass,
.Icon--map {
    height: 99pt;
    width: 99pt
}

.Icon--map {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22330.3px%22%20height%3D%22330.3px%22%20viewBox%3D%220%200%20330.3%20330.3%22%20style%3D%22enable-background%3Anew%200%200%20330.3%20330.3%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%0D%0A%09.st1%7Bopacity%3A0.25%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M165.4%2C117.1c-16.2%2C0-29.2%2C13.1-29.2%2C29.2s13.1%2C29.2%2C29.2%2C29.2c16.2%2C0%2C29.2-13.1%2C29.2-29.2%0D%0A%09%09%09S181.6%2C117.1%2C165.4%2C117.1z%20M165.1%2C0C73.9%2C0%2C0%2C73.9%2C0%2C165.1s73.9%2C165.1%2C165.1%2C165.1s165.1-73.9%2C165.1-165.1S256.3%2C0%2C165.1%2C0z%0D%0A%09%09%09%20M222.4%2C203.2l-56.9%2C56.9l-56.9-56.9l0.1-0.1c-13.5-14.1-21.9-33.3-21.9-54.4c0-43.4%2C35.2-78.5%2C78.5-78.5s78.5%2C35.2%2C78.5%2C78.5%0D%0A%09%09%09c0%2C21.1-8.3%2C40.2-21.8%2C54.3L222.4%2C203.2z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cg%20class%3D%22st0%22%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%22421.3%2C-33.6%20250.1%2C-155.4%20-38.7%2C-101.8%20-94.4%2C371.1%20378.2%2C354.3%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M368.2%2C28.5c-37.5%2C9.1-72.1-17.7-132.5-11.4s-95%2C38.3-140.4-0.6S30.1-19.4-21.2%2C21.6s-18.6%2C310.2-18.6%2C310.2%0D%0A%09%09%09l325.6%2C63.9l160.4-181.1%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M409.7%2C47C353.5%2C68.3%2C298%2C7%2C236.2%2C57.7c-58.4%2C47.9-133.9%2C40.9-160.8%2C24.5C49.1%2C66.2%2C17.6%2C48-42.4%2C106.6%0D%0A%09%09%09c-56.4%2C55.1%2C0%2C192.3%2C0%2C192.3l343.8%2C70.5l152.4-54.2%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-32.8%2C135.9c46.7%2C14.3%2C95-39.6%2C151.8-0.8s135%2C29.2%2C164.4%2C12.7s65.7-36%2C138.2%2C17.1s0%2C189.7%2C0%2C189.7%0D%0A%09%09%09L59.2%2C398.7l-127.1-51.2%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-60.9%2C199.5c38.1%2C23.1%2C113.6%2C16.4%2C173.5-12.3s133.5%2C44.8%2C199.6%2C32.2s206.9-26.3%2C206.9-26.3L488.7%2C377%0D%0A%09%09%09L109.5%2C485.7h-256.3L-60.9%2C199.5z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-55.8%2C278.2c56.7-34.7%2C129.5-45.2%2C222.9-1.1S391.9%2C248%2C391.9%2C248l77.7%2C142.6L250.1%2C474l-292-102.3%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A")
}

.Icon--bed {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22330.3px%22%20height%3D%22330.3px%22%20viewBox%3D%220%200%20330.3%20330.3%22%20style%3D%22enable-background%3Anew%200%200%20330.3%20330.3%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%0D%0A%09.st1%7Bopacity%3A0.25%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M239.5%2C141.3h-15v-8.9c0-4.6-3.7-8.4-8.4-8.4h-38.5c-4.6%2C0-8.4%2C3.7-8.4%2C8.4v8.9h-8.1v-8.9%0D%0A%09%09%09c0-4.6-3.7-8.4-8.4-8.4h-38.5c-4.6%2C0-8.4%2C3.7-8.4%2C8.4v8.9h-15c-4.2%2C0-7.5%2C3.4-7.5%2C7.5v0.3H247v-0.3%0D%0A%09%09%09C247%2C144.7%2C243.6%2C141.3%2C239.5%2C141.3z%20M165.1%2C0C73.9%2C0%2C0%2C73.9%2C0%2C165.1s73.9%2C165.1%2C165.1%2C165.1c91.2%2C0%2C165.1-73.9%2C165.1-165.1%0D%0A%09%09%09S256.3%2C0%2C165.1%2C0z%20M272%2C227.3h-21.1v9.1h-34.8v-9.1H114.2v9.1H79.3v-9.1H58.3v-80.4h16.2v-53h181.4v53H272V227.3z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cg%20class%3D%22st0%22%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%22441.6%2C-43.9%20270.4%2C-165.7%20-18.5%2C-112.1%20-74.1%2C360.8%20398.5%2C343.9%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M388.5%2C18.2c-37.5%2C9.1-72.1-17.7-132.5-11.4s-95%2C38.3-140.4-0.6S50.3-29.7-0.9%2C11.3s-18.6%2C310.2-18.6%2C310.2%0D%0A%09%09%09l325.6%2C63.9l160.4-181.1%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M430%2C36.7C373.7%2C58%2C318.3-3.3%2C256.5%2C47.4C198.1%2C95.3%2C122.7%2C88.2%2C95.7%2C71.8c-26.3-16-57.8-34.2-117.8%2C24.5%0D%0A%09%09%09c-56.4%2C55.1%2C0%2C192.3%2C0%2C192.3l343.8%2C70.5L474%2C304.9%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-12.6%2C125.5c46.7%2C14.3%2C95-39.6%2C151.8-0.8s135%2C29.2%2C164.4%2C12.7c29.4-16.5%2C65.7-36%2C138.2%2C17.1s0%2C189.7%2C0%2C189.7%0D%0A%09%09%09L79.5%2C388.4l-127.1-51.2%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-40.6%2C189.2c38.1%2C23.1%2C113.6%2C16.4%2C173.5-12.3s133.5%2C44.8%2C199.6%2C32.2s206.9-26.3%2C206.9-26.3L509%2C366.7%0D%0A%09%09%09L129.8%2C475.4h-256.3L-40.6%2C189.2z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-35.6%2C267.9c56.7-34.7%2C129.5-45.2%2C222.9-1.1s224.8-29.2%2C224.8-29.2l77.7%2C142.6l-219.5%2C83.4l-292-102.3%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A")
}

.Icon--glass {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22330.3px%22%20height%3D%22330.3px%22%20viewBox%3D%220%200%20330.3%20330.3%22%20style%3D%22enable-background%3Anew%200%200%20330.3%20330.3%3B%22%20xml%3Aspace%3D%22preserve%22%0D%0A%09%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3B%7D%0D%0A%09.st1%7Bopacity%3A0.25%3Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cdefs%3E%0D%0A%09%09%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M165.1%2C0C73.9%2C0%2C0%2C73.9%2C0%2C165.1s73.9%2C165.1%2C165.1%2C165.1c91.2%2C0%2C165.1-73.9%2C165.1-165.1S256.3%2C0%2C165.1%2C0z%0D%0A%09%09%09%20M199.1%2C244.1h-67.8l26.4-13.9v-66.1L94.5%2C97.9h141.3l-63.2%2C66.3v66.1L199.1%2C244.1z%22%2F%3E%0D%0A%09%3C%2Fdefs%3E%0D%0A%09%3CclipPath%20id%3D%22SVGID_2_%22%3E%0D%0A%09%09%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20style%3D%22overflow%3Avisible%3B%22%2F%3E%0D%0A%09%3C%2FclipPath%3E%0D%0A%09%3Cg%20class%3D%22st0%22%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st1%22%20points%3D%22448.1%2C-45.3%20277%2C-167.1%20-11.9%2C-113.6%20-67.6%2C359.3%20405.1%2C342.5%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M395.1%2C16.8c-37.5%2C9.1-72.1-17.7-132.5-11.4s-95%2C38.3-140.4-0.6S56.9-31.1%2C5.7%2C9.8S-12.9%2C320-12.9%2C320%0D%0A%09%09%09l325.6%2C63.9l160.4-181.1%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M436.5%2C35.2c-56.2%2C21.3-111.7-40-173.4%2C10.7c-58.4%2C47.9-133.9%2C40.9-160.8%2C24.5c-26.3-16-57.8-34.2-117.8%2C24.5%0D%0A%09%09%09c-56.4%2C55.1%2C0%2C192.3%2C0%2C192.3l343.8%2C70.5l152.4-54.2%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-6%2C124.1c46.7%2C14.3%2C95-39.6%2C151.8-0.8s135%2C29.2%2C164.4%2C12.7c29.4-16.5%2C65.7-36%2C138.2%2C17.1s0%2C189.7%2C0%2C189.7%0D%0A%09%09%09L86%2C387l-127.1-51.2%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-34.1%2C187.7C4%2C210.8%2C79.5%2C204.1%2C139.4%2C175.4s133.5%2C44.8%2C199.6%2C32.2S546%2C181.4%2C546%2C181.4l-30.5%2C183.8%0D%0A%09%09%09L136.4%2C474h-256.3L-34.1%2C187.7z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st1%22%20d%3D%22M-29%2C266.5c56.7-34.7%2C129.5-45.2%2C222.9-1.1s224.8-29.2%2C224.8-29.2l77.7%2C142.6L277%2C462.3l-292-102.3%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A")
}

.Icon--made {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2245px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2045%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.2%20(12043)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M30.4%2C0%20L25.6%2C4.8%20L36.8%2C16%20L25.6%2C27.2%20L30.4%2C32%20L44.8%2C16%20L30.4%2C0%20L30.4%2C0%20Z%20M14.4%2C0%20L0%2C16%20L14.4%2C32%20L19.2%2C27.2%20L8%2C16%20L19.2%2C4.8%20L14.4%2C0%20L14.4%2C0%20Z%22%20id%3D%22Shape%22%20fill%3D%22%233D3D3D%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    height: 24px;
    width: 36px
}

.Icon--twitter {
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22273.4px%22%20height%3D%22222.2px%22%20viewBox%3D%220%200%20273.4%20222.2%22%20enable-background%3D%22new%200%200%20273.4%20222.2%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%3Cpath%20fill%3D%22%233d3d3d%22%20d%3D%22M273.4%2C26.3c-10.1%2C4.5-20.9%2C7.5-32.2%2C8.8c11.6-6.9%2C20.5-17.9%2C24.7-31%0A%20%20%20%20C255%2C10.5%2C243%2C15.2%2C230.2%2C17.7C220%2C6.8%2C205.4%2C0%2C189.3%2C0c-31%2C0-56.1%2C25.1-56.1%2C56.1c0%2C4.4%2C0.5%2C8.7%2C1.5%2C12.8%0A%20%20%20%20C88%2C66.5%2C46.7%2C44.2%2C19%2C10.3c-4.8%2C8.3-7.6%2C17.9-7.6%2C28.2c0%2C19.5%2C9.9%2C36.6%2C25%2C46.7c-9.2-0.3-17.8-2.8-25.4-7c0%2C0.2%2C0%2C0.5%2C0%2C0.7%0A%20%20%20%20c0%2C27.2%2C19.3%2C49.8%2C45%2C55c-4.7%2C1.3-9.7%2C2-14.8%2C2c-3.6%2C0-7.1-0.4-10.6-1c7.1%2C22.3%2C27.9%2C38.5%2C52.4%2C39c-19.2%2C15-43.4%2C24-69.7%2C24%0A%20%20%20%20c-4.5%2C0-9-0.3-13.4-0.8c24.8%2C15.9%2C54.3%2C25.2%2C86%2C25.2c103.2%2C0%2C159.6-85.5%2C159.6-159.6c0-2.4-0.1-4.9-0.2-7.3%0A%20%20%20%20C256.4%2C47.4%2C265.9%2C37.5%2C273.4%2C26.3%22%2F%3E%0A%3C%2Fsvg%3E%0A);
    height: 24px;
    width: 29px
}

.ImageCard,
.Input {
    width: 100%;
    display: block
}

.ImageCard {
    background: center center no-repeat #f4f4f4;
    padding-bottom: 66%;
    text-indent: 100%;
    white-space: nowrap
}

.Input {
    letter-spacing: -.02em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-bottom: 2px solid currentcolor;
    box-sizing: border-box;
    color: currentcolor;
    font-size: 2pc;
    height: 4pc;
    line-height: 4pc;
    margin: 0;
    outline: 0;
    padding: 0 0 0 70px
}

.Input::-webkit-input-placeholder {
    color: currentcolor
}

.Input:-moz-placeholder {
    color: currentcolor
}

.Input::-moz-placeholder {
    color: currentcolor
}

.Input:-ms-input-placeholder {
    color: currentcolor
}

.InputIcon {
    left: 0;
    position: absolute;
    top: 8px
}

.List {
    margin: -15px 0;
    padding: 0
}

.List-item {
    border-bottom: 1px solid currentcolor;
    padding: 2em 0
}

.Radio {
    height: 2pc;
    padding: .5em 0
}

@media only screen and (min-width:768px) {
    .List {
        margin: -17px 0
    }
    .Radio {
        padding: 1em 0
    }
}

.Radio-state {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.Radio-label {
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding-top: 4px;
    padding-left: 50px;
    position: relative
}

.Radio-label::after,
.Radio-label::before {
    border: 2px solid transparent;
    border-radius: 50%;
    content: '';
    display: block;
    height: 28px;
    left: 1pc;
    position: absolute;
    top: 0;
    width: 28px
}

.Radio-label::before {
    border-color: currentcolor;
    -webkit-transform: translate(-1pc, 0);
    -ms-transform: translate(-1pc, 0);
    transform: translate(-1pc, 0)
}

.Radio--build .Radio-label::before {
    border-color: #4077c0
}

.Radio--collab .Radio-label::before {
    border-color: #74b894
}

.Radio--deploy .Radio-label::before {
    border-color: #986690
}

.Radio-label::after {
    background-color: currentcolor;
    opacity: 0;
    -webkit-transition: -webkit-transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s;
    -webkit-transform: translate(-1pc, 0) scale(.5);
    -ms-transform: translate(-1pc, 0) scale(.5);
    transform: translate(-1pc, 0) scale(.5)
}

.Radio--build .Radio-label::after {
    background-color: #4077c0
}

.Radio--collab .Radio-label::after {
    background-color: #74b894
}

.Radio--deploy .Radio-label::after {
    background-color: #986690
}

.Radio-state:checked+.Radio-label::after {
    opacity: 1;
    -webkit-transform: translate(-1pc, 0) scale(.7);
    -ms-transform: translate(-1pc, 0) scale(.7);
    transform: translate(-1pc, 0) scale(.7)
}

.Sticky.is-fixed {
    position: fixed!important;
    top: -70px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.Sticky.is-sticky {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transform: translateY(70px) translateZ(0);
    transform: translateY(70px) translateZ(0)
}

.Text {
    letter-spacing: .02em;
    color: inherit;
    font-size: 1pc;
    font-weight: 300;
    line-height: 24px;
    margin: 0
}

@media only screen and (min-width:768px) {
    .Text {
        font-size: 20px;
        line-height: 35px
    }
}

.Text-link {
    font-weight: 700;
    color: #a0ecff
}

.Text--logo,
.Text--logoSmall {
    letter-spacing: .21em;
    font-size: 37px;
    font-weight: 100
}

.Text--logoSmall {
    display: none;
    font-size: 13px;
    color: #e05915;
}

@media only screen and (min-width:1240px) {
    .Text--logoSmall {
        display: inline-block
    }
    .Header-logo {
        margin-right: 18px
    }
}

.Text--heading {
    letter-spacing: -.02em;
    font-size: 28px;
    line-height: 36px
}

@media screen and (max-width:440px)
{
    #title
    {
        font-size: 20px;
        font-family : 'Raleway', sans-serif;
    }
}

@media only screen and (min-width:768px) {
    .Text--heading {
        font-size: 32px;
        line-height: 40px;
        font-family: 'Raleway', sans-serif !important;
    }
}

.Text--subHeading {
    letter-spacing: -.01em;
    font-size: 22px;
    font-weight: 700;
    line-height: 2pc
}

@media only screen and (min-width:768px) {
    .Text--subHeading {
        font-size: 30px;
        line-height: 40px
    }
}

.Text--large {
    letter-spacing: -.02em;
    font-size: 22px;
    line-height: 2pc
}

@media only screen and (min-width:768px) {
    .Text--large {
        font-size: 2pc;
        line-height: 55px
    }
}

.Text--medium {
    letter-spacing: .01em;
    font-size: 20px;
    line-height: 38px
}

@media only screen and (min-width:768px) {
    .Text--medium {
        font-size: 26px;
        line-height: 36px
    }
}

.Text--small {
    font-size: 11px;
    line-height: 14px
}

.Text--copy {
    letter-spacing: -.01em;
    font-size: 20px;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .Text--copy {
        font-size: 24px;
        line-height: 34px
    }
}

.Text--modal {
    font-size: 18px;
    line-height: 24px
}

.Text--autoSpace *+* {
    margin-top: 1em
}

.Text--spaced,
.Text--spacedMedium,
.Text--spacedSmall {
    letter-spacing: .1em;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .Text--spaced,
    .Text--spacedMedium,
    .Text--spacedSmall {
        font-size: 1pc
    }
}

.Text--spacedMedium {
    font-size: 14px
}

.Text--spacedSmall {
    letter-spacing: .15em;
    font-size: 9pt;
    line-height: 1pc;
    margin-bottom: .5em
}

.Header {
    /* padding: 10px 0 7px; */
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 5
}

.Header-cta,
.Header-title {
    display: none;
    z-index: 1;
    position: relative
}

/* @media only screen and (min-width:768px) {
    .Header {
        padding: 18px 0 10px
    }
}

@media only screen and (min-width:768px) and (max-width: 1240px)
{
    .Header {
        padding: 50px 0 10px
    }
} */

.Header.is-sticky {
    background: #000
}

.Header-logo {
    height: 42px;
    margin-bottom: 10px;
    width: 42px
}

.Header-cta {
    float: right
}

.Header-tickets {
    margin-top: 4px;
    margin-right: 3pc;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (min-width:768px) {
    .Header-tickets {
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px
    }
}

.Header-title {
    float: left;
    margin: 0;
    white-space: nowrap
}

.Header.is-sticky .Header-cta,
.Header.is-sticky .Header-title {
    display: block
}

.Section {
    box-sizing: border-box;
    padding: 24px 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .Section {
        padding-bottom: 4pc;
        padding-top: 4pc
    }
}

.Section--gradient,
.Section--gradientFromBlack {
    background: url(../images/back.jpg) center top/cover no-repeat #000;
}

.Section--gradient {
    background-position-y: center
}

.Section--padded {
    padding-bottom: 90pt;
    padding-top: 50pt
}

.Section--fullheight {
    overflow: hidden;
    min-height: 100vh;
    z-index: 2                            
}

.Section--paper {
    background: #fff;
    color: #3d3d3d;
}

.Section-footer {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute
}

@media only screen and (min-width:768px) {
    .Section-footer {
        margin-top: -30px;
        padding-bottom: 10px;
        position: absolute
    }
    .ModalContainer {
        padding: 20px 0
    }
}

.ModalContainer {
    background: rgba(0, 0, 0, .81);
    box-sizing: border-box;
    position: fixed;
    opacity: 0;
    overflow-y: scroll;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear;
    visibility: hidden;
    z-index: 10
}

.ModalContainer.is-visible {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible
}

.Modal {
    box-sizing: border-box;
    box-shadow: 0 7px 8px rgba(0, 0, 0, .35);
    background: #fff;
    color: #000;
    float: left;
    min-height: 100vh;
    padding: 50px 20px 20px;
    position: relative;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    width: 100%
}

.Modal-content {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px
}

@media only screen and (min-width:768px) {
    .Modal {
        float: none;
        width: 748px;
        min-height: 0;
        -webkit-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        transform: translate(0, -100px);
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
    .Modal-content {
        padding: 20px 50px 40px
    }
}

.Modal-close,
.Modal-next,
.Modal-prev {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: 0;
    position: absolute
}

.Modal-close {
    right: 20px;
    top: 20px
}

.Modal-next,
.Modal-prev {
    display: none;
    left: 50%;
    opacity: .7;
    top: 138px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity
}

.Modal-next:hover,
.Modal-prev:hover {
    opacity: 1
}

@media only screen and (min-width:768px) {
    .Modal--profile .Modal-next,
    .Modal--profile .Modal-prev {
        display: block
    }
}

.Modal-prev {
    margin-left: -198px
}

.Modal-next {
    margin-left: 155px
}

.ModalContainer.is-visible .Modal {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.Nav {
    background: url(../images/gradient-from-black.jpg) center center/cover;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: visibility .3s linear .3s, opacity .3s linear!important;
    transition: visibility .3s linear .3s, opacity .3s linear!important;
    visibility: hidden;
    z-index: 5
}

.is-navigating .Nav {
    opacity: 1;
    position: fixed;
    -webkit-transition-delay: 0s!important;
    transition-delay: 0s!important;
    visibility: visible
}

@media only screen and (min-width:768px) {
    .is-navigating .Nav {
        position: absolute;
        -webkit-transition: -webkit-transform .3s!important;
        transition: transform .3s!important
    }
    .Nav {
        background: 0 0;
        display: block;
        height: 4pc;
        left: 50%;
        margin-left: -197px;
        opacity: 1;
        right: auto;
        -webkit-transition: -webkit-transform .3s!important;
        transition: transform .3s!important;
        visibility: visible
    }
    .Nav.is-fixed {
        margin-left: -270px
    }
}

@media only screen and (min-width:960px) {
    .Nav {
        margin-left: -276px
    }
    .Nav.is-fixed {
        margin-left: -22pc
    }
}

@media only screen and (min-width:1240px) {
    .Nav.is-fixed {
        margin-left: -276px
    }
}

.Nav-item {
    display: block;
    font-size: 18px;
    line-height: 46px;
    opacity: .8;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    text-align: left
}

@media only screen and (min-width:768px) {
    .Nav-item {
        display: inline-block;
        font-size: 15px;
        margin: 24px 1pc;
        line-height: 34px
    }
}

.Nav-item:active,
.Nav-item:focus,
.Nav-item:hover {
    opacity: 1
}

.Nav-extra {
    display: none
}

@media only screen and (min-width:960px) {
    .Nav-extra {
        display: inline-block
    }
}

.Nav-center {
    margin-right: 10px;
}

.Nav-center a:hover{
   color: #f4af76;  
}

.Page {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 24px;
    height: 100%;
    text-rendering: optimizeLegibility
}

.Page-body {
    background: #4f7ca2;
    color: #fff;
    height: 100%
}

.Page-body.is-navigating {
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .Nav-center {
        margin-left: -140px;
        margin-top: -8px;
        margin-right: 10px;
    }
    .Page-body.is-navigating {
        overflow: visible
    }
}

.Page-body.no-scroll {
    overflow: hidden
}

.Page-body--padded {
    padding-top: 83px
}

.Profile-figure {
    box-sizing: border-box;
    margin: 0;
    padding: 0 25px 10px
}

@media only screen and (min-width:768px) {
    .Profile-figure {
        padding: 0 50px 24px
    }
}

.Profile-img {
    border-radius: 50%;
    display: block;
    max-height: 100%;
    max-width: 100%
}

#github
{
    max-width: 90%;
    margin: 0 0 0 15px;
}

@media screen and (max-width: 440px)
{
    #github
    {
        max-width: 100%;
        margin: 0 0 0 5px;
    }
}

.Profile-bio {
    display: none;
    font-size: 18px;
    line-height: 24px;
    text-align: left
}

.Schedule-eventTime,
.Schedule-toggle {
    text-align: center
}

.Profile-bio p {
    padding-top: 24px
}

.Profile--expanded {
    cursor: default;
    margin-top: 0
}

.Profile--expanded .Profile-figure {
    margin-bottom: 1em;
    padding: 0
}

.Profile--expanded .Profile-img {
    display: inline-block;
    width: 200px
}

.Profile--expanded .Profile-bio {
    display: block
}

.Schedule-mark {
    background-color: #444;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 15px;
    width: 10px
}

.Schedule-speaker {
    font-size: 1em;
    line-height: 24px;
    font-weight: 700;
    color: grey
}

.Modal .Schedule-speaker {
    color: inherit;
    font-weight: 400;
    text-transform: none
}

.Schedule-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    display: none;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 14px
}

.Schedule-reset.is-visible {
    display: block
}

.Schedule-toggle {
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    height: 26px;
    position: absolute;
    right: 0;
    text-indent: -1px;
    top: 13px;
    width: 26px
}

.Schedule-event.is-hidden,
.Schedule-eventDescription {
    display: none
}

.Schedule-event--featured .Schedule-mark {
    background: #fff
}

.Schedule-event--build .Schedule-mark {
    background: #4077c0
}

.Schedule-event--collaboration .Schedule-mark {
    background: #74b894
}

.Schedule-event--deploy .Schedule-mark {
    background: #986690
}

.Schedule-eventDescription.is-visible {
    display: block
}

.Schedule-eventTimeEnd {
    display: none
}


@media only screen and (min-width:768px) {
    .Schedule-mark {
        margin-left: 0
    }
    .Schedule-eventTime {
        text-align: left
    }
}

.Footer-actions a::after {
    content: '|';
    margin: 0 10px
}

.Footer-actions a:first-of-type:after,
.Footer-actions a:last-of-type:after {
    content: '';
    margin: 0
}

@media only screen and (min-width:768px) {
    .Footer-actions {
        padding-bottom: 2px
    }
    .Footer-actions a:first-of-type::after {
        content: '|';
        margin: 0 10px
    }
}

.Footer-toTop {
    display: block;
    margin-bottom: 1em
}

@media only screen and (min-width:768px) {
    .Footer-toTop {
        display: inline-block;
        margin: 0
    }
    .Footer-toTop::after {
        content: '|';
        margin: 0 10px
    }

    #headout
    {
    margin: 0 0 0 -40px;
    }
}

.Footer-link {
    opacity: .6;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.Footer-link:hover {
    opacity: 1
}

.Footer-share {
    display: none
}

.u-breath {
    margin: 75px 0!important
}

.u-bottomBreath {
    margin-bottom: 55px!important
}

#r1 #overflow
{
    margin-top: 60px;
    max-width: 100%;
    font-size: 18px !important;
    text-align: justify;
    padding: 0 20%;
    letter-spacing: 1px;;
    word-spacing: 2px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#overflow::-webkit-scrollbar {
    width:0px;
}

   
  /* Handle */
#overflow::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
#overflow::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a:hover{
    text-decoration: none;
}

#r1 #fig
{
    margin-top: 60px;
    width: 30%;
    margin-left: 5%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
}

#r1 #fig h3
{
    margin-left: 29%;
    margin-top: 10px;
    font-size: 20px;
}

#r1 #fig h3.build
{
    margin-left: 37.5%;
}

#r1 #fig div div
{
    padding: 20px 20px 20px 20px;
}

@media screen and (max-width: 440px)
{
    #r1 #overflow
    {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
    }

    #r1 #fig
    {
        width: 90%;
        margin-left: 5%;
    }

    #r1 #fig h3
    {
        margin-left: 25%;
    }

    #r1 #fig h3.build
    {
        margin-left: 33%;
    }

   
    #r1 #fig p
    {
        margin-left: 20px;
        font-size: 18px;
    }
}


#speakers
{
    height: auto;
    width: 100%;
    background: white;
    padding-top: 50px;
    color: black;
    padding-bottom: 70px;
}

.heading h2
{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: none;
    font-family: 'Raleway', sans-serif !important;
}

.heading hr
{
    width: 30%;
    color:black;
    margin-top: 10px;
    border: 0.5px solid #e6d8d8;
}


.sub-head
{
    width: 80%;
    margin-left: 10%;
}

.sub-head h4
{
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 35px;
    font-weight: 500;
    margin-top: 40px;

}

.Container .about{
    font-family: 'Raleway', sans-serif !important;  
    letter-spacing: 1.5px;
    font-weight: 800; 
    font-size: 40px;
    color: white !important;
}

.Container #about{
    width: 30%;
    color:black;
    margin-top: 10px;
    border: 0.5px solid #e6d8d8;
    opacity: 0.2;
}


#cards .col-lg-4.col-md-4.col-sm-12 
{
    width: 24%;
    height: 300px;
    margin: 0 4.6%;
    background: url(../images/5960.png) center top/cover no-repeat #000;
    border: none;
    border-radius: 8px;
}

@media screen and (max-width: 768px)
{
    #cards .col-lg-4.col-md-4.col-sm-12 
    {
        width: 70%;
        margin-left: 13%;
        margin-bottom: 60px;
    }
    
}

#cards
{
    margin-left: 1%;
    margin-top: 100px;
    margin-bottom: 90px;
}

#cards .col-lg-4.col-md-4.col-sm-12 img
{
   
    height: 50%;
    border: none;
    border-radius: 8px;
    margin: 10% 0 0% 25%;
}

#cards.two{
    display: none;
}

@media screen and (max-width: 440px)
{
    #cards.two{
        display: block;
    }

    #cards.one{
        display: none;
    }

    #cards .col-lg-4.col-md-4.col-sm-12 img
    {
        margin: 10% 0 0% 18%;
    }
}

.tm-white-bordered-btn {
	color: White;
    border: 10px #f76c6c;
	background-color: #f76c6c;
    padding: 10px 25px;
    display: inline-block;
}

.tm-white-bordered-btn:hover,
.tm-white-bordered-btn:focus {
	background-color: #f8e9a1;

}



#cards .col-lg-4.col-md-4.col-sm-12 h2
{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
}


.tm-white-bordered-btx {
	color: White;
    border: 10px #5cdb95;
	background-color: #5cdb95;
    padding: 10px 25px;
    display: inline-block;
}

.tm-white-bordered-btx:hover,
.tm-white-bordered-btx:focus {
	background-color: #f8e9a1;

}


#cards .col-lg-4.col-md-4.col-sm-12 p
{
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.75px;
}

@media screen and (min-width: 768px)
{
    #cards .col-lg-4.col-md-4.col-sm-12:nth-child(1)
    {
    margin-top: 35px;
    }

#cards .col-lg-4.col-md-4.col-sm-12:nth-child(3)
    {
    margin-top: 60px;
    }

}



@media screen and (max-width: 768px)
{
    .heading hr
    {
        width: 70%;
    }

    .Container #about
    {
       width: 80%;
    }
}

#speakers
{
    padding-bottom: 64px;
}

@media screen and (max-width: 440px)
{
    #speakers
    {
    padding-bottom: 20px;
    }
}

@media only screen and (min-width:768px) {
    .Footer-share {
        display: block
    }
    .Load {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .6s, opacity .5s;
        transition: transform .6s, opacity .5s
    }
    .Load--delay8 {
        -webkit-transition-delay: 2.1s;
        transition-delay: 2.1s
    }
    .Load--delay7 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s
    }
    .Load--delay6 {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s
    }
    .Load--delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }
    .Load--delay4 {
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }
    .Load--delay3 {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
    .Load--delay2 {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }
    .Load--delay1 {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
    .is-loading.js .Load {
        opacity: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .is-loading.js .Load--fromBottom {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    .is-loading.js .Load--fromTop {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    .js .Stagger {
        opacity: 0;
        -webkit-transform: translate(0, 25px);
        -ms-transform: translate(0, 25px);
        transform: translate(0, 25px);
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        -webkit-transition: -webkit-transform .6s, opacity .5s;
        transition: transform .6s, opacity .5s
    }
    .js .Stagger.is-visible {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .js .Stagger:nth-of-type(8) {
        -webkit-transition-delay: 2.1s;
        transition-delay: 2.1s
    }
    .js .Stagger:nth-of-type(7) {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s
    }
    .js .Stagger:nth-of-type(6) {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s
    }
    .js .Stagger:nth-of-type(5) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }
    .js .Stagger:nth-of-type(4) {
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }
    .js .Stagger:nth-of-type(3) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
    .js .Stagger:nth-of-type(2) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }
    .js .Stagger:nth-of-type(1) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
    .u-bottomBreath {
        margin-bottom: 147px!important
    }
}

.u-marginBottom {
    margin-bottom: 1em!important
}

.u-marginBottom-x2 {
    margin-bottom: 2em!important
}

.u-underlined,
.u-underspaced {
    margin-bottom: 1em!important
}

#title
{
    margin-bottom: 0.4em !important;
}

.u-marginTop {
    margin-top: 1.2em!important
}

.u-marginTop-x2 {
    margin-top: 2em!important
}

.u-marginSides {
    margin-left: 10px!important;
    margin-right: 10px!important
}

.u-textLeft {
    text-align: left!important
}

.u-textCenter {
    text-align: center!important
}

.u-textCenter:nth-child(1)
{
    margin: -10px 0 40px 0;
}

@media screen and (max-width: 440px)
{
    .u-textCenter:nth-child(1) {
        margin: -20px 0 30px 0;
    }
}

.u-textRight {
    text-align: right!important
}

.u-noWrap {
    white-space: nowrap!important;
    word-wrap: none!important
}

.u-underlined {
    border-bottom: 2px solid currentcolor!important;
    padding-bottom: 1em!important
}

.u-overlined {
    border-top: 2px solid currentcolor!important;
    margin-top: 1em!important;
    padding-top: 1em!important
}

.u-offsetParent {
    position: relative!important
}

.u-floatRight {
    float: right!important
}

.u-floatLeft {
    float: left!important
}

.u-floatNone {
    float: none!important
}

.u-clickable {
    cursor: pointer!important
}

.u-size1of2 {
    width: 50%!important;
}

@media screen and (max-width:440px)
{
    #sponsor {
        width: 100%!important;
    }
    
}

.u-before1of2 {
    margin-left: 50%!important
}


.u-after1of2 {
    margin-right: 50%!important
}

.u-push1of2 {
    left: 50%!important
}


.u-pull1of2 {
    left: -50%!important
}

.u-size2of2 {
    width: 100%!important
}

.u-before2of2 {
    margin-left: 100%!important
}

.u-after2of2 {
    margin-right: 100%!important
}

.u-push2of2 {
    left: 100%!important
}

.u-pull2of2 {
    left: -100%!important
}

.u-size1of3 {
    width: 33.33333333%!important
}

.u-before1of3 {
    margin-left: 33.33333333%!important
}

.u-after1of3 {
    margin-right: 33.33333333%!important
}

.u-push1of3 {
    left: 33.33333333%!important
}

.u-pull1of3 {
    left: -33.33333333%!important
}

.u-size2of3 {
    width: 66.66666667%!important
}

.u-before2of3 {
    margin-left: 66.66666667%!important
}

.u-after2of3 {
    margin-right: 66.66666667%!important
}

.u-push2of3 {
    left: 66.66666667%!important
}

.u-pull2of3 {
    left: -66.66666667%!important
}

.u-size3of3 {
    width: 100%!important
}

.u-before3of3 {
    margin-left: 100%!important
}

.u-after3of3 {
    margin-right: 100%!important
}

.u-push3of3 {
    left: 100%!important
}

.u-pull3of3 {
    left: -100%!important
}

.u-size1of4 {
    width: 25%!important
}

.u-before1of4 {
    margin-left: 25%!important
}

.u-after1of4 {
    margin-right: 25%!important
}

.u-push1of4 {
    left: 25%!important
}

.u-pull1of4 {
    left: -25%!important
}

.u-size2of4 {
    width: 50%!important
}

.u-before2of4 {
    margin-left: 50%!important
}

.u-after2of4 {
    margin-right: 50%!important
}

.u-push2of4 {
    left: 50%!important
}

.u-pull2of4 {
    left: -50%!important
}

.u-size3of4 {
    width: 75%!important
}

.u-before3of4 {
    margin-left: 75%!important
}

.u-after3of4 {
    margin-right: 75%!important
}

.u-push3of4 {
    left: 75%!important
}

.u-pull3of4 {
    left: -75%!important
}

.u-size4of4 {
    width: 100%!important
}

.u-before4of4 {
    margin-left: 100%!important
}

.u-after4of4 {
    margin-right: 100%!important
}

.u-push4of4 {
    left: 100%!important
}

.u-pull4of4 {
    left: -100%!important
}

@media only screen and (min-width:768px) {
    .u-sm-size1of2 {
        width: 50%!important
    }
    .u-sm-before1of2 {
        margin-left: 50%!important
    }
    .u-sm-after1of2 {
        margin-right: 50%!important
    }
    .u-sm-push1of2 {
        left: 50%!important
    }
    .u-sm-pull1of2 {
        left: -50%!important
    }
    .u-sm-size2of2 {
        width: 100%!important
    }
    .u-sm-before2of2 {
        margin-left: 100%!important
    }
    .u-sm-after2of2 {
        margin-right: 100%!important
    }
    .u-sm-push2of2 {
        left: 100%!important
    }
    .u-sm-pull2of2 {
        left: -100%!important
    }
    .u-sm-size1of3 {
        width: 33.33333333%!important
    }
    .u-sm-before1of3 {
        margin-left: 33.33333333%!important
    }
    .u-sm-after1of3 {
        margin-right: 33.33333333%!important
    }
    .u-sm-push1of3 {
        left: 33.33333333%!important
    }
    .u-sm-pull1of3 {
        left: -33.33333333%!important
    }
    .u-sm-size2of3 {
        width: 66.66666667%!important
    }
    .u-sm-before2of3 {
        margin-left: 66.66666667%!important
    }
    .u-sm-after2of3 {
        margin-right: 66.66666667%!important
    }
    .u-sm-push2of3 {
        left: 66.66666667%!important
    }
    .u-sm-pull2of3 {
        left: -66.66666667%!important
    }
    .u-sm-size3of3 {
        width: 100%!important
    }
    .u-sm-before3of3 {
        margin-left: 100%!important
    }
    .u-sm-after3of3 {
        margin-right: 100%!important
    }
    .u-sm-push3of3 {
        left: 100%!important
    }
    .u-sm-pull3of3 {
        left: -100%!important
    }
    .u-sm-size1of4 {
        width: 25%!important
    }
    .u-sm-before1of4 {
        margin-left: 25%!important
    }
    .u-sm-after1of4 {
        margin-right: 25%!important
    }
    .u-sm-push1of4 {
        left: 25%!important
    }
    .u-sm-pull1of4 {
        left: -25%!important
    }
    .u-sm-size2of4 {
        width: 50%!important
    }
    .u-sm-before2of4 {
        margin-left: 50%!important
    }
    .u-sm-after2of4 {
        margin-right: 50%!important
    }
    .u-sm-push2of4 {
        left: 50%!important
    }
    .u-sm-pull2of4 {
        left: -50%!important
    }
    .u-sm-size3of4 {
        width: 75%!important
    }
    .u-sm-before3of4 {
        margin-left: 75%!important
    }
    .u-sm-after3of4 {
        margin-right: 75%!important
    }
    .u-sm-push3of4 {
        left: 75%!important
    }
    .u-sm-pull3of4 {
        left: -75%!important
    }
    .u-sm-size4of4 {
        width: 100%!important
    }
    .u-sm-before4of4 {
        margin-left: 100%!important
    }
    .u-sm-after4of4 {
        margin-right: 100%!important
    }
    .u-sm-push4of4 {
        left: 100%!important
    }
    .u-sm-pull4of4 {
        left: -100%!important
    }
}

@media only screen and (min-width:960px) {
    .u-md-size1of2 {
        width: 50%!important
    }
    .u-md-before1of2 {
        margin-left: 50%!important
    }
    .u-md-after1of2 {
        margin-right: 50%!important
    }
    .u-md-push1of2 {
        left: 50%!important
    }
    .u-md-pull1of2 {
        left: -50%!important
    }
    .u-md-size2of2 {
        width: 100%!important
    }
    .u-md-before2of2 {
        margin-left: 100%!important
    }
    .u-md-after2of2 {
        margin-right: 100%!important
    }
    .u-md-push2of2 {
        left: 100%!important
    }
    .u-md-pull2of2 {
        left: -100%!important
    }
    .u-md-size1of3 {
        width: 33.33333333%!important
    }
    .u-md-before1of3 {
        margin-left: 33.33333333%!important
    }
    .u-md-after1of3 {
        margin-right: 33.33333333%!important
    }
    .u-md-push1of3 {
        left: 33.33333333%!important
    }
    .u-md-pull1of3 {
        left: -33.33333333%!important
    }
    .u-md-size2of3 {
        width: 66.66666667%!important
    }
    .u-md-before2of3 {
        margin-left: 66.66666667%!important
    }
    .u-md-after2of3 {
        margin-right: 66.66666667%!important
    }
    .u-md-push2of3 {
        left: 66.66666667%!important
    }
    .u-md-pull2of3 {
        left: -66.66666667%!important
    }
    .u-md-size3of3 {
        width: 100%!important
    }
    .u-md-before3of3 {
        margin-left: 100%!important
    }
    .u-md-after3of3 {
        margin-right: 100%!important
    }
    .u-md-push3of3 {
        left: 100%!important
    }
    .u-md-pull3of3 {
        left: -100%!important
    }
    .u-md-size1of4 {
        width: 33%!important
    }
    .u-md-before1of4 {
        margin-left: 25%!important
    }
    .u-md-after1of4 {
        margin-right: 25%!important
    }
    .u-md-push1of4 {
        left: 25%!important
    }
    .u-md-pull1of4 {
        left: -25%!important
    }
    .u-md-size2of4 {
        width: 50%!important
    }
    .u-md-before2of4 {
        margin-left: 50%!important
    }
    .u-md-after2of4 {
        margin-right: 50%!important
    }
    .u-md-push2of4 {
        left: 50%!important
    }
    .u-md-pull2of4 {
        left: -50%!important
    }
    .u-md-size3of4 {
        width: 75%!important
    }
    .u-md-before3of4 {
        margin-left: 75%!important
    }
    .u-md-after3of4 {
        margin-right: 75%!important
    }
    .u-md-push3of4 {
        left: 75%!important
    }
    .u-md-pull3of4 {
        left: -75%!important
    }
    .u-md-size4of4 {
        width: 100%!important
    }
    .u-md-before4of4 {
        margin-left: 100%!important
    }
    .u-md-after4of4 {
        margin-right: 100%!important
    }
    .u-md-push4of4 {
        left: 100%!important
    }
    .u-md-pull4of4 {
        left: -100%!important
    }
}

@media only screen and (min-width:1240px) {
    .u-lg-size1of2 {
        width: 50%!important
    }
    .u-lg-before1of2 {
        margin-left: 50%!important
    }
    .u-lg-after1of2 {
        margin-right: 50%!important
    }
    .u-lg-push1of2 {
        left: 50%!important
    }
    .u-lg-pull1of2 {
        left: -50%!important
    }
    .u-lg-size2of2 {
        width: 100%!important
    }
    .u-lg-before2of2 {
        margin-left: 100%!important
    }
    .u-lg-after2of2 {
        margin-right: 100%!important
    }
    .u-lg-push2of2 {
        left: 100%!important
    }
    .u-lg-pull2of2 {
        left: -100%!important
    }
    .u-lg-size1of3 {
        width: 33.33333333%!important
    }
    .u-lg-before1of3 {
        margin-left: 33.33333333%!important
    }
    .u-lg-after1of3 {
        margin-right: 33.33333333%!important
    }
    .u-lg-push1of3 {
        left: 33.33333333%!important
    }
    .u-lg-pull1of3 {
        left: -33.33333333%!important
    }
    .u-lg-size2of3 {
        width: 66.66666667%!important
    }
    .u-lg-before2of3 {
        margin-left: 66.66666667%!important
    }
    .u-lg-after2of3 {
        margin-right: 66.66666667%!important
    }
    .u-lg-push2of3 {
        left: 66.66666667%!important
    }
    .u-lg-pull2of3 {
        left: -66.66666667%!important
    }
    .u-lg-size3of3 {
        width: 100%!important
    }
    .u-lg-before3of3 {
        margin-left: 100%!important
    }
    .u-lg-after3of3 {
        margin-right: 100%!important
    }
    .u-lg-push3of3 {
        left: 100%!important
    }
    .u-lg-pull3of3 {
        left: -100%!important
    }
    .u-lg-size1of4 {
        width: 25%!important
    }
    .u-lg-before1of4 {
        margin-left: 25%!important
    }
    .u-lg-after1of4 {
        margin-right: 25%!important
    }
    .u-lg-push1of4 {
        left: 25%!important
    }
    .u-lg-pull1of4 {
        left: -25%!important
    }
    .u-lg-size2of4 {
        width: 50%!important
    }
    .u-lg-before2of4 {
        margin-left: 50%!important
    }
    .u-lg-after2of4 {
        margin-right: 50%!important
    }
    .u-lg-push2of4 {
        left: 50%!important
    }
    .u-lg-pull2of4 {
        left: -50%!important
    }
    .u-lg-size3of4 {
        width: 75%!important
    }
    .u-lg-before3of4 {
        margin-left: 75%!important
    }
    .u-lg-after3of4 {
        margin-right: 75%!important
    }
    .u-lg-push3of4 {
        left: 75%!important
    }
    .u-lg-pull3of4 {
        left: -75%!important
    }
    .u-lg-size4of4 {
        width: 100%!important
    }
    .u-lg-before4of4 {
        margin-left: 100%!important
    }
    .u-lg-after4of4 {
        margin-right: 100%!important
    }
    .u-lg-push4of4 {
        left: 100%!important
    }
    .u-lg-pull4of4 {
        left: -100%!important
    }
}

.is-loading * {
    -webkit-transition: none!important;
    transition: none!important
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


.hameid-loader-overlay {
    width: 100%;
    height: 100%;
    background: url('../images/loader.gif') center no-repeat #FFF;
    z-index: 99999;
    position: fixed;
    background-color: black;
}

html {
  font-family: 'Montserrat', Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

label {
	color: red;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
  border: solid 3px #474544;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

h1 {
  color: #474544;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  color: #474544;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.Note h3
{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    text-align: left;
    text-transform: none;
    font-family: 'Raleway', sans-serif !important;
}

h3 {
  color: black;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  border-bottom: solid 2px #474544;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 100%;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #474544;
	color: #474544;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.message {
	float: none;
}

.name {
	float: left;
	width: 100%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 50px;
	resize: none;
  	width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}



#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}


.accordion {
  display: block;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #eee;
}

.accordion:before {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  padding-right: 10px;
}

.active:before {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.logo{
  width: 200px;
}

@media(min-width: 768px){
.logo-small-h{
  width: 9.5rem;
  padding: 2rem 2rem 0 2rem;
}

.logo-small-w{
  width: 15.5rem;
  padding: 4.2rem 0.8rem;
}
}

@media (max-width: 768px){
  .logo{
    width: 100px;
  }

  .logo-small-w{
    width: 100px;
    padding: 30px 10px;
  } 
  .logo-small-h{
    height: 50px;
    padding: 10px;
  }
}

.sponsor-img {
  display: block;
  max-height: 100%;
  max-width: 100%
}

.u-marginTop-x6 {
  margin-top: 6em!important
}
.main-overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2); /* Black background with opacity */
}

footer
{
    font-family:  'Raleway', sans-serif !important;
    letter-spacing: 1px;
}

@media screen and (min-width:768px)
{
    .u-sm-size1of2.time
    {
        width: 49% !important;
    }

    footer.place
    {
        margin-top: -40px;
    }
}

.Center .row
{
    margin-top: 6em;
}

#photo img:hover
{
   filter: grayscale(0.8);
   transition-delay: 1s;
   transition: ease-in-out 0.15s;
}

.Header-title img 
{
    width: 210px;
    height: 50px;
    margin-top : -30px;
}


@media screen and (max-width: 440px)
{
    .Nav-center a
    {
        margin-left:30%;
        margin-top: 10px;
        font-size: 40px;
    }
    
    .Nav-center a:hover
    {
        color : #ec1943;
    }

    .Nav-center
    {
        margin-top: -100px;
    }
}

.Center-content
{
    margin-top: 0px;
}

@media screen and (min-width: 768px)
{
        a.Nav-item
        {
            font-weight: 700;
            color: black;
        }

        a.Nav-item:hover
        {
            color: #e05915 !important;
            transition: all 0.3s ease-in-out;
        }
}

.rdab
{
    font-size: 4pc;
    margin-bottom: 1em;
}

.headline
{
    text-transform: none;
    letter-spacing: 2px;
    font-size: 2pc;
}

.str
{
    
    margin-top: 10px;
}

.coming
{
    min-height: 200px;
}

.soon
{
    margin-top: 100px;
    font-size: 4pc;
    opacity: 0.3;
}

.faculty
{
    text-align: center;
}

.faculty h5
{
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 7px;
    font-weight: 700;
    color: #4e0a0a;
}

.faculty .person
{
    font-size: 1.4rem;
    letter-spacing: 1.8px;
    margin-bottom: 4px;
}

.faculty .position
{
    font-size: 1.2rem;
    letter-spacing: 1.2px
}

.col-md-4
{
    margin-top: 60px;
}

.patron
{
    margin-top: 60px;
}

.middle
{
    text-align: center;
}

table
{
    font-size: 1rem;
    margin-top: 30px;
}

tr th
{
    text-align: center;
}

.fee
{
    margin-top: 70px;
}

.fee h2
{
    font-size: 25px !important;
}

.period
{
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

li.time
{
    list-style: none;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 5px;
    color: black;
}

.contact-list li
{
    list-style: none;
    font-size: 1rem;
    margin-top: 10px;
}

.contact-list
{
    padding: 0;
    margin-top: 15px;
}

footer .col-md-4
{
    margin-top: 20px;
}

footer
{
    padding: 20px 0;
}

.colleges
{
    font-size: 1.1rem;
    margin-top: 30px;
}

.contact-div h4
{
    font-size: 1.5rem;
    color: white;
    font-weight: 700;
}

/* .iiita
{
    float: left;
}

.twenty
{
    float: right;
} */

.col-md-6
{
    margin-top: 60px;
}

.iiita, .twenty
{
    display: none;
}

@media screen and (max-width:440px)
{
    .rdab {
        font-size: 2.5pc;
        margin-bottom: 1em;
    }

    .headline {
        text-transform: none;
        letter-spacing: 2px;
        font-size: 1.5pc;
    }

    .col-md-6 {
        margin-top: 20px; 
    }

    .Center .row {
        margin-top: 4em;
    }

    #r1 #overflow {
        margin-top: 40px;
        max-width: 100%;
        font-size: 18px !important;
        text-align: justify;
        padding: 0 5%;
        letter-spacing: 1px;
        word-spacing: 2px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .soon {
        margin-top: 50px;
        font-size: 3.5pc;
        opacity: 0.3;
    }

    .faculty .col-md-6
    {
        margin-top: 60px;
    }

     .twenty
    {
        display: inline-block;
    }
}

#advisory
{
    background-color: white;
}

#registrariton
{
    background-color: #4f7ca2;
}

.Header
{
    background-color: #fff;
    min-height: 60px;
}

.Header div
{
    display: inline;
}

.college-logo
{
    float: left;
}

.college-logo img
{
    height: 70px;
}

.twenty-logo
{
    float: right;
}

.twenty-logo img
{
    height: 70px;
}

.rd
{
    margin-left: 3%;
    margin-top: 9px;
}

#advisory
{
    padding: 50px 64px;
}

.mobil
{
    display: none;
}

.chairman
{
    margin-top: 80px;
}

.convener
{
    margin-bottom: 80px;
}

@media screen and (max-width: 440px)
{
    .dekstop
    {
        display: none;
    }

    .mobil
    {
        display: block;
    }

    .twenty-logo img
    {
        display: none;
    }

    #registration .Container
    {
        padding: 0;
    }

    .chairman
    {
        margin-top: 60px;
    }
    
    .convener
    {
        margin-bottom: 0px;
    }

    .convener:nth-child(2)
    {
        margin-bottom: 80px;
    }
}

.member
{
    margin-bottom: 20px;
}

.Header.is-sticky
{
    background: #fff;
}

.col-md-5
{
    margin-top: 0px;
    margin-left: 0%;
}

@media screen and (min-width : 440px)
{
    .col-md-5
    {
        margin-top: 0px;
        margin-left: 0%;
        margin-bottom: 0px;
    }
    
}

span.first
{
    background: #e05915;
    padding: 8px 12px;
	opacity: 70%;
}

span.second
{
    background: #3fb0ac;
    padding: 8px 12px;
	opacity: 70%;
}

span.third
{
    background: Red;
    padding: 8px 12px;
	opacity: 70%;
}
.tm-gallery {
	padding-top: 0px;
	padding-bottom: 60px;
	margin: auto;
}

.tm-gallery .row {
	margin-left: 0px;
	margin-right: -80px;
}

.tm-gallery-item {
	padding-left: 10px;
	padding-right: 10px;
}

.tm-img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tm-img-center-sm {
	display: block;
	margin-left: Center;
	margin-right: center;
}

.tm-figcaption {
	padding-top: 5px;
	padding-bottom: 0px;
	
}

.tm-figsponsor {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: -10px;
	padding-right: 10px;
	font-size: 25px;
	color: white;
	
}
.tm-figspon {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
}

.tm-gallery .row {
	margin-left: 0px;
	margin-right: -80px;
}

.tm-gallery-sponsor {
	padding-left: 400px;
	padding-right: 10px;
}

.tm-figcaption-bot {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 15px;
}

/* ===== SPEAKERS SECTION ===== */
#speakers {
  background-color: #f8f9fa;
  padding: 60px 0;
}

/* Center heading and divider */
#speakers .heading h2 {
  font-weight: 700;
  letter-spacing: 1px;
}

#speakers hr {
  border: 1px solid #000;
  width: 60px;
  margin: 10px auto 30px auto;
}

/* Make speaker grid responsive and centered */
#speakers .row {
  justify-content: center; /* centers last uneven row */
}

/* Speaker card design */
.speaker-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px;
  height: 100%;
  min-height: 420px; /* ensures uniform height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speaker-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* Speaker image styling */
.speaker-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* Name styling */
.speaker-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
  flex-grow: 0;
}

/* Description text */
.speaker-card p {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  flex-grow: 1;
}

/* Responsive spacing for smaller screens */
@media (max-width: 768px) {
  .speaker-card {
    min-height: 380px;
  }
}
