CINXE.COM
Content Cloud Summit 2024
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Content Cloud Summit 2024</title> <link rel="icon" type="image/x-icon" href="https://d5ln38p3754yc.cloudfront.net/template_image/8ef79be353a34a6345de6b9546b0c01a455cd157/original/1710773636-6da25f987bfff3fa.png?1710773636"> <link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> <script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/3.0.5/js.cookie.min.js" integrity="sha512-nlp9/l96/EpjYBx7EP7pGASVXNe80hGhYAUrjeXnu/fyF5Py0/RXav4BBNs7n5Hx1WFhOEOWSAVjGeC3oKxDVQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script> //Box Visitor ID (function() { // Similar to http://phpjs.org/functions/uniqid/ function uniqid(prefix, more_entropy) { // + original by: Kevin van Zonneveld (http://kevin.vanzonneveld.net) // + revised by: Kankrelune (http://www.webfaktory.info/) // % note 1: Uses an internal counter (in php_js global) to avoid collision if (typeof prefix === 'undefined') { prefix = ""; } var retId; var formatSeed = function(seed, reqWidth) { // To hex str. seed = parseInt(seed, 10).toString(16); // So long we split. if (reqWidth < seed.length) { return seed.slice(seed.length - reqWidth); } // So short we pad. if (reqWidth > seed.length) { return Array(1 + (reqWidth - seed.length)).join('0') + seed; } return seed; }; // BEGIN REDUNDANT if (!window.php_js) { window.php_js = {}; } // END REDUNDANT // Init seed with big random int. if (!window.php_js.uniqidSeed) { window.php_js.uniqidSeed = Math.floor(Math.random() * 0x75bcd15); } window.php_js.uniqidSeed++; // Start with prefix, add current milliseconds hex string. retId = prefix; retId += formatSeed(parseInt(new Date().getTime() / 1000, 10), 8); // Add seed hex string. retId += formatSeed(window.php_js.uniqidSeed, 5); if (more_entropy) { // For more entropy we add a float lower to 10. retId += (Math.random() * 10).toFixed(8).toString(); } return retId; } // Get domain. var cookieDomain = document.domain.replace(/^[^.]+\./g, ""); // Data layer variables. window.analyticsData = window.analyticsData || {}; analyticsData.boxVisitorID = Cookies.get('box_visitor_id'); // Check cookie has created the id. if (!analyticsData.boxVisitorID) { // Generate a new id. var uniqueId = uniqid('', true); // Assign on the data layer. analyticsData.boxVisitorID = uniqueId; // Set the cookie. Cookies.set('box_visitor_id', uniqueId, { domain: cookieDomain, path: '/', expires: 365, secure: location.protocol != 'https:' ? false : true }); } })(); </script> <script> function getCookie(e) { for (var t = e + "=", n = document.cookie.split(";"), i = 0; i < n.length; i++) { for (var r = n[i]; " " == r.charAt(0);) r = r.substring(1); if (-1 != r.indexOf(t)) return r.substring(t.length, r.length) } return "" } window.addEventListener('load', function() { /** * the setBigMarkerHiddenFieldValue is from fields_to_render_as_hidden_fields.html.erb, it's defined AFTER the window is loaded. * these snippet shouldn't copied to other series/webinar */ if (typeof setBigMarkerHiddenFieldValue === "undefined") { var api_name_field_id_lookup = {}; setBigMarkerHiddenFieldValue = function(field_id, value) { api_name_field_id_lookup['utm_theme'] = '91a1059d682d'; api_name_field_id_lookup['uc_initial_landing_page'] = '4c1561fd10b9'; api_name_field_id_lookup['box_visitor_id_'] = '91f86451487f'; if (!field_id.startsWith('bm_hidden_field_')){ field_id = 'bm_hidden_field_'+api_name_field_id_lookup[field_id] } var question_id = $('#' + field_id).attr('data_question_id'); $('#' + field_id).val(value); $('.' + question_id + '-question').find('[id$=_response]').val(value); } } /* // confirmation popup modal $(document).on('ajaxComplete', function(e, xhr, settings) { if (settings.url.includes('/register/register_member_for_conference')) { localStorage.setItem("submitRegister", "true"); } }); */ // If reg successfull re-direct to link $(document).on('ajaxComplete', function(e, xhr, settings) { if (settings.url.includes('/register/register_member_for_conference')) { if (xhr.status === 200) { window.open("https://events.box.com/series/content-cloud-summit-2024-Video-Hub/gallery", '_self'); } else { alert("Registration failed. Please try again."); } } }); // Close the confirmation pop up modal $('#confirmation-close-Button').on('click', function() { $('#bigmarker-ccs-confirmation-modal').hide(); }); const urlParams = new URLSearchParams(window.location.search); if (localStorage.getItem("submitRegister")) { localStorage.removeItem("submitRegister"); $('.bigmarker-confirmation-modal-container').show(); } // Mobile nav menu toggle function toggleMobileMenu() { $('.mobile-menu').toggleClass('show-mobile'); $('#hamburger-icon').toggleClass('change'); } $('#hamburger-icon').on('click', toggleMobileMenu); $('.mobile-menu a').on('click', function() { $('.mobile-menu').removeClass('show-mobile'); $('#hamburger-icon').removeClass('change'); }); // Get all elements with the class name "ccs-register-now" var registerButtons = document.getElementsByClassName('ccs-register-now'); for (var i = 0; i < registerButtons.length; i++) { registerButtons[i].addEventListener('click', function() { setBigMarkerHiddenFieldValue('uc_initial_landing_page', getCookie('_uc_initial_landing_page')); console.log(getCookie('_uc_initial_landing_page')); document.getElementById('registrationForm').style.display = 'block'; }); } // remove email readonly attribute $('.new_member_email').removeAttr('readonly'); //close the registration form document.getElementById('closeFormButton').addEventListener('click', function() { document.getElementById('registrationForm').style.display = 'none'; }); // Remove the register button and login link function updateNavForRegisteredUser() { const registerButtonContainer = document.querySelector('.bigmarker-nav-button'); if (registerButtonContainer) { registerButtonContainer.innerHTML = '<div class="logout-container"><a href="/logout">Log out</a></div>'; } } // Update text for the email label $('label[for="email"]').text('Business Email Address*'); // Update text for the company size label $('label[for="Number_of_employees_"]').text('Company Size*'); // Display privacy policy opt in $('.js-custom-fields[data-question-id="4815fc738483"]').css('display', ''); // Display check box $('.js-custom-fields[data-question-id="21f1f9bf6377"]').css('display', ''); // Remove "Terms*" from the opt-in label $('label[for="checkbox-9"]').contents().filter(function() { return this.nodeType === 3 && this.nodeValue.includes('Terms*'); }).each(function() { this.nodeValue = this.nodeValue.replace('Terms*', ''); }); const htmlContent = ` <section class="bigmarker-register-header"> <p class="register-now">Register now</p> <p class="required"><i><span class="red">*</span>All fields are required</i></p> </section>`; // Insert the HTML content before the #register_member element $('#register_member').before(htmlContent); // Select the field to move and its closest form section var fieldToMove = $('.js-custom-fields[data-question-id="047d587c5c63"]'); var formSection1 = fieldToMove.closest('.bmform-section'); // Prepend the field to move it to the first position within its form section if (fieldToMove.length && formSection1.length) { formSection1.prepend(fieldToMove); } // gray Placeholder // var selectElement = document.getElementById('conference_registration_pre_conference_responses_attributes_3_response'); // var placeholderOption = document.createElement('option'); // placeholderOption.value = ""; // placeholderOption.selected = true; // placeholderOption.disabled = true; // placeholderOption.style.color = "lightgray"; // selectElement.insertBefore(placeholderOption, selectElement.firstChild); // Select the target div var $targetDiv = $('.js-custom-fields[data-question-id="4815fc738483"]'); // Create the first paragraph and set its content and class var $paragraph1 = $('<p>', { html: 'By submitting this form, you agree to the processing, storing, sharing and transfer of your personal data by Box and its third party service provider, BigMarker, in order to provide the virtual event experience. You confirm that you agree to Box’s <a href="https://www.box.com/legal/termsofservice?_gl=1*15qfs99*_gcl_au*MjEyODc3MDg4Ni4xNzA3ODM4Mjkw" target="_blank">Terms of Service</a> and have read the Privacy Policies of <a href="https://www.box.com/legal/privacypolicy?_gl=1*nvdxs8*_gcl_au*MjEyODc3MDg4Ni4xNzA3ODM4Mjkw" target="_blank">Box</a> and <a href="https://get.bigmarker.com/legal/privacy-policy" target="_blank">BigMarker.</a>', class: 'bmform-section-p-text' }); // Create the second paragraph and set its content and class var $paragraph2 = $('<p>', { html: 'By submitting this form, you authorize Box to contact you about product offerings, services, events, webinars, and other marketing materials. You may adjust your marketing preferences at any time by visiting <a href="https://cpm-form.trustarc.com/form/?brandId=1e36ee3e-35df-4cce-91c5-c66a682e7ae7&consentFormId=2117db13-71aa-48b2-aba4-e5cb40479d7e" target="_blank">here.</a>', class: 'bmform-section-p-text' }); // Insert the paragraphs after the target div $targetDiv.after($paragraph2); $targetDiv.after($paragraph1); // click here to register $(document).on('click', '.close-modal', function() { $('.modal-blocker2').hide(); }); $('.bm-login-link').on("click", function() { $('.login-modal').show(); }); $(document).on('click', '.modal-login-register-button', function(e) { e.preventDefault(); $(".modal-blocker2").hide(); $('#registrationForm').show(); }); // display privacy policy when country is "United states" and display terms when country is non united states function toggleElements() { var countrySelect = document.getElementById("conference_registration_pre_conference_responses_attributes_14_response"); var selectedCountry = countrySelect.options[countrySelect.selectedIndex].value; var customFieldsUS = document.querySelector('.js-custom-fields[data-question-id="4815fc738483"]'); var customFieldsOther1 = document.querySelector('.js-custom-fields[data-question-id="a05826a805c3"]'); var customFieldsOther2 = document.querySelector('.js-custom-fields[data-question-id="bdfdfe01380a"]'); var paragraphs = document.querySelectorAll(".bmform-section-p-text"); // Initially hide all custom fields and paragraphs customFieldsUS.style.display = "none"; customFieldsOther1.style.display = "none"; customFieldsOther2.style.display = "none"; paragraphs.forEach(function(paragraph) { paragraph.style.display = "none"; }); if (countrySelect) { countrySelect.addEventListener("change", function() { selectedCountry = countrySelect.options[countrySelect.selectedIndex].value; if (selectedCountry === "United States") { customFieldsUS.style.display = "block"; paragraphs.forEach(function(paragraph) { paragraph.style.display = "block"; }); } else if (selectedCountry !== "United States") { customFieldsOther1.style.display = "block"; customFieldsOther2.style.display = "block"; } else { customFieldsUS.style.display = "none"; customFieldsOther1.style.display = "none"; customFieldsOther2.style.display = "none"; paragraphs.forEach(function(paragraph) { paragraph.style.display = "none"; }); } }); // Check if the default selected option is not "Please select" and not disabled if (countrySelect.options[0].selected && !countrySelect.options[0].disabled) { customFieldsUS.style.display = "none"; customFieldsOther1.style.display = "none"; customFieldsOther2.style.display = "none"; paragraphs.forEach(function(paragraph) { paragraph.style.display = "none"; }); } } } toggleElements(); var countrySelect = document.getElementById("conference_registration_pre_conference_responses_attributes_14_response"); if (countrySelect) countrySelect.addEventListener("change", toggleElements); toggleElements(); // placeholder gray color function customizeSelectElement(selector) { var $selectElement = $('#' + selector); $selectElement.children('option:first').prop('disabled', true).prop('selected', true); $selectElement.css('color', 'gray'); $selectElement.change(function() { var color = ($(this).val() === '') ? 'gray' : 'initial'; $(this).css('color', color); }); } setBigMarkerHiddenFieldValue('box_visitor_id_', getCookie('box_visitor_id')); setBigMarkerHiddenFieldValue('uc_initial_landing_page', getCookie('_uc_initial_landing_page')); customizeSelectElement('conference_registration_pre_conference_responses_attributes_3_response'); customizeSelectElement('conference_registration_pre_conference_responses_attributes_4_response'); customizeSelectElement('conference_registration_pre_conference_responses_attributes_6_response'); customizeSelectElement('conference_registration_pre_conference_responses_attributes_7_response'); customizeSelectElement('conference_registration_pre_conference_responses_attributes_10_response'); // Change * to color red $("label").each(function() { var label = $(this); var text = label.text(); if (text.slice(-1) === "*") { label.html(label.html().replace(/\*$/, '<span style="color: red;">*</span>')); } }); //change the color of the asterisk (*) in Privacy Policy Opt-in element const privacyOptInElement = document.querySelector('.js-custom-fields[data-question-id="4815fc738483"] h3'); let textContent1 = privacyOptInElement.textContent; textContent1 = textContent1.replace('*', '<span style="color: red">*</span>'); privacyOptInElement.innerHTML = textContent1; // change the color of the asterisk (*) in Available live times element const availableLiveTimesElement = document.querySelector('.bmform-section-stack[data-question-id="047d587c5c63"] .bmform-section-check-title'); let textContent2 = availableLiveTimesElement.textContent; textContent2 = textContent2.replace('*', '<span style="color: red">*</span>'); availableLiveTimesElement.innerHTML = textContent2; // Insert P var selectElement1 = document.getElementById('conference_registration_pre_conference_responses_attributes_11_response'); var htmlContent1 = '<p>You may adjust your marketing preferences at any time by visiting <a href="https://privacyportal.onetrust.com/ui/#/preferences/multipage/login/685042b8-d651-43f5-a7ce-ac0885d29588" target="_blank">here</a>.</p>'; if (selectElement1) { selectElement1.insertAdjacentHTML('beforebegin', htmlContent1); } //inputs required var inputs = document.querySelectorAll('.bmform-section input, .bmform-section select'); inputs.forEach(function(input) { input.setAttribute('required', ''); }); // Click event for "See more speakers" button $(document).on('click', '.box-see-more-speakers', function(event) { event.preventDefault(); $('.bigmarker-speaker-item').css('display', 'flex'); $(this).parents('.bigmarker-box-seemore').hide(); }); // remove terms* var terms = document.querySelector('label[for="checkbox-10"]'); if (terms) { terms.innerHTML = terms.innerHTML.replace('Terms*', ''); } // terms unchecked $('#checkbox-10').prop('checked', false); //overview nav click $('a[href="#overview"]').click(function(event) { event.preventDefault(); $('html, body').animate({ scrollTop: $("#overview").offset().top - 70 }, 500); $(".bigmarker-box-section .heading").addClass("clicked-overview-heading"); }); //event-hightlights nav click $('a[href="#highlights"]').click(function(event) { event.preventDefault(); $('html, body').animate({ scrollTop: $("#highlights").offset().top - 70 }, 500); $(".bigmarker-box-section .heading").addClass("clicked-highlights-heading"); }); //speakers nav click $('a[href="#speakers"]').click(function(event) { event.preventDefault(); $('html, body').animate({ scrollTop: $("#speakers").offset().top - 80 }, 500); $(".bigmarker-box-section .heading").addClass("clicked-speakers-heading"); }); $('.a05826a805c3-question, .09b0f17e0714-question, .424c5a9e1505-question, .bdfdfe01380a-question').addClass('bmform-full'); $(document).on("click", ".js-custom-fields-radio-liquid", function(e) { var choice_val = $(this).attr("info"); $('.09b0f17e0714-question, .424c5a9e1505-question').hide(); if (choice_val == '6 a.m. PT | 9 a.m. ET | 2 p.m. BST') { $('.09b0f17e0714-question').show(); } else { $('.424c5a9e1505-question').show(); } }); }); </script> <!-- Marketo Munchkin JS --> <script type="text/javascript"> (function() { var didInit = false; function initMunchkin() { if (didInit === false) { didInit = true; Munchkin.init('107-COJ-713'); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })(); </script> <script> window.addEventListener("load", function() { setBigMarkerHiddenFieldValue('box_visitor_id_', getCookie('box_visitor_id')); setTimeout(function() { setBigMarkerHiddenFieldValue('uc_initial_landing_page', getCookie('_uc_initial_landing_page')); }, 5000); }); </script> <script> function resizeIframe() { var iframes = document.querySelectorAll('.video-player'); for (var i = 0; i < iframes.length; i++) { var iframe = iframes[i]; iframe.style.height = (iframe.offsetWidth * 9 / 16) + 'px'; } } window.addEventListener('resize', resizeIframe); document.addEventListener('DOMContentLoaded', function() { resizeIframe(); }); </script> <script src="https://d5spd9ylw8dyc.cloudfront.net/assets/custom_landing_page_template-6cb9e62040e328535c315c5c29f955fb.js" type="text/javascript"></script> <link href="https://d5spd9ylw8dyc.cloudfront.net/assets/custom_landing_page_template-cc72d0dc8215d0154880d36c32e2b58a.css" media="all" rel="stylesheet" type="text/css" /> <style> #bm-videoContainer{ border-radius: 0 !important; } .video-trim-play-center span svg{ fill: #0061D5 !important; } header a { text-decoration: none; } nav { display: flex; justify-content: space-between; } header { padding: 10px 20px; background-color: #1d1f1d; display: flex; justify-content: space-between; align-items: flex-start; } .bigmarker-box-nav-list { display: flex; align-items: center; justify-content: space-between; /* gap: 30px; */ } ul { list-style: none; height: 100%; display: flex; align-items: center; justify-content: space-between; } ul a { color: white; } ul li { padding: 5px; } .conf-creation-after-recording{ background: #002959 !important; } #hamburger-icon { margin: auto 0; display: none; cursor: pointer; } #hamburger-icon div { width: 25px; height: 2px; background-color: white; margin: 6px 0; transition: 0.4s; } .open .bar1 { transform: rotate(-45deg) translate(-6px, 6px); } .open .bar2 { opacity: 0; } .open .bar3 { transform: rotate(45deg) translate(-6px, -8px); } .mobile-menu { display: none; list-style-type: none; padding: 0; margin: 0; background-color: #f9f9f9; position: absolute; top: 50px; left: 0; right: 0; z-index: 1000; } .mobile-menu.show-mobile { display: block; } .mobile-menu li { padding: 20px; background: #000; text-align: center; } .mobile-menu li:last-child { border-bottom: none; } .mobile-menu a { color: #fff; text-decoration: none; } .bar1, .bar2, .bar3 { width: 25px; height: 3px; background-color: #333; margin: 6px 0; transition: 0.4s; } .change .bar1 { transform: rotate(-45deg) translate(-5px, 6px); } .change .bar2 { opacity: 0; } .change .bar3 { transform: rotate(45deg) translate(-5px, -6px); } @media only screen and (max-width: 768px) { .bigmarker-box-nav-list, .bigmarker-box-nav-button { display: none; } .bigmarker-box-logo { width: 40px; height: auto; } #hamburger-icon { display: block; } .mobile-menu { display: none; } .mobile-menu.show-mobile { display: block; } } </style> <style> /* Basic Style */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } :root { --cyan-blue: #0061D5; --theme-blue: linear-gradient(226deg, #003C84 23.85%, #00285B 71.95%), #002959; --multicolor: linear-gradient(45deg, #EAB222 1.46%, #D34BF5 43.82%, #5FD3ED 81.38%); --transparent: rgba(255, 255, 255, 0.1); --gray: #B2BFCD; --hoverblue: #2486FC; } body { font-family: 'Lato', sans-serif; font-size: 16px; position: relative; background-image: url('https://d5ln38p3754yc.cloudfront.net/template_image/075d2bf9702664209d58a2f9b3e69bc56886e5d5/original/1709579092-ab46fa4b888fccfb.png?1709579092'); background-position: top center; background-size: cover; background-repeat: no-repeat; min-height: 100%; } html { margin: 0; padding: 0; min-height: 100%; height: auto; } .bigmarker-box-main { min-height: 100vh; width: 100%; padding-block-start: 60px; } /* banner */ .bigmarker-box-content { width: 100%; max-width: 1230px; margin: 0 auto; } .bigmarker-box-left { font-family: Lato; width: 60%; } .bigmarker-box-text1 { font-size: 20px; font-weight: bold; padding-top: 60px; color: #B2BFCD !important; } .conf-creation-after-recording{ background: #002959 !important; border-radius: 0 !important; } .ccs-all-webinars{ color: #fff; border: none; font-size: 16px; padding: 10px 30px !important; border-radius: 40px; font-family: Lato; font-weight: 700; cursor: pointer; min-width: 201px; width: 201px !important; height: 48px; text-align: left; line-height: 16px; background-color: #0061D5 !important; -webkit-appearance: none; -moz-appearance: none; background: url(https://d5ln38p3754yc.cloudfront.net/template_image/fb7bffeb5eda5dc47c7e028e3f0876c8dd936b6b/original/1716313235-156a578c0a197b20.svg?1716313235) no-repeat; background-position: right 8px center; background-size: 30px 30px; } .video-player{ border-radius: 14pt; box-shadow: 0px 44px 88px 0px rgba(0, 0, 0, 0.30); } .bm-video-box-body-page .video-trim-video-control-box { bottom: 0px !important; } .video-trim-play-center span svg{ fill: #0061D5 !important; } .bigmarker-box-multicolor { font-size: 4rem; font-weight: bold; background: var(--multicolor); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 0px; margin-bottom: 0px; } .bigmarker-box-event { color: #fff; font-family: Lato; font-size: 20px; font-weight: 400; } .ccs-register{ padding: 10px 10px !important; margin-top: 10px !important; margin-bottom: 10px; cursor: pointer; min-width: 150px; text-align: left; background-color: #0061D5 !important; -webkit-appearance: none; -moz-appearance: none; background: url(https://d5ln38p3754yc.cloudfront.net/template_image/fb7bffeb5eda5dc47c7e028e3f0876c8dd936b6b/original/1716313235-156a578c0a197b20.svg?1716313235) no-repeat; background-position: right 5px center; background-size: 25px 25px; } .js-not-register-button{ padding: 10px 10px !important; margin-top: 10px !important; margin-bottom: 10px; cursor: pointer; width: 130px; background-color: #0061D5 !important; border: none; color: white; border-radius: 40px; } .bigmarker-box-nav-button li .ccs-register:hover, .bigmarker-box-left .ccs-register:hover, .js-not-register-button:hover { background-color: var(--hoverblue) !important; } .box-speaker-section-container .ccs-register:hover { background-color: var(--hoverblue) !important; } .bigmarker-box-text2 { color: rgba(255, 255, 255, 0.50); font-family: Lato; font-weight: bold; font-size: 36px; } .bigmarker-box-timer { font-family: Lato; margin-top: 0px; display: flex; gap: 15px; align-items: center; margin: auto; color: #fff; } .time-unit { display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255, 255, 255, 0.50); font-family: Lato; font-size: 18px; } .time { background-color: #000; width: 70px; height: 70px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: white; font-size: 36px; } .bigmarker-box-banner { display: flex; flex-direction: column; width: 100%; max-width: 1230px; text-align: center; } .bigmarker-box-right-logo { margin-top: -80px; width: 100%; } .bigmarker-box-section { color: #fff; text-align: center; font-family: Lato; margin: auto; padding-bottom: 60px; line-height: 1.5; font-size: 16px; font-weight: 400px; width: 100%; display: flex; flex-direction: column; justify-content: center; } .item3-img { margin: -28px -20px 20px; } .bigmarker-box-section .container .item p { font-weight: 400; } .bigmarker-box-section .heading { font-weight: 500; font-size: 36px; font-weight: bold; margin: 0; padding: 0px 0 16px 0; line-height: 1.44em; } .bigmarker-box-section .text { color: #B2BFCD; max-width: 831px; margin: 0 auto; font-size: 1.25rem; } .item-heading { color: #fff; } .bigmarker-box-sub-content { width: 100%; text-align: center; padding: 0 0 40px 0; margin: 0 auto; } .bigmarker-box-flex-left .keynote-highlight { width: 400px; } .bigmarker-box-flex-right .keynote { font-size: 12px; background: #F5841B; border: none; color: #fff; padding: 5px 10px; border-radius: 40px; width: 160px; margin-bottom: 32px; } .bigmarker-box-flex-right .heading { font-weight: bold; font-size: ; margin: 0; padding: 0 0 28px 0; line-height: 1.30em; } .bigmarker-box-flex-right .text { max-width: 534px; font-size: 1.25rem; } .bigmarker-box-right-logo { width: 600px; max-width: 100%; } .keynote-highlights-flex { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 68px; padding: 40px 100px; } .bigmarker-box-section .container { display: flex; flex-direction: row; justify-content: center; margin: 40px auto; gap: 20px; text-align: center; width: 100%; } .bigmarker-box-section .container .item { font-family: Lato; width: 300px; height: auto; border-radius: 10px; box-shadow: 0px 44px 88px 0px rgba(0, 0, 0, 0.30); text-align: center; } .bigmarker-speaker-item .speaker-image { width: 150px; } #item1 { background-color: #0061D5; } #item2 { background: linear-gradient(226deg, #003C84 23.85%, #00285B 71.95%), #002959; } #item3 { background-image: linear-gradient(45deg, #EAB222 1.46%, #D34BF5 43.82%, #5FD3ED 81.38%); overflow: hidden; } .agenda-register { padding: 10px 30px; } .bigmarker-box-section .container .item { padding: 20px; } .item h2 { font-size: 18px; font-weight: 700; line-height: 1.6em; } .item p { font-size: 17.6px; font-weight: 400; line-height: 2.0; } .bigmarker-ccs-footer-container { background-color: #000; color: #fff; padding: 2rem 8rem; font-size: 14px; font-weight: 400; } .bigmarker-ccs-footer-in{ max-width: 1920px; margin: 0 auto; } .youtube-icon { width: 60px; margin-right: 30px; } .rss-icon, .x-icon { width: 20px; height: 20px; background-color: white; border-radius: 50%; padding: 2px; margin-right: 25px; } .x-icon { padding: 3px; } .facebook-icon { width: 20px; height: 20px; padding-right: 0px; } .bigmarker-ccs-footer-icons { display: flex; flex-direction: row; align-items: center; float: right; cursor: pointer; } .bigmarker-ccs-footer-icons a { text-decoration: none; } .bigmarker-ccs-footer-copyright { display: flex; flex-direction: row; justify-content: space-between; width: 100%; align-items: center; padding-top: 10px; margin-right: 0; } .footer-links a { color: #fff; text-decoration: none; } .privacy-policy { padding-right: 15px; } .bigmarker-speakers-grid { display: grid; grid-template-columns: repeat(5, minmax(220px, 1fr)); gap: 20px; width: 100%; margin: 0 auto; padding-bottom: 30px; } .speaker-image { border: 5px solid #fff; border-radius: 50% 50% 50% 0; width: 100%; display: block; } .box-speaker-section-container{ max-width: 1440px; margin: 0 auto; width: 100%; } .bigmarker-speaker-item { display: none; text-align: left; margin: 0 auto; width: 100%; flex-direction: column; justify-content: center; align-items: center; } .bigmarker-speakers-grid .bigmarker-speaker-item:nth-of-type(-n+5) { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: 100%; text-align: left; } .bigmarker-speaker-item .name { font-size: 18px; margin-top: 5px; } .bigmarker-speaker-item .text { font-size: 14px; line-height: 1.2; width: 100%; margin-top: 5px; } .bigmarker-speaker-item .bio { font-size: 12px; text-align: left; } .bigmarker-box-bio { padding-top: 10px; display: flex; flex-direction: row; gap: 5px; align-items: center; } .bigmarker-presenter-description { width: 150px; } .bigmarker-presenter-description .text { width: 100% !important; } .bigmarker-box-seemore { color: #fff; display: flex; justify-content: center; gap: 10px; margin: auto; align-items: center; width: 100%; padding: 20px; } .box-see-more-speakers { display: flex; flex-direction: row; gap: 10px; } .see-more-speakers { color: white; } .bigmarker-box-seemore .see-more { width: 25px; } .gray { color: var(--gray); } .bigmarker-box-section .heading { transition: margin-top 0.3s ease; } .clicked-overview-heading, .clicked-highlights-heading, .clicked-speakers-heading { margin-top: 20px; } .bigmarker-box-left{ width: 100%; text-align: center; } .bigmarker-box-left .bigmarker-box-text2{ color: #fff; font-weight: bold; font-size: 36px; margin: 0; padding: 30px 0 40px 0; } .video-wrapper { max-width: 100%; padding: 0 20px; } .video-wrapper-in{ max-width: 1050px; margin: 0 auto; aspect-ratio: 16 / 9; } /* .ccs-register, .js-not-register-button, .box-speaker-section-container .ccs-register, .bigmarker-agenda-content .ccs-register { width: 170px; padding: 13px 20px !important; font-size: 18px; } */ /* medium */ @media only screen and (min-width: 768px) and (max-width: 1024px) { .bigmarker-box-section .text {} .bigmarker-box-flex-left .keynote-highlight { width: 300px; } .bigmarker-box-flex-right .text { width: 100%; } } /* tablets */ @media (max-width: 768px) { .bigmarker-box-banner { display: flex; flex-direction: column; width: 100%; max-width: 100%; margin: 0px !important; padding: 0px !important; } .bigmarker-box-left { width: 100%; max-width: 100%; text-align: center; } .bigmarker-box-right-logo { float: center; text-align: center; margin: auto; width: 500px; padding: 0 !important; float: center; } .bigmarker-box-right { padding: 40px 0; text-align: center; margin: auto; max-width: 100%; } .bigmarker-box-content { padding-block-start: 60px; } .bigmarker-box-section { width: 90%; margin: auto; padding: 20px 0; } .bigmarker-box-section .heading { font-weight: bold; font-size: 24pt; width: 100%; } .bigmarker-box-section .text { color: #B2BFCD; } .bigmarker-box-flex-right { order: -1; } .keynote-highlight { width: 80%; height: auto; } .keynote-highlights-flex { display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 40px; padding: 10px 80px; } .bigmarker-box-section .container { grid-template-columns: 1fr; width: 100%; } .bigmarker-box-section .container .item { width: 100%; } .bigmarker-box-section .container { display: flex; flex-wrap: wrap; justify-content: space-around; } .bigmarker-box-section .container .item { flex: 0 1 calc(50% - 20px); margin-bottom: 20px; } .bigmarker-box-section .container #item3 { flex: 0 1 50%; justify-self: center; } .bigmarker-ccs-footer-container { padding: 2rem 4rem; } .bigmarker-speakers-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 10px 20px; justify-content: center; justify-items: center; align-items: start; } } @media screen and (max-width: 767px) { .bigmarker-speakers-grid { display: grid; grid-template-columns: 1fr; gap: 20px; padding: 10px 20px; } .bigmarker-speaker-item{ max-width: 190px; } .video-wrapper{ padding: 0; } } /* mobile phones */ @media (max-width: 767px) { .bigmarker-box-content { padding: 20px; } .video-player{ max-width: 100%; } .bigmarker-box-left { text-align: center; } .bigmarker-box-text1 { font-size: 12pt; padding-top: 20px; color: #B2BFCD !important; } .bigmarker-box-text2{ padding-top: 30px; padding-bottom: 40px; font-size: 20pt !important; } .bigmarker-box-multicolor { font-size: 2.5rem; } .bigmarker-box-section .heading{ font-size: 20pt !important; } .button-wrapper{ padding-bottom: 0px !important; } .bigmarker-box-event { font-size: 16px; } .bigmarker-box-text2 { font-size: 12px; } .bigmarker-box-timer { width: 100%; display: flex; justify-content: center; } .bigmarker-box-right { padding: 0; } .bigmarker-box-right-logo { max-width: 100%; padding: 0; } .bigmarker-box-sub-content { padding: 0px 20px; margin: 0 auto; } .bigmarker-box-flex-left .keynote-highlight { width: 200px; } .bigmarker-box-flex-right { order: -1; } .keynote-highlight { width: 100%; height: auto; } .keynote-highlights-flex { display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 20px; padding: 10px 10px; } .bigmarker-box-section .container { display: grid; grid-template-columns: 1fr; margin: 40px auto; gap: 20px; max-width: 1440px; width: 100%; } .bigmarker-speakers-grid .bigmarker-speaker-item { display: flex; flex-direction: column; align-items: center; text-align: center; } .bigmarker-speakers-grid .bigmarker-speaker-item:nth-of-type(-n+5) { display: flex; } .bigmarker-ccs-footer-icons { diplay: flex; text-align: center; align-items: center; margin: auto; width: 80%; } .youtube-icon { width: 60px; margin-right: 15px; } .rss-icon, .x-icon { margin-right: 15px; } .bigmarker-ccs-footer-copyright { display: flex; flex-direction: column; padding-top: 20px; } .footer-links a { color: #fff; text-decoration: none; } .privacy-policy { padding-right: 15px; } .bigmarker-ccs-footer-container { padding: 20px 20px; margin: auto; text-align: center } } .series-button-text-color{ background-image: linear-gradient(117deg, #003C84 2%, #00285B 100%) !important; } /* .series-button-text-color span{ font-family:lato !important; } */ .new-stage-doc-list-title, .new-stage-doc-list-text{ font-family:lato !important; color: #00285B !important; } </style> <script> window.addEventListener('scroll', function() { const markers = document.querySelectorAll('.bigmarker-box-nav'); markers.forEach(marker => { if (window.scrollY > 0) { marker.classList.add('scrolled'); } else { marker.classList.remove('scrolled'); } }); }); var countDownDate = new Date("May 15, 2024 09:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get today's date and time var now = new Date().getTime(); // Find the distance between now and the count down date var distance = countDownDate - now; // Time calculations for days, hours, minutes and seconds var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); // Output the result in corresponding elements document.getElementById("days") ? document.getElementById("days").innerHTML = days: ''; document.getElementById("hours") ? document.getElementById("hours").innerHTML = hours : ''; document.getElementById("minutes") ? document.getElementById("minutes").innerHTML = minutes : ''; document.getElementById("seconds") ? document.getElementById("seconds").innerHTML = seconds : ''; // If the count down is over if (distance < 0) { clearInterval(x); document.querySelectorAll('.time-unit span').forEach(function(element) { element.innerHTML = "EXPIRED"; }); } }, 1000); </script> <style> * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, p, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: inherit; margin: 0; padding: 0; } :root { --cyan-blue: #0061D5; --theme-blue: linear-gradient(226deg, #003C84 23.85%, #00285B 71.95%), #002959; --multicolor: linear-gradient(45deg, #EAB222 1.46%, #D34BF5 43.82%, #5FD3ED 81.38%); --transparent: rgba(255, 255, 255, 0.1); --gray: #B2BFCD; --hoverblue: #2486FC; } /* html { background-image: url('https://d5ln38p3754yc.cloudfront.net/template_image/075d2bf9702664209d58a2f9b3e69bc56886e5d5/original/1709579092-ab46fa4b888fccfb.png?1709579092'); background-size: cover; background-position: center; width: 100%; min-height: 100%; } */ body, html { margin: 0; padding: 0; min-height: 100%; } body { font-family: 'Lato', sans-serif; } .bigmarker-box-main { min-height: 100vh; width: 100%; } .bigmarker-box-nav { background: linear-gradient(rgba(0, 41, 89, 0.5), transparent); width: 100%; padding: 0px 20px; position: fixed; top: 0; z-index: 100; } .bigmarker-box-nav-in{ display: flex; justify-content: space-between; align-items: center; margin: 0 auto; width: 100%; max-width: 1230px; } .bigmarker-nav-button { display: flex; flex-direction: row; align-items: center; } .bigmarker-box-nav-button { display: flex; flex-direction: row; align-items: center; z-index: 2; } .bigmarker-box-nav.scrolled { background-color: #000; color: #fff; } .bigmarker-nav-logo { position: relative; width: 60px; height: auto; z-index: 2; } header a { text-decoration: none; } nav { display: flex; justify-content: right; } header { padding: 10px 20px; background-color: #1d1f1d; display: flex; justify-content: space-between; align-items: flex-start; } .bigmarker-box-nav-list { display: flex; align-items: center; justify-content: center; gap: 2rem; position: absolute; flex: 1; left: 0; right: 0; top: 0; z-index: 1; } ul { list-style: none; height: 100%; display: flex; align-items: center; justify-content: space-between; } ul a { color: white; } .bigmarker-box-nav-list li a{ font-size: 16px; font-weight: bold; padding-right:10px; /* border-right:1px solid #fff; */ } ul li { padding: 5px; } #hamburger-icon { margin: auto 0; display: none; cursor: pointer; } #hamburger-icon div { width: 25px; height: 2px; background-color: white; margin: 6px 0; transition: 0.4s; } .open .bar1 { transform: rotate(-45deg) translate(-6px, 6px); } .open .bar2 { opacity: 0; } .open .bar3 { transform: rotate(45deg) translate(-6px, -8px); } .mobile-menu { display: none; list-style-type: none; padding: 0; margin: 0; background-color: #f9f9f9; position: absolute; top: 50px; left: 0; right: 0; z-index: 1000; } .mobile-menu.show-mobile { display: block; } .mobile-menu li { padding: 20px; background: #000; text-align: center; } .mobile-menu li:last-child { border-bottom: none; } .mobile-menu a { color: #fff; text-decoration: none; } .bar1, .bar2, .bar3 { width: 25px; height: 3px; background-color: #333; margin: 6px 0; transition: 0.4s; } .change .bar1 { transform: rotate(-45deg) translate(-5px, 6px); } .change .bar2 { opacity: 0; } .change .bar3 { transform: rotate(45deg) translate(-5px, -6px); } .bigmarker-box-nav-button li .ccs-all-webinars-nav{ color: #fff; display: block !important; border: none; font-size: 14px; padding: 10px 20px !important; border-radius: 40px; font-family: Lato; font-weight: bold; cursor: pointer; margin-top: 10px !important; margin-bottom: 10px; min-width: 170px; width: 170px !important; text-align: left; background-color: #0061D5 !important; -webkit-appearance: none; -moz-appearance: none; background: url(https://d5ln38p3754yc.cloudfront.net/template_image/fb7bffeb5eda5dc47c7e028e3f0876c8dd936b6b/original/1716313235-156a578c0a197b20.svg?1716313235) no-repeat; background-position: right 6px center; background-size: 25px 25px; } .ccs-all-webinars-nav{ color: #fff; display: block !important; border: none; font-size: 14px; padding: 10px 20px !important; border-radius: 40px; font-family: Lato; font-weight: 500; cursor: pointer; margin-top: 10px !important; margin-bottom: 10px; min-width: 170px; width: 170px !important; text-align: left; background-color: #0061D5 !important; -webkit-appearance: none; -moz-appearance: none; background: url(https://d5ln38p3754yc.cloudfront.net/template_image/fb7bffeb5eda5dc47c7e028e3f0876c8dd936b6b/original/1716313235-156a578c0a197b20.svg?1716313235) no-repeat; background-position: right 6px center; background-size: 25px 25px; } .bm-login-link, .logout-link { background-color: var(--transparent); color: #fff !important; border: none; font-size: 14px; border-radius: 40px; font-family: Lato; font-weight: bold; padding: 10px 30px !important; margin-left: 10px; text-decoration: none; } #js-new-registration-panel, .conf-creation-landing-regiserbox-subtitle, #conference_registration_email, .conf-creation-landing-regiserbox-title { font-family: Lato !important; } #register_with_pre_response { border-radius: 10px !important; background: linear-gradient(226deg, #003C84 23.85%, #00285B 71.95%), #002959 !important; box-shadow: 0px 44px 88px 0px rgba(0, 0, 0, 0.30) !important; font-family: Lato !important; } /* medium devices */ @media only screen and (min-width: 992px) and (max-width: 1024px) { nav { display: flex; justify-content: right; } .bigmarker-box-nav-list{ position: static; flex: none; } } /* tablets */ @media (max-width: 991px) { nav { display: none; } .bigmarker-box-nav-in{ justify-content: center; } .bigmarker-nav-logo{ width: auto; flex: 1; } .bigmarker-nav-logo a{ display: block; width: 60px; margin: 0 auto; } .bm-login-link { z-index: 5000; } .logout-link { background-color: var(--transparent); color: #fff !important; border: none; font-size: 14px; border-radius: 40px; font-family: Lato; font-weight: 500; padding: 10px 30px !important; margin-left: 10px; text-decoration: none; } .ccs-register { padding: 10px 20px; background-color: #00f; color: #fff; border: none; cursor: pointer; test-align: center; } .bigmarker-box-logo { width: 50px; height: auto; } .bigmarker-box-nav-list, .bigmarker-box-nav-button { display: none; } .bigmarker-box-logo { width: 40px; height: auto; } #hamburger-icon { display: block; justify-self: right; } .mobile-menu { display: none; } .mobile-menu.show-mobile { display: block; } } /* mobile phones */ @media (max-width: 480px) { .bigmarker-box-logo { width: 40px; height: auto; } .bigmarker-box-text1{ padding-top: 0px; } .bigmarker-box-nav{ padding: 10px 20px; } .ccs-all-webinars-nav{ display: block !important; margin: 0 auto; } } </style> <style> #registrationForm { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; background: rgba(0, 0, 0, 0.5); -webkit-backdrop-filter: saturate(180%) blur(3px); backdrop-filter: saturate(180%) blur(3px); overflow: auto; } .bmform-full{ grid-column: 1 / -1; } .bigmarker-registrationform-section{ position: relative; width: 94%; border-radius: 15px !important; padding: 45px 24px; box-shadow: 0px 30px 80px 0px rgba(8, 79, 131, 0.15); background: #fff; margin: 150px auto; max-width: 1114px; } #closeFormButton { border: none !important; background-color: transparent !important; height: 40px; position: absolute; right: 18px; top: 15px; width: auto; } .close-ccs-form { width: 40px; float: right; margin-top: 0; margin-right: 0; cursor: pointer; border: none !important; background-color: #fff !important; } .bigmarker-register-header { text-align: center; margin: auto; } .bigmarker-register-header .register-now { font-size: 30px; font-weight: 500; } .bigmarker-register-header .required { color: #72848E; font-size: 12px; margin-top: 5px; } .red { color: #ED3757; } .bmform-error-text { display: none !important; } .bmform-section { padding: 2rem 6rem; } .bmform-section-btn .submit-btn { padding: 10px 10px !important; margin-top: 10px !important; margin-bottom: 10px; margin-left: 6rem; cursor: pointer; width: 130px; background-color: #0061D5 !important; background-image: none !important; font-family: Lato; border-radius: 40px; } .bmform-section .bmform-section-stack label, .bmform-section-check-title { color: #000; font-family: Lato; font-size: 14px; font-style: normal; font-weight: 700; line-height: normal; flex: 1; } .bmform-section .bmform-section-stack input[type="text"], select, textarea { height: 35px; border: 1px solid #979797; background: #FFF; border-radius: 40px; padding: 5px 10px; margin: 10px 0; align-items: center; } .bmfl-5-0 input{ margin-left: -5px; } .bmform-section-check-title { display: flex; flex-direction: column; color: #72848E !important; font-weight: 400 !important; } .bmform-section-radio-list { display: flex; flex-direction: row; justify-content: left; gap: 10px; align-items: center; padding: 5px 0; color: #72848E; text-align: center; margin: auto; width: 250px; } .bmform-section-radio-list input { width: 20px; height: 20px; position: relative; -webkit-appearance: none; appearance: none; background-color: transparent; margin: 0; position: relative; cursor: pointer; outline: none; } .bmform-section-radio-list input[type="radio"]::before{ content: ''; display: block; position: absolute; width: 20px; height: 20px; left: 0; top: 0; border: rgba(31, 31, 31, 0.14) 2px solid; border-radius: 20px; z-index: 2; box-sizing: border-box; } .bmform-section-radio-list input[type="radio"]::after{ display: none; content: ''; position: absolute; width: 10px; height: 10px; background: #0061D5; border-radius: 12px; left: 50%; top: 50%; transform: translate(-50%, -50%); } .bmform-section-radio-list input[type="radio"]:checked::before{ border-color: #0061D5; } .bmform-section-radio-list input[type="radio"]:checked::after{ display: block; } .bmform-section-radio-list.bmform-error input[type="radio"]::before{ border-color: #ff006d; } .bmform-section-radio-list label { color: #72848E !important; font-weight: 400 !important; } .custom_checkbox_required, #conference_registration_pre_conference_responses_attributes_6_response{ appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('https://d5ln38p3754yc.cloudfront.net/template_image/392aee160c086b6122da1d017e6658188a1e8128/original/1710352664-43e9c35967cecc49.png?1710352664.png') no-repeat; background-position: right 5px center; background-size: 25px 25px; } .js-custom-fields[data-question-id="047d587c5c63"] .bmform-section-check-title { text-align: center; margin-top: -30px; } .js-custom-fields[data-question-id="a05826a805c3"] { display: none; } .bmform-section{ display: flex; justify-content: center; align-items: stretch; width: 100%; } .js-custom-fields[data-question-id="047d587c5c63"] { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 20px auto; text-align: center; width: 100%; box-sizing: border-box; } .js-custom-fields[data-question-id="4815fc738483"] h3 { color: #000; font-family: Lato; font-size: 14px; font-style: normal; font-weight: 700; line-height: normal; } .bmfl-first-name, .bmfl-last-name { display: block !important; } #checkbox-7 { margin-right: 10px; } .bmform-section p { color: #767676; font-family: Lato; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.26; margin: 0; padding: 8px 0 0 0; } .bmform-section p a{ color: #0061d5; } .bmform-section p a:hover{ text-decoration: underline; } .bmform-section { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .bmform-section-stack{ display: flex; flex-direction: column; align-items: stretch; } .bmform-section-stack:nth-child(3) { grid-column: 1; } .bmform-section-stack:nth-child(4) { grid-column: 2; } .bmform-section> :nth-child(2) { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .bmform-section-stack[data-question-title="Available Live Times (choose one)"] { grid-column: 1 / -1; display: none; } .bmform-section-stack[data-question-title="Anything specific you’d like to see covered in this event?"] { grid-column: 1 / -1; } .bmform-section-stack[data-question-title="Roundtable Sign up"] { grid-column: 1 / -1; } .bmform-section-list{ display: flex; flex-direction: column; align-items: stretch; flex: 1; } .bmform-section-select{ display: flex; flex-direction: column; align-items: stretch; flex: 1; } .bmform-section p { width: 100%; grid-column: 1 / -1; } .bmform-section-btn { display: flex; justify-content: left; } .bmform-section-check-title { display: inline; } .js-custom-fields[data-question-id="a05826a805c3"] { grid-column: 1 / -1; } .js-custom-fields[data-question-id="bdfdfe01380a"]{ grid-column: 1 / -1; } .bmform-section-stack[data-question-title="Terms"], .bmform-section-stack[data-question-title="By selecting yes, you authorize Box to contact you about product offerings, services, events, webinars, and other marketing materials."] { grid-column: 1 / -1; color: #767676 !important; } .bmfl-9 label, .bmfl-10 label { color: #000 !important; font-family: Lato !important; font-size: 14px !important; font-style: normal !important; font-weight: 700 !important; line-height: 1.5 !important; } .bmfl-9{ display: flex !important; gap: 10px; justify-content: flex-start; align-items: flex-start; } .bmform-section-checkbox-list{ display: flex; align-items: flex-start; justify-content: left; gap: 8px; } .bmform-section-checkbox-list a{ color: #0061d5; } .bmform-section-checkbox-list a:hover{ text-decoration: underline; } .bmform-section-checkbox-list.bmfl-9 a, .bmform-section-p-text a, .bmform-section-checkbox-list.bmfl-10 label a{ color: #0061d5; font-weight: 600; } .bmfl-10 .bmform-section-select p{ display: block !important; line-heigh: 1.5; margin-top: 10px; } .bmform-section-checkbox-list.bmfl-10{ display: flex; justify-content: left; align-items: baseline; gap: 10px; } .bmform-section .bmform-section-stack .bmform-error input[type="text"], .bmform-section .bmform-section-stack .bmform-error select, .bmform-section .bmform-section-stack .bmform-error textarea{ border-color: #ff006d; } .bmform-section-checkbox-list.bmform-error input[type="checkbox"], .bmform-section-checkbox-list.bmform-errorinput[type="radio"]{ outline: #ff006d 2px solid; outline-offset: -2px; } .js-already-registered-message{ text-align: center; } @media (max-width: 768px) { .bmform-section-btn { width: 100%; margin: auto; padding: 0; display: flex; text-align: center; } #registrationForm { width: 100%; overflow-y: auto; scrollbar-width: none; } .bmform-section-btn { justify-content: center; } .bmform-section-btn .submit-btn { margin-left: 0px !important; text-align: center; } .bmform-section{ padding: 20px 10px; } .bmform-section { display: grid; grid-template-columns: 1fr; gap: 10px; } .submit-btn { display: block; margin: 0 auto; } } </style> <script> //Bombora Insights Top ! function(e, t, c, n, o, a, m) { e._bmb || (o = e._bmb = function() { o.x ? o.x.apply(o, arguments) : o.q.push(arguments) }, o.q = [], a = t.createElement(c), a.async = true, a.src = "https://vi.ml314.com/get?eid=89990&tk=FcYgppb62fNqb6QZ6PorTVAU12f8kUUl2f2bKrXJV60BHvo3d&fp=" + (e.localStorage && e.localStorage.getItem(n) || ""), m = t.getElementsByTagName(c)[0], m.parentNode.insertBefore(a, m)) }(window, document, "script", "_ccmaid"); _bmb('vi', function(data) { if (data != null) { if (sessionStorage.getItem('bombora') === null) { sessionStorage.setItem('bombora', JSON.stringify(data)); } } else { console.info('Bombora returns no data: ', performance.now(), data); } }); </script> <style> .bigmarker-confirmation-modal-container{ position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; background: rgba(0, 0, 0, 0.5); -webkit-backdrop-filter: saturate(180%) blur(3px); backdrop-filter: saturate(180%) blur(3px); overflow: auto; } .bigmarker-ccs-confirmation-modal-section { width: 94%; border-radius: 20px; background: var(--Gray-White, #fff); margin: 140px auto; padding: 20px; position: relative; margin-top: 100px; max-width: 1127px; } #confirmation-close-Button { border: none !important; background-color: #fff !important; position: absolute; top: 15px; right: 15px; width: auto; } .close-confirmation-form { width: 40px; cursor: pointer; border: none !important; background-color: #fff !important; float:right; } .bigmarker-confirmation-modal-container p { color: #2c2c2c; text-align: center; font-family: Lato; font-size: 24px; font-style: normal; font-weight: 700; padding: 2rem 8rem; line-height: 1.5; margin: 0 auto; } .bigmarker-add-to-calendar { display: flex; justify-content: center; gap: 15px; align-items: center; margin: auto; width: 100%; text-align: center; } .calendar-logo { width: 30px; height: auto; } .bigmarker-add-to-calendar a { text-decoration: none; color: #000; font-family: Lato; font-size: 18px; font-style: normal; font-weight: 500; cursor: pointer; } .ccs-questions { font-size: 16px !important; } .ccs-questions a { text-decoration: none; color: #0061d5; } </style> <!-- <script src="https://d5spd9ylw8dyc.cloudfront.net/assets/custom_registration_form-43921695090d8c1290316fbcacca498b.js" type="text/javascript"></script> --> <script src="https://assets.adobedtm.com/6055abd7bbba/4b73b04af6c4/launch-69be915c3e42.min.js" async></script> <script src="https://d5ln38p3754yc.cloudfront.net/template_image/3fe13459cbf56bc5b70f0c5a80c6f9fd95c2382a/original/1711534275-34d16f8b7c60646c.js?1711534275" type="text/javascript"></script> </head> <body> <section class="bigmarker-box-main"> <!-- nav --> <header class="bigmarker-box-nav"> <div class="bigmarker-box-nav-in"> <div class="bigmarker-nav-logo"><a href='https://www.box.com/home?_gl=1*15pt2gd*_gcl_au*MjAwMzE4NDQyNS4xNzEwNTMyNDgx' target="_blank"><img src="https://d5ln38p3754yc.cloudfront.net/template_image/387775f4d057c7eee333aae5a206b2163d04b770/original/1709579305-b95216c9e8f4af20.png?1709579305" /></a></div> <nav> <ul class="bigmarker-box-nav-list"> <li><a href="#overview">Overview</a></li> <li><a href="#highlights"><span style="white-space: nowrap;">Event Highlights</span></a></li> <!-- <li><a href="/series/content-cloud-summit-2024-Agenda/landing_page">Agenda</a></li> --> <li><a href="#speakers">Speakers</a></li> </ul> <ul class="bigmarker-box-nav-button"> <li><a href="#" class="ccs-register-now ccs-all-webinars-nav" style="white-space: nowrap;">View all sessions</a></li> <li><a href="#" class="bm-login-link" style="white-space: nowrap;">Log in</a></li> </ul> </nav> <div id="hamburger-icon" onclick="toggleMobileMenu()"> <div class="bar1"></div> <div class="bar2"></div> <div class="bar3"></div> </div> <ul class="mobile-menu"> <li><a href="#overview">Overview</a></li> <li><a href="#highlights">Event highlights</a></li> <!-- <li><a href="/series/content-cloud-summit-2024-Agenda/landing_page">Agenda</a></li> --> <li><a href="#speakers">Speakers</a></li> <li><a href="#" class="ccs-register-now ccs-all-webinars-nav">View all sessions</a></li> <li><a href="#" class="bm-login-link">Log in</a></li> </ul> </div> </header> <!-- Registration form --> <div id="registrationForm" style="display: none;"> <div class="bigmarker-registrationform-section"> <button id="closeFormButton"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/1ea12379b9db687f48049c40b6f418d38a186028/original/1710168728-b529f7b5d1e138f7.png?1710168728" class="close-ccs-form" alt="Close button"> </button> <form accept-charset="UTF-8" action="/register/register_member_for_conference?load_from=registration_modal&register_conference_id=1098dfec66bd&register_liquid_form=register_liquid_form&series_register=series_register" class="" data-remote="true" id="register_member" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div><input name='_usec' type='hidden' value='170698' /><div class="js-already-registered-message"></div><div class="bmform-section"><div class="bmform-section-stack"><div class="bmform-section-list bmfl-first-name" style=""><label for="first-name">First Name*</label><input autocomplete="off" class="new_member_first_name" id="new_member_first_name" name="new_member[first_name]" type="text" value="" /><div class="bmform-error-text">Error: Please enter your first name.</div></div><div class="bmform-section-list bmfl-last-name" style=""><label for="last-name">Last Name*</label><input autocomplete="off" class="new_member_last_name" id="new_member_last_name" name="new_member[last_name]" type="text" value="" /><div class="bmform-error-text">Error: Please enter your last name.</div></div></div><div class="bmform-section-stack"><div class="bmform-section-list bmfl-email"><label for="email">Your Email*</label><input autocomplete="off" class="new_member_email" id="new_member_email" name="new_member[email]" type="text" value="" /><div class="bmform-error-text errtext">Error: Please enter your email.</div></div></div><input id="register_with_pre_question" name="register_with_pre_question" type="hidden" value="new_member_with_pre_questions" /><input id="registration_language_id" name="registration_language_id" type="hidden" /><div class="bmform-section-stack js-custom-fields cb97b1e91cd6-question " data-conditional-name="" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="cb97b1e91cd6" data-question-title="Mobile Phone (numeric values only)" data-use-number="true" style=""><input id="conference_registration_pre_conference_responses_attributes_5_field_type" name="conference_registration[pre_conference_responses_attributes][5][field_type]" type="hidden" value="text" /><input id="conference_registration_pre_conference_responses_attributes_5_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][5][pre_conference_question_id]" type="hidden" value="17929454" /><input id="conference_registration_pre_conference_responses_attributes_5_selection_method" name="conference_registration[pre_conference_responses_attributes][5][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_5_required" name="conference_registration[pre_conference_responses_attributes][5][required]" type="hidden" value="true" /><input id="conference_registration_pre_conference_responses_attributes_5_question" name="conference_registration[pre_conference_responses_attributes][5][question]" type="hidden" value="Mobile Phone (numeric values only)" /><div class="bmform-section-list bmfl-5"><label for="Mobile_Phone__numeric_values_only__">Mobile Phone (numeric values only)*</label><input autocomplete="off" class="custom_checkbox_required" id="conference_registration_pre_conference_responses_attributes_5_response" maxlength="14" minlength="10" name="conference_registration[pre_conference_responses_attributes][5][response]" size="14" title="Please enter up to 14 numeric values." type="text" value="" /><div class="bmform-error-text">Please enter up to 14 numeric values.</div></div></div><div class="bmform-section-stack js-custom-fields 4788fb0becdd-question " data-conditional-name="" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="4788fb0becdd" data-question-title="Job Title" data-use-number="false" style=""><input id="conference_registration_pre_conference_responses_attributes_7_field_type" name="conference_registration[pre_conference_responses_attributes][7][field_type]" type="hidden" value="text" /><input id="conference_registration_pre_conference_responses_attributes_7_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][7][pre_conference_question_id]" type="hidden" value="17852374" /><input id="conference_registration_pre_conference_responses_attributes_7_selection_method" name="conference_registration[pre_conference_responses_attributes][7][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_7_required" name="conference_registration[pre_conference_responses_attributes][7][required]" type="hidden" value="true" /><input id="conference_registration_pre_conference_responses_attributes_7_question" name="conference_registration[pre_conference_responses_attributes][7][question]" type="hidden" value="Job Title" /><div class="bmform-section-list bmfl-7"><label for="Job_Title_">Job Title*</label><input autocomplete="off" class="custom_checkbox_required" id="conference_registration_pre_conference_responses_attributes_7_response" name="conference_registration[pre_conference_responses_attributes][7][response]" size="30" type="text" value="" /><div class="bmform-error-text">Error: Job title is required.</div></div></div><div class="bmform-section-stack js-custom-fields 46639e069359-question " data-conditional-name="" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="46639e069359" data-question-title="Company Name" data-use-number="false" style=""><input id="conference_registration_pre_conference_responses_attributes_9_field_type" name="conference_registration[pre_conference_responses_attributes][9][field_type]" type="hidden" value="text" /><input id="conference_registration_pre_conference_responses_attributes_9_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][9][pre_conference_question_id]" type="hidden" value="17852375" /><input id="conference_registration_pre_conference_responses_attributes_9_selection_method" name="conference_registration[pre_conference_responses_attributes][9][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_9_required" name="conference_registration[pre_conference_responses_attributes][9][required]" type="hidden" value="true" /><input id="conference_registration_pre_conference_responses_attributes_9_question" name="conference_registration[pre_conference_responses_attributes][9][question]" type="hidden" value="Company Name" /><div class="bmform-section-list bmfl-9"><label for="Company_Name_">Company Name*</label><input autocomplete="off" class="custom_checkbox_required" id="conference_registration_pre_conference_responses_attributes_9_response" name="conference_registration[pre_conference_responses_attributes][9][response]" size="30" type="text" value="" /><div class="bmform-error-text">This field is required.</div></div></div><div class="bmform-section-stack js-custom-fields 91a1059d682d-question custom-field-cookie " data-conditional-name="" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="91a1059d682d" data-question-title="utm_theme" data-use-number="false" style="display: none;"><input id="conference_registration_pre_conference_responses_attributes_11_field_type" name="conference_registration[pre_conference_responses_attributes][11][field_type]" type="hidden" value="text" /><input id="conference_registration_pre_conference_responses_attributes_11_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][11][pre_conference_question_id]" type="hidden" value="17931033" /><input id="conference_registration_pre_conference_responses_attributes_11_selection_method" name="conference_registration[pre_conference_responses_attributes][11][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_11_required" name="conference_registration[pre_conference_responses_attributes][11][required]" type="hidden" value="false" /><input id="conference_registration_pre_conference_responses_attributes_11_question" name="conference_registration[pre_conference_responses_attributes][11][question]" type="hidden" value="utm_theme" /><div class="bmform-section-list bmfl-11"><label for="utm_theme">utm_theme</label><input autocomplete="off" class="" id="conference_registration_pre_conference_responses_attributes_11_response" name="conference_registration[pre_conference_responses_attributes][11][response]" size="30" type="text" value="" /><div class="bmform-error-text">This field is required.</div></div></div><div class="bmform-section-stack js-custom-fields c93c6ad542d5-question " data-conditional-name="" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="c93c6ad542d5" data-question-title="Number of employees" data-use-number="false" style=""><input id="conference_registration_pre_conference_responses_attributes_12_field_type" name="conference_registration[pre_conference_responses_attributes][12][field_type]" type="hidden" value="dropdown" /><input id="conference_registration_pre_conference_responses_attributes_12_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][12][pre_conference_question_id]" type="hidden" value="17852397" /><input id="conference_registration_pre_conference_responses_attributes_12_selection_method" name="conference_registration[pre_conference_responses_attributes][12][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_12_required" name="conference_registration[pre_conference_responses_attributes][12][required]" type="hidden" value="true" /><input id="conference_registration_pre_conference_responses_attributes_12_question" name="conference_registration[pre_conference_responses_attributes][12][question]" type="hidden" value="Number of employees" /><div class="bmform-section-list bmfl-12"><div class="bmform-section-select"><label for="Number_of_employees_">Number of employees*</label><select class="custom_checkbox_required" id="conference_registration_pre_conference_responses_attributes_12_response" name="conference_registration[pre_conference_responses_attributes][12][response]"><option value="">Please select</option> <option value="1 - 25">1 - 25</option> <option value="26 - 75">26 - 75</option> <option value="76 - 500">76 - 500</option> <option value="501 - 2,000">501 - 2,000</option> <option value="2,001 - 10,000">2,001 - 10,000</option> <option value="10,001+">10,001+</option></select><div class="bmform-error-text">This field is required.</div></div></div></div><div class="bmform-section-stack js-custom-fields 2df975186309-question " data-conditional-name="" data-conditional="["4815fc738483","a05826a805c3","6adf3327df45"]" data-pass-name="" data-pass-type="WyJ1bml0ZWQgc3RhdGVzIiwiYWZnaGFuaXN0YW58YWxiYW5pYXxhbGdlcmlh%0AfGFtZXJpY2FuIHNhbW9hfGFuZG9ycmF8YW5nb2xhfGFuZ3VpbGxhfGFudGFy%0AY3RpY2F8YW50aWd1YSBhbmQgYmFyYnVkYXxhcmdlbnRpbmF8YXJtZW5pYXxh%0AcnViYXxhdXN0cmFsaWF8YXVzdHJpYXxhemVyYmFpamFufGJhaGFtYXN8YmFo%0AcmFpbnxiYW5nbGFkZXNofGJhcmJhZG9zfGJlbGFydXN8YmVsZ2l1bXxiZWxp%0AemV8YmVuaW58YmVybXVkYXxiaHV0YW58Ym9saXZpYXxib3NuaWEgYW5kIGhl%0AcnplZ292aW5hfGJvdHN3YW5hfGJvdXZldCBpc2xhbmR8YnJhemlsfGJyaXRp%0Ac2ggaW5kaWFuIG9jZWFuIHRlcnJpdG9yeXxicml0aXNoIHZpcmdpbiBpc2xh%0AbmRzfGJydW5laXxidWxnYXJpYXxidXJraW5hIGZhc298YnVydW5kaXxjYW1i%0Ab2RpYXxjYW1lcm9vbnxjYW5hZGF8Y2FwZSB2ZXJkZXxjYXltYW4gaXNsYW5k%0Ac3xjZW50cmFsIGFmcmljYW4gcmVwdWJsaWN8Y2hhZHxjaGlsZXxjaGluYXxj%0AaHJpc3RtYXMgaXNsYW5kfGNvY29zIChrZWVsaW5nKSBpc2xhbmRzfGNvbG9t%0AYmlhfGNvbW9yb3N8Y29uZ298Y29vayBpc2xhbmRzfGNvc3RhIHJpY2F8Y3Jv%0AYXRpYXxjdWJhfGN5cHJ1c3xjemVjaCByZXB1YmxpY3xjb3RlIGQnaXZvaXJl%0AfGRlbW9jcmF0aWMgcmVwdWJsaWMgb2YgdGhlIGNvbmdvfGRlbm1hcmt8ZGpp%0AYm91dGl8ZG9taW5pY2F8ZG9taW5pY2FuIHJlcHVibGljfGVjdWFkb3J8ZWd5%0AcHR8ZWwgc2FsdmFkb3J8ZXF1YXRvcmlhbCBndWluZWF8ZXJpdHJlYXxlc3Rv%0AbmlhfGV0aGlvcGlhfGZhbGtsYW5kIGlzbGFuZHN8ZmFyb2UgaXNsYW5kc3xm%0AaWppIGlzbGFuZHN8ZmlubGFuZHxmcmFuY2V8ZnJlbmNoIGd1aWFuYXxmcmVu%0AY2ggcG9seW5lc2lhfGZyZW5jaCBzb3V0aGVybiB0ZXJyaXRvcmllc3xnYWJv%0AbnxnYW1iaWF8Z2VvcmdpYXxnZXJtYW55fGdoYW5hfGdpYnJhbHRhcnxncmVl%0AY2V8Z3JlZW5sYW5kfGdyZW5hZGF8Z3VhZGVsb3VwZXxndWFtfGd1YXRlbWFs%0AYXxndWluZWF8Z3VpbmVhLWJpc3NhdXxndXlhbmF8aGFpdGl8aGVhcmQgaXNs%0AYW5kIGFuZCBtY2RvbmFsZCBpc2xhbmRzfGhvbmR1cmFzfGhvbmcga29uZ3xo%0AdW5nYXJ5fGljZWxhbmR8aW5kaWF8aW5kb25lc2lhfGlyYW58aXJhcXxpcmVs%0AYW5kfGlzcmFlbHxpdGFseXxqYW1haWNhfGphcGFufGpvcmRhbnxrYXpha2hz%0AdGFufGtlbnlhfGtpcmliYXRpfGt1d2FpdHxreXJneXpzdGFufGxhb3N8bGF0%0AdmlhfGxlYmFub258bGVzb3Rob3xsaWJlcmlhfGxpYnlhfGxpZWNodGVuc3Rl%0AaW58bGl0aHVhbmlhfGx1eGVtYm91cmd8bWFjYW8gcy5hLnIuIGNoaW5hfG1h%0AY2Vkb25pYXxtYWRhZ2FzY2FyfG1hbGF3aXxtYWxheXNpYXxtYWxkaXZlc3xt%0AYWxpfG1hbHRhfG1hcnNoYWxsIGlzbGFuZHN8bWFydGluaXF1ZXxtYXVyaXRh%0AbmlhfG1hdXJpdGl1c3xtYXlvdHRlfG1leGljb3xtaWNyb25lc2lhfG1vbGRv%0AdmF8bW9uYWNvfG1vbmdvbGlhfG1vbnRzZXJyYXR8bW9yb2Njb3xtb3phbWJp%0AcXVlfG15YW5tYXJ8bmFtaWJpYXxuYXVydXxuZXBhbHxuZXRoZXJsYW5kc3xu%0AZXRoZXJsYW5kcyBhbnRpbGxlc3xuZXcgY2FsZWRvbmlhfG5ldyB6ZWFsYW5k%0AfG5pY2FyYWd1YXxuaWdlcnxuaWdlcmlhfG5pdWV8bm9yZm9sayBpc2xhbmR8%0Abm9ydGgga29yZWF8bm9ydGhlcm4gbWFyaWFuYSBpc2xhbmRzfG5vcndheXxv%0AbWFufHBha2lzdGFufHBhbGF1fHBhbGVzdGluaWFuIHRlcnJpdG9yeXxwYW5h%0AbWF8cGFwdWEgbmV3IGd1aW5lYXxwYXJhZ3VheXxwZXJ1fHBoaWxpcHBpbmVz%0AfHBpdGNhaXJufHBvbGFuZHxwb3J0dWdhbHxwdWVydG8gcmljb3xxYXRhcnxy%0AZXVuaW9ufHJvbWFuaWF8cnVzc2lhfHJ3YW5kYXxzYWludCBoZWxlbmF8c2Fp%0AbnQga2l0dHN8c2FpbnQgbHVjaWF8c2FpbnQgcGllcnJlIGFuZCBtaXF1ZWxv%0AbnxzYWludCB2aW5jZW50IGFuZCB0aGUgZ3JlbmFkaW5lc3xzYW1vYXxzYW4g%0AbWFyaW5vfHNhbyB0b21lIGFuZCBwcmluY2lwZXxzYXVkaSBhcmFiaXxzZW5l%0AZ2FsfHNleWNoZWxsZXN8c2llcnJhIGxlb25lfHNpbmdhcG9yZXxzbG92YWtp%0AYXxzbG92ZW5pYXxzb2xvbW9uIGlzbGFuZHN8c29tYWxpYXxzb3V0aCBhZnJp%0AY2F8c291dGgga29yZWF8c3BhaW58c3JpIGxhbmthfHN1ZGFufHN1cmluYW1l%0AfHN2YWxiYXJkIGFuZCBqYW4gbWF5ZW58c3dhemlsYW5kfHN3ZWRlbnxzd2l0%0AemVybGFuZHxzeXJpYXx0YWl3YW58dGFqaWtpc3Rhbnx0YW56YW5pYXx0aGFp%0AbGFuZHx0aW1vci1sZXN0ZXx0b2dvfHRva2VsYXV8dG9uZ2F8dHJpbmlkYWQg%0AYW5kIHRvYmFnb3x0dW5pc2lhfHR1cmtleXx0dXJrbWVuaXN0YW58dHVya3Mg%0AYW5kIGNhaWNvcyBpc2xhbmRzfHR1dmFsdXx1LnMuIHZpcmdpbiBpc2xhbmRz%0AfHVnYW5kYXx1a3JhaW5lfHVuaXRlZCBhcmFiIGVtaXJhdGVzfHVuaXRlZCBr%0AaW5nZG9tfHVuaXRlZCBzdGF0ZXMgbWlub3Igb3V0bHlpbmcgaXNsYW5kc3x1%0AcnVndWF5fHV6YmVraXN0YW58dmFudWF0dXx2YXRpY2FufHZlbmV6dWVsYXx2%0AaWV0bmFtfHdhbGxpcyBhbmQgZnV0dW5hfHdlc3Rlcm4gc2FoYXJhfHllbWVu%0AfHl1Z29zbGF2aWF8emFtYmlhfHppbWJhYndlIiwiYSJd%0A" data-question-id="2df975186309" data-question-title="Country" data-use-number="false" style=""><input id="conference_registration_pre_conference_responses_attributes_14_field_type" name="conference_registration[pre_conference_responses_attributes][14][field_type]" type="hidden" value="dropdown" /><input id="conference_registration_pre_conference_responses_attributes_14_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][14][pre_conference_question_id]" type="hidden" value="17852424" /><input id="conference_registration_pre_conference_responses_attributes_14_selection_method" name="conference_registration[pre_conference_responses_attributes][14][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_14_required" name="conference_registration[pre_conference_responses_attributes][14][required]" type="hidden" value="true" /><input id="conference_registration_pre_conference_responses_attributes_14_question" name="conference_registration[pre_conference_responses_attributes][14][question]" type="hidden" value="Country" /><div class="bmform-section-list bmfl-14"><div class="bmform-section-select"><label for="Country_">Country*</label><select class="custom_checkbox_required" id="conference_registration_pre_conference_responses_attributes_14_response" name="conference_registration[pre_conference_responses_attributes][14][response]"><option value="">Please select</option> <option value="United States">United States</option> <option value="Afghanistan">Afghanistan</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option> <option value="American Samoa">American Samoa</option> <option value="Andorra">Andorra</option> <option value="Angola">Angola</option> <option value="Anguilla">Anguilla</option> <option value="Antarctica">Antarctica</option> <option value="Antigua and Barbuda">Antigua and Barbuda</option> <option value="Argentina">Argentina</option> <option value="Armenia">Armenia</option> <option value="Aruba">Aruba</option> <option value="Australia">Australia</option> <option value="Austria">Austria</option> <option value="Azerbaijan">Azerbaijan</option> <option value="Bahamas">Bahamas</option> <option value="Bahrain">Bahrain</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbados">Barbados</option> <option value="Belarus">Belarus</option> <option value="Belgium">Belgium</option> <option value="Belize">Belize</option> <option value="Benin">Benin</option> <option value="Bermuda">Bermuda</option> <option value="Bhutan">Bhutan</option> <option value="Bolivia">Bolivia</option> <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option> <option value="Botswana">Botswana</option> <option value="Bouvet Island">Bouvet Island</option> <option value="Brazil">Brazil</option> <option value="British Indian Ocean Territory">British Indian Ocean Territory</option> <option value="British Virgin Islands">British Virgin Islands</option> <option value="Brunei">Brunei</option> <option value="Bulgaria">Bulgaria</option> <option value="Burkina Faso">Burkina Faso</option> <option value="Burundi">Burundi</option> <option value="Cambodia">Cambodia</option> <option value="Cameroon">Cameroon</option> <option value="Canada">Canada</option> <option value="Cape Verde">Cape Verde</option> <option value="Cayman Islands">Cayman Islands</option> <option value="Central African Republic">Central African Republic</option> <option value="Chad">Chad</option> <option value="Chile">Chile</option> <option value="China">China</option> <option value="Christmas Island">Christmas Island</option> <option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option> <option value="Colombia">Colombia</option> <option value="Comoros">Comoros</option> <option value="Congo">Congo</option> <option value="Cook Islands">Cook Islands</option> <option value="Costa Rica">Costa Rica</option> <option value="Croatia">Croatia</option> <option value="Cuba">Cuba</option> <option value="Cyprus">Cyprus</option> <option value="Czech Republic">Czech Republic</option> <option value="Cote d'Ivoire">Cote d'Ivoire</option> <option value="Democratic Republic of the Congo">Democratic Republic of the Congo</option> <option value="Denmark">Denmark</option> <option value="Djibouti">Djibouti</option> <option value="Dominica">Dominica</option> <option value="Dominican Republic">Dominican Republic</option> <option value="Ecuador">Ecuador</option> <option value="Egypt">Egypt</option> <option value="El Salvador">El Salvador</option> <option value="Equatorial Guinea">Equatorial Guinea</option> <option value="Eritrea">Eritrea</option> <option value="Estonia">Estonia</option> <option value="Ethiopia">Ethiopia</option> <option value="Falkland Islands">Falkland Islands</option> <option value="Faroe Islands">Faroe Islands</option> <option value="Fiji Islands">Fiji Islands</option> <option value="Finland">Finland</option> <option value="France">France</option> <option value="French Guiana">French Guiana</option> <option value="French Polynesia">French Polynesia</option> <option value="French Southern Territories">French Southern Territories</option> <option value="Gabon">Gabon</option> <option value="Gambia">Gambia</option> <option value="Georgia">Georgia</option> <option value="Germany">Germany</option> <option value="Ghana">Ghana</option> <option value="Gibraltar">Gibraltar</option> <option value="Greece">Greece</option> <option value="Greenland">Greenland</option> <option value="Grenada">Grenada</option> <option value="Guadeloupe">Guadeloupe</option> <option value="Guam">Guam</option> <option value="Guatemala">Guatemala</option> <option value="Guinea">Guinea</option> <option value="Guinea-Bissau">Guinea-Bissau</option> <option value="Guyana">Guyana</option> <option value="Haiti">Haiti</option> <option value="Heard Island and McDonald Islands">Heard Island and McDonald Islands</option> <option value="Honduras">Honduras</option> <option value="Hong Kong">Hong Kong</option> <option value="Hungary">Hungary</option> <option value="Iceland">Iceland</option> <option value="India">India</option> <option value="Indonesia">Indonesia</option> <option value="Iran">Iran</option> <option value="Iraq">Iraq</option> <option value="Ireland">Ireland</option> <option value="Israel">Israel</option> <option value="Italy">Italy</option> <option value="Jamaica">Jamaica</option> <option value="Japan">Japan</option> <option value="Jordan">Jordan</option> <option value="Kazakhstan">Kazakhstan</option> <option value="Kenya">Kenya</option> <option value="Kiribati">Kiribati</option> <option value="Kuwait">Kuwait</option> <option value="Kyrgyzstan">Kyrgyzstan</option> <option value="Laos">Laos</option> <option value="Latvia">Latvia</option> <option value="Lebanon">Lebanon</option> <option value="Lesotho">Lesotho</option> <option value="Liberia">Liberia</option> <option value="Libya">Libya</option> <option value="Liechtenstein">Liechtenstein</option> <option value="Lithuania">Lithuania</option> <option value="Luxembourg">Luxembourg</option> <option value="Macao S.A.R. China">Macao S.A.R. China</option> <option value="Macedonia">Macedonia</option> <option value="Madagascar">Madagascar</option> <option value="Malawi">Malawi</option> <option value="Malaysia">Malaysia</option> <option value="Maldives">Maldives</option> <option value="Mali">Mali</option> <option value="Malta">Malta</option> <option value="Marshall Islands">Marshall Islands</option> <option value="Martinique">Martinique</option> <option value="Mauritania">Mauritania</option> <option value="Mauritius">Mauritius</option> <option value="Mayotte">Mayotte</option> <option value="Mexico">Mexico</option> <option value="Micronesia">Micronesia</option> <option value="Moldova">Moldova</option> <option value="Monaco">Monaco</option> <option value="Mongolia">Mongolia</option> <option value="Montserrat">Montserrat</option> <option value="Morocco">Morocco</option> <option value="Mozambique">Mozambique</option> <option value="Myanmar">Myanmar</option> <option value="Namibia">Namibia</option> <option value="Nauru">Nauru</option> <option value="Nepal">Nepal</option> <option value="Netherlands">Netherlands</option> <option value="Netherlands Antilles">Netherlands Antilles</option> <option value="New Caledonia">New Caledonia</option> <option value="New Zealand">New Zealand</option> <option value="Nicaragua">Nicaragua</option> <option value="Niger">Niger</option> <option value="Nigeria">Nigeria</option> <option value="Niue">Niue</option> <option value="Norfolk Island">Norfolk Island</option> <option value="North Korea">North Korea</option> <option value="Northern Mariana Islands">Northern Mariana Islands</option> <option value="Norway">Norway</option> <option value="Oman">Oman</option> <option value="Pakistan">Pakistan</option> <option value="Palau">Palau</option> <option value="Palestinian Territory">Palestinian Territory</option> <option value="Panama">Panama</option> <option value="Papua New Guinea">Papua New Guinea</option> <option value="Paraguay">Paraguay</option> <option value="Peru">Peru</option> <option value="Philippines">Philippines</option> <option value="Pitcairn">Pitcairn</option> <option value="Poland">Poland</option> <option value="Portugal">Portugal</option> <option value="Puerto Rico">Puerto Rico</option> <option value="Qatar">Qatar</option> <option value="Reunion">Reunion</option> <option value="Romania">Romania</option> <option value="Russia">Russia</option> <option value="Rwanda">Rwanda</option> <option value="Saint Helena">Saint Helena</option> <option value="Saint Kitts">Saint Kitts</option> <option value="Saint Lucia">Saint Lucia</option> <option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option> <option value="Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</option> <option value="Samoa">Samoa</option> <option value="San Marino">San Marino</option> <option value="Sao Tome and Principe">Sao Tome and Principe</option> <option value="Saudi Arabi">Saudi Arabi</option> <option value="Senegal">Senegal</option> <option value="Seychelles">Seychelles</option> <option value="Sierra Leone">Sierra Leone</option> <option value="Singapore">Singapore</option> <option value="Slovakia">Slovakia</option> <option value="Slovenia">Slovenia</option> <option value="Solomon Islands">Solomon Islands</option> <option value="Somalia">Somalia</option> <option value="South Africa">South Africa</option> <option value="South Korea">South Korea</option> <option value="Spain">Spain</option> <option value="Sri Lanka">Sri Lanka</option> <option value="Sudan">Sudan</option> <option value="Suriname">Suriname</option> <option value="Svalbard and Jan Mayen">Svalbard and Jan Mayen</option> <option value="Swaziland">Swaziland</option> <option value="Sweden">Sweden</option> <option value="Switzerland">Switzerland</option> <option value="Syria">Syria</option> <option value="Taiwan">Taiwan</option> <option value="Tajikistan">Tajikistan</option> <option value="Tanzania">Tanzania</option> <option value="Thailand">Thailand</option> <option value="Timor-Leste">Timor-Leste</option> <option value="Togo">Togo</option> <option value="Tokelau">Tokelau</option> <option value="Tonga">Tonga</option> <option value="Trinidad and Tobago">Trinidad and Tobago</option> <option value="Tunisia">Tunisia</option> <option value="Turkey">Turkey</option> <option value="Turkmenistan">Turkmenistan</option> <option value="Turks and Caicos Islands">Turks and Caicos Islands</option> <option value="Tuvalu">Tuvalu</option> <option value="U.S. Virgin Islands">U.S. Virgin Islands</option> <option value="Uganda">Uganda</option> <option value="Ukraine">Ukraine</option> <option value="United Arab Emirates">United Arab Emirates</option> <option value="United Kingdom">United Kingdom</option> <option value="United States Minor Outlying Islands">United States Minor Outlying Islands</option> <option value="Uruguay">Uruguay</option> <option value="Uzbekistan">Uzbekistan</option> <option value="Vanuatu">Vanuatu</option> <option value="Vatican">Vatican</option> <option value="Venezuela">Venezuela</option> <option value="Vietnam">Vietnam</option> <option value="Wallis and Futuna">Wallis and Futuna</option> <option value="Western Sahara">Western Sahara</option> <option value="Yemen">Yemen</option> <option value="Yugoslavia">Yugoslavia</option> <option value="Zambia">Zambia</option> <option value="Zimbabwe">Zimbabwe</option></select><div class="bmform-error-text">Error: Your country is required.</div></div></div></div><div class="bmform-section-stack js-custom-fields 4c1561fd10b9-question custom-field-cookie " data-conditional-name="" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="4c1561fd10b9" data-question-title="uc_initial_landing_page_original" data-use-number="false" style="display: none;"><input id="conference_registration_pre_conference_responses_attributes_15_field_type" name="conference_registration[pre_conference_responses_attributes][15][field_type]" type="hidden" value="text" /><input id="conference_registration_pre_conference_responses_attributes_15_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][15][pre_conference_question_id]" type="hidden" value="17931101" /><input id="conference_registration_pre_conference_responses_attributes_15_selection_method" name="conference_registration[pre_conference_responses_attributes][15][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_15_required" name="conference_registration[pre_conference_responses_attributes][15][required]" type="hidden" value="false" /><input id="conference_registration_pre_conference_responses_attributes_15_question" name="conference_registration[pre_conference_responses_attributes][15][question]" type="hidden" value="uc_initial_landing_page_original" /><div class="bmform-section-list bmfl-15"><label for="uc_initial_landing_page_original">uc_initial_landing_page_original</label><input autocomplete="off" class="" id="conference_registration_pre_conference_responses_attributes_15_response" name="conference_registration[pre_conference_responses_attributes][15][response]" size="30" type="text" value="" /><div class="bmform-error-text">This field is required.</div></div></div><div class="bmform-section-stack js-custom-fields 047d587c5c63-question " data-conditional-name="" data-conditional="["09b0f17e0714","424c5a9e1505"]" data-pass-name="" data-pass-type="WyI2IGEubS4gcHQgICB8ICA5IGEubS4gZXQgIHwgIDIgcC5tLiBic3QiLCIx%0AMCBhLm0uIHB0ICB8ICAxIHAubS4gZXQgIHwgIDUgcC5tLiBic3QiXQ%3D%3D%0A" data-question-id="047d587c5c63" data-question-title="Available Live Times (choose one)" data-use-number="false" style=""><input id="conference_registration_pre_conference_responses_attributes_16_field_type" name="conference_registration[pre_conference_responses_attributes][16][field_type]" type="hidden" value="dropdown" /><input id="conference_registration_pre_conference_responses_attributes_16_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][16][pre_conference_question_id]" type="hidden" value="17853687" /><input id="conference_registration_pre_conference_responses_attributes_16_selection_method" name="conference_registration[pre_conference_responses_attributes][16][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_16_required" name="conference_registration[pre_conference_responses_attributes][16][required]" type="hidden" value="false" /><input id="conference_registration_pre_conference_responses_attributes_16_question" name="conference_registration[pre_conference_responses_attributes][16][question]" type="hidden" value="Available Live Times (choose one)" /><input class="" id="conference_registration_pre_conference_responses_attributes_16_response" name="conference_registration[pre_conference_responses_attributes][16][response]" type="hidden" value="" /><div class="bmform-section-check-title">Available Live Times (choose one)</div><div class="bmform-section-radio-list bmfl-16-0 "><input class="custom_fields_checkbox do-not-decorate js-custom-fields-radio-liquid" id="checkbox-047d587c5c63_" info="6 a.m. PT | 9 a.m. ET | 2 p.m. BST" name="checkbox-047d587c5c63" type="radio" /><label for="checkbox-0">6 a.m. PT | 9 a.m. ET | 2 p.m. BST</label></div><div class="bmform-section-radio-list bmfl-16-1 "><input class="custom_fields_checkbox do-not-decorate js-custom-fields-radio-liquid" id="checkbox-047d587c5c63_" info="10 a.m. PT | 1 p.m. ET | 5 p.m. BST" name="checkbox-047d587c5c63" type="radio" /><label for="checkbox-1">10 a.m. PT | 1 p.m. ET | 5 p.m. BST</label></div><div class="bmform-error-text">This field is required.</div></div><div class="bmform-section-stack js-custom-fields 09b0f17e0714-question js-pass-custom-registration" data-conditional-name="6 a.m. PT | 9 a.m. ET | 2 p.m. BST" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="09b0f17e0714" data-question-title="Roundtable Signup (limited seats) " data-use-number="false" style="display: none;"><input id="conference_registration_pre_conference_responses_attributes_18_field_type" name="conference_registration[pre_conference_responses_attributes][18][field_type]" type="hidden" value="dropdown" /><input id="conference_registration_pre_conference_responses_attributes_18_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][18][pre_conference_question_id]" type="hidden" value="17853692" /><input id="conference_registration_pre_conference_responses_attributes_18_selection_method" name="conference_registration[pre_conference_responses_attributes][18][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_18_required" name="conference_registration[pre_conference_responses_attributes][18][required]" type="hidden" value="false" /><input id="conference_registration_pre_conference_responses_attributes_18_question" name="conference_registration[pre_conference_responses_attributes][18][question]" type="hidden" value="Roundtable Signup (limited seats) " /><div class="bmform-section-list bmfl-18"><div class="bmform-section-select"><label for="Roundtable_Signup__limited_seats__">Roundtable Signup (limited seats) </label><select class="" id="conference_registration_pre_conference_responses_attributes_18_response" name="conference_registration[pre_conference_responses_attributes][18][response]"><option value="">Please select</option> <option value="Admin roundtable: Box Solutions for your industry">Admin roundtable: Box Solutions for your industry</option> <option value="Admin roundtable: Empowering your teams">Admin roundtable: Empowering your teams</option> <option value="Developer roundtable: Box AI API and Salesforce">Developer roundtable: Box AI API and Salesforce</option></select><div class="bmform-error-text">This field is required.</div></div></div></div><div class="bmform-section-stack js-custom-fields 424c5a9e1505-question js-pass-custom-registration" data-conditional-name="10 a.m. PT | 1 p.m. ET | 5 p.m. BST" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="424c5a9e1505" data-question-title="Roundtable Signup (limited seats)" data-use-number="false" style="display: none;"><input id="conference_registration_pre_conference_responses_attributes_20_field_type" name="conference_registration[pre_conference_responses_attributes][20][field_type]" type="hidden" value="dropdown" /><input id="conference_registration_pre_conference_responses_attributes_20_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][20][pre_conference_question_id]" type="hidden" value="18091807" /><input id="conference_registration_pre_conference_responses_attributes_20_selection_method" name="conference_registration[pre_conference_responses_attributes][20][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_20_required" name="conference_registration[pre_conference_responses_attributes][20][required]" type="hidden" value="false" /><input id="conference_registration_pre_conference_responses_attributes_20_question" name="conference_registration[pre_conference_responses_attributes][20][question]" type="hidden" value="Roundtable Signup (limited seats)" /><div class="bmform-section-list bmfl-20"><div class="bmform-section-select"><label for="Roundtable_Signup__limited_seats_">Roundtable Signup (limited seats)</label><select class="" id="conference_registration_pre_conference_responses_attributes_20_response" name="conference_registration[pre_conference_responses_attributes][20][response]"><option value="">Please select</option> <option value="Admin roundtable: Box Solutions for your industry">Admin roundtable: Box Solutions for your industry</option> <option value="Admin roundtable: Empowering your teams">Admin roundtable: Empowering your teams</option> <option value="Developer roundtable: Box AI API and Salesforce">Developer roundtable: Box AI API and Salesforce</option></select><div class="bmform-error-text">This field is required.</div></div></div></div><div class="bmform-section-stack js-custom-fields db1f48b3be0a-question " data-conditional-name="" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="db1f48b3be0a" data-question-title="Anything specific you’d like to see covered in this event?" data-use-number="false" style=""><input id="conference_registration_pre_conference_responses_attributes_21_field_type" name="conference_registration[pre_conference_responses_attributes][21][field_type]" type="hidden" value="text_area" /><input id="conference_registration_pre_conference_responses_attributes_21_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][21][pre_conference_question_id]" type="hidden" value="17852427" /><input id="conference_registration_pre_conference_responses_attributes_21_selection_method" name="conference_registration[pre_conference_responses_attributes][21][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_21_required" name="conference_registration[pre_conference_responses_attributes][21][required]" type="hidden" value="false" /><input id="conference_registration_pre_conference_responses_attributes_21_question" name="conference_registration[pre_conference_responses_attributes][21][question]" type="hidden" value="Anything specific you’d like to see covered in this event?" /><div class="bmform-section-list bmfl-21"><label for="Anything_specific_you_d_like_to_see_covered_in_this_event_">Anything specific you’d like to see covered in this event?</label><textarea autocomplete="off" class=" custom-field-date" cols="40" id="conference_registration_pre_conference_responses_attributes_21_response" name="conference_registration[pre_conference_responses_attributes][21][response]" rows="20"> </textarea><div class="bmform-error-text">This field is required.</div></div></div><div class="bmform-section-stack js-custom-fields 91f86451487f-question custom-field-cookie " data-conditional-name="" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="91f86451487f" data-question-title="box_visitor_id " data-use-number="false" style="display: none;"><input id="conference_registration_pre_conference_responses_attributes_22_field_type" name="conference_registration[pre_conference_responses_attributes][22][field_type]" type="hidden" value="text" /><input id="conference_registration_pre_conference_responses_attributes_22_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][22][pre_conference_question_id]" type="hidden" value="17931102" /><input id="conference_registration_pre_conference_responses_attributes_22_selection_method" name="conference_registration[pre_conference_responses_attributes][22][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_22_required" name="conference_registration[pre_conference_responses_attributes][22][required]" type="hidden" value="false" /><input id="conference_registration_pre_conference_responses_attributes_22_question" name="conference_registration[pre_conference_responses_attributes][22][question]" type="hidden" value="box_visitor_id " /><div class="bmform-section-list bmfl-22"><label for="box_visitor_id_">box_visitor_id </label><input autocomplete="off" class="" id="conference_registration_pre_conference_responses_attributes_22_response" name="conference_registration[pre_conference_responses_attributes][22][response]" size="30" type="text" value="" /><div class="bmform-error-text">This field is required.</div></div></div><div class="bmform-section-stack js-custom-fields 4815fc738483-question js-pass-custom-registration" data-conditional-name="United States" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="4815fc738483" data-question-title="Privacy Policy Opt-in*" data-use-number="false" style="display: none;"><input id="conference_registration_pre_conference_responses_attributes_24_field_type" name="conference_registration[pre_conference_responses_attributes][24][field_type]" type="hidden" value="label" /><input id="conference_registration_pre_conference_responses_attributes_24_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][24][pre_conference_question_id]" type="hidden" value="17852855" /><input id="conference_registration_pre_conference_responses_attributes_24_selection_method" name="conference_registration[pre_conference_responses_attributes][24][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_24_required" name="conference_registration[pre_conference_responses_attributes][24][required]" type="hidden" value="true" /><input id="conference_registration_pre_conference_responses_attributes_24_question" name="conference_registration[pre_conference_responses_attributes][24][question]" type="hidden" value="Privacy Policy Opt-in*" /><h3>Privacy Policy Opt-in*</h3></div><div class="bmform-section-stack js-custom-fields a05826a805c3-question js-pass-custom-registration" data-conditional-name="Afghanistan|Albania|Algeria|American Samoa|Andorra|Angola|Anguilla|Antarctica|Antigua and Barbuda|Argentina|Armenia|Aruba|Australia|Austria|Azerbaijan|Bahamas|Bahrain|Bangladesh|Barbados|Belarus|Belgium|Belize|Benin|Bermuda|Bhutan|Bolivia|Bosnia and Herzegovina|Botswana|Bouvet Island|Brazil|British Indian Ocean Territory|British Virgin Islands|Brunei|Bulgaria|Burkina Faso|Burundi|Cambodia|Cameroon|Canada|Cape Verde|Cayman Islands|Central African Republic|Chad|Chile|China|Christmas Island|Cocos (Keeling) Islands|Colombia|Comoros|Congo|Cook Islands|Costa Rica|Croatia|Cuba|Cyprus|Czech Republic|Cote d'Ivoire|Democratic Republic of the Congo|Denmark|Djibouti|Dominica|Dominican Republic|Ecuador|Egypt|El Salvador|Equatorial Guinea|Eritrea|Estonia|Ethiopia|Falkland Islands|Faroe Islands|Fiji Islands|Finland|France|French Guiana|French Polynesia|French Southern Territories|Gabon|Gambia|Georgia|Germany|Ghana|Gibraltar|Greece|Greenland|Grenada|Guadeloupe|Guam|Guatemala|Guinea|Guinea-Bissau|Guyana|Haiti|Heard Island and McDonald Islands|Honduras|Hong Kong|Hungary|Iceland|India|Indonesia|Iran|Iraq|Ireland|Israel|Italy|Jamaica|Japan|Jordan|Kazakhstan|Kenya|Kiribati|Kuwait|Kyrgyzstan|Laos|Latvia|Lebanon|Lesotho|Liberia|Libya|Liechtenstein|Lithuania|Luxembourg|Macao S.A.R. China|Macedonia|Madagascar|Malawi|Malaysia|Maldives|Mali|Malta|Marshall Islands|Martinique|Mauritania|Mauritius|Mayotte|Mexico|Micronesia|Moldova|Monaco|Mongolia|Montserrat|Morocco|Mozambique|Myanmar|Namibia|Nauru|Nepal|Netherlands|Netherlands Antilles|New Caledonia|New Zealand|Nicaragua|Niger|Nigeria|Niue|Norfolk Island|North Korea|Northern Mariana Islands|Norway|Oman|Pakistan|Palau|Palestinian Territory|Panama|Papua New Guinea|Paraguay|Peru|Philippines|Pitcairn|Poland|Portugal|Puerto Rico|Qatar|Reunion|Romania|Russia|Rwanda|Saint Helena|Saint Kitts|Saint Lucia|Saint Pierre and Miquelon|Saint Vincent and the Grenadines|Samoa|San Marino|Sao Tome and Principe|Saudi Arabi|Senegal|Seychelles|Sierra Leone|Singapore|Slovakia|Slovenia|Solomon Islands|Somalia|South Africa|South Korea|Spain|Sri Lanka|Sudan|Suriname|Svalbard and Jan Mayen|Swaziland|Sweden|Switzerland|Syria|Taiwan|Tajikistan|Tanzania|Thailand|Timor-Leste|Togo|Tokelau|Tonga|Trinidad and Tobago|Tunisia|Turkey|Turkmenistan|Turks and Caicos Islands|Tuvalu|U.S. Virgin Islands|Uganda|Ukraine|United Arab Emirates|United Kingdom|United States Minor Outlying Islands|Uruguay|Uzbekistan|Vanuatu|Vatican|Venezuela|Vietnam|Wallis and Futuna|Western Sahara|Yemen|Yugoslavia|Zambia|Zimbabwe" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="a05826a805c3" data-question-title="By checking this box, you agree to the processing, storing, sharing and transfer of your personal data by Box and its third party service provider, BigMarker, in order to provide the virtual event experience. " data-use-number="false" style="display: none;"><input id="conference_registration_pre_conference_responses_attributes_26_field_type" name="conference_registration[pre_conference_responses_attributes][26][field_type]" type="hidden" value="checkbox" /><input id="conference_registration_pre_conference_responses_attributes_26_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][26][pre_conference_question_id]" type="hidden" value="17930572" /><input id="conference_registration_pre_conference_responses_attributes_26_selection_method" name="conference_registration[pre_conference_responses_attributes][26][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_26_required" name="conference_registration[pre_conference_responses_attributes][26][required]" type="hidden" value="true" /><input id="conference_registration_pre_conference_responses_attributes_26_question" name="conference_registration[pre_conference_responses_attributes][26][question]" type="hidden" value="By checking this box, you agree to the processing, storing, sharing and transfer of your personal data by Box and its third party service provider, BigMarker, in order to provide the virtual event experience. " /><div class="bmform-section-checkbox-list bmfl-26 onactive"><input class="custom_checkbox_required" id="conference_registration_pre_conference_responses_attributes_26_response" name="conference_registration[pre_conference_responses_attributes][26][response]" type="hidden" value="true" /><input checked="checked" class="custom_fields_checkbox js-custom-fields-checkbox-liquid do-not-decorate" id="checkbox-26" name="checkbox-26" type="checkbox" /><label for="checkbox-26">By checking this box, you agree to the processing, storing, sharing and transfer of your personal data by Box and its third party service provider, BigMarker, in order to provide the virtual event experience. *You confirm that you agree to Box’s <a href="https://www.box.com/legal/termsofservice" target="_blank">Terms of Service</a> and have read the Privacy Policies of <a href="https://www.box.com/legal/privacypolicy" target="_blank">Box</a> and <a href="https://get.bigmarker.com/legal/privacy-policy" target="_blank">BigMarker.</a>*</label></div></div><div class="bmform-section-stack js-custom-fields bdfdfe01380a-question " data-conditional-name="" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="bdfdfe01380a" data-question-title="By selecting yes, you authorize Box to contact you about product offerings, services, events, webinars, and other marketing materials. You may adjust your marketing preferences at any time by visiting <a href="https://cpm-form.trustarc.com/form/?brandId=1e36ee3e-35df-4cce-91c5-c66a682e7ae7&consentFormId=2117db13-71aa-48b2-aba4-e5cb40479d7e" target="_blank">here</a>." data-use-number="false" style=""><input id="conference_registration_pre_conference_responses_attributes_27_field_type" name="conference_registration[pre_conference_responses_attributes][27][field_type]" type="hidden" value="dropdown" /><input id="conference_registration_pre_conference_responses_attributes_27_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][27][pre_conference_question_id]" type="hidden" value="17930574" /><input id="conference_registration_pre_conference_responses_attributes_27_selection_method" name="conference_registration[pre_conference_responses_attributes][27][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_27_required" name="conference_registration[pre_conference_responses_attributes][27][required]" type="hidden" value="true" /><input id="conference_registration_pre_conference_responses_attributes_27_question" name="conference_registration[pre_conference_responses_attributes][27][question]" type="hidden" value="By selecting yes, you authorize Box to contact you about product offerings, services, events, webinars, and other marketing materials. You may adjust your marketing preferences at any time by visiting <a href="https://cpm-form.trustarc.com/form/?brandId=1e36ee3e-35df-4cce-91c5-c66a682e7ae7&consentFormId=2117db13-71aa-48b2-aba4-e5cb40479d7e" target="_blank">here</a>." /><div class="bmform-section-list bmfl-27"><div class="bmform-section-select"><label for="By_selecting_yes__you_authorize_Box_to_contact_you_about_product_offerings__services__events__webinars__and_other_marketing_materials._You_may_adjust_your_marketing_preferences_at_any_time_by_visiting__a_href__https:__cpm-form.trustarc.com_form__brandId_1e36ee3e-35df-4cce-91c5-c66a682e7ae7_consentFormId_2117db13-71aa-48b2-aba4-e5cb40479d7e__target___blank__here__a_._">By selecting yes, you authorize Box to contact you about product offerings, services, events, webinars, and other marketing materials. You may adjust your marketing preferences at any time by visiting <a href="https://cpm-form.trustarc.com/form/?brandId=1e36ee3e-35df-4cce-91c5-c66a682e7ae7&consentFormId=2117db13-71aa-48b2-aba4-e5cb40479d7e" target="_blank">here</a>.*</label><select class="custom_checkbox_required" id="conference_registration_pre_conference_responses_attributes_27_response" name="conference_registration[pre_conference_responses_attributes][27][response]"><option value="">Please select</option> <option value="Yes">Yes</option> <option value="No">No</option></select><div class="bmform-error-text">This field is required.</div></div></div></div><div class="bmform-section-stack js-custom-fields 6adf3327df45-question js-pass-custom-registration" data-conditional-name="a" data-conditional="" data-pass-name="" data-pass-type="" data-question-id="6adf3327df45" data-question-title="Opted In- Box" data-use-number="false" style="display: none;"><input id="conference_registration_pre_conference_responses_attributes_30_field_type" name="conference_registration[pre_conference_responses_attributes][30][field_type]" type="hidden" value="label" /><input id="conference_registration_pre_conference_responses_attributes_30_pre_conference_question_id" name="conference_registration[pre_conference_responses_attributes][30][pre_conference_question_id]" type="hidden" value="17930575" /><input id="conference_registration_pre_conference_responses_attributes_30_selection_method" name="conference_registration[pre_conference_responses_attributes][30][selection_method]" type="hidden" value="single" /><input id="conference_registration_pre_conference_responses_attributes_30_required" name="conference_registration[pre_conference_responses_attributes][30][required]" type="hidden" value="true" /><input id="conference_registration_pre_conference_responses_attributes_30_question" name="conference_registration[pre_conference_responses_attributes][30][question]" type="hidden" value="Opted In- Box" /><h3>Opted In- Box</h3></div></div><div class="bmform-section-btn"><input class="submit-btn" data-disable-with="Registering..." id="submit_registration_button" name="commit" type="submit" value="Register" /></div></form> </div> </div> <!-- banner --> <section class="bigmarker-box-content"> <section class="bigmarker-box-banner"> <div class="bigmarker-box-left"> <p class="bigmarker-box-text1" >CONTENT CLOUD SUMMIT</p> <p class="bigmarker-box-text2" >Keynote and product announcements</p> </div> <div class="video-wrapper"> <div class="video-wrapper-in"> <iframe class="video-player" allow="encrypted-media" allowfullscreen="allowfullscreen" frameborder="0" src="https://www.bigmarker.com/recordings/1d7634d98b7e?height=full&width=1050" width="100%" height="100%"></iframe> </div> </div> <div style="margin: 0px auto; text-align:center; padding-top: 40px; padding-bottom: 55px;" class="button-wrapper" > <button class="ccs-register-now ccs-all-webinars">View all sessions</button> </div> </section> <!-- sub content --> <section class="bigmarker-box-sub-content"> <!-- Experience the future --> <div id="overview"></div> <section class="bigmarker-box-section"> <p class="heading">Experience the intelligent future now</p> <p class="text"> See how your peers use Box, dive into expert-led demos, hear our keynote, and join dedicated admin and developer sessions. We’ve introduced you to new Box innovations — now experience them firsthand. Learn how to drive business insights instantly across intelligent portals, automate workflows at unprecedented speed with the power of metadata, and keep your content secure and compliant in an AI-powered world. </p> </section> <div id="highlights"></div> <!-- Event highlights --> <section class="bigmarker-box-section"> <p class="bigmarker-box-multicolor">Event highlights</p> <div class="container"> <div class="item" id="item1"> <!-- Content for section 1 --> <div class="item3-img"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/8c5f7d21a6da54d0699c4ab670596a11b5edc308/original/1709856776-97896831798a550f.png?1709856776" alt="Section 1"> </div> <h2 class="item-heading">Join breakout sessions</h2> <p>See how to get more from your Box deployment, equip teams with new capabilities, and integrate all your apps.</p> </div> <div class="item" id="item2"> <!-- Content for section 2 --> <div class="item3-img"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/e9d3daebfb3c04c0d3659f3defc879e28e8d8ef6/original/1709845864-6ac0a912f38f9e5a.png?1709845864" alt="Section 2"> </div> <h2 class="item-heading">Network at roundtables</h2> <p>Dive into our keynote innovations, see how your peers implement Box, and connect with the Box Community.</p> </div> <div class="item" id="item3"> <!-- Content for section 3 --> <div class="item3-img"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/d442502a8c3627f25eb5d15b6ac85386ac7bb08b/original/1709845870-d0622067ca44a342.png?1709845870" alt="Section 3"> </div> <h2 class="item-heading">Try out new tech</h2> <p>Get a firsthand look at products (like Box Hubs and Box AI!) during live demos with Box experts.</p> </div> </div> </section> <!-- keynote highlight --> <section class="bigmarker-box-section keynote-highlights-flex"> <div class="bigmarker-box-flex-left"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/565b2709cfd8204caf866a903b96b205b03518e3/original/1709663041-925aad0c6649aa3c.png?1709663041" alt="keynote highlight" class="keynote-highlight"> </div> <div class="bigmarker-box-flex-right"> <button class="keynote">KEYNOTE HIGHLIGHT</button> <p class="heading">Driving business value with AI innovation</p> <p class="text">Discover how Box solves your biggest business challenges with instant insights, secure intelligent portals, and streamlined workflows powered by metadata — plus AI technology that's extensible across every app you use. Box CEO Aaron Levie unveils new ways to turn your unstructured data into real value on a secure, compliant platform teams love.</p> </div> </section> <!--Speaker --> <div id="speakers"></div> <section class="bigmarker-box-section box-speaker-section-container"> <p class="heading">Speakers</p> <div class="bigmarker-speakers-grid"> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34336212/original/1711411034-9f942989ea2a9754.jpg?1711411034" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Olivia Nottebohm</p> <p class="text"><span class="presenter-title">Chief Operating Officer</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34336292/original/1711412136-2fb470dd3a9e3104.jpg?1711412136" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Diego Dugatkin</p> <p class="text"><span class="presenter-title">Chief Product Officer</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34538755/original/1713299459-c6758c49bb8690e0.png?1713299459" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Jeff Capone </p> <p class="text"><span class="presenter-title">VP of Data Protection</span><br><span class="presenter-company">CrowdStrike</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34700800/original/1715018691-3780787ba03e570f.jpg?1715018691" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Stan Drozdetski</p> <p class="text"><span class="presenter-title">Extranet Integrations Lead </span><br><span class="presenter-company"></span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34336308/original/1711412413-38d1b6bdde727839.jpg?1711412413" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Caroline Shieh</p> <p class="text"><span class="presenter-title">Sr. Director, Product Marketing</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292063/original/1710944057-8c02cf4e0ad2ef81.jpg?1710944057" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Eric Normington</p> <p class="text"><span class="presenter-title">Operations Manager</span><br><span class="presenter-company">Peninsula Open Space Trust</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292173/original/1710950430-bc9e0704f9188b99.jpg?1710950430" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Nemi George</p> <p class="text"><span class="presenter-title">Information Security Officer and IT Service Operations, Pacific Dental</span><br><span class="presenter-company"></span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34336327/original/1711412475-b874aff54dc04cd7.jpg?1711412475" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Manoj Asnani</p> <p class="text"><span class="presenter-title">VP, Security and Compliance Products</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34336359/original/1711412667-8e4f18c344497d97.png?1711412667" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Catherine Powell</p> <p class="text"><span class="presenter-title">Sr. Director, Core Platform</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292056/original/1710944035-dfbddbd1c6b92f51.jpg?1710944035" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Scott Hurrey</p> <p class="text"><span class="presenter-title">Director, Developer Relations</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292119/original/1710944083-e1ca2e5190e1ab51.jpg?1710944083" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Laryssa Polika</p> <p class="text"><span class="presenter-title">Product Marketing, Collaboration</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292166/original/1710950420-4a78f2bd170a6503.jpg?1710950420" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Deeksha Malhotra</p> <p class="text"><span class="presenter-title">Staff Product Manager</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292021/original/1710944015-92f2ca1bae66ef68.jpg?1710944015" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Rui Barbosa</p> <p class="text"><span class="presenter-title">Developer Advocate</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292169/original/1710944200-fe1145473ee36258.jpg?1710944200" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Christopher Drubka</p> <p class="text"><span class="presenter-title">Senior Staff SE Architect</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292167/original/1710944191-06a5b120de9e7d65.jpg?1710944191" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Riley Muse</p> <p class="text"><span class="presenter-title">Manager, Box Consulting</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292055/original/1710944025-37423ffb3619104c.jpg?1710944025" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Alex Novotny</p> <p class="text"><span class="presenter-title">Sr. Developer Evangelist</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292148/original/1710944112-0333d11eecd245e9.jpg?1710944112" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Dawn Lauter</p> <p class="text"><span class="presenter-title">Senior Team Manager, Product Marketing</span><br><span class="presenter-company"> Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292095/original/1710944067-dfc23a05ba0bf331.jpg?1710944067" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Ben Weiner</p> <p class="text"><span class="presenter-title">Product Marketing Manager</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292061/original/1710944046-9e0477e08e6e0208.jpg?1710944046" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Olga Stefaniuk </p> <p class="text"><span class="presenter-title">Developer Advocate</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292121/original/1710944095-aa98fdb485f3d0d1.jpg?1710944095" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Scott Picanco</p> <p class="text"><span class="presenter-title">Product Marketing Manager</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34292129/original/1710944103-61a940cb244f3503.jpg?1710944103" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Ava Hernandez</p> <p class="text"><span class="presenter-title">Product Marketing Manager</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34612857/original/1714138860-8aa2304fb31293cc.png?1714138860" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Tim DeGregori</p> <p class="text"><span class="presenter-title">Staff Solutions Engineer</span><br><span class="presenter-company">Box</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> <div class="bigmarker-speaker-item"> <img src=" https://d5ln38p3754yc.cloudfront.net/presenters/34612862/original/1714138989-c37ab6b659af0cfe.png?1714138989" class="speaker-image" alt="speaker image"> <div class="bigmarker-presenter-description"> <p class="name"> Carlos Ramos </p> <p class="text"><span class="presenter-title">Associate Director, Application Support</span><br><span class="presenter-company">Systems, IRC</span></p> </div> <!-- <div class="bigmarker-box-bio"> <a href="" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/cb79a02960480a7bf51ca2d4a3a224734e14992d/original/1709841946-2c6aad405ed46e1c.png?1709841946" class="linkedin-icon" alt="linkedin-icon"> </a> </div> --> </div> </div> <div class="bigmarker-box-seemore"> <a href="#" class="box-see-more-speakers"> <div class="see-more-speakers">See more speakers</div> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/3c9f3000ee2b27aa77522fbe7e57fd9a1aa3f385/original/1709842432-3fae0693fe38ba08.png?1709842432" class="see-more" alt="see more"> </a> </div> <div style="margin: 0px auto; text-align:center; padding-top: 40px; padding-bottom: 55px;" class="button-wrapper" > <button class="ccs-register-now ccs-all-webinars">View all sessions</button> </div> </section> </section> </section> <footer class="bigmarker-ccs-footer-container"> <div class="bigmarker-ccs-footer-in"> <div class="bigmarker-ccs-footer-icons"> <a href="https://www.youtube.com/user/box" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/c778e627a8151490ed27c0cc90143973769f440a/original/1709781664-68e26793aecdb80d.png?1709781664" alt="youtube-icon" class="youtube-icon"> </a> <a href="https://blog.box.com/" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/f984785b71e44535dd9ba833ec083a07a7cb318a/original/1709781646-462c19fd6d53aa90.png?1709781646" alt="rss-icon" class="rss-icon"> </a> <a href="https://twitter.com/box" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/1f533b95b613d112fd24244015abaf6a78b47ab0/original/1709781651-35fc262103460693.png?1709781651" alt="x-icon" class="x-icon"> </a> <a href="https://www.facebook.com/box" target="_blank"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/4fc6c3e62c9f54ececd03d10db0ff4cb60d6334a/original/1709781658-e9603d2b8f568d2d.png?1709781658" alt="facebook-icon" class="facebook-icon"> </a> </div> <div class="bigmarker-ccs-footer-copyright"> <div class="copyright"> <p>© 2024 Box</p> </div> <div class="footer-links"> <a href="https://www.box.com/legal/privacypolicy?_gl=1*il9pe2*_gcl_au*MjAwMzE4NDQyNS4xNzEwNTMyNDgx" target="_blank" class="privacy-policy">Privacy policy</a> <a href="https://www.box.com/legal/termsofservice?_gl=1*il9pe2*_gcl_au*MjAwMzE4NDQyNS4xNzEwNTMyNDgx" target="_blank" class="Terms-of-use">Terms of use</a> </div> </div> </div> </footer> <div class="modal-blocker2 login-modal" style="display: none; position: fixed; inset: 0px; overflow: hidden auto; background: rgba(32, 35, 41, 0.95); padding-top: 100px; padding-bottom: 50px; z-index: 26;"> <div class="modal current" style="position: relative; top: 0px; margin: 0px auto 50px; overflow: visible; max-width: 480px; z-index: 28; height: auto; display: block;"> <div class="conf-creation-landing-regiserbox js-registration-form-box" id="js-new-registration-panel"> <div class="conf-creation-landing-regiserbox-title"> Already registered? </div> <div class="conf-creation-landing-regiserbox-subtitle" style="padding: 25px 0 25px 0"> Please check your registration confirmation email for your personalized link to attend. Or, type the email address with which you registered below. </div> <form accept-charset="UTF-8" action="/conferences/1098dfec66bd/conference_registrations/submit_verify_email_registered" autocomplete="nope" data-remote="true" id="js-verification-form" method="post"> <div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓"><input name="authenticity_token" type="hidden" value="do1yP0PMo2KF8DUysZHcEI3rGK1KktcarMzct+jvbwI="></div><input name="_usec" type="hidden" value="298915"> <div class="conf-creation-new-input-out"> <div class="conf-creation-new-name"></div> <div class="conf-creation-new-input"> <div class="cl-conference-reserve-new-input-in"> <input id="conference_registration_email" name="conference_registration[email]" placeholder="Your registration email" size="30" type="text"> <div class="errtext" style="padding: 0 0 0 10px"></div> </div> </div> </div> <div class="conf-creation-regiserbox-button theme-custom-background-color verify-email-button" id="submit_registration_button"> <input class="theme-custom-background-color" data-disable-with="Submitting" id="register_with_pre_response" name="commit" style="background-image: linear-gradient(117deg, #0586e8 2%, #6249eb 100%);color: #fff;" type="submit" value="Submit"> </div> </form> <div class="conf-creation-landing-regiserbox-subtitle"> <a href="#" class="modal-login-register-button" style="background-color:#fff; color:#3abbe3;"> Not Registered? Click here to Register! </a> </div> </div> <div class="bm-verify-email-modal close js-email-verification-sent "> <div class="bm-verify-email-modal-icon"> </div> <div class="bm-verify-email-modal-title"> Verification Email Sent! </div> <div class="bm-verify-email-modal-text"> Please click on the verification link in the email we’ve just sent you. </div> </div> <style type="text/css"> .conf-creation-landing-regiserbox-subtitle a { color: #0390f5 !important; background: none !important; } </style> <div class="callback-details" id="callback-details-171044913222"> </div> <a href="#close-modal" rel="modal:close" class="close-modal">Close</a> </div> <div class="jquery-modal blocker" style="width: 100%; height: 100%; position: fixed; right: 20px; top: 0px; z-index: 27;"></div> </div> <div class="bigmarker-confirmation-modal-container" id="bigmarker-ccs-confirmation-modal" style="display: none;"> <section class="bigmarker-ccs-confirmation-modal-section"> <button id="confirmation-close-Button"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/1ea12379b9db687f48049c40b6f418d38a186028/original/1710168728-b529f7b5d1e138f7.png?1710168728" class="close-confirmation-form" alt="Close button"> </button> <p>Thank you for registering for the Content Cloud Summit. We just sent you a confirmation email with the event details and the link to the virtual event. We look forward to seeing you on May 15, 2024!</p> <!-- <div class="bigmarker-add-to-calendar"> <img src="https://d5ln38p3754yc.cloudfront.net/template_image/41fb3a0732c92eb0422d3265723703dda1c31f92/original/1710781156-0951c5dc0d5135a1.png?1710781156" class="calendar-logo"> <a href="/conferences/1098dfec66bd/add_to_calendar" class="add-to-calendar" data-maxWidth="900px" id="f1967e02-6f33-49fd-8d5c-38dc1313215d" rel="modal:open">Add to calendar</a> </div> --> <p class="ccs-questions">Questions? Please reach out to <a href="mailto:events@box.com">events@box.com</a></p> </section> </div> <iframe sandbox="allow-scripts allow-same-origin" id="segment_proxy" src="https://segment-box.com/?key=9mEaWAAXfspF6epYVozDiTF43jJErnJl" fetchpriority="low" height="0" width="0" style="display:none;visibility:hidden"></iframe> <script> //Bombora Insights - Bottom (function(w, d, t) { _ml = w._ml || {}; _ml.eid = '89990'; var s, cd, tag; s = d.getElementsByTagName(t)[0]; cd = new Date(); tag = d.createElement(t); tag.async = 1; tag.src = 'https://ml314.com/tag.aspx?' + cd.getDate() + cd.getMonth(); s.parentNode.insertBefore(tag, s); })(window, document, 'script'); </script> <div class="callback-details" id="callback-details-1732416919245"> <script type="text/javascript"> (function(){ // Do not continue if Paloma.js is not found. if (window['Paloma'] === undefined && window['console'] !== undefined){ console.warn("Paloma.js not found. Require it in your application.js."); return true; } var id = "callback-details-1732416919245", callbacks = []; // Remove any callback details if any $('.callback-details[id!=' + id + ']').remove(); // Convert callbacks to javascript variable callbacks.push({ controller: 'series', action: 'landing_page', params: {"controller_path":"series","action":"landing_page"} }); // Run Callbacks $(document).ready(function(){ for (var i = 0, len = callbacks.length; i < len; i++){ var callback = callbacks[i]; Paloma.execute(callback.controller, callback.action, callback.params); } }); })(); </script> </div> </body> <script> (function() { // Object template model to be send to segment iframe. // This model will be used for track and page calls. const obj = { event: 'page', // Event name recognizable in iframe name: 'Page load call', // Name used for track calls. pageProps: { path: document.location.pathname, // Default document pathname referrer: document.referrer, // Default document referrer search: document.location.search, // Default location search title: document.title, // Default document title url: document.location.href, // Default location href }, videoProps: null, BVID: null, // BVID placeholder utm_params: null, // Utm parameters placeholder }; // Accessible object for Adobe Launch. const segmentIframe = document.getElementById('segment_proxy'); segmentIframe.addEventListener('load', function() { window.segmentProxy = segmentIframe.contentWindow; }); // Process the current domain name. const domainInstance = new URL(segmentIframe.src); const domainOrigin = domainInstance.origin; /** * @param {object} storage Return key pair parameters as an object. * Can be customized to accept any parameters. */ function utmParams(storage) { const trackParams = ['utm_content', 'utm_source', 'utm_medium', 'utm_term', 'utm_name']; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); storage = {}; trackParams.forEach(parameter => { const validParameter = urlParams.get(parameter); if (validParameter) { const tempObj = {}; tempObj[parameter] = validParameter; Object.assign(storage, tempObj); } }); return storage; } // Include string parameters. if (window.location.search) { obj.utm_params = utmParams(); } // Include BVID to override anonymous ID. if (typeof window.analyticsData !== 'undefined' && typeof window.analyticsData.boxVisitorID !== 'undefined') { obj.BVID = window.analyticsData.boxVisitorID; } window.addEventListener( 'message', e => { // Security checkpoint. if (e.origin !== domainOrigin) return; // Listen to postMessage from Iframe triggered when Segment is ready. if (e.data === 'analytics_loaded') { // Sent data to the iframe. e.source.postMessage(obj, domainOrigin); } }, false, ); })(); </script> </html> <script type="text/javascript"> $(function () { }) </script> <script> window.addEventListener("DOMContentLoaded", function() { let pollInterval = 300000; let minimumPollInterval = 15000; for (let block of document.getElementsByClassName("bm-dynamic-content")) { let interval = parseInt(block.dataset.interval); // Poll interval is the minimum interval of all dynamic blocks if (interval >= minimumPollInterval) pollInterval = Math.min(interval, pollInterval); } window.pollDynamicContentUpdates = function() { let blockParams = {}; for (let block of document.getElementsByClassName("bm-dynamic-content")) { blockParams[block.dataset.blockId] = { hash: block.dataset.dynamicContentHash }; } if (Object.keys(blockParams).length == 0) return; let xhr = new XMLHttpRequest(); let dynamicContentHost = ""; let url = dynamicContentHost + "/landing_page_templates/74080/dynamic_content"; xhr.open("POST", url); xhr.onload = function() { let updates = JSON.parse(xhr.responseText); for (let blockId in updates.blocks) { let update = updates.blocks[blockId]; let blocks = document.querySelectorAll( ".bm-dynamic-content[data-block-id='" + blockId + "']"); for (let block of blocks) { block.innerHTML = update.content; block.dataset.dynamicContentHash = update.hash; } } }; xhr.onerror = function() { console.error("Error polling dynamic content"); // If an error occurs when polling dynamic content, stop trying to poll to reduce server pressure clearInterval(window.dynamicContentInterval); }; // Send params as Base64-encoded form data instead of JSON to avoid // triggering CORS preflight requests xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8"); let data = { conference_id: "1098dfec66bd", draft: "", lang: "", blocks_encoded: (window.bmCommon || window).btoa(JSON.stringify(blockParams)), }; let params = []; for (let key in data) params.push(key + "=" + encodeURIComponent(data[key])); xhr.send(params.join("&")); } // Periodically poll for dynamic content updates, and add a random offset to evenly distribute requests setTimeout(function() { window.dynamicContentInterval = setInterval(function() { window.pollDynamicContentUpdates(); }, pollInterval); window.pollDynamicContentUpdates(); }, Math.random() * pollInterval); }); </script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta http-equiv="content-language" content="en"> <title>Content Cloud Summit 2024</title> <meta name="keywords" content=""> <meta name="description" content="See new innovations that empower every line of business. Join us May 15 at Content Cloud Summit!"> <meta name="msvalidate.01" content="7FB67E680F127E1BBF8AF2977231BE73" /> <meta property="og:title" content="Content Cloud Summit 2024"/> <meta property="og:description" content="See new innovations that empower every line of business. Join us May 15 at Content Cloud Summit!"/> <meta property="og:url" content="https://events.box.com/series/content-cloud-summit-2024/landing_page"/> <meta property="og:image" content="https://d5ln38p3754yc.cloudfront.net/conference_facebook_images/9413734/original/1713283296-a6df21c5e570e8a2.png?1713283296"/> <meta property="og:image:width" content="300" /> <meta property="og:image:height" content="300" /> <meta property="og:type" content="website"/> <meta property="og:site_name" content="events.box.com"/> <meta name="google-site-verification" content="tagUoe1eXVgaWSbu03Mr51nqbLmGHpHeqHRGT4DSdP4" /> <meta name="google-site-verification" content="f7cpqTo30-NwefIhO4kdI4MRpRa9q5Ur488QTe99ElY" /> <meta name="google-site-verification" content="pKN6n-q6g6MF5Rx_HdB4m7KyAXXprCtimASccNUj5n8" /> <link rel="canonical" href="https://events.box.com/series/content-cloud-summit-2024/landing_page"> <meta content="authenticity_token" name="csrf-param" /> <meta content="2+780GePAuCi3O580ayg8JHrPcN0Gl1qgvqkobe2SOQ=" name="csrf-token" /> <noscript> <style> .js-disable-section{ top: 0px; left: 5%; position: fixed; width: 90%; height: auto; margin: 0px; padding: 0px; z-index: 9999999; } .js-bme-box{ box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; background-color: rgb(255, 0, 0); border-color: darkred; color: rgb(255, 255, 255); background-image: linear-gradient(to right, rgb(255, 49, 110), rgb(245, 53, 113)); border-radius: 0px 0px 5px 5px; text-align: center; } .js-bme-box span{ font-size: 18px; text-align: center; padding: 13px 10px; position: relative; font-family: 'ModernSans', Arial, Helvetica, sans-serif; font-weight: normal; line-height: 50px; } #register_with_pre_response, #register_with_pre_response_template, #submit_registration_button{ pointer-events:none !important; opacity: 0.5 !important; } </style> <div class="js-disable-section"> <div class="js-bme-box"> <span>Javascript is required to complete registration. Please enable Javascript in your browser, or contact support for instruction on how to do so.</span> </div> </div> </noscript> <input class="js-hidden-field-holder" data_question_id="91a1059d682d" id="bm_hidden_field_91a1059d682d" name="bm_hidden_field_91a1059d682d" type="hidden" /> <input class="js-hidden-field-holder" data_question_id="4c1561fd10b9" id="bm_hidden_field_4c1561fd10b9" name="bm_hidden_field_4c1561fd10b9" type="hidden" /> <input class="js-hidden-field-holder" data_question_id="91f86451487f" id="bm_hidden_field_91f86451487f" name="bm_hidden_field_91f86451487f" type="hidden" /> <script> var api_name_field_id_lookup = {}; api_name_field_id_lookup['utm_theme'] = '91a1059d682d'; api_name_field_id_lookup['uc_initial_landing_page'] = '4c1561fd10b9'; api_name_field_id_lookup['box_visitor_id_'] = '91f86451487f'; function setBigMarkerHiddenFieldValue(field_id, value) { if (!field_id.startsWith('bm_hidden_field_')){ field_id = 'bm_hidden_field_'+api_name_field_id_lookup[field_id] } var question_id = $('#' + field_id).attr('data_question_id'); $('#' + field_id).val(value); $('.' + question_id + '-question').find('[id$=_response]').val(value); } </script> <script type='text/javascript'> var data = { 'token': '662b7e0af2e41209e8dbcd1300abb30a0db0ee9a', 'series_id': '38004', 'conference_id': '', 'referer': document.referrer, 'domain': document.domain, 'url': document.URL, 'user_agent': navigator.userAgent, 'requested_uri': '/series/content-cloud-summit-2024/landing_page?_gl=1%2Ar2354b%2A_gcl_au%2AMzI0ODIyMzgxLjE3MTM4MTg4MDY', 'action_url': document.location.pathname, 'ip_address': '8.222.208.146', 'member_id': '', 'session_id': '24de6f1a17a7b191012cc2b5e2d684604967320bb38c0e30a2eef5896a6257ad1ddb3b281de3f51fd7d622c07bc56f55' } data = window.btoa(unescape(encodeURIComponent(JSON.stringify(data)))); $.ajax({ url: 'https://logger-load-balancer-2.bigmarker.com/event_tracker/create', type: 'post', data: {data: data} }) </script> <style> * { font-family: 'Lato', sans-serif; } .new-stage-section-title{ text-align: center; } .nav-tab a { color: #FFF; } .nav-tab.active a { text-decoration: underline; } @media screen and (min-width: 1024px) { .series-main-box #js-techweek-header .new-stage-header { display: flex; justify-content: space-between; align-items: center; margin: 0 auto; width: 100%; max-width: unset; background-color: transparent !important; } .series-main-box #js-techweek-header > .new-stage-header .js-header-background-color { background-color: transparent !important; } .new-stage-contents { width: 100%; max-width: 1230px !important; margin: 0 auto; } } @media screen and (max-width: 1180px) { .new-stage-header > a{ display: flex; flex: 1; justify-content: center; } } .new-networking-right-in .gallery-section-list, .new-networking-right-in .gallery-section-title { display: block; } .new-networking-right-in .gallery-section-list ~ .gallery-section-list, .new-networking-right-in .gallery-section-title, .new-networking-right-in .gallery-section-sub-title ~ .gallery-section-sub-title { display: none; } #bm-videoContainer, .gallery-section-list-img a{ border-radius:16px; } .series-main-box #js-techweek-header > .new-stage-header { display:flex !important; background-color: transparent !important; } .new-stage-main .new-stage-header, .new-stage-main .js-header-background-color { background-color: transparent !important; } .new-stage-header-nav{ flex:1; } .network-header-nav > a.js-header-photo{ white-space:nowrap !important; background: rgba(255, 255, 255, 0.1); } .fsv-video-main { background: none !important; } .fsv-header { display: none; } .techweek2020-header-mobile-btn{ margin-top: 0 !important; } .series-main-box #js-techweek-header > .new-stage-header .js-header-background-color.onactive{ background-color: transparent !important; } .new-stage-nav-header-full-btn{ display: flex; } .js-event-leaderboard-description { text-align:center; font-size: 18px; } .new-stage-section-description a{ color: #fff; text-decoration: underline; } </style> <style> @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); *{ font-family: "Lato", sans-serif !important; } .series-main-box #js-techweek-header > .new-stage-header .js-header-background-color { background-color: transparent !important; } .js-series-techweek-font-color li a { color: #fefefe !important; } .a-clroom-tw-2020-header-live-1 { line-height: 26px; } .new-stage-header * { font-size: 100% !important; } .a-clroom-body-nav-title { justify-content: center; } #webcast-livestream-container { display: flex !important; justify-content: center; align-items: center; } #webcast-livestream-container > video { border-radius: 12px; object-fit: contain; width: 100% !important; height: auto !important; } @media(min-width: 1181px) { .new-stage-nav-header-full-btn { width: 100%; } .new-stage-nav-header-full-btn .new-stage-header-nav { width: 100%; display: inline-flex; justify-content: center; gap: 36px; } .techweek2020-header-right{ flex: 1; justify-content: center !important; } .new-stage-header-nav-btn { height: 40px; display: inline-flex !important; font-size: 14px !important; border-radius: 100px; } .new-stage-header-nav>li { padding: 0 !important; } } .new-stage-header-nav-btn > a { color: #fff !important; height: auto !important; line-height: unset !important; display: flex !important; justify-content: center; align-items: center; border-radius: 100px !important; background: #0061D5 !important; } .new-stage-header-nav-btn > a.js-login-button-link { background: rgba(255, 255, 255, 0.1) !important; padding-left: 16px; } .header-nav-user-show { height: 100%; display: inline-flex !important; font-size: 14px !important; border-radius: 100px; justify-content: center; align-items: center; width: 115px; } .header-nav-user-show .network-header-nav { width: unset; } .network-header-nav > a.js-header-photo { color: #fff !important; height: auto !important; line-height: unset !important; display: flex !important; justify-content: center; padding: 10px 30px !important; width: unset; } .network-header-nav > a.js-header-photo > img, .network-header-nav > .new-networking-user-box.js-network-user-box { display: none !important; } .a-clroom-main .trade-show-left-nav li a { font-size: 17px; } .new-networking-left{ display: none; } .new-stage-footer{ display:none; } .new-stage-header .js-header-background-color.onactive{ background-color: #003C84 !important; } .new-stage-nav-header-full-btn{ display: flex; } .new-stage-nav-header-full-btn.onactive{ display: unset; } @media screen and (max-width: 1180px) { .new-stage-header > a{ display: flex; flex: 1; justify-content: center; } } </style> <script> document.addEventListener("DOMContentLoaded", (event) => { let aLink = document.querySelector('.header-nav-user-show .network-header-nav > a.js-header-photo'); let logoutLink = document.querySelector('.new-networking-user-box-section-list-link[data-type="logout"] > a'); if (aLink && logoutLink) { aLink.innerHTML = null; aLink.href = logoutLink.href; aLink.innerHTML = logoutLink.innerHTML; } }); </script> <style> #bm-videoContainer{ border-radius: 0 !important; } .video-trim-play-center span svg{ fill: #0061D5 !important; } .video-trim-play-center{ background: #fff !important; filter: drop-shadow(0px 15.69px 31.379px rgba(0, 0, 0, 0.30)); } @media only screen and (min-width: 768px){ .video-trim-play-center{ width: 129.138px; height: 129.138px; } .video-trim-play-center span{ width: 30px; } .video-trim-play-center span svg{ width: 48px; height: 48px; } } </style> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", () => { var imageUrl = "https://d5ln38p3754yc.cloudfront.net/template_image/d75df8d2fdfcf0df732d13d814ccaf4a8806b744/original/1716497903-9f0a710dfadfac0c.png?1716497903"; var imgTag = `<img src="${imageUrl}" alt="Play Button" style="width: 100%; height: auto;">`; $('.js-video-trim-play-button span').html(imgTag); }); </script>