body {
    font-family: Fselliotpro, sans-serif;
    color: #144168;
    font-size: 16px;
    line-height: 20px;
}

a {
    color: #144168;
    text-decoration: none;
}

.header_right_up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}

    .section_container.header {
        z-index: 999;
    }

    .section_container.banner {
        position: relative;
        overflow: hidden;
        padding-top: 112px;
    }

        .section_container.banner.agenda {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.4)), to(transparent)), url('/assets/images/02_1_bg.jpg');
            background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(90deg, rgba(0, 0, 0, 0.4) 50%, transparent), url('/assets/images/02_1_bg.jpg');
            background-position: 0px 0px, 0px 0px, 50% 50%;
            background-size: auto, auto, cover;
        }

    .section_container.index {
        padding-right: 0px;
        padding-left: 0px;
        background-color: #144168;
    }

    .section_container.home_info {
        padding-right: 0px;
        padding-left: 0px;
        background-color: #e62742;
        color: #fff;
        text-align: center;
    }

    .section_container.home_highlight {
        overflow: hidden;
        background-color: #f0f0f0;
    }

    .section_container.footer {
        position: relative;
        background-color: #144168;
    }

    .section_container.home_speakers {
        background-image: url('/assets/images/01_6_bg.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #fff;
    }

.header_search_btn {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 999px;
    background-color: #e62742;
    background-image: url('/assets/images/header_search.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

    .header_search_btn:hover {
        background-color: #144168;
    }

.header_right_down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_container_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*max-width: 1500px;*/
    margin-right: auto;
    margin-left: auto;
    padding: 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section_container_in.header {
        max-width: 1550px;
        padding: 15px 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section_container_in.breadcrumb {
        padding-top: 30px;
        padding-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section_container_in.home_banner {
        padding-top: 90px;
        padding-bottom: 120px;
        color: #fff;
        text-align: center;
    }

    .section_container_in.index {
        padding: 10px 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section_container_in.home {
        padding-top: 90px;
        padding-bottom: 90px;
        text-align: center;
    }

    .section_container_in.footer {
        padding-bottom: 100px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .section_container_in.inner_banner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
    }

    .section_container_in.inner_page {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .section_container_in.inner_page.speaker {
            padding-bottom: 100px;
        }

.header_right_up_btn {
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

    .header_right_up_btn:hover {
        color: #e62742;
    }

    .header_right_up_btn.last {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #144168;
    }

.hidden_header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 998;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.header_logo {
    height: 56px;
}

    .header_logo.scrolling {
        height: 40px;
    }

.header_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.top_header {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

.header_right_mobile_btn {
    display: none;
}

.header_right_down_btn {
    margin-right: 25px;
}

    .header_right_down_btn:hover {
        color: #e62742;
    }

    .header_right_down_btn.current {
        font-weight: 900;
    }

.breadcrumb_btn {
    position: relative;
    z-index: 2;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 2px;
    padding-right: 16px;
    //background-image: url('/assets/images/breadcrumb_slash.svg');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
}
    .breadcrumb_btn:not(:last-child):after {
        content: "/";
        display: inline;
        position: absolute;
        right: 0;
        top: 0;
    }

.breadcrumb_dropdown {
    position: relative;
    margin: 2px 10px 2px 0px;
    padding-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    //background-image: url('/assets/images/breadcrumb_slash.svg');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

    .breadcrumb_dropdown:not(:last-child):after {
        content: "/";
        display: inline;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
    }

    .breadcrumb_dropdown.last {
        background-image: none;
    }

.breadcrumb_dropdown_toggle {
    padding: 0px 15px 0px 0px;
    background-image: url('/assets/images/arrow_down_white.svg');
    background-position: 100% 50%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    color: #fff;
}

    .breadcrumb_dropdown_toggle:hover {
        opacity: 0.75;
    }

    .breadcrumb_dropdown_toggle.w--open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-image: url('/assets/images/arrow_up_white.svg');
        opacity: 0.75;
    }

.breadcrumb_dropdown_list.w--open {
    position: absolute;
    left: -15px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    background-image: url('/assets/images/breadcrumb_arrow.svg');
    background-position: 75px 5px;
    background-size: auto 10px;
    background-repeat: no-repeat;
}

.breadcrumb_dropdown_link {
    max-width: 325px;
    min-width: 200px;
    margin: 0px;
    padding: 13px 50px 13px 15px;
    border-bottom: 1px solid #144168;
    background-color: hsla(0, 0%, 100%, 0.9);
    background-image: url('/assets/images/arrow_navy.svg');
    background-position: 93% 50%;
    background-size: 8px 8px;
    background-repeat: no-repeat;
    color: #144168;
    font-size: 14px;
    line-height: 18px;
}

    .breadcrumb_dropdown_link:hover {
        background-color: rgba(20, 65, 104, 0.9);
        background-image: url('/assets/images/arrow_white.svg');
        color: #fff;
    }

    .breadcrumb_dropdown_link.w--current {
        color: #144168;
    }

        .breadcrumb_dropdown_link.w--current:hover {
            color: #fff;
        }

.home_banner_timer_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home_banner_timer_block {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 4px;
}

.home_banner_timer_number {
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 100;
}

.rectangle_btn {
    padding: 20px 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #e62742;
    border-radius: 10px;
    background-color: #e62742;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

    .rectangle_btn:hover {
        background-color: transparent;
        color: #e62742;
    }

.home_banner_title {
    margin-top: -10px;
    margin-bottom: 40px;
}

.home_banner_text {
    /*max-width: 750px;*/
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 28px;
}

.theme_color_container {
    display: none;
}

.theme_text_color {
    color: #f60;
}

.theme_bg_color {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f60), to(#f60));
    background-image: linear-gradient(180deg, #f60, #f60);
}

.index_btn {
    margin: 5px 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
}

    .index_btn:hover {
        padding-bottom: 5px;
        border-bottom: 3px solid hsla(0, 0%, 100%, 0.25);
		text-decoration: inherit;
    }

    .index_btn.w--current {
        padding-bottom: 5px;
        border-bottom: 3px solid #fff;
        font-weight: 900;
    }

.section_title {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    text-align: center;
}

.home_sponsor_text {
    width: 100%;
    max-width: 750px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    line-height: 28px;
}

.home_sponsor_img_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px auto 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home_sponsor_img {
    max-height: 75px;
    margin: 20px 2.5%;
}

.theme_btn_color {
    border: 1px solid #f60;
    background-color: #f60;
}

    .theme_btn_color:hover {
        border-color: #144168;
        background-color: #144168;
        color: #fff;
    }

.home_info_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home_info_block {
    width: 33.333%;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}

.home_info_title {
    margin-bottom: 15px;
    font-weight: 300;
}

.home_banner_title_text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 100px;
    line-height: 100px;
    font-weight: 100;
}

.home_highlight_slider {
    width: 100%;
    height: auto;
    margin-top: 40px;
    background-color: transparent;
}

.home_highlight_slider_mask {
    overflow: visible;
    height: auto;
}

.home_highlight_slide {
    width: 31%;
    margin-right: 2.333%;
    border: 5px solid #f0f0f0;
}

    .home_highlight_slide:hover {
        border-color: #144168;
    }

.home_highlight_slider_nav {
    display: none;
}

.home_highlight_lightbox_link {
    position: relative;
    width: 100%;
}

.home_highlight_lightbox {
    width: 100%;
}

.home_highlight_video_btn {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-image: url('/assets/images/01_4_video_play_btn_v2.svg');
    background-position: 50% 50%;
    background-size: 25%;
    background-repeat: no-repeat;
    opacity: 0.8;
}

    .home_highlight_video_btn:hover {
        opacity: 0.6;
    }

.home_highlight_slider_arrow {
    left: auto;
    top: -105px;
    right: 0%;
    bottom: auto;
    width: 80px;
    height: 80px;
}

    .home_highlight_slider_arrow:hover {
        opacity: 0.75;
    }

    .home_highlight_slider_arrow.right {
        background-image: url('/assets/images/01_4_arrow_r.svg');
        background-position: 50% 50%;
        background-size: 20px 40px;
        background-repeat: no-repeat;
    }

    .home_highlight_slider_arrow.left {
        right: 80px;
        background-image: url('/assets/images/01_4_arrow_l.svg');
        background-position: 50% 50%;
        background-size: 20px 40px;
        background-repeat: no-repeat;
    }

.home_benefit_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home_benefit_block {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    padding: 20px;
    line-height: 24px;
}

.home_benefit_title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

.footer_right {
    margin-left: auto;
}

.footer_right_img_mobile {
    display: none;
}

.home_speakers_slider {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: transparent;
}

.home_speakers_slide {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 40px 40px 50px;
    border-radius: 10px;
    background-color: #fff;
    color: #144168;
}

.home_speakers_slider_mask {
    width: 100%;
    height: auto;
}

.home_speakers_slider_nav {
    display: none;
}

.home_speakers_slider_arrow {
    width: 50px;
}

    .home_speakers_slider_arrow.right {
        right: -50px;
        background-image: url('/assets/images/01_6_arrow_r.svg');
        background-position: 50% 50%;
        background-size: 40%;
        background-repeat: no-repeat;
    }

    .home_speakers_slider_arrow.left {
        left: -50px;
        background-image: url('/assets/images/01_6_arrow_l.svg');
        background-position: 50% 50%;
        background-size: 40%;
        background-repeat: no-repeat;
    }

.home_speakers_slide_img {
    width: 120px;
    height: 120px;
    border-radius: 999px;
}

.home_speakers_slide_text_1 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 900;
}

.home_speakers_slide_text_2 {
    font-size: 14px;
    line-height: 18px;
}

.home_speakers_slide_text_3 {
    overflow: hidden;
    max-height: 96px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 24px;
}

.home_speakers_slide_btn {
    font-weight: 700;
}

.theme_text_btn_color {
    cursor: pointer;
}

    .theme_text_btn_color:hover {
        color: #f60;
    }

.inner_banner_title_text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 80px;
    line-height: 80px;
    font-weight: 100;
}

.inner_banner_title {
    margin-top: -30px;
    margin-bottom: 20px;
}

.inner_banner_left {
    margin-top: 25px;
    padding-right: 25px;
}

.inner_page_content_title {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

    .inner_page_content_title.venue {
        margin-bottom: 10px;
        font-weight: 300;
    }

.inner_page_update_date {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
}

.agenda_tabs {
    width: 100%;
}

.agenda_tabs_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #bfbfbf;
}

.agenda_tab_link {
    overflow: hidden;
    margin-top: 15px;
    margin-right: 30px;
    margin-bottom: 5px;
    padding: 0px 0px 5px;
    background-color: transparent;
    color: #144168;
}

    .agenda_tab_link.w--current {
        overflow: visible;
        background-color: transparent;
        font-weight: 900;
    }

.agenda_tab_link_line {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -11px;
    width: 100%;
    height: 6px;
}

.agenda_tabs_content {
    width: 100%;
    margin-top: 60px;
}

.agenda_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.agenda_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.agenda_time_block {
    width: 160px;
    margin-right: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
}

.agenda_time_line {
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
}

.agenda_event_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.agenda_event_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    background-color: #eef2f4;
}

    .agenda_event_block._2col {
        width: 49%;
    }

    .agenda_event_block.end {
        color: #fff;
    }

.agenda_event_title_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.agenda_event_title_left {
    width: auto;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.agenda_event_time {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}

.agenda_event_title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.agenda_event_calendar_btn {
    width: 30px;
    height: 30px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('/assets/images/02_2_calendar_btn.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

.agenda_speaker_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.agenda_speaker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    min-width: 195px;
    padding-top: 10px;
    padding-right: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .agenda_speaker._2col {
        width: 50%;
    }

    .agenda_speaker.full_width {
        width: 100%;
        padding-right: 0px;
    }

.agenda_speaker_text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.agenda_speaker_title {
    font-size: 13px;
    line-height: 16px;
}

.agenda_speaker_name {
    font-weight: 900;
}

.agenda_speaker_img {
    width: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 99px;
}

.agenda_point_container {
    width: 100%;
    padding-top: 10px;
}

.agenda_point {
    margin-bottom: 5px;
    margin-left: -10px;
    padding-left: 10px;
    background-image: url('/assets/images/02_2_dot.svg');
    background-position: 0px 8px;
    background-size: 3px 3px;
    background-repeat: no-repeat;
}

.agenda_speaker_topic {
    width: 100%;
    margin-top: 10px;
    color: #f4374c;
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
}

.sponsor_level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #bfbfbf;
}

.sponsor_level_title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.sponsor_block {
    width: 48%;
    margin-top: 25px;
    margin-right: 2%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

    .sponsor_block.platinum {
        width: 31.333%;
    }

    .sponsor_block.gold {
        width: 23%;
    }

    .sponsor_block.text_only {
        margin-top: 10px;
    }

    .sponsor_block.diamond {
        width: 47%;
        margin-right: 4%;
    }

        .sponsor_block.diamond.even {
            margin-right: 0%;
        }

.sponsor_block_img {
    width: 100%;
    margin-bottom: 10px;
    padding: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 10px;
}

    .sponsor_block_img.diamond {
        padding: 0px;
    }

    .sponsor_block_img.gold {
        padding: 40px;
    }

.sponsor_text_only {
    margin-left: -10px;
    padding-right: 50px;
    padding-left: 10px;
    background-image: url('/assets/images/02_2_dot.svg');
    background-position: 0px 10px;
    background-size: 3px 3px;
    background-repeat: no-repeat;
}

.banner_img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(75%, rgba(0, 0, 0, 0.25)), to(transparent)), url('/assets/images/01_1_bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 75%, transparent), url('/assets/images/01_1_bg.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
}

    .banner_img.inner_page {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, rgba(0, 0, 0, 0.25)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('/assets/images/02_1_bg.jpg');
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 45%, transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/assets/images/02_1_bg.jpg');
        background-position: 0px 0px, 0px 0px, 50% 50%;
        background-size: auto, auto, cover;
        background-repeat: repeat, repeat, no-repeat;
    }

.back_to_top_btn {
    position: fixed;
    left: auto;
    top: auto;
    right: 50px;
    bottom: 50px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border: 1px solid grey;
    border-radius: 99px;
    background-color: grey;
    background-image: url('/assets/images/back_to_top.svg');
    background-position: 50% 50%;
    background-size: 35%;
    background-repeat: no-repeat;
}

    .back_to_top_btn:hover {
        border-color: #fff;
        background-color: #144168;
    }

.speaker_filter_container {
    width: 100%;
    display: none;
}

.speaker_filter_container_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.speaker_filter_select {
    width: auto;
    height: 40px;
    min-width: 300px;
    margin-right: 50px;
    margin-bottom: 15px;
    padding: 8px 0px 12px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #bfbfbf;
    background-color: transparent;
    color: #144168;
    font-size: 16px;
    font-weight: 700;
}

.speaker_filter_search {
    width: auto;
    height: 40px;
    min-width: 475px;
    margin-right: 50px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 35px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #bfbfbf;
    background-image: url('/assets/images/03_filter_search.svg');
    background-position: 0% 8px;
    background-size: 20px;
    background-repeat: no-repeat;
    font-size: 16px;
}

    .speaker_filter_search::-webkit-input-placeholder {
        color: #b9b9b9;
    }

    .speaker_filter_search:-ms-input-placeholder {
        color: #b9b9b9;
    }

    .speaker_filter_search::-ms-input-placeholder {
        color: #b9b9b9;
    }

    .speaker_filter_search::placeholder {
        color: #b9b9b9;
    }

.speaker_filter_btn {
    width: 125px;
    height: 40px;
    padding: 9px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(20, 65, 104, 0.5);
    border-radius: 5px;
    background-color: transparent;
    color: #144168;
    font-size: 15px;
    text-align: center;
}

    .speaker_filter_btn:hover {
        border-color: #144168;
        background-color: #144168;
        color: #fff;
    }

.speaker_more_minus {
    display: none;
}

.speaker_text_4 {
    display: none;
    line-height: 22px;
}

/*.speaker_text_3 {
    overflow: hidden;
    max-height: 66px;
    line-height: 22px;
}*/

/* log 10811, 10844 */
.speaker_text_3 {
    overflow: hidden;
    max-height: 96px;
    line-height: 22px;
    padding-bottom: 32px;
    position: relative;
}

.speaker_text_3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.speaker_more_btn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    height: 40px;
    margin-top: 55px;
    margin-left: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.speaker_text_container {
    position: relative;
    width: auto;
    margin-top: 12px;
    padding-right: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.speaker_text_2 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 22px;
    font-weight: 700;
}

.speaker_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.speaker_text_1 {
    font-size: 24px;
    line-height: 28px;
}

.speaker_img {
    width: 150px;
    height: 150px;
    margin-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #bfbfbf;
    border-radius: 99px;
}

html.w-mod-js *[data-ix="banner-img-effect"] {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media screen and (max-width: 991px) {
    .header_right_up {
        display: none;
    }

    .section_container {
        padding-right: 20px;
        padding-left: 20px;
    }

        .section_container.banner {
            padding-top: 70px;
        }

    .header_right_down {
        display: none;
    }

    .section_container_in {
        padding-right: 20px;
        padding-left: 20px;
    }

        .section_container_in.header {
            padding-right: 25px;
            padding-left: 25px;
        }

        .section_container_in.breadcrumb {
            padding-top: 25px;
        }

        .section_container_in.home_banner {
            padding-top: 75px;
            padding-bottom: 100px;
        }

        .section_container_in.home {
            padding-top: 75px;
            padding-bottom: 75px;
        }

        .section_container_in.inner_banner {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .section_container_in.inner_page {
            padding-top: 40px;
            padding-bottom: 40px;
        }

            .section_container_in.inner_page.speaker {
                padding-bottom: 80px;
            }

    .top_header {
        display: none;
    }

    .header_right_mobile_btn {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('/assets/images/header_mobile_menu.svg');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .home_banner_timer_container {
        margin-top: 40px;
    }

    .home_banner_timer_block {
        margin-right: 8px;
        margin-left: 8px;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 3.5px;
    }

    .home_banner_timer_number {
        font-size: 52px;
        line-height: 52px;
    }

    .rectangle_btn {
        padding: 18px 45px;
        font-size: 17px;
        line-height: 17px;
    }

    .home_banner_title {
        margin-bottom: 30px;
    }

    .home_banner_text {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 26px;
    }

    .index_btn {
        margin: 4px 15px;
    }

    .section_title {
        font-size: 36px;
        line-height: 40px;
    }

    .home_sponsor_img_container {
        margin-bottom: 30px;
    }

    .home_sponsor_img {
        max-height: 55px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .home_info_block {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 24px;
        line-height: 28px;
    }

    .home_info_title {
        margin-bottom: 10px;
    }

    .home_banner_title_text {
        font-size: 72px;
        line-height: 72px;
    }

    .home_highlight_slider {
        margin-top: 30px;
    }

    .home_highlight_slider_arrow {
        top: -90px;
        width: 70px;
        height: 70px;
    }

        .home_highlight_slider_arrow.left {
            right: 70px;
        }

    .home_benefit_container {
        margin-top: 25px;
    }

    .home_benefit_block {
        padding: 15px;
    }

    .home_benefit_title {
        font-size: 24px;
        line-height: 28px;
    }

    .footer_left {
        margin-right: auto;
        margin-left: auto;
    }

    .home_speakers_slider {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .home_speakers_slide {
        width: 31.333%;
        padding: 25px 25px 35px;
    }

    .home_speakers_slider_arrow {
        width: 50px;
    }

        .home_speakers_slider_arrow.right {
            right: -40px;
        }

        .home_speakers_slider_arrow.left {
            left: -40px;
        }

    .home_speakers_slide_img {
        width: 100px;
        height: 100px;
    }

    .home_speakers_slide_text_1 {
        margin-top: 25px;
    }

    .inner_banner_title_text.theme_text_color {
        font-size: 64px;
        line-height: 64px;
    }

    .inner_banner_title {
        margin-top: -20px;
    }

    .inner_banner_left {
        padding-right: 20px;
    }

    .inner_page_content_title {
        font-size: 24px;
        line-height: 28px;
    }

    .inner_page_update_date {
        margin-bottom: 30px;
    }

    .agenda_tab_link {
        margin-right: 25px;
        padding-bottom: 2px;
        font-size: 14px;
        line-height: 18px;
    }

    .agenda_tabs_content {
        margin-top: 50px;
    }

    .agenda_time_block {
        width: 125px;
        margin-right: 25px;
        font-size: 28px;
        line-height: 28px;
    }

    .agenda_time_line {
        margin-bottom: 15px;
    }

    .agenda_event_block {
        padding: 20px 25px 25px;
    }

        .agenda_event_block._2col {
            width: 100%;
        }

    .agenda_event_title_left {
        padding-right: 15px;
    }

    .agenda_event_title {
        font-size: 22px;
        line-height: 26px;
    }

    .agenda_speaker {
        padding-right: 15px;
    }

    .sponsor_level {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

    .sponsor_level_title {
        margin-bottom: 5px;
        font-size: 22px;
        line-height: 26px;
    }

    .sponsor_block {
        font-size: 18px;
        line-height: 22px;
    }

        .sponsor_block.platinum {
            font-size: 18px;
            line-height: 22px;
        }

    .sponsor_block_img {
        padding: 40px;
    }

        .sponsor_block_img.gold {
            padding: 25px;
        }

    .sponsor_text_only {
        padding-right: 40px;
    }

    .back_to_top_btn {
        right: 40px;
        bottom: 40px;
        width: 50px;
        height: 50px;
    }

    .speaker_filter_select {
        margin-right: 40px;
    }

    .speaker_filter_search {
        min-width: 478px;
        margin-right: 40px;
    }

    .speaker_text_container {
        padding-right: 150px;
    }

    .speaker_text_1 {
        font-size: 22px;
        line-height: 26px;
    }

    .speaker_img {
        margin-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .section_container_in {
        padding-right: 10px;
        padding-left: 10px;
    }

        .section_container_in.header {
            padding: 15px 20px;
        }

        .section_container_in.breadcrumb {
            padding-top: 20px;
        }

        .section_container_in.footer {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .section_container_in.inner_banner {
            padding-top: 15px;
            padding-bottom: 50px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

    .home_info_container {
        margin-bottom: -25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home_info_block {
        width: auto;
        margin-bottom: 25px;
    }

    .home_banner_title_text {
        font-size: 56px;
        line-height: 56px;
    }

    .home_highlight_slide {
        width: 47.6666%;
    }

    .home_highlight_slider_arrow {
        top: -80px;
        width: 50px;
        height: 50px;
    }

        .home_highlight_slider_arrow.right {
            background-size: 32%;
        }

        .home_highlight_slider_arrow.left {
            right: 50px;
            background-size: 32%;
        }

    .home_benefit_block {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer_right {
        margin-left: 0px;
    }

    .footer_right_img_mobile {
        display: inline-block;
    }

    .footer_right_img {
        display: none;
    }

    .home_speakers_slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .home_speakers_slide {
        width: 48%;
    }

    .home_speakers_slider_arrow {
        width: 35px;
    }

        .home_speakers_slider_arrow.right {
            right: -25px;
            background-size: 32%;
        }

        .home_speakers_slider_arrow.left {
            left: -25px;
            background-size: 32%;
        }

    .inner_banner_title_text.theme_text_color {
        font-size: 56px;
        line-height: 56px;
    }

    .inner_banner_left {
        padding-right: 0px;
    }

    .agenda_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .agenda_time_block {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .agenda_event_container {
        width: 100%;
        flex-basis: auto;
    }

    .agenda_speaker {
        width: 50%;
    }

    .sponsor_block.platinum {
        width: 48%;
    }

    .sponsor_block.gold {
        width: 31.333%;
    }

    .sponsor_block.diamond {
        width: 100%;
        margin-right: 0%;
    }

    .sponsor_block_img {
        padding: 25px;
    }

    .sponsor_text_only {
        padding-right: 25px;
    }

    .back_to_top_btn {
        right: 25px;
        bottom: 25px;
    }

    .speaker_filter_select {
        margin-right: 25px;
    }

    .speaker_filter_search {
        min-width: 300px;
        margin-right: 25px;
    }

    .speaker_more_btn {
        position: relative;
        margin-top: 20px;
        margin-right: auto;
        margin-left: 0px;
    }

    .speaker_text_container {
        margin-top: 0px;
        padding-right: 0px;
        max-width: 100%;
    }

    .speaker_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .speaker_img {
        width: 125px;
        height: 125px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    body {
        font-size: 14px;
        line-height: 18px;
    }

    .section_container {
        padding-right: 10px;
        padding-left: 10px;
    }

        .section_container.banner {
            padding-top: 54px;
        }

    .section_container_in.header {
        padding: 12px 15px;
    }

    .section_container_in.breadcrumb {
        padding-top: 15px;
    }

    .section_container_in.home_banner {
        padding-top: 60px;
        padding-bottom: 75px;
    }

    .section_container_in.home {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_container_in.footer {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .section_container_in.inner_banner {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .header_logo.scrolling {
        height: 28px;
    }

    .header_right_mobile_btn {
        width: 28px;
        height: 28px;
    }

    .header_right_down_btn.current {
        font-size: 14px;
        line-height: 18px;
    }

    .breadcrumb_btn {
        margin-right: 8px;
        padding-right: 12px;
    }

    .breadcrumb_dropdown {
        margin-right: 6px;
        padding-right: 12px;
    }

    .breadcrumb_dropdown_list.w--open {
        left: -10px;
        padding-top: 10px;
        background-position: 50px 4px;
        background-size: auto 6px;
    }

    .breadcrumb_dropdown_link {
        z-index: 2;
        max-width: 250px;
        min-width: 150px;
        padding: 11px 40px 11px 10px;
        background-size: 6px;
        font-size: 13px;
        line-height: 17px;
    }

    .home_banner_timer_container {
        margin-top: 25px;
    }

    .home_banner_timer_block {
        margin-right: 4px;
        margin-left: 4px;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 3px;
    }

    .home_banner_timer_number {
        font-size: 36px;
        line-height: 36px;
    }

    .rectangle_btn {
        padding: 15px 30px;
        font-size: 16px;
        line-height: 16px;
    }

    .home_banner_title {
        margin-bottom: 15px;
    }

    .home_banner_text {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 24px;
    }

    .index_btn {
        margin: 2px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .section_title {
        font-size: 28px;
        line-height: 32px;
    }

    .home_sponsor_text {
        margin-top: 20px;
        line-height: 24px;
    }

    .home_sponsor_img_container {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .home_sponsor_img {
        max-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home_info_container {
        margin-bottom: -20px;
    }

    .home_info_block {
        margin-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 20px;
        line-height: 24px;
    }

    .home_info_title {
        margin-bottom: 10px;
    }

    .home_banner_title_text {
        font-size: 48px;
        line-height: 48px;
    }

    .home_highlight_slider {
        margin-top: 25px;
    }

    .home_highlight_slide {
        width: 97.6666%;
    }

    .home_highlight_slider_arrow {
        top: -60px;
        width: 30px;
        height: 30px;
    }

        .home_highlight_slider_arrow.right {
            background-size: 40%;
        }

        .home_highlight_slider_arrow.left {
            right: 30px;
            background-size: 40%;
        }

    .home_benefit_container {
        margin-top: 20px;
    }

    .home_benefit_block {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px;
    }

    .home_benefit_title {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 24px;
    }

    .home_speakers_slider {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .home_speakers_slide {
        width: 98%;
        padding: 20px 20px 30px;
    }

    .home_speakers_slider_arrow {
        width: 30px;
    }

        .home_speakers_slider_arrow.right {
            right: -20px;
            background-size: 40%;
        }

        .home_speakers_slider_arrow.left {
            left: -20px;
            background-size: 40%;
        }

    .home_speakers_slide_img {
        width: 75px;
        height: 75px;
    }

    .home_speakers_slide_text_1 {
        margin-top: 20px;
        font-size: 18px;
    }

    .home_speakers_slide_text_2 {
        font-size: 13px;
        line-height: 17px;
    }

    .home_speakers_slide_text_3 {
        max-height: 88px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .inner_banner_title_text.theme_text_color {
        font-size: 48px;
        line-height: 48px;
    }

    .inner_banner_title {
        margin-top: -15px;
        margin-bottom: 10px;
    }

    .inner_page_content_title {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 24px;
    }

    .inner_page_update_date {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 17px;
    }

    .agenda_tab_link {
        margin-top: 10px;
        margin-right: 20px;
        padding-bottom: 0px;
        font-size: 13px;
        line-height: 17px;
    }

    .agenda_tab_link_line {
        bottom: -9px;
        height: 3px;
    }

    .agenda_tabs_content {
        margin-top: 40px;
    }

    .agenda_time_block {
        font-size: 24px;
        line-height: 24px;
    }

    .agenda_time_line {
        margin-bottom: 10px;
    }

    .agenda_event_block {
        padding: 15px 20px 20px;
    }

    .agenda_event_title_left {
        padding-right: 10px;
    }

    .agenda_event_time {
        font-size: 13px;
        line-height: 17px;
    }

    .agenda_event_title {
        font-size: 20px;
        line-height: 24px;
    }

    .agenda_event_calendar_btn {
        width: 25px;
        height: 25px;
    }

    .agenda_speaker {
        padding-right: 10px;
    }

    .agenda_speaker_title {
        font-size: 12px;
        line-height: 15px;
    }

    .agenda_point {
        margin-left: -8px;
        padding-left: 8px;
        background-position: 0px 6px;
    }

    .sponsor_level {
        margin-bottom: 30px;
        padding-bottom: 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sponsor_level_title {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 24px;
    }

    .sponsor_block {
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }

        .sponsor_block.platinum {
            width: 100%;
            margin-right: 0%;
            font-size: 16px;
            line-height: 20px;
        }

        .sponsor_block.gold {
            width: 48%;
            margin-right: 0%;
        }

        .sponsor_block.text_only {
            width: 100%;
            margin-right: 0%;
        }

        .sponsor_block.diamond {
            margin-right: 0%;
        }

    .sponsor_block_img {
        padding: 20px;
    }

        .sponsor_block_img.gold {
            padding: 15px;
        }

    .sponsor_text_only {
        padding-right: 0px;
    }

    .back_to_top_btn {
        right: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }

    .speaker_filter_select {
        width: 100%;
        min-width: auto;
        margin-right: 0px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .speaker_filter_search {
        width: 100%;
        min-width: auto;
        margin-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        background-position: 0% 11px;
        background-size: 16px;
        font-size: 14px;
    }

    .speaker_filter_btn {
        width: 100px;
        font-size: 13px;
    }

    .speaker_text_4 {
        line-height: 20px;
    }

    .speaker_text_3 {
        max-height: 60px;
        line-height: 20px;
    }

    .speaker_more_btn {
        width: 100px;
        margin-top: 15px;
        font-size: 13px;
    }

    .speaker_text_2 {
        line-height: 20px;
    }

    .speaker_row {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .speaker_text_1 {
        font-size: 20px;
        line-height: 24px;
    }

    .speaker_img {
        margin-bottom: 15px;
    }
}

@font-face {
    font-family: 'Fselliotpro';
    src: url('/assets/fonts/FSElliotPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fselliotpro';
    src: url('/assets/fonts/FSElliotPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Fselliotpro';
    src: url('/assets/fonts/FSElliotPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Fselliotpro';
    src: url('/assets/fonts/FSElliotPro-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Fselliotpro';
    src: url('/assets/fonts/FSElliotPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.addeventatc_dropdown {
    width: 230px;
    position: absolute;
    padding: 6px 0px 0px 0px;
    font-weight: 600;
    line-height: 100%;
    background: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    margin-left: -1px;
    right: 0;
    top: 0;
    z-index: 5;
    display: none;
}

    .addeventatc_dropdown > a {
        display: block;
        line-height: 100%;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        font-size: 15px;
        color: #333;
        font-weight: 600;
        padding: 14px 10px 14px 55px;
        margin: -2px 0px;
        background-position: -34px;
        background-repeat: no-repeat;
        background-size: auto 24px;
    }

        .addeventatc_dropdown > a:before {
            content: "";
            display: inline-block;
            position: absolute;
            left: 16px;
            width: 24px;
            height: 24px;
            background-size: contain;
            top: auto;
            margin-top: -4px;
        }

    .addeventatc_dropdown .ateappleical:before {
        background-image: url(/assets/images/svg/icon-apple.svg)
    }

    .addeventatc_dropdown .ategoogle:before {
        background-image: url(/assets/images/svg/icon-google.svg)
    }

    .addeventatc_dropdown .ateoffice365:before {
        background-image: url(/assets/images/svg/icon-office365.svg)
    }

    .addeventatc_dropdown .ateoutlook:before {
        background-image: url(/assets/images/svg/icon-outlook.svg)
    }

    .addeventatc_dropdown .ateoutlookcom:before {
        background-image: url(/assets/images/svg/icon-outlookcom.svg)
    }

    .addeventatc_dropdown .ateyahoo:before {
        background-image: url(/assets/images/svg/icon-yahoo.svg)
    }

    .addeventatc_dropdown > a:hover {
        background-color: #DDD;
    }
