@charset "UTF-8";
/*
Theme Name: ESG Summit
Author: GoingClear Interactive
Author URI: https://www.goingclear.com/
Version: 1.0.0
Text Domain: crefesg
*/
/***********************************
BASE STYLES
***********************************/
@font-face {
  font-family: "crefesg";
  src: url("fonts/crefesg.eot?66670804");
  src: url("fonts/crefesg.eot?66670804#iefix") format("embedded-opentype"), url("fonts/crefesg.woff2?66670804") format("woff2"), url("fonts/crefesg.woff?66670804") format("woff"), url("fonts/crefesg.ttf?66670804") format("truetype"), url("fonts/crefesg.svg?66670804#crefesg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  speak: none;
  line-height: 1;
  font-family: "crefesg";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  speak: none;
  line-height: 1;
  font-family: "crefesg";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e800";
}

.icon-pause:before {
  content: "\e801";
}

.icon-cancel:before {
  content: "\e807";
}

.icon-tiktok:before {
  content: "\e83a";
}

.icon-arrow-left:before {
  content: "\e83b";
}

.icon-arrow-right:before {
  content: "\e83c";
}

.icon-arrow-up:before {
  content: "\e83d";
}

.icon-linkedin:before {
  content: "\e83e";
}

.icon-play:before {
  content: "\e83f";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-gplus:before {
  content: "\f0d5";
}

.icon-youtube:before {
  content: "\f16a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-vkontakte:before {
  content: "\f189";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-reddit:before {
  content: "\f281";
}

.icon-snapchat:before {
  content: "\f2ac";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-facebook:before {
  content: "\f30c";
}

.icon-pinterest:before {
  content: "\f312";
}

.icon-sina:before {
  content: "\f33f";
}

*:not(ul):not(ol):not(blockquote) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, span, img, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #101D33;
  background: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px/24px "Roboto", sans-serif;
}

h1, .h1 {
  font-size: 64px;
  line-height: 72.8px;
}

h2, .h2 {
  font-size: 48px;
  line-height: 52.8px;
}

h3, .h3 {
  font-size: 36px;
  line-height: 39.6px;
}

h4, .h4 {
  font-size: 30px;
  line-height: 36.2px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 33.6px;
}

h6, .h6 {
  font-size: 18px;
  line-height: 28.8px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2D2E73;
  margin-bottom: 0;
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #E0E8F2;
}

section {
  padding: 50px 0;
}

input[type=text]:not(.select2-input),
input[type=number], input[type=email],
input[type=tel], input[type=search],
input[type=password], input[type=file],
input[type=url], select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  height: auto !important;
  color: #71718A !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  line-height: 20px !important;
  padding: 14px 18px !important;
  background: #F5F9FD !important;
  border-radius: 500px !important;
  border: 1px solid #E0E8F2 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
input[type=text]:not(.select2-input)::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button, input[type=email]::-webkit-inner-spin-button,
input[type=tel]::-webkit-inner-spin-button, input[type=search]::-webkit-inner-spin-button,
input[type=password]::-webkit-inner-spin-button, input[type=file]::-webkit-inner-spin-button,
input[type=url]::-webkit-inner-spin-button, select::-webkit-inner-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}
input[type=text]:not(.select2-input)::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #71718A;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:not(.select2-input)::-moz-placeholder,
input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder, input[type=file]::-moz-placeholder,
input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #71718A;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:not(.select2-input):-ms-input-placeholder,
input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #71718A;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:not(.select2-input):-moz-placeholder,
input[type=number]:-moz-placeholder, input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder, input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder, input[type=file]:-moz-placeholder,
input[type=url]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #71718A;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:not(.select2-input):hover, input[type=text]:not(.select2-input):focus,
input[type=number]:hover,
input[type=number]:focus, input[type=email]:hover, input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus, input[type=search]:hover, input[type=search]:focus,
input[type=password]:hover,
input[type=password]:focus, input[type=file]:hover, input[type=file]:focus,
input[type=url]:hover,
input[type=url]:focus, select:hover, select:focus, textarea:hover, textarea:focus {
  outline: 0;
}

.btn {
  border: 0;
  outline: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  background: #2D2E73;
  line-height: 16px;
  border-radius: 500px;
  padding: 16px 20px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover, .btn:focus {
  outline: 0;
  color: #FFFFFF;
  box-shadow: none;
  background: #1f1f4e;
}

.entry-title .sub-title {
  display: block;
}
.entry-title .title {
  margin: 0;
}
.entry-title p {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.desc-big {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lr-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.lr-10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.lr-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.lr-0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
}
.list-inline li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.fluid {
  max-width: 100% !important;
}
.fluid br {
  display: none;
}
.fluid h1, .fluid h2, .fluid h3, .fluid h4, .fluid h5, .fluid h6,
.fluid .h1, .fluid .h2, .fluid .h3, .fluid .h4, .fluid .h5, .fluid .h6, .fluid p,
.fluid .entry-title, .fluid .description,
.fluid .content, .fluid .testi-item, .fluid .quote,
.fluid [class*=__editor], .fluid [class*=__content],
.fluid [class*=-content], .fluid [class*=text] {
  max-width: 100% !important;
}

.content-area {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overflow-inherit {
  overflow: inherit;
}

.blankSpace {
  top: -100px !important;
  display: block !important;
  position: relative !important;
  visibility: hidden !important;
}

/***********************************
HEADER STYLES
***********************************/
.scroll-down .header:not(.sticky) {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.header-gutter {
  height: 147px;
  min-height: 147px;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  position: fixed;
  background: #FFFFFF;
  padding: 39px 0 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header.transparent {
  background: transparent;
}
.header .navbar {
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .navbar .container {
  padding-left: 30px;
  padding-right: 30px;
}
.header .navbar .navbar-header .logo {
  float: left;
}
.header .navbar .navbar-header .logo .navbar-brand {
  margin: 0;
  padding: 0;
}
.header .navbar .navbar-header .logo .navbar-brand img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-header .navbar-toggler {
  border: 0;
  float: left;
  width: 80px;
  padding: 31px 30px;
  background: transparent;
}
.header .navbar .navbar-collapse {
  flex-grow: initial;
}
.header .navbar .navbar-collapse .navbar-nav {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav > li {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.header .navbar .navbar-collapse .navbar-nav > li > a {
  color: #999999;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
  color: #2D2E73;
  font-weight: 400;
  background: #FFFFFF;
  text-align: center;
  padding: 18px 29px 18px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 26px 24px 0px rgba(0, 0, 0, 0.16);
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn:hover a, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn:focus a {
  color: #FFFFFF;
  background: #71718A;
}
.header .navbar .navbar-collapse .navbar-nav > li.mobile-navbar-toggler {
  margin-left: 0;
}
.header .navbar .navbar-collapse .navbar-nav > li.current-menu-ancestor > a, .header .navbar .navbar-collapse .navbar-nav > li.active > a, .header .navbar .navbar-collapse .navbar-nav > li:hover > a, .header .navbar .navbar-collapse .navbar-nav > li:focus > a {
  color: #71718A;
}
.header.others .navbar .navbar-collapse .navbar-nav li a {
  color: #2D2E73;
}
.header.others .navbar .navbar-collapse .navbar-nav li.menu-btn a {
  color: #FFFFFF;
  background: #2D2E73;
}
.header.others .navbar .navbar-collapse .navbar-nav li.menu-btn:hover a, .header.others .navbar .navbar-collapse .navbar-nav li.menu-btn:focus a {
  color: #FFFFFF;
  background: #71718A;
}
.header.others .navbar .navbar-collapse .navbar-nav li.current-menu-ancestor > a, .header.others .navbar .navbar-collapse .navbar-nav li.active > a, .header.others .navbar .navbar-collapse .navbar-nav li:hover > a, .header.others .navbar .navbar-collapse .navbar-nav li:focus > a {
  color: #000000;
}
.header.stop {
  padding: 10px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.12);
}
.header.stop .navbar .collapse .navbar-nav li a {
  color: #2D2E73;
}
.header.stop .navbar .collapse .navbar-nav li.menu-btn a {
  color: #FFFFFF;
  background: #2D2E73;
}
.header.stop .navbar .collapse .navbar-nav li.menu-btn a:hover, .header.stop .navbar .collapse .navbar-nav li.menu-btn a:focus {
  color: #FFFFFF;
  background: #71718A;
}
.header.stop .navbar .collapse .navbar-nav li.current-menu-ancestor > a, .header.stop .navbar .collapse .navbar-nav li.active > a, .header.stop .navbar .collapse .navbar-nav li:hover > a, .header.stop .navbar .collapse .navbar-nav li:focus > a {
  color: #000000;
}

.sidr {
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999999;
  position: fixed;
  max-width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.12);
}
.sidr.right {
  left: auto;
  right: -100%;
}
.sidr.left {
  left: -100%;
  right: auto;
}
.sidr .sidr-inner .mobile-header {
  display: block !important;
}
.sidr .sidr-inner .navbar-header {
  padding: 12px 15px 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidr .sidr-inner .navbar-header .navbar-toggle {
  display: block;
}
.sidr .sidr-inner .navigation .navbar-nav {
  padding: 0;
  position: relative;
}
.sidr .sidr-inner .navigation .navbar-nav > li {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidr .sidr-inner .navigation .navbar-nav > li > a {
  color: #2D2E73;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidr .sidr-inner .navigation .navbar-nav > li.menu-btn a {
  color: #FFFFFF;
  font-weight: 400;
  background: #2D2E73;
  text-align: center;
  padding: 10px 20px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 26px 24px 0px rgba(0, 0, 0, 0.16);
}
.sidr .sidr-inner .navigation .navbar-nav > li.menu-btn:hover a, .sidr .sidr-inner .navigation .navbar-nav > li.menu-btn:focus a {
  color: #FFFFFF;
  background: #71718A;
}
.sidr .sidr-inner .navigation .navbar-nav > li.mobile-navbar-toggler {
  display: none;
}
.sidr .sidr-inner .navigation .navbar-nav > li.current-menu-ancestor > a, .sidr .sidr-inner .navigation .navbar-nav > li.active > a, .sidr .sidr-inner .navigation .navbar-nav > li:hover > a, .sidr .sidr-inner .navigation .navbar-nav > li:focus > a {
  color: #000000;
}

.navbar-toggle {
  margin: 0;
  border: 0;
  width: 39px;
  height: 39px;
  padding: 13px;
  display: block;
  overflow: inherit;
  background: #2D2E73;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 24px 16px rgba(0, 0, 0, 0.16);
}
.navbar-toggle:hover .icon-bar:nth-child(1) {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.navbar-toggle:hover .icon-bar:nth-child(3) {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.navbar-toggle:hover:before, .navbar-toggle:focus:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.navbar-toggle.in .icon-bar {
  -webkit-transition: transform 150ms linear 150ms;
  -moz-transition: transform 150ms linear 150ms;
  -ms-transition: transform 150ms linear 150ms;
  -o-transition: transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms;
}
.navbar-toggle.in .icon-bar:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  -moz-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.navbar-toggle.in .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle.in .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -moz-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.navbar-toggle .icon-bar {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 1px;
  background-color: #FFFFFF;
  -webkit-transition: transform 150ms linear 150ms;
  -moz-transition: transform 150ms linear 150ms;
  -ms-transition: transform 150ms linear 150ms;
  -o-transition: transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms;
}
.navbar-toggle .icon-bar:not(:last-child) {
  margin-bottom: 3px;
}

/***********************************
HOME STYLES
***********************************/
.banner {
  z-index: 0;
  padding: 0;
  position: relative;
  background: #F5F9FD;
}
.banner .overlay {
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 99999px;
  background: #2D2E73;
  position: absolute;
  right: calc(41.666667% - 99999px);
}
.banner .overlay img {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
}
.banner__content {
  position: relative;
  padding: 147px 0 120px;
}
.banner__content .text .title {
  z-index: 1;
  position: relative;
  margin-right: -170px;
}
.banner__content .text .description {
  margin: 0;
  margin-bottom: 0;
}
.banner__content .text .description p {
  color: #6D6D84;
  line-height: 36px;
  font-family: "Roboto Serif", sans-serif;
}
.banner__content .scrollDown {
  border: 0;
  bottom: 64px;
  width: 114px;
  color: #2D2E73;
  height: 114px;
  font-size: 24px;
  text-align: center;
  line-height: 114px;
  position: absolute;
  background: #FFFFFF;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  right: calc(41.666667% - 57px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 44px 44px 0px rgba(0, 0, 0, 0.25);
}
.banner__content .scrollDown:hover {
  color: #FFFFFF;
  background: #2D2E73;
}
.banner .overlay-left {
  top: 0;
  z-index: -1;
  width: 99999px;
  left: -99915px;
  position: absolute;
  height: calc(100% + 500px);
  background: url(images/banner-overlay.svg) repeat -25px 0;
}
.banner__media {
  position: relative;
}
.banner__media:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  mix-blend-mode: overlay;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.29) 8.59%, rgba(0, 0, 0, 0) 100%);
}

.about {
  padding: 142px 0;
  background: #F5F9FD;
}
.about__content {
  z-index: 1;
  position: relative;
  padding-left: 310px;
}
.about__content .title {
  font-weight: 300;
  max-width: 507px;
  margin-bottom: 10px;
}
.about__content .description {
  margin: 0;
  margin-bottom: 0;
}
.about__content .description p {
  color: #71718A;
  line-height: 36px;
  font-family: "Roboto Serif", sans-serif;
}
.about__content .content__editor {
  margin-top: 10px;
  max-width: 731px;
}
.about__content .content__editor .popup-video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.about__content .content__editor .popup-video:before {
  z-index: 1;
  width: 106px;
  content: "\e83f";
  height: 106px;
  color: #2D2E73;
  font-size: 30px;
  text-indent: 5px;
  line-height: 106px;
  position: absolute;
  text-align: center;
  background: #FFFFFF;
  top: calc(50% - 53px);
  left: calc(50% - 53px);
  font-family: "crefesg";
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about__content .content__editor .popup-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about__content .content__editor .popup-video:any-link:hover:before, .about__content .content__editor .popup-video:any-link:focus:before {
  color: #FFFFFF;
  background: #2D2E73;
}
.about__content .content__editor .popup-video:any-link:hover img, .about__content .content__editor .popup-video:any-link:focus img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about .overlay {
  top: 233px;
  height: 100%;
  left: -99886px;
  width: 99999px;
  position: absolute;
  background: #FFFFFF;
}

.sponsors {
  padding: 100px 0;
}
.sponsors .entry-title {
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}
.sponsors .entry-title .title {
  margin-bottom: 0;
}
.sponsors .mbm-20 {
  margin-bottom: -20px;
}
.sponsors__item {
  z-index: 1;
  width: 100%;
  padding: 10px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}
.sponsors__item img {
  width: 160px;
  height: 60px;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sponsors__item:any-link:hover img, .sponsors__item:any-link:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Home page hero section */
.galleries {
  overflow: hidden;
  min-height: 690px;
  padding-top: 150px;
  position: relative;
  padding-bottom: 100px;
}
.galleries .container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.galleries .container .row .col {
  padding-right: 15px;
  padding-left: 15px;
}
.galleries .esg_banner_grids {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.galleries .esg_banner_grids .esg_stripe_grid .items {
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
}
.galleries .esg_banner_grids .esg_stripe_grid .item {
  z-index: 2;
  float: left;
  width: 230px;
  height: 230px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
}
.galleries .esg_banner_grids .esg_stripe_grid .item:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  pointer-events: none;
  background: rgba(41, 43, 44, 0.52);
}
.galleries .esg_banner_grids .esg_stripe_grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.galleries .esg_banner_grids .esg_stripe_grid .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.galleries .esg_banner_play {
  z-index: 1;
  right: 40px;
  bottom: 50px;
  width: 120px;
  color: #FFFFFF;
  position: absolute;
}
@media (max-width: 991px) {
  .galleries .esg_banner_play {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .galleries .esg_banner_play {
    bottom: 0;
    right: 15px;
    width: 110px;
  }
}
.galleries .esg_banner_play .esg_banner_play_pause {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  align-items: center;
  background: transparent;
}
.galleries .esg_banner_play .esg_banner_play_pause i {
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.galleries .esg_banner_play .esg_banner_play_pause i.icon-play {
  color: #FFFFFF;
  background: #2D2E73;
}
.galleries .esg_banner_play .esg_banner_play_pause i.icon-play:before {
  text-indent: 8px;
}
.galleries .esg_banner_play .esg_banner_play_pause i:before {
  text-indent: 2px;
  vertical-align: 1px;
  display: inline-block;
}
.galleries .esg_banner_play .esg_banner_play_pause .text {
  color: #FFFFFF;
}
.galleries .esg_banner_play .esg_banner_play_pause:hover i {
  color: #FFFFFF;
  background: #2D2E73;
}

.mfp-with-zoom.mfp-bg, .mfp-with-zoom.mfp-wrap {
  background: #292B2C;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: 0;
}
.mfp-with-zoom .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom .mfp-container .mfp-content .mfp-figure {
  margin-left: 0;
  margin-right: 0;
}
.mfp-with-zoom.mfp-bg {
  display: none !important;
}
.mfp-with-zoom.mfp-wrap {
  z-index: 101;
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  backdrop-filter: inherit;
}
.mfp-with-zoom.mfp-wrap .mfp-container {
  padding: 0;
}
.mfp-with-zoom.mfp-wrap .mfp-container:before {
  display: none;
}
.mfp-with-zoom.mfp-wrap .mfp-container .mfp-content {
  width: 100%;
  height: 100%;
}
.mfp-with-zoom.mfp-wrap .mfp-container .mfp-content .mfp-figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.mfp-with-zoom.mfp-wrap .mfp-container .mfp-content .mfp-figure figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.mfp-with-zoom.mfp-wrap .mfp-container .mfp-content .mfp-figure figure .mfp-img {
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-position: 50% 30%;
}
.mfp-with-zoom.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption {
  display: none;
}
.mfp-with-zoom.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  padding: 0;
  top: -26px;
  opacity: 1;
  width: 50px;
  left: -25px;
  right: auto;
  height: 50px;
  text-align: center;
  visibility: inherit;
  pointer-events: none;
  margin: -15px 0 0 -20px;
  background: rgba(0, 0, 0, 0);
}

.agenda {
  overflow: hidden;
  padding: 100px 0;
}
.agenda .entry-title {
  z-index: 1;
  position: relative;
  margin-bottom: 65px;
}
.agenda .entry-title .title {
  font-weight: 400;
  margin-bottom: 0;
}
.agenda__item {
  left: 5px;
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  border-left: 4px dotted #2D2E73;
}
.agenda__item:last-child {
  margin-bottom: 0;
  border-color: transparent;
}
.agenda__item:last-child .text {
  padding-bottom: 0;
}
.agenda__item:before {
  top: 0;
  left: -8px;
  width: 12px;
  height: 12px;
  content: "";
  background: #2D2E73;
  position: absolute;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.agenda__item .text {
  top: -4px;
  max-width: 959px;
  position: relative;
  padding-left: 47px;
  padding-bottom: 44px;
}
.agenda__item .text .date-title {
  color: #101D33;
  margin-bottom: 15px;
  line-height: 26.4px;
}
.agenda__item .text .title {
  font-weight: 400;
  margin-bottom: 5px;
}
.agenda__item .text .sub-title {
  color: #71718A;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.agenda__item .text .presented {
  color: #2D2E73;
  display: block;
}
.agenda__item .text .content__editor {
  margin-top: 5px;
}
.agenda__item .text .content__editor p {
  margin-bottom: 10px;
}
.agenda__item .text .content__editor p:last-child {
  margin-bottom: 0;
}
.agenda .btn {
  margin-top: 50px;
}

.programs {
  padding: 100px 0;
}
.programs .entry-title {
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}
.programs .entry-title .title {
  font-weight: 400;
  margin-bottom: 30px;
}
.programs .entry-title .description {
  color: #101D33;
}
.programs__item {
  z-index: 1;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  margin-bottom: 48px;
}
.programs__item:last-child {
  margin-bottom: 0;
}
.programs__item.no-content .text {
  margin-bottom: -15px;
}
.programs__item:before {
  top: 5px;
  left: 0px;
  width: 12px;
  height: 12px;
  content: "";
  background: #2D2E73;
  position: absolute;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.programs__item .text {
  top: -6px;
  max-width: 1022px;
  position: relative;
  padding-left: 30px;
}
.programs__item .text .title {
  color: #2D2E73;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 33.6px;
}
.programs__item .text .sub-title {
  color: #6D6D84;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 28.8px;
}
.programs__item .text .content__editor {
  color: #6D6D84;
  font-size: 18px;
  line-height: 28.8px;
  margin-bottom: -24px;
}
.programs__item .text .content__editor p {
  margin-bottom: 15px;
}
.programs__item .text .content__editor ul, .programs__item .text .content__editor ol {
  margin-bottom: 15px;
}
.programs__item .text .content__editor ul li, .programs__item .text .content__editor ol li {
  margin-bottom: 0;
}
.programs__item .text .content__editor ul li a, .programs__item .text .content__editor ol li a {
  color: #101D33;
  text-decoration: underline;
}
.programs__item .text .content__editor ul li a:any-link:hover, .programs__item .text .content__editor ul li a:any-link:focus, .programs__item .text .content__editor ol li a:any-link:hover, .programs__item .text .content__editor ol li a:any-link:focus {
  color: #2D2E73;
}

.speakers {
  padding: 100px 0 305px;
}
.speakers .entry-title {
  margin-bottom: 50px;
}
.speakers .entry-title .title {
  font-weight: 400;
  margin-bottom: 0;
}
.speakers .mbm-20 {
  margin-bottom: -20px;
}
.speakers .overlay-right {
  width: 9999px;
  height: 239px;
  right: -9556px;
  bottom: -305px;
  position: absolute;
  background: #F5F9FD;
}
.speakers__item {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 39px 20px 35px;
  background: #F5F9FD;
  height: calc(100% - 20px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.speakers__item .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.speakers__item .media {
  width: 110px;
  height: 110px;
  position: relative;
  margin-bottom: 20px;
}
.speakers__item .media__wrap {
  width: 110px;
  height: 110px;
  display: flex;
  overflow: hidden;
  background: #2D2E73;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
}
.speakers__item .media__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.speakers__item .media .social-media {
  top: 0;
  right: 0;
  margin-left: 0px;
  margin-right: 0px;
  position: absolute;
}
.speakers__item .media .social-media li {
  padding-left: 0px;
  padding-right: 0px;
}
.speakers__item .media .social-media li a {
  z-index: 1;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 26px;
  position: relative;
}
.speakers__item .media .social-media li a:before {
  vertical-align: 0;
}
.speakers__item .text .name {
  margin-bottom: 4px;
}
.speakers__item .text .position {
  color: #71718A;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.speakers__item:hover:has(.link) .media img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.attendees {
  overflow: hidden;
  padding: 100px 0;
}
.attendees .entry-title {
  margin-bottom: 25px;
}
.attendees .entry-title .title {
  font-weight: 400;
  margin-bottom: 10px;
}
.attendees .entry-title .description {
  margin-bottom: 0;
}
.attendees .entry-title .description p {
  margin: 0;
  color: #000000;
  font-weight: 400;
}
.attendees .overlay-left {
  top: -118px;
  width: 99999px;
  left: -99915px;
  position: absolute;
  height: calc(100% + 500px);
  background: url(images/banner-overlay.svg) repeat -25px 0;
}
.attendees .mbm-20 {
  margin-bottom: -20px;
}
.attendees .link a {
  padding-left: 42px;
  padding-right: 41px;
  white-space: nowrap;
}
.attendees .attendees_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.attendees .slyslider__item {
  max-width: 1180px;
  margin-bottom: -20px;
}

.attendees-items {
  width: 100%;
  padding: 14px;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.attendees-items .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.attendees-items .media {
  width: 72px;
  height: 72px;
  margin-right: 17px;
  position: relative;
}
.attendees-items .media__wrap {
  width: 72px;
  height: 72px;
  display: flex;
  overflow: hidden;
  background: #71718A;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
}
.attendees-items .media__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.attendees-items .media .social-media {
  top: 0;
  right: 0;
  margin-left: 0px;
  margin-right: 0px;
  position: absolute;
}
.attendees-items .media .social-media li {
  padding-left: 0px;
  padding-right: 0px;
}
.attendees-items .media .social-media li a {
  z-index: 1;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 26px;
  position: relative;
}
.attendees-items .media .social-media li a:before {
  vertical-align: 0;
}
.attendees-items .text .name {
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 17.6px;
}
.attendees-items .text .position {
  color: #71718A;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.attendees-items:hover:has(.link) .media img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.headlines {
  padding: 100px 0;
  background: #F5F9FD;
}
.headlines .entry-title {
  margin-bottom: 30px;
}
.headlines .entry-title .title {
  font-weight: 400;
  margin-bottom: 10px;
}
.headlines .entry-title .description {
  margin-bottom: 0;
}
.headlines .entry-title .description p {
  color: #000000;
  font-weight: 400;
  line-height: 26.4px;
}
.headlines .headlines-item {
  margin-bottom: -12px;
}
.headlines .headlines-item__items {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
  background: #FFFFFF;
  padding: 20px 28px 21px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.headlines .headlines-item__items .text {
  margin-right: 15px;
}
.headlines .headlines-item__items .text .date {
  color: #2D2E73;
  display: block;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 22.4px;
}
.headlines .headlines-item__items .text .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.headlines .headlines-item__items .button .btn {
  color: #2D2E73;
  margin-top: 0;
  padding-left: 23px;
  padding-right: 23px;
  background: #ECF1F8;
}
.headlines .headlines-item__items .button .btn:hover, .headlines .headlines-item__items .button .btn:focus {
  color: #FFFFFF;
  background: #2D2E73;
}
.headlines .headlines-item__items:any-link:hover .text .title, .headlines .headlines-item__items:any-link:focus .text .title {
  color: #71718A;
}
.headlines .btn {
  margin-top: 30px;
}

.location {
  padding: 100px 0 180px;
}
.location .entry-title {
  margin-bottom: 33px;
}
.location .entry-title .title {
  font-weight: 400;
  margin-bottom: 10px;
}
.location .entry-title .description {
  margin-bottom: 0;
}
.location .entry-title .description p {
  margin: 0;
  color: #000000;
  font-weight: 400;
}
.location__map {
  position: relative;
}
.location__map .lgmap {
  width: 100%;
  overflow: hidden;
  min-height: 400px;
  background: #ECF1F8;
}
.location__map .lgmap iframe {
  width: 100%;
}
.location__map .text {
  top: 50%;
  left: 30px;
  width: 385px;
  height: auto;
  min-height: 336px;
  background: #2D2E73;
  padding: 35px 24px;
  position: absolute;
  transform: translateY(-50%);
}
.location__map .text .title {
  color: #CCD2DB;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Roboto Serif", sans-serif;
}
.location__map .text .date, .location__map .text .maplocation {
  color: #FFFFFF;
  font-weight: 400;
}
.location__map .text .maplocation {
  display: block;
  max-width: 240px;
}

/***********************************
CONTACT STYLES
***********************************/
.gform_confirmation_wrapper .gform_confirmation_message {
  color: #2D2E73;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
}
.gform_confirmation_wrapper .gform_confirmation_message:before {
  left: 0;
  color: green;
  content: "✔";
  position: absolute;
  padding-right: 10px;
}

.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container span {
  width: 100%;
  padding: 0 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gsection {
  border: 0;
  padding: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gsection .gsection_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 21px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
  border: 0;
  padding: 0;
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: transparent;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_name label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 21px;
  display: inline-block;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_name span {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_name span.name_last {
    margin-top: 12px;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
  line-height: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea {
  border-radius: 16px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea.small {
  height: 72px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea.medium {
  height: 100px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea.large {
  height: 200px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select {
  position: relative;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:before {
  z-index: 1;
  right: 18px;
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  pointer-events: none;
  border: 5px solid transparent;
  border-top-color: #FFFFFF;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select {
  margin: 0 !important;
  color: #FFFFFF !important;
  background: #2D2E73 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio {
  margin-bottom: -5px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice {
  margin-bottom: 5px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice input {
  display: none !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:checked ~ label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice input:checked ~ label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice input:checked ~ label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice input:checked ~ label:before {
  border-color: #2D2E73;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:checked ~ label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice input:checked ~ label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice input:checked ~ label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice input:checked ~ label:after {
  opacity: 1;
  background: #2D2E73;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding-left: 28px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice label:before {
  left: 0;
  top: 3px;
  width: 18px;
  content: "";
  height: 18px;
  background: #F0F8FF;
  position: absolute;
  border-radius: 500px;
  border: 1px solid #D1E1F1;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice label:after {
  top: 8px;
  left: 5px;
  width: 8px;
  content: "";
  opacity: 0;
  height: 8px;
  position: absolute;
  background: #2D2E73;
  visibility: hidden;
  border-radius: 500px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label:before {
  border-radius: 4px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label:after {
  border-radius: 2px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label {
  color: #2D2E73;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding-left: 28px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label:before {
  left: 0;
  top: 3px;
  width: 18px;
  content: "";
  height: 18px;
  background: #F0F8FF;
  position: absolute;
  border-radius: 4px;
  border: 1px solid #D1E1F1;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label:after {
  top: 8px;
  left: 5px;
  width: 8px;
  content: "";
  opacity: 0;
  height: 8px;
  position: absolute;
  background: #2D2E73;
  visibility: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox] {
  display: none !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox]:checked ~ label:before {
  border-color: #2D2E73;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox]:checked ~ label:after {
  opacity: 1;
  background: #2D2E73;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-captcha {
  margin-bottom: -30px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-captcha .ginput_recaptcha {
  transform-origin: left top;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-captcha .validation_message {
  margin-top: -28px;
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit {
  justify-content: flex-end;
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit .btn {
  z-index: 1;
  position: relative;
  white-space: nowrap;
  height: min-content;
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit .gform_ajax_spinner {
  display: none;
}
.gform_wrapper form.gform_footer_inline .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}
.gform_wrapper form .gform_footer {
  margin-top: 0 !important;
  justify-content: flex-end;
  padding-bottom: 0 !important;
}
.gform_wrapper form .gform_footer .btn {
  display: block;
  margin: 0 !important;
}
.gform_wrapper form .gform_footer .gform_ajax_spinner {
  display: none;
}

/***********************************
FOOTER STYLES
***********************************/
.footer {
  z-index: 0;
  padding: 100px 0;
  position: relative;
  background: #ECF1F8;
}
.footer.padding {
  padding-top: 0.01rem;
}
.footer:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 355px;
  position: absolute;
  background: #F5F9FD;
}
.footer__top {
  margin-top: -56px;
  margin-bottom: 120px;
}
.footer__top .text {
  max-width: 512px;
}
.footer__top .text .title {
  font-weight: 400;
  margin-bottom: 10px;
}
.footer__top .text .description {
  margin-bottom: 0;
}
.footer__top .text .description p {
  margin: 0;
  color: #000000;
  font-weight: 400;
}
.footer__top .form {
  max-width: 480px;
  overflow: hidden;
  background: #FFFFFF;
  min-height: 610px;
  padding: 50px 43px 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  box-shadow: 0px 166px 124px 0px rgba(0, 0, 0, 0.12), 0px 0px 88px 0px rgba(0, 0, 0, 0.04);
}
.footer__top .form .form-title {
  text-align: center;
  margin-bottom: 30px;
}
.footer .media-overlay {
  top: -25px;
  height: 100%;
  width: 99999px;
  left: -99915px;
  position: absolute;
  background: url(images/banner-overlay.svg) repeat -25px 0;
}
.footer .overlay {
  top: 190px;
  z-index: -1;
  height: 408px;
  width: 99999px;
  left: -99586px;
  position: absolute;
  background: #F5F9FD;
}

/***********************************
DEFAULT STYLES
***********************************/
.social-media {
  padding: 0;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.social-media li {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.social-media li a {
  width: 46px;
  height: 46px;
  display: block;
  font-size: 16px;
  background: #2D2E73;
  line-height: 46px;
  text-align: center;
  border-radius: 500px;
  color: #FFFFFF !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-media li a:before {
  vertical-align: -1px;
}
.social-media li a.icon-facebook {
  background: #246BF1;
}
.social-media li a.icon-facebook:hover, .social-media li a.icon-facebook:focus {
  background: #0e52d4;
}
.social-media li a.icon-facebook-alt {
  background: #246BF1;
}
.social-media li a.icon-facebook-alt:hover, .social-media li a.icon-facebook-alt:focus {
  background: #0e52d4;
}
.social-media li a.icon-gplus {
  background: #E33E2B;
}
.social-media li a.icon-gplus:hover, .social-media li a.icon-gplus:focus {
  background: #c12b1a;
}
.social-media li a.icon-instagram {
  background: #DC3C8B;
}
.social-media li a.icon-instagram:hover, .social-media li a.icon-instagram:focus {
  background: #c22372;
}
.social-media li a.icon-linkedin {
  background: #1A5ABB;
}
.social-media li a.icon-linkedin:hover, .social-media li a.icon-linkedin:focus {
  background: #14448e;
}
.social-media li a.icon-linkedin-alt {
  background: #1A5ABB;
}
.social-media li a.icon-linkedin-alt:hover, .social-media li a.icon-linkedin-alt:focus {
  background: #14448e;
}
.social-media li a.icon-pinterest {
  background: #EB274D;
}
.social-media li a.icon-pinterest:hover, .social-media li a.icon-pinterest:focus {
  background: #cc1337;
}
.social-media li a.icon-qq {
  background: #FEBF1B;
}
.social-media li a.icon-qq:hover, .social-media li a.icon-qq:focus {
  background: #e5a601;
}
.social-media li a.icon-quora {
  background: #b92b27;
}
.social-media li a.icon-quora:hover, .social-media li a.icon-quora:focus {
  background: #8f211e;
}
.social-media li a.icon-reddit-alien {
  background: #FF5600;
}
.social-media li a.icon-reddit-alien:hover, .social-media li a.icon-reddit-alien:focus {
  background: #cc4500;
}
.social-media li a.icon-rss {
  background: #F16522;
}
.social-media li a.icon-rss:hover, .social-media li a.icon-rss:focus {
  background: #d34d0d;
}
.social-media li a.icon-sina-weibo {
  background: #E6162D;
}
.social-media li a.icon-sina-weibo:hover, .social-media li a.icon-sina-weibo:focus {
  background: #b71224;
}
.social-media li a.icon-snapchat-ghost {
  background: #FFFC00;
}
.social-media li a.icon-snapchat-ghost:hover, .social-media li a.icon-snapchat-ghost:focus {
  background: #ccca00;
}
.social-media li a.icon-telegram {
  background: #0088cc;
}
.social-media li a.icon-telegram:hover, .social-media li a.icon-telegram:focus {
  background: #006699;
}
.social-media li a.icon-twitter {
  background: #2B96F0;
}
.social-media li a.icon-twitter:hover, .social-media li a.icon-twitter:focus {
  background: #0f7dd9;
}
.social-media li a.icon-vkontakte {
  background: #5181b8;
}
.social-media li a.icon-vkontakte:hover, .social-media li a.icon-vkontakte:focus {
  background: #3e6898;
}
.social-media li a.icon-wechat {
  background: #7bb32e;
}
.social-media li a.icon-wechat:hover, .social-media li a.icon-wechat:focus {
  background: #5f8a24;
}
.social-media li a.icon-whatsapp {
  background: #25D366;
}
.social-media li a.icon-whatsapp:hover, .social-media li a.icon-whatsapp:focus {
  background: #1da851;
}
.social-media li a.icon-tiktok {
  background: #ff0050;
}
.social-media li a.icon-tiktok:hover, .social-media li a.icon-tiktok:focus {
  background: #cc0040;
}
.social-media li a.icon-youtube {
  background: #FF0000;
}
.social-media li a.icon-youtube:hover, .social-media li a.icon-youtube:focus {
  background: #cc0000;
}
.social-media li a.icon-clone {
  background: #E77527;
}
.social-media li a.icon-clone:hover, .social-media li a.icon-clone:focus {
  background: #c55d16;
}

.white-gray, .white-bg {
  overflow: hidden;
}
.white-gray .media-overlay, .white-bg .media-overlay {
  top: -8px;
  width: 99999px;
  left: -99915px;
  position: absolute;
  height: calc(100% + 2500px);
  background: url(images/banner-overlay.svg) repeat -25px 0;
}

.white-bg .media-overlay {
  top: -8px;
  left: inherit;
  width: 99999px;
  right: -99915px;
  height: calc(100% + 3400px);
  background: url(images/banner-overlay.svg) repeat -42px 0;
}

.default-page {
  padding: 80px 0 140px;
}

.speaker-details {
  padding: 40px 0 120px;
}
.speaker-details .media {
  width: 200px;
  height: 200px;
  min-width: 200px;
  position: relative;
  margin-right: 30px;
}
.speaker-details .media__wrap {
  width: 200px;
  height: 200px;
  display: flex;
  overflow: hidden;
  background: #2D2E73;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
}
.speaker-details .media__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.speaker-details .media .social-media {
  top: 10px;
  right: 10px;
  margin-left: 0px;
  margin-right: 0px;
  position: absolute;
}
.speaker-details .media .social-media li {
  padding-left: 0px;
  padding-right: 0px;
}
.speaker-details .media .social-media li a {
  z-index: 1;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  position: relative;
}
.speaker-details .media .social-media li a:before {
  vertical-align: 0;
}
.speaker-details .content .position {
  color: #71718A;
}
.content__editor h1, .content__editor .h1, .content__editor h2, .content__editor .h2, .content__editor h3, .content__editor .h3, .content__editor h4, .content__editor .h4, .content__editor h5, .content__editor .h5, .content__editor h6, .content__editor .h6 {
  margin-bottom: 15px;
}
.content__editor p {
  margin: 0 0 30px;
}
.content__editor p:last-child {
  margin: 0;
}
.content__editor p a:not(.btn) {
  color: #2D2E73;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__editor p a:not(.btn):hover, .content__editor p a:not(.btn):focus {
  color: #2D2E73;
}
.content__editor p .btn {
  margin-bottom: 0;
}
.content__editor a:not(.btn) {
  color: #2D2E73;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__editor a:not(.btn):hover, .content__editor a:not(.btn):focus {
  color: #2D2E73;
}
.content__editor .btn {
  margin-bottom: 30px;
}
.content__editor ul, .content__editor ol {
  margin-bottom: 0;
  padding-inline-start: 20px;
}
.content__editor ul.list-unstyled, .content__editor ol.list-unstyled {
  padding: 0;
  list-style: none;
}
.content__editor ul.list-unstyled li, .content__editor ol.list-unstyled li {
  padding-left: 0;
}
.content__editor ul.list-unstyled li:before, .content__editor ol.list-unstyled li:before {
  display: none;
}
.content__editor ul li, .content__editor ol li {
  margin-bottom: 15px;
}
.content__editor ul li a:not(.btn), .content__editor ol li a:not(.btn) {
  color: #2D2E73;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__editor ul li a:not(.btn):hover, .content__editor ul li a:not(.btn):focus, .content__editor ol li a:not(.btn):hover, .content__editor ol li a:not(.btn):focus {
  color: #2D2E73;
}
.content__editor ul li ul, .content__editor ul li ol, .content__editor ol li ul, .content__editor ol li ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

blockquote {
  border-left: 0;
  margin: 30px 0;
  position: relative;
  padding: 20px 20px;
  padding-left: 55px;
  border-radius: 8px;
  background-color: rgba(45, 46, 115, 0.05);
}
blockquote:before {
  left: 15px;
  top: 20px;
  color: #2D2E73;
  content: "❝";
  font-size: 45px;
  line-height: 45px;
  position: absolute;
}
blockquote p {
  margin-bottom: 0;
  font-style: italic;
}
blockquote h1, blockquote .h1, blockquote h2, blockquote .h2, blockquote h3, blockquote .h3, blockquote h4,
blockquote .h4, blockquote h5, blockquote .h5, blockquote h6, blockquote .h6 {
  margin: 0;
}

.breadcrumb-wrapper .breadcrumb {
  padding: 10px 0;
  border-bottom: 1px solid #71718A;
}

.breadcrumb {
  border: 0;
  margin: 0;
  color: #000000;
  padding: 25px 0;
  border-radius: 0;
  vertical-align: middle;
  background: transparent;
}
.breadcrumb span.angle-right {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.breadcrumb .current-page {
  color: #000000;
  text-decoration: none;
}
.breadcrumb a {
  color: #2D2E73;
  vertical-align: middle;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #101D33;
}

.error-404 .error-header {
  width: 100%;
  margin-top: 0;
  max-width: 890px;
  padding: 0 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  min-height: inherit;
  background: transparent;
  border-bottom: 1px dashed #2D2E73;
}
.error-404 .error-header:after, .error-404 .error-header:before {
  content: none;
}
.error-404 .error-header .hero {
  margin: 0;
  font-size: clamp(3.5rem, 7.55vw, 7rem);
}
.error-404 .error-content p {
  margin: 0;
}
.error-404 .error-content .btn {
  margin-top: 30px;
}

.slyslider__wrapper.overflow-inherit {
  overflow: inherit !important;
}

.slyslider {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.slyslider__item {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.slider__controls {
  margin-top: 20px;
}
.slider__controls .arrows {
  order: 1;
  margin-left: -6px;
  margin-right: -6px;
}
.slider__controls .link {
  order: 3;
}
.slider__control {
  border: 0;
  margin: 0;
  width: 47px;
  height: 47px;
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  margin-left: 6px;
  background: #2D2E73;
  line-height: 47px;
  margin-right: 6px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider__control.slick-disabled {
  background: #71718A;
  cursor: not-allowed;
}
.slider__control:hover:not(.slick-disabled) {
  color: #FFFFFF;
  background: #1f1f4e;
}
.slider__dots {
  order: 2;
  margin: 0;
}
.slider__dots .slick-dots {
  margin: 0;
  position: inherit;
}
.slider__dots .slick-dots li {
  width: initial;
  height: initial;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}
.slider__dots .slick-dots li button {
  border: 0;
  width: 34px;
  height: 34px;
  color: #71718A;
  display: block;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  line-height: 34px;
  background: #CCD2DB;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.slider__dots .slick-dots li.slick-active button, .slider__dots .slick-dots li:hover button {
  color: #FFFFFF;
  background-color: #2D2E73;
}

.mfp-move-from-top {
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top.mfp-bg {
  opacity: 1 !important;
  background: transparent;
  backdrop-filter: blur(10px) brightness(150%) opacity(115%);
  --webkit-backdrop-filter: blur(10px) brightness(150%) opacity(115%);
  background-color: rgba(250, 250, 250, 0.8);
}
.mfp-move-from-top .mfp-container {
  padding: 0;
}
.mfp-move-from-top .mfp-container .mfp-content {
  height: 100%;
  vertical-align: middle;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(100px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-close {
  top: 10px;
  right: 10px;
  width: auto;
  color: #2D2E73;
  height: auto;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  line-height: 20px;
  opacity: 1 !important;
  font-family: "Roboto Serif", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mfp-move-from-top .mfp-close span {
  margin-left: 5px;
  vertical-align: 1px;
}
.mfp-move-from-top .mfp-close:hover, .mfp-move-from-top .mfp-close:focus {
  color: #e01e12;
}
.mfp-move-from-top .mfp-container {
  right: 0;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.mfp-move-from-top .mfp-container .mfp-content {
  height: auto;
  padding: 0 15px;
}
.mfp-move-from-top .mfp-container .mfp-content .mfp-figure:after {
  box-shadow: none;
  background: transparent;
}
.mfp-move-from-top .mfp-container .mfp-content .mfp-figure figure {
  max-width: 980px;
  overflow: hidden;
}
.mfp-move-from-top .mfp-container .mfp-content .mfp-figure figure .mfp-img {
  width: 100%;
  height: auto;
}
.mfp-move-from-top .mfp-container .mfp-arrow {
  opacity: 1;
  width: 68px;
  height: 68px;
  font-size: 18px;
  overflow: hidden;
  margin-top: -34px;
  background: #2D2E73;
  border-radius: 500px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mfp-move-from-top .mfp-container .mfp-arrow:hover {
  background: #EF4136;
}
.mfp-move-from-top .mfp-container .mfp-arrow:before {
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 68px;
  text-align: center;
  position: absolute;
  font-family: "crefesg";
}
.mfp-move-from-top .mfp-container .mfp-arrow:after {
  content: none;
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-left {
  margin-left: 15px;
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\e83b";
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-left:hover:before {
  color: #FFFFFF;
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-right {
  margin-right: 15px;
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\e83c";
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-right:hover:before {
  color: #FFFFFF;
}
.mfp-move-from-top .mfp-container .mfp-bottom-bar {
  margin-top: -30px;
}
.mfp-move-from-top .mfp-container .mfp-bottom-bar .mfp-title {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
.mfp-move-from-top .mfp-container .mfp-bottom-bar .mfp-counter {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
.mfp-move-from-top .mfp-iframe-scaler {
  overflow: inherit;
  vertical-align: middle;
}
.mfp-move-from-top .mfp-iframe-scaler .mfp-iframe {
  padding: 0;
  margin: 0;
  background: #FFFFFF;
}
.mfp-move-from-top.counter-disable .mfp-container .mfp-bottom-bar {
  display: none;
}

/***********************************
BASIC WORDPRESS STYLES
***********************************/
.alignleft {
  float: left;
  height: auto;
  max-width: 100%;
  display: inline;
  margin-right: 1.5em;
}

.alignright {
  height: auto;
  float: right;
  display: inline;
  max-width: 100%;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  height: auto;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alignnone, .hs-cta-img {
  height: auto;
  max-width: 100%;
}

.gallery {
  flex-wrap: wrap;
  display: inline-flex;
  margin-left: -9px !important;
  margin-right: -9px !important;
  margin-bottom: 12px !important;
}
.gallery br {
  display: none;
}
.gallery .gallery-item {
  height: 220px;
  overflow: hidden;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  margin-bottom: 18px;
  vertical-align: top;
  display: inline-block;
  float: none !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.gallery .gallery-item .gallery-icon {
  height: 100%;
  width: 100%;
}
.gallery .gallery-item a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-item a:before, .gallery .gallery-item a:after {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery .gallery-item a:before {
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s opacity, 0.5s background-color;
  -o-transition: 0.5s opacity, 0.5s background-color;
  transition: 0.5s opacity, 0.5s background-color;
}
.gallery .gallery-item a:after {
  top: 0;
  opacity: 0;
  content: "+";
  color: #FFFFFF;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
  -o-transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
  transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
}
.gallery .gallery-item a:hover:before {
  opacity: 1;
}
.gallery .gallery-item a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.gallery .gallery-item a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery .gallery-item:nth-child(3n+1), .gallery .gallery-item:nth-child(3n+2) {
  width: 35% !important;
}
.gallery .gallery-item:nth-child(4n+2), .gallery .gallery-item:nth-child(4n+3) {
  width: 65% !important;
}

.gallery-caption {
  display: block;
}

@media only screen and (max-width: 767px) {
  .gallery .gallery-item:nth-child(3n+1), .gallery .gallery-item:nth-child(3n+2) {
    width: 40% !important;
  }
  .gallery .gallery-item:nth-child(4n+2), .gallery .gallery-item:nth-child(4n+3) {
    width: 60% !important;
  }
}
@media only screen and (max-width: 575px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}
/***********************************
BASIC TEMPLATE STYLES
***********************************/
.basic {
  padding: 80px 0;
}
.basic:last-child {
  padding-bottom: 140px;
}
.basic .btn {
  margin-top: 20px;
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes shake {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
/**********************************
MEDIA QUERIES
***********************************/
@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 66px;
  }
  /***********************************
  HEADER STYLES
  ***********************************/
  .header {
    padding-top: 30px;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 220px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    padding: 16px 25px 16px;
  }
  .header-gutter {
    height: 130px;
    min-height: 130px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner__content {
    padding: 130px 0 110px;
  }
  .banner__content .scrollDown {
    width: 100px;
    height: 100px;
    font-size: 22px;
    line-height: 100px;
    right: calc(41.666667% - 50px);
  }
  .about {
    padding: 80px 0;
  }
  .about__content {
    padding-left: 240px;
  }
  .sponsors {
    padding: 80px 0;
  }
  .sponsors .entry-title {
    margin-bottom: 50px;
  }
  .agenda {
    padding: 80px 0;
  }
  .agenda .entry-title {
    margin-bottom: 50px;
  }
  .agenda__item .text {
    padding-left: 40px;
    padding-bottom: 35px;
  }
  .agenda__item .text .date-title {
    margin-bottom: 10px;
  }
  .programs {
    padding: 80px 0;
  }
  .programs .entry-title {
    margin-bottom: 30px;
  }
  .programs .entry-title .title {
    margin-bottom: 20px;
  }
  .programs__item {
    margin-bottom: 40px;
  }
  .speakers {
    padding: 80px 0 200px;
  }
  .speakers__item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .speakers .overlay-right {
    right: -9700px;
    bottom: -200px;
  }
  .attendees {
    padding: 80px 0;
  }
  .attendees .entry-title .title {
    margin-bottom: 5px;
  }
  .attendees .slyslider__item {
    max-width: 930px;
  }
  .attendees-items .media {
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }
  .attendees-items .media__wrap {
    width: 70px;
    height: 70px;
  }
  .headlines {
    padding: 80px 0;
  }
  .headlines .entry-title .title {
    margin-bottom: 5px;
  }
  .location {
    padding: 80px 0 160px;
  }
  .location .entry-title .title {
    margin-bottom: 5px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 80px 0;
  }
  .footer__top {
    margin-top: -50px;
    margin-bottom: 100px;
  }
  .footer .overlay {
    left: -99686px;
  }
} /* 1199 */
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 54.8px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 44.8px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /***********************************
  HEADER STYLES
  ***********************************/
  .header {
    padding-top: 25px;
  }
  .header .navbar .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 200px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    padding: 14px 22px 14px;
  }
  .header-gutter {
    height: 118px;
    min-height: 118px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner__content .text .title {
    margin-bottom: 5px;
    margin-right: -60px;
  }
  .banner__content .scrollDown {
    width: 80px;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
    right: calc(41.666667% - 40px);
  }
  .about {
    padding: 60px 0;
  }
  .about__content {
    padding-left: 175px;
  }
  .about__content .title {
    margin-bottom: 5px;
  }
  .about__content .content__editor .popup-video:before {
    width: 79px;
    height: 79px;
    font-size: 25px;
    line-height: 79px;
    top: calc(50% - 39.5px);
    left: calc(50% - 39.5px);
  }
  .sponsors {
    padding: 60px 0;
  }
  .sponsors .entry-title {
    margin-bottom: 40px;
  }
  .sponsors__item img {
    width: 140px;
    height: 50px;
  }
  .agenda {
    padding: 60px 0;
  }
  .agenda .entry-title {
    margin-bottom: 40px;
  }
  .agenda__item .text {
    padding-left: 30px;
    padding-bottom: 25px;
  }
  .agenda__item .text .date-title {
    margin-bottom: 5px;
  }
  .programs {
    padding: 60px 0;
  }
  .programs .entry-title .title {
    margin-bottom: 15px;
  }
  .programs__item .text {
    max-width: 100%;
  }
  .programs__item .text .title {
    font-size: 20px;
    line-height: 31.6px;
  }
  .speakers {
    padding: 80px 0 120px;
  }
  .speakers .entry-title {
    margin-bottom: 40px;
  }
  .speakers .overlay-right {
    bottom: -160px;
  }
  .attendees {
    padding: 60px 0;
  }
  .attendees .lr-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .attendees .lr-10 [class^=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .attendees .link a {
    padding-left: 31px;
    padding-right: 31px;
  }
  .attendees .slyslider__item {
    max-width: 700px;
    margin-bottom: -10px;
  }
  .attendees-items {
    margin-bottom: 10px;
  }
  .attendees-items .media {
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }
  .attendees-items .media__wrap {
    width: 65px;
    height: 65px;
  }
  .headlines {
    padding: 60px 0;
  }
  .headlines .headlines-item__items {
    padding: 20px;
  }
  .headlines .headlines-item__items .text .date {
    margin-bottom: 0px;
  }
  .location {
    padding: 60px 0 140px;
  }
  .location__map .lgmap {
    min-height: 350px;
  }
  .location__map .text {
    left: 25px;
    width: 259px;
    padding: 20px;
    min-height: 300px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 60px 0;
  }
  .footer__top {
    margin-top: -40px;
    margin-bottom: 80px;
  }
  .footer__top .form {
    padding: 35px 30px;
  }
  .footer__top .form .form-title {
    margin-bottom: 20px;
  }
  .footer__top .text .title {
    margin-bottom: 5px;
  }
  .footer .overlay {
    top: 85px;
    left: -99686px;
  }
  /***********************************
  DEFAULT STYLES
  ***********************************/
  .default-page {
    padding: 60px 0 120px;
  }
  .slyslider {
    margin-left: -5px;
    margin-right: -5px;
  }
  .slyslider__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .slyslider__controls {
    margin-top: 40px;
  }
  .slyslider__controls .arrows {
    margin-left: -4px;
    margin-right: -4px;
  }
  .slyslider__controls .slyslider__control {
    width: 44px;
    height: 44px;
    font-size: 10px;
    margin-left: 4px;
    background: #2D2E73;
    line-height: 44px;
    margin-right: 4px;
  }
  .slyslider__controls .slysliderDots li {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    font-size: 12px;
    line-height: 30px;
  }
  .basic {
    padding: 60px 0;
  }
  .basic:last-child {
    padding-bottom: 120px;
  }
} /* 991 */
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 44.8px;
  }
  h2, .h2 {
    font-size: 36px;
    line-height: 42.8px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 36.2px;
  }
  h4, .h4 {
    font-size: 24px;
    line-height: 33.6px;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 29.6px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /***********************************
  HEADER STYLES
  ***********************************/
  .header {
    padding: 19px 0;
  }
  .header .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 180px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 20px 11px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li:nth-last-child(3) {
    display: none;
  }
  .header-gutter {
    height: 99px;
    min-height: 99px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding-bottom: 40px;
  }
  .banner .overlay {
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner .overlay:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #FFFFFF;
    position: absolute;
  }
  .banner .overlay img {
    display: block;
  }
  .banner__content {
    padding: 0;
  }
  .banner__content .text {
    z-index: 1;
    position: relative;
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .banner__content .text .title {
    margin-right: 0;
    font-size: 48px;
    max-width: 500px;
    margin-bottom: 5px;
    line-height: 54.8px;
  }
  .banner__content .text .description p {
    color: #101D33;
  }
  .banner__content .scrollDown {
    left: 0;
    bottom: -40px;
    position: relative;
  }
  .banner__media {
    display: none;
  }
  .about {
    padding: 50px 0;
  }
  .about .overlay {
    left: -99907px;
  }
  .about__content {
    padding-left: 115px;
  }
  .about__content .title {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .about__content .content__editor {
    max-width: 100%;
  }
  .sponsors {
    padding: 50px 0;
  }
  .sponsors .entry-title {
    margin-bottom: 30px;
  }
  .sponsors__item img {
    width: 120px;
    height: 40px;
  }
  .agenda {
    padding: 50px 0;
  }
  .agenda .entry-title {
    margin-bottom: 30px;
  }
  .agenda__item .text {
    padding-left: 25px;
    padding-bottom: 20px;
  }
  .programs {
    padding: 50px 0;
  }
  .programs .entry-title {
    margin-bottom: 30px;
  }
  .programs .entry-title .title {
    margin-bottom: 10px;
  }
  .programs__item .text .title {
    font-size: 18px;
    line-height: 28.8px;
  }
  .programs__item .text .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  .programs__item .text .content__editor {
    color: #6D6D84;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -26px;
  }
  .speakers {
    padding: 50px 0;
  }
  .speakers .entry-title {
    margin-bottom: 30px;
  }
  .speakers .overlay-right {
    display: none;
  }
  .attendees {
    padding: 50px 0;
  }
  .attendees .slyslider__item {
    max-width: 540px;
  }
  .headlines {
    padding: 50px 0;
  }
  .location {
    padding: 50px 0;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 50px 0;
  }
  .footer.others {
    padding-top: 50px;
  }
  .footer__top {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .footer__top .form {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
  }
  .footer__top .text {
    margin-bottom: 20px;
  }
  .footer__top .text .title {
    margin-bottom: 5px;
  }
  .footer .overlay {
    display: none;
  }
  /***********************************
  DEFAULT STYLES
  ***********************************/
  .default-page {
    padding: 50px 0;
  }
  .speaker-details {
    padding-bottom: 50px;
  }
  .slyslider {
    margin-left: -5px;
    margin-right: -5px;
  }
  .slyslider__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .slyslider__controls {
    margin-top: 40px;
  }
  .slyslider__controls .arrows {
    margin-left: -4px;
    margin-right: -4px;
  }
  .slyslider__controls .slyslider__control {
    width: 44px;
    height: 44px;
    font-size: 10px;
    margin-left: 4px;
    background: #2D2E73;
    line-height: 44px;
    margin-right: 4px;
  }
  .slyslider__controls .slysliderDots li {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    font-size: 12px;
    line-height: 30px;
  }
  .basic {
    padding: 50px 0;
  }
  .basic:last-child {
    padding-bottom: 50px;
  }
  .basic .basic-parent {
    margin-top: -30px;
  }
  .basic .content__editor {
    margin-top: 30px;
  }
} /* 767 */
@media only screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 42.8px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 36.2px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 33.6px;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: 29.6px;
  }
  h5, .h5 {
    font-size: 18px;
    line-height: 26.8px;
  }
  h6, .h6 {
    font-size: 16px;
    line-height: 17.6px;
  }
  /***********************************
  HEADER STYLES
  ***********************************/
  .header {
    padding: 18px 0;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 160px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    padding: 10px 16px 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li:not(.mobile-navbar-toggler) {
    display: none;
  }
  .header-gutter {
    height: 90px;
    min-height: 90px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding-bottom: 35px;
  }
  .banner__content .text {
    padding-top: 110px;
  }
  .banner__content .text .title {
    font-size: 40px;
    line-height: 48px;
    max-width: 380px;
  }
  .banner__content .text .description p {
    line-height: 29px;
  }
  .banner__content .scrollDown {
    width: 70px;
    height: 70px;
    bottom: -35px;
    font-size: 17px;
    line-height: 70px;
  }
  .about {
    padding-bottom: 40px;
  }
  .about .overlay {
    top: 174px;
    left: -99919px;
  }
  .about__content {
    padding-left: 90px;
  }
  .about__content .title {
    margin-bottom: 0;
  }
  .about__content .description p {
    line-height: 28px;
  }
  .about__content .content__editor .popup-video:before {
    width: 70px;
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
  .sponsors {
    padding: 40px 0;
  }
  .sponsors .entry-title {
    margin-bottom: 25px;
  }
  .agenda {
    padding: 40px 0;
  }
  .agenda .entry-title {
    margin-bottom: 25px;
  }
  .agenda__item .text {
    padding-left: 20px;
    padding-bottom: 15px;
  }
  .agenda__item .text .date-title {
    margin-bottom: 0;
  }
  .programs {
    padding: 50px 0;
  }
  .programs .entry-title .title {
    margin-bottom: 5px;
  }
  .programs .entry-title .time {
    margin-bottom: 0;
  }
  .programs__item {
    padding-left: 18px;
    margin-bottom: 30px;
  }
  .programs__item .text .title {
    font-size: 18px;
    line-height: 28px;
  }
  .speakers {
    padding: 40px 0;
  }
  .speakers .entry-title {
    margin-bottom: 25px;
  }
  .attendees {
    padding: 40px 0;
  }
  .attendees .entry-title .title {
    margin-bottom: 0;
  }
  .attendees .link a {
    padding-left: 24px;
    padding-right: 24px;
  }
  .attendees .slyslider__item {
    max-width: 450px;
  }
  .attendees-items {
    text-align: center;
    display: block !important;
  }
  .attendees-items .media {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .headlines {
    padding: 50px 0;
  }
  .headlines .entry-title {
    margin-bottom: 25px;
  }
  .headlines .entry-title .title {
    margin-bottom: 0;
  }
  .location {
    padding: 40px 0;
  }
  .location__map .lgmap {
    min-height: 300px;
  }
  .location__map .text {
    width: 186px;
    min-height: 250px;
  }
  .location__map .text .maplocation, .location__map .text .date {
    font-size: 16px;
    line-height: 24px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 40px 0;
  }
  .footer.others {
    padding-top: 40px;
  }
  .footer__top {
    margin-bottom: 50px;
  }
  .footer__top .text .title {
    margin-bottom: 0;
  }
  /***********************************
  DEFAULT STYLES
  ***********************************/
  .default-page {
    padding: 40px 0;
  }
  .speaker-details {
    padding-bottom: 40px;
  }
  .slyslider__controls {
    margin-top: 30px;
  }
  .slyslider__controls .slyslider__control {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .slyslider__controls .slysliderDots li {
    width: 28px;
    height: 28px;
    margin: 0 3px;
    font-size: 11px;
    line-height: 28px;
  }
  .slider__controls .arrows {
    float: left;
    margin-bottom: 15px;
  }
  .slider__controls .link {
    float: right;
    margin-bottom: 15px;
  }
  .slider__controls .link .btn {
    padding: 10px 20px;
  }
  .slider__control {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .slider__dots {
    clear: both;
    overflow: hidden;
  }
  .slider__dots .slick-dots {
    margin-bottom: -12px;
  }
  .slider__dots .slick-dots li {
    margin-bottom: 12px;
  }
  .slider__dots .slick-dots li button {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .basic {
    padding: 40px 0;
  }
  .basic:last-child {
    padding-bottom: 40px;
  }
} /* 575 */
@media only screen and (max-width: 480px) {
  .btn {
    padding: 13px 20px 12px;
  }
  /***********************************
  HEADER STYLES
  ***********************************/
  .header {
    padding: 15px 0;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 140px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-gutter {
    height: 78px;
    min-height: 78px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding-bottom: 30px;
  }
  .banner__content .text .title {
    font-size: 36px;
    line-height: 48px;
  }
  .banner__content .scrollDown {
    width: 60px;
    height: 60px;
    bottom: -30px;
    font-size: 16px;
    line-height: 60px;
  }
  .about .overlay {
    top: 174px;
    left: -99919px;
  }
  .about__content {
    padding-left: 0;
  }
  .about__content .content__editor .popup-video:before {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  .sponsors .entry-title {
    margin-bottom: 20px;
  }
  .agenda .entry-title {
    margin-bottom: 20px;
  }
  .agenda__item .text {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .programs {
    padding: 40px 0;
  }
  .programs__item {
    padding-left: 15px;
  }
  .speakers .entry-title {
    margin-bottom: 20px;
  }
  .attendees .entry-title {
    margin-bottom: 20px;
  }
  .attendees .link a {
    padding-left: 24px;
    padding-right: 24px;
  }
  .attendees .slyslider__item {
    max-width: 340px;
  }
  .attendees-items .media {
    width: 50px;
    height: 50px;
  }
  .attendees-items .media__wrap {
    width: 50px;
    height: 50px;
  }
  .attendees-items .media .social-media li a {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .headlines .entry-title {
    margin-bottom: 20px;
  }
  .location__map .lgmap {
    min-height: 280px;
  }
  .location__map .text {
    min-height: 230px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer__top {
    margin-bottom: 40px;
  }
} /* 480 */
@media only screen and (max-width: 380px) {
  /***********************************
  HEADER STYLES
  ***********************************/
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 130px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    padding: 8px;
  }
  .header-gutter {
    height: 74px;
    min-height: 74px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner__content .text {
    padding-bottom: 0;
  }
  .banner__content .text .title {
    font-size: 34px;
    line-height: 44px;
  }
  .attendees .entry-title {
    margin-bottom: 20px;
  }
  .attendees .attendees-item .lr-10 [class^=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .attendees .slyslider__item {
    max-width: 290px;
  }
} /* 380 */

/*# sourceMappingURL=style.css.map */