.overflow-hidden{overflow:hidden;display:inline-block;vertical-align:bottom}
.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}
:root{--color1:#3e9f81;--color2:#fdf4e0;--color3:#fcc96d;--color4:#333;--color5:#dad2ca;--color-red:#e80000}
.color-white{color:#fff}
.color-yellow{color:#f4ef19}
.color-black{color:#000}
.color-gold{color:#dbbe7a}
.color1{color:var(--color1)}
.color2{color:var(--color2)}
.color3{color:var(--color3)}
.color4{color:var(--color4)}
.first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.align-start{-ms-flex-item-align:start;align-self:flex-start}
.align-end{-ms-flex-item-align:end;align-self:flex-end}
.align-center{-ms-flex-item-align:center;align-self:center}
.align-baseline{-ms-flex-item-align:baseline;align-self:baseline}
.align-stretch{-ms-flex-item-align:stretch;align-self:stretch}
.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.align-content-center{-ms-flex-line-pack:center;align-content:center}
.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}
.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}
.col-xs{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;padding:14px}
.col-xs-1{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%;padding:14px}
.col-xs-offset-1{margin-left:8.3333333333%}
.col-xs-2{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:14px}
.col-xs-offset-2{margin-left:16.6666666667%}
.col-xs-3{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;padding:14px}
.col-xs-offset-3{margin-left:25%}
.col-xs-4{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:14px}
.col-xs-offset-4{margin-left:33.3333333333%}
.col-xs-5{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:14px}
.col-xs-offset-5{margin-left:41.6666666667%}
.col-xs-6{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;padding:14px}
.col-xs-offset-6{margin-left:50%}
.col-xs-7{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:14px}
.col-xs-offset-7{margin-left:58.3333333333%}
.col-xs-8{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:14px}
.col-xs-offset-8{margin-left:66.6666666667%}
.col-xs-9{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;padding:14px}
.col-xs-offset-9{margin-left:75%}
.col-xs-10{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:14px}
.col-xs-offset-10{margin-left:83.3333333333%}
.col-xs-11{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:14px}
.col-xs-offset-11{margin-left:91.6666666667%}
.col-xs-12{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:14px}
.col-xs-offset-12{margin-left:100%}
.row.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.row.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.row.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.row.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.row.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.row.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.row.around-xs{-ms-flex-pack:distribute;justify-content:space-around}
.row.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.col-gutter-lr{padding:0 14px}
.col-no-gutter{padding:0}
.mt-0{margin-top:0 !important}
.mb-0{margin-bottom:0 !important}
.my-0{margin-top:0 !important;margin-bottom:0 !important}
.mx-0{margin-left:0 !important;margin-right:0 !important}
.p-0{padding:0 !important}
.pt-0{padding-top:0 !important}
.pb-0{padding-bottom:0 !important}
.py-0{padding-top:0 !important;padding-bottom:0 !important}
.px-0{padding-left:0 !important;padding-right:0 !important}
.mt-1{margin-top:.5rem !important}
.mb-1{margin-bottom:.5rem !important}
.my-1{margin-top:.5rem !important;margin-bottom:.5rem !important}
.mx-1{margin-left:.5rem !important;margin-right:.5rem !important}
.p-1{padding:.5rem !important}
.pt-1{padding-top:.5rem !important}
.pb-1{padding-bottom:.5rem !important}
.py-1{padding-top:.5rem !important;padding-bottom:.5rem !important}
.px-1{padding-left:.5rem !important;padding-right:.5rem !important}
.mt-2{margin-top:1rem !important}
.mb-2{margin-bottom:1rem !important}
.my-2{margin-top:1rem !important;margin-bottom:1rem !important}
.mx-2{margin-left:1rem !important;margin-right:1rem !important}
.p-2{padding:1rem !important}
.pt-2{padding-top:1rem !important}
.pb-2{padding-bottom:1rem !important}
.py-2{padding-top:1rem !important;padding-bottom:1rem !important}
.px-2{padding-left:1rem !important;padding-right:1rem !important}
.mt-3{margin-top:1.5rem !important}
.mb-3{margin-bottom:1.5rem !important}
.my-3{margin-top:1.5rem !important;margin-bottom:1.5rem !important}
.mx-3{margin-left:1.5rem !important;margin-right:1.5rem !important}
.p-3{padding:1.5rem !important}
.pt-3{padding-top:1.5rem !important}
.pb-3{padding-bottom:1.5rem !important}
.py-3{padding-top:1.5rem !important;padding-bottom:1.5rem !important}
.px-3{padding-left:1.5rem !important;padding-right:1.5rem !important}
.mt-4{margin-top:2rem !important}
.mb-4{margin-bottom:2rem !important}
.my-4{margin-top:2rem !important;margin-bottom:2rem !important}
.mx-4{margin-left:2rem !important;margin-right:2rem !important}
.p-4{padding:2rem !important}
.pt-4{padding-top:2rem !important}
.pb-4{padding-bottom:2rem !important}
.py-4{padding-top:2rem !important;padding-bottom:2rem !important}
.px-4{padding-left:2rem !important;padding-right:2rem !important}
.mt-5{margin-top:2.5rem !important}
.mb-5{margin-bottom:2.5rem !important}
.my-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important}
.mx-5{margin-left:2.5rem !important;margin-right:2.5rem !important}
.p-5{padding:2.5rem !important}
.pt-5{padding-top:2.5rem !important}
.pb-5{padding-bottom:2.5rem !important}
.py-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important}
.px-5{padding-left:2.5rem !important;padding-right:2.5rem !important}
.mt-6{margin-top:3rem !important}
.mb-6{margin-bottom:3rem !important}
.my-6{margin-top:3rem !important;margin-bottom:3rem !important}
.mx-6{margin-left:3rem !important;margin-right:3rem !important}
.p-6{padding:3rem !important}
.pt-6{padding-top:3rem !important}
.pb-6{padding-bottom:3rem !important}
.py-6{padding-top:3rem !important;padding-bottom:3rem !important}
.px-6{padding-left:3rem !important;padding-right:3rem !important}
.mt-7{margin-top:3.5rem !important}
.mb-7{margin-bottom:3.5rem !important}
.my-7{margin-top:3.5rem !important;margin-bottom:3.5rem !important}
.mx-7{margin-left:3.5rem !important;margin-right:3.5rem !important}
.p-7{padding:3.5rem !important}
.pt-7{padding-top:3.5rem !important}
.pb-7{padding-bottom:3.5rem !important}
.py-7{padding-top:3.5rem !important;padding-bottom:3.5rem !important}
.px-7{padding-left:3.5rem !important;padding-right:3.5rem !important}
.mt-8{margin-top:4rem !important}
.mb-8{margin-bottom:4rem !important}
.my-8{margin-top:4rem !important;margin-bottom:4rem !important}
.mx-8{margin-left:4rem !important;margin-right:4rem !important}
.p-8{padding:4rem !important}
.pt-8{padding-top:4rem !important}
.pb-8{padding-bottom:4rem !important}
.py-8{padding-top:4rem !important;padding-bottom:4rem !important}
.px-8{padding-left:4rem !important;padding-right:4rem !important}
.mt-9{margin-top:4.5rem !important}
.mb-9{margin-bottom:4.5rem !important}
.my-9{margin-top:4.5rem !important;margin-bottom:4.5rem !important}
.mx-9{margin-left:4.5rem !important;margin-right:4.5rem !important}
.p-9{padding:4.5rem !important}
.pt-9{padding-top:4.5rem !important}
.pb-9{padding-bottom:4.5rem !important}
.py-9{padding-top:4.5rem !important;padding-bottom:4.5rem !important}
.px-9{padding-left:4.5rem !important;padding-right:4.5rem !important}
.mt-10{margin-top:5rem !important}
.mb-10{margin-bottom:5rem !important}
.my-10{margin-top:5rem !important;margin-bottom:5rem !important}
.mx-10{margin-left:5rem !important;margin-right:5rem !important}
.p-10{padding:5rem !important}
.pt-10{padding-top:5rem !important}
.pb-10{padding-bottom:5rem !important}
.py-10{padding-top:5rem !important;padding-bottom:5rem !important}
.px-10{padding-left:5rem !important;padding-right:5rem !important}
.mt-11{margin-top:5.5rem !important}
.mb-11{margin-bottom:5.5rem !important}
.my-11{margin-top:5.5rem !important;margin-bottom:5.5rem !important}
.mx-11{margin-left:5.5rem !important;margin-right:5.5rem !important}
.p-11{padding:5.5rem !important}
.pt-11{padding-top:5.5rem !important}
.pb-11{padding-bottom:5.5rem !important}
.py-11{padding-top:5.5rem !important;padding-bottom:5.5rem !important}
.px-11{padding-left:5.5rem !important;padding-right:5.5rem !important}
.mt-12{margin-top:6rem !important}
.mb-12{margin-bottom:6rem !important}
.my-12{margin-top:6rem !important;margin-bottom:6rem !important}
.mx-12{margin-left:6rem !important;margin-right:6rem !important}
.p-12{padding:6rem !important}
.pt-12{padding-top:6rem !important}
.pb-12{padding-bottom:6rem !important}
.py-12{padding-top:6rem !important;padding-bottom:6rem !important}
.px-12{padding-left:6rem !important;padding-right:6rem !important}
.mt-13{margin-top:6.5rem !important}
.mb-13{margin-bottom:6.5rem !important}
.my-13{margin-top:6.5rem !important;margin-bottom:6.5rem !important}
.mx-13{margin-left:6.5rem !important;margin-right:6.5rem !important}
.p-13{padding:6.5rem !important}
.pt-13{padding-top:6.5rem !important}
.pb-13{padding-bottom:6.5rem !important}
.py-13{padding-top:6.5rem !important;padding-bottom:6.5rem !important}
.px-13{padding-left:6.5rem !important;padding-right:6.5rem !important}
.mt-14{margin-top:7rem !important}
.mb-14{margin-bottom:7rem !important}
.my-14{margin-top:7rem !important;margin-bottom:7rem !important}
.mx-14{margin-left:7rem !important;margin-right:7rem !important}
.p-14{padding:7rem !important}
.pt-14{padding-top:7rem !important}
.pb-14{padding-bottom:7rem !important}
.py-14{padding-top:7rem !important;padding-bottom:7rem !important}
.px-14{padding-left:7rem !important;padding-right:7rem !important}
.mt-15{margin-top:7.5rem !important}
.mb-15{margin-bottom:7.5rem !important}
.my-15{margin-top:7.5rem !important;margin-bottom:7.5rem !important}
.mx-15{margin-left:7.5rem !important;margin-right:7.5rem !important}
.p-15{padding:7.5rem !important}
.pt-15{padding-top:7.5rem !important}
.pb-15{padding-bottom:7.5rem !important}
.py-15{padding-top:7.5rem !important;padding-bottom:7.5rem !important}
.px-15{padding-left:7.5rem !important;padding-right:7.5rem !important}
.mt-16{margin-top:8rem !important}
.mb-16{margin-bottom:8rem !important}
.my-16{margin-top:8rem !important;margin-bottom:8rem !important}
.mx-16{margin-left:8rem !important;margin-right:8rem !important}
.p-16{padding:8rem !important}
.pt-16{padding-top:8rem !important}
.pb-16{padding-bottom:8rem !important}
.py-16{padding-top:8rem !important;padding-bottom:8rem !important}
.px-16{padding-left:8rem !important;padding-right:8rem !important}
.mt-17{margin-top:8.5rem !important}
.mb-17{margin-bottom:8.5rem !important}
.my-17{margin-top:8.5rem !important;margin-bottom:8.5rem !important}
.mx-17{margin-left:8.5rem !important;margin-right:8.5rem !important}
.p-17{padding:8.5rem !important}
.pt-17{padding-top:8.5rem !important}
.pb-17{padding-bottom:8.5rem !important}
.py-17{padding-top:8.5rem !important;padding-bottom:8.5rem !important}
.px-17{padding-left:8.5rem !important;padding-right:8.5rem !important}
.mt-18{margin-top:9rem !important}
.mb-18{margin-bottom:9rem !important}
.my-18{margin-top:9rem !important;margin-bottom:9rem !important}
.mx-18{margin-left:9rem !important;margin-right:9rem !important}
.p-18{padding:9rem !important}
.pt-18{padding-top:9rem !important}
.pb-18{padding-bottom:9rem !important}
.py-18{padding-top:9rem !important;padding-bottom:9rem !important}
.px-18{padding-left:9rem !important;padding-right:9rem !important}
.mt-19{margin-top:9.5rem !important}
.mb-19{margin-bottom:9.5rem !important}
.my-19{margin-top:9.5rem !important;margin-bottom:9.5rem !important}
.mx-19{margin-left:9.5rem !important;margin-right:9.5rem !important}
.p-19{padding:9.5rem !important}
.pt-19{padding-top:9.5rem !important}
.pb-19{padding-bottom:9.5rem !important}
.py-19{padding-top:9.5rem !important;padding-bottom:9.5rem !important}
.px-19{padding-left:9.5rem !important;padding-right:9.5rem !important}
.mt-20{margin-top:10rem !important}
.mb-20{margin-bottom:10rem !important}
.my-20{margin-top:10rem !important;margin-bottom:10rem !important}
.mx-20{margin-left:10rem !important;margin-right:10rem !important}
.p-20{padding:10rem !important}
.pt-20{padding-top:10rem !important}
.pb-20{padding-bottom:10rem !important}
.py-20{padding-top:10rem !important;padding-bottom:10rem !important}
.px-20{padding-left:10rem !important;padding-right:10rem !important}
.d-lg-block{display:block}
.d-lg-none{display:none}
.d-md-block{display:block}
.d-md-none{display:none;padding:0}
.d-sm-block{display:block}
.d-sm-none{display:none;padding:0}
.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.constant_grid.et_pb_equal_columns{display:-webkit-box;display:-ms-flexbox;display:flex}
.mobile-2-columns .et_pb_column.et_pb_column_1_4{margin-right:11.64%}
.mobile-3-columns .et_pb_column.et_pb_column_1_3{margin-right:3%}
.show{display:block !important}
.row.show{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide{display:none !important}
.show-xs{display:block !important}
.row.show-xs{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide-xs{display:none !important}
.constant_grid.et_pb_equal_columns{display:-webkit-box;display:-ms-flexbox;display:flex}
.mobile-2-columns .et_pb_column.et_pb_column_1_4{margin-right:11.64%}
.mobile-3-columns .et_pb_column.et_pb_column_1_3{margin-right:3%}
body{font-size:18px;font-weight:normal}
body p,body ul,body li,body ol{color:var(--color4);font-weight:300;letter-spacing:normal}
body .entry-content ul li{margin-bottom:10px}
.text-center{text-align:center}
.text-center .et_pb_text_inner{text-align:center}
h1,h2,h3,h4,h5,h6{line-height:1em}
.color1-box{color:white}
.color1-box p{color:white}
.color1-box .h2{color:var(--color3)}
.color1-box .h1{background:var(--color1);color:var(--color3)}
.color1-box .h1:before{background:var(--color3)}
.color1-box .h1:after{background:var(--color1)}
.color2-box .h1{background:var(--color2)}
.color2-box .h1:after{background:var(--color2)}
.color2-box a{color:var(--color1)}
.color3-box .h1{background:var(--color3)}
.color3-box .h1:after{background:var(--color3)}
.h1{background:white;font-size:28px;text-transform:uppercase;color:var(--color1);text-align:center;display:inline-block;margin:0 auto;max-width:70vw;padding-left:10px;padding-right:10px;font-weight:400;z-index:10}
.h1:before{z-index:-9;content:"";display:block;width:100%;height:2px;background:var(--color1);left:0;top:50%;position:absolute}
.h1:after{-webkit-animation:linemove 10s;animation:linemove 10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:8000ms;animation-duration:8000ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;z-index:-8;content:" ";display:block;width:20px;height:2px;background:white;left:0;top:50%;position:absolute}
.h2{font-size:26px;font-weight:300;color:var(--color4);line-height:1.2em}
.h3{font-size:22px;font-weight:300;color:var(--color4);line-height:1.2em}
.h4{font-size:22px;font-weight:700}
.theme-list-style ol span,.theme-list-style ol a,.theme-list-style ul span,.theme-list-style ul a{background:var(--color3)}
.theme-list-style ol span:before,.theme-list-style ol a:before,.theme-list-style ul span:before,.theme-list-style ul a:before{color:white;background:var(--color1)}
.theme-list-style ol span:hover,.theme-list-style ol a:hover,.theme-list-style ul span:hover,.theme-list-style ul a:hover{background:var(--color1);color:white}
.theme-list-style ol span:hover:before,.theme-list-style ol a:hover:before,.theme-list-style ul span:hover:before,.theme-list-style ul a:hover:before{background:var(--color3);color:var(--color4)}
.color1-box .theme-list-style ol span,.color1-box .theme-list-style ol a,.color1-box .theme-list-style ul span,.color1-box .theme-list-style ul a{background:var(--color5)}
.color1-box .theme-list-style ol span:before,.color1-box .theme-list-style ol a:before,.color1-box .theme-list-style ul span:before,.color1-box .theme-list-style ul a:before{color:var(--color4);background:var(--color3)}
.color1-box .theme-list-style ol span:hover,.color1-box .theme-list-style ol a:hover,.color1-box .theme-list-style ul span:hover,.color1-box .theme-list-style ul a:hover{background:#e9e4e0;color:var(--color1)}
.color1-box .theme-list-style ol span:hover:before,.color1-box .theme-list-style ol a:hover:before,.color1-box .theme-list-style ul span:hover:before,.color1-box .theme-list-style ul a:hover:before{background:var(--color2)}
.theme-list-style ol,.theme-list-style ul{counter-reset:li;list-style:none;padding:0;margin-left:50px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}
.theme-list-style ol span,.theme-list-style ol a,.theme-list-style ul span,.theme-list-style ul a{position:relative;display:inline-block;padding:.4em .4em .4em 2em;margin:.5em 0;color:#444;font-weight:normal;text-decoration:none;border-radius:.3em;-webkit-transition:.3s ease-out;transition:.3s ease-out}
.theme-list-style ol span:hover:before,.theme-list-style ol a:hover:before,.theme-list-style ul span:hover:before,.theme-list-style ul a:hover:before{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
.theme-list-style ol span:before,.theme-list-style ol a:before,.theme-list-style ul span:before,.theme-list-style ul a:before{content:counter(li);counter-increment:li;position:absolute;left:-1.3em;top:50%;margin-top:-1.3em;height:2em;width:2em;line-height:2em;border:.3em solid #fff;text-align:center;font-weight:bold;border-radius:2em;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.theme-list-style ul span:before,.theme-list-style ul a:before{content:''}
body a{color:var(--color3);font-weight:500}
body .entry-content .ul-box li{position:relative;margin-bottom:65px}
body .entry-content .ul-box li:before{content:"";border-bottom:2px solid var(--color1);max-width:240px;width:100%;display:inline-block;position:absolute;top:-47px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
body .entry-content .ul-box li:first-child:before{display:none}
.color1-box{background-color:var(--color1)}
.color2-box{background-color:var(--color2)}
.color3-box{background-color:var(--color3)}
.color4-box{background-color:var(--color4)}
.color-white-box{background-color:white}
#footer{background-color:var(--color1);color:white;line-height:1.2em}
#footer a,#footer p{color:inherit}
.full-width-section{padding:0 !important;margin:0 !important;max-width:100% !important;width:100% !important}
.full-width-section .et_pb_row{padding:0 !important;margin:0 !important;max-width:100% !important;width:100% !important}
body .single .et_pb_post{margin-bottom:0}
body .single .post{padding-bottom:0}
body .section-no-gap{padding-top:0;padding-bottom:0}
body .mfp-bottom-bar .mfp-title{display:none}
body .et_pb_gallery .et_pb_gallery_pagination{border-top:none !important}
body .et_pb_gallery .et_pb_gallery_pagination .page .active{color:var(--color2)}
body #page-container #footer_sticky_section .et_pb_bg_layout_light.et_pb_button{padding-top:4px;padding-bottom:4px;margin-top:15px;font-size:80%}
#footer_sticky_section{padding-top:0;padding-bottom:0;width:100%;max-width:100%;margin-left:auto !important;margin-right:auto !important}
#footer_sticky_section #text-and-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#footer_sticky_section #text-and-btn .et_pb_text_inner{font-size:18px;text-align:center}
#footer_sticky_section #text-and-btn .et_pb_module{margin-bottom:0}
#footer_sticky_section #text-and-btn .et_pb_button{white-space:nowrap}
#footer_sticky_section .et_pb_row{position:fixed;bottom:0;width:100% !important;max-width:100% !important;padding-top:0 !important;padding-bottom:0 !important;margin-left:auto !important;margin-right:auto !important;z-index:99;max-height:none;background-color:var(--color2)}
#footer_sticky_section .et_pb_countdown_timer{padding:0;min-width:300px}
#footer_sticky_section .et_pb_countdown_timer p{color:black !important;font-size:18px !important}
#footer_sticky_section .et_pb_countdown_timer p.label{display:none}
body #main-header nav li ul{min-width:300px;width:unset}
body #main-header li a{font-weight:600;text-transform:uppercase}
body #main-header.et-fixed-header{-webkit-box-shadow:none !important;box-shadow:none !important}
body #main-header #scrollBar{height:3px;background-color:var(--color5);max-width:100vw;position:absolute;bottom:0}
body #main-header .et_mobile_menu{background:#fff}
body .mobile_menu_bar::before{color:black}
#top-menu li li{width:100%}
#top-menu li li a{width:unset;white-space:nowrap}
#top-menu .menu-item.menu-item-type-template-custom a{background-color:var(--color3);color:var(--color1);padding:12px 25px !important;border-radius:25px;text-align:center}
#top-menu .menu-item.menu-item-type-template-custom a:hover{background-color:var(--color1);color:white}
.ml11 .text-wrapper{position:relative;display:block;width:100%;padding-top:.1em;padding-right:.05em;padding-bottom:.15em}
.ml11 .line{opacity:0;position:absolute;left:0;height:100%;width:3px;background-color:#fff;-webkit-transform-origin:0 50%;transform-origin:0 50%}
.ml11 .line1{top:0;left:0}
.ml11 .letters div{display:inline-block}
.ml11 .letter{display:inline-block;line-height:1em}
#events-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:5%;padding-left:5%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:distribute;align-content:space-around}
#events-list .et_pb_module.et_pb_blurb{background-color:var(--color1);color:white;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;border:1px solid var(--color1);border-radius:10px;padding:10px;margin-bottom:10px}
#events-list .et_pb_module.et_pb_blurb:hover{color:black;background-color:white}
#events-list .et_pb_module.et_pb_blurb .et_pb_blurb_container{text-align:center}
#events-list .et_pb_module.et_pb_blurb .et_pb_module_header{text-align:center;font-size:26px;display:inline-block;border-bottom:1px solid black;color:inherit}
#events-list .et_pb_module.et_pb_blurb .et_pb_module_header span{color:inherit}
#events-list .et_pb_module.et_pb_blurb .et_pb_blurb_description{text-align:center;font-size:18px;color:inherit}
#events-list .et_pb_module.et_pb_blurb .et_pb_blurb_description p{font-size:inherit;color:inherit}
#home-country-images-map .et_pb_blurb{position:absolute;max-width:14%;margin-bottom:0 !important}
#home-country-images-map .et_pb_blurb_content{width:unset;display:inline-grid}
#home-country-images-map .et_pb_blurb_content.current .et_pb_main_blurb_image{opacity:1}
#home-country-images-map .et_pb_blurb_content.current .et_pb_module_header span:after{background-image:url("assets/img/star-h.png")}
#home-country-images-map .et_pb_main_blurb_image{opacity:0;-webkit-transition:opacity .4s ease-in;transition:opacity .4s ease-in;margin-bottom:-5%}
#home-country-images-map .et_pb_blurb_container{text-align:center;line-height:0}
#home-country-images-map .et_pb_module_header{line-height:6px;padding:0}
#home-country-images-map .et_pb_module_header span{position:relative}
#home-country-images-map .et_pb_module_header span:after{position:absolute;display:block;content:"";width:10px;height:10px;top:-130%;right:50%;-webkit-transform:translate(50%,0);transform:translate(50%,0);background-image:url("assets/img/star.png");background-size:100% 100%}
#home-country-images-map .et_pb_module_header span{background-color:#9c4000;display:inline-block;border-radius:10px;padding:1px 3px 2px;width:unset;color:white;font-weight:800;font-size:6px;line-height:6px;text-transform:uppercase}
#home-country-images-map #philippienes{bottom:52.5%;right:22.5%}
#home-country-images-map #dubai{top:-2.5%;left:7%}
#home-country-images-map #thailand{bottom:69.5%;right:40.5%}
#home-country-images-map #malaysia{bottom:49.5%;right:44.5%}
#home-country-images-map #malaysia .et_pb_module_header span:after{right:auto;left:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
#home-country-images-map #newzeland{right:2%;bottom:1.5%}
#home-country-images-map #newzeland .et_pb_module_header span:after{right:auto;left:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
#home-country-images-map #hongkong{bottom:69.5%;right:31.5%}
#home-country-images-map #seul{bottom:88.5%;right:24.5%}
#home-country-images-map #australia{bottom:15.5%;right:11.5%}
#home-country-images-map #singapore{bottom:43%;right:37.5%}
#home-country-images .img-country{position:absolute;-webkit-filter:grayscale(100%);filter:grayscale(100%)}
#home-country-images .img-country:hover{-webkit-filter:unset;filter:unset}
#home-country-images .img-country:nth-child(2){width:calc(181% * 10 / 89);left:-8%;top:0;-webkit-animation-delay:500ms;animation-delay:500ms}
#home-country-images .img-country:nth-child(3){width:calc(333% * 10 / 89);left:18%;top:6%;-webkit-animation-delay:1000ms;animation-delay:1000ms}
#home-country-images .img-country:nth-child(4){width:calc(256% * 10 / 89);right:5%;top:19%}
#home-country-images .img-country:nth-child(5){width:calc(235% * 10 / 89);left:0;top:45%}
#home-country-images .img-country:nth-child(6){width:calc(279% * 10 / 89);left:29%;top:39%}
#home-country-images .img-country:nth-child(7){width:calc(287% * 10 / 89);left:48%;top:53%}
#home-country-images .img-country:nth-child(8){width:calc(281% * 10 / 89);right:-3%;top:46%}
#column-animate-images .top-animate:nth-child(1){-webkit-animation:bobbingAnim ease-in 3.5s infinite;animation:bobbingAnim ease-in 3.5s infinite}
#column-animate-images .top-animate:nth-child(2){-webkit-animation:bobbingAnim ease-in 2s infinite;animation:bobbingAnim ease-in 2s infinite;position:absolute;top:0}
#column-animate-images .top-animate:nth-child(3){-webkit-animation:bobbingAnim ease-in 2.5s infinite;animation:bobbingAnim ease-in 2.5s infinite;position:absolute;top:0}
#column-animate-images .top-animate:nth-child(4){-webkit-animation:bobbingAnim ease-in 3s infinite;animation:bobbingAnim ease-in 3s infinite;position:absolute;top:0}
#column-animate-images .top-animate-2{-webkit-animation:left-to-right 8s infinite;animation:left-to-right 8s infinite}
#column-animate-images .et_pb_module.et_pb_image{margin-bottom:0}
#theme-top-ver2 #left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
#theme-top-ver2.et_pb_section{background-size:auto 100%;padding:0}
#theme-top-ver2.et_pb_section .et_pb_row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:0 !important}
#theme-top-ver2 p{font-size:26px;color:black;line-height:1.2em}
#theme-top-ver2 .ml11{margin-top:60px;font-size:40px;color:black;font-weight:800}
#theme-top-ver2 .ml11 .line{display:none}
#theme-top-ver2 .ml11 .letters div{display:block}
#theme-top-ver2 .ml11.v2{font-size:40px}
#theme-top-ver2 .ml11.v2 .letters div{display:inline-block}
#theme-top.et_pb_section{background-size:auto;padding:0}
#theme-top.et_pb_section .et_pb_row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:0 !important}
#theme-top .et_pb_image{-webkit-transform:perspective(0) rotateY(0);transform:perspective(0) rotateY(0);-webkit-animation-name:rotate;animation-name:rotate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:4000ms;animation-duration:4000ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;text-align:center}
#theme-top p{font-size:26px;color:white;line-height:1.2em}
#theme-top .ml11{margin-top:60px;font-size:40px;color:white;font-weight:800}
#theme-top .ml11 .line{display:none}
#theme-top .ml11 .letters div{display:block}
#theme-top .ml11.v2{font-size:40px}
#theme-top .ml11.v2 .letters div{display:inline-block}
#theme-top-2023 .et_pb_row .et_pb_column{position:relative}
#theme-top-2023 p{font-size:26px;line-height:1.2em}
#theme-top-2023 #r1,#theme-top-2023 #r2,#theme-top-2023 #r3,#theme-top-2023 #rw,#theme-top-2023 #l1,#theme-top-2023 #l2,#theme-top-2023 #l3,#theme-top-2023 #l4{position:absolute;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
#theme-top-2023 #r1:hover,#theme-top-2023 #r2:hover,#theme-top-2023 #r3:hover,#theme-top-2023 #rw:hover,#theme-top-2023 #l1:hover,#theme-top-2023 #l2:hover,#theme-top-2023 #l3:hover,#theme-top-2023 #l4:hover{opacity:.9}
#theme-top-2023 #r2{-webkit-animation-name:topimg2;animation-name:topimg2}
#theme-top-2023 #r3{-webkit-animation-name:topimg3;animation-name:topimg3}
.home #theme-timer-container h6{color:white}
#theme-timer-container{width:100%}
#theme-timer-container .et_pb_text{margin-bottom:10px}
#theme-timer-container h6{font-size:22px;font-weight:600;margin-top:0;margin-bottom:0;text-shadow:1px 1px var(--color4)}
#top-v2-right-column .et_pb_text{height:100%}
#top-v2-right-column .et_pb_text img{max-width:unset;height:unset;width:unset;margin-bottom:0 !important;margin-left:-20px;position:absolute;opacity:0;-webkit-animation:fadeInOutTop 15s linear infinite;animation:fadeInOutTop 15s linear infinite}
#top-v2-right-column .et_pb_text .et_pb_text_inner,#top-v2-right-column .et_pb_text .et_pb_text_inner p{height:100%}
#top-v2-right-column .et_pb_text .et_pb_text_inner img:nth-child(1),#top-v2-right-column .et_pb_text .et_pb_text_inner p img:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}
#top-v2-right-column .et_pb_text .et_pb_text_inner img:nth-child(2),#top-v2-right-column .et_pb_text .et_pb_text_inner p img:nth-child(2){-webkit-animation-delay:3s;animation-delay:3s}
#top-v2-right-column .et_pb_text .et_pb_text_inner img:nth-child(3),#top-v2-right-column .et_pb_text .et_pb_text_inner p img:nth-child(3){-webkit-animation-delay:6s;animation-delay:6s}
#top-v2-right-column .et_pb_text .et_pb_text_inner img:nth-child(4),#top-v2-right-column .et_pb_text .et_pb_text_inner p img:nth-child(4){-webkit-animation-delay:9s;animation-delay:9s}
#top-v2-right-column .et_pb_text .et_pb_text_inner img:nth-child(5),#top-v2-right-column .et_pb_text .et_pb_text_inner p img:nth-child(5){-webkit-animation-delay:12s;animation-delay:12s}
#theme-top-ver3{z-index:0;overflow:hidden}
#theme-top-ver3 .et_pb_column{margin-bottom:0 !important}
#theme-top-ver3 #left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
#theme-top-ver3.et_pb_section{padding:0}
#theme-top-ver3.et_pb_section .et_pb_row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:0 !important;max-width:1600px;width:90%;padding-bottom:0}
#theme-top-ver3 p{font-size:26px;color:black;line-height:1.2em}
#theme-top-ver3 h1{font-size:40px;line-height:1em;margin-bottom:20px;color:black;font-weight:800}
#theme-top-ver3 .event-desc-banner-code{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}
#theme-top-ver3 .event-desc-banner-code div{width:48%;margin-bottom:10px;font-size:22px;line-height:1em}
body #page-container .et_pb_bg_layout_light.et_pb_button{min-width:300px}
body #page-container .et_pb_bg_layout_light.et_pb_button,body #page-container .et_pb_contact_submit.et_pb_button{border-radius:15px;-webkit-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out;color:var(--color1);border:0;text-align:center;text-transform:uppercase;background-color:var(--color3);font-size:28px;line-height:1.4em !important;font-weight:700;padding:14px 20px}
body #page-container .et_pb_bg_layout_light.et_pb_button:after,body #page-container .et_pb_contact_submit.et_pb_button:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:none}
body #page-container .et_pb_bg_layout_light.et_pb_button:hover,body #page-container .et_pb_contact_submit.et_pb_button:hover{background-color:var(--color1);color:white}
body #page-container .color1-box .et_pb_bg_layout_light.et_pb_button:hover,body #page-container .color1-box .et_pb_contact_submit.et_pb_button:hover{background-color:var(--color2);color:var(--color1)}
body #page-container .color-white-box .et_pb_bg_layout_light.et_pb_button,body #page-container .color-white-box .et_pb_contact_submit.et_pb_button{color:var(--color3);background-color:var(--color1)}
body #page-container .color-white-box .et_pb_bg_layout_light.et_pb_button:hover,body #page-container .color-white-box .et_pb_contact_submit.et_pb_button:hover{background-color:var(--color3);color:var(--color1)}
.number-box:hover{-webkit-transform:scaleX(1.1) scaleY(1.1);transform:scaleX(1.1) scaleY(1.1)}
.number-box:hover h3{background-color:var(--color3);color:black}
.number-box:hover h3:after{left:30%}
.number-box p{padding-left:1rem;padding-bottom:1px;font-size:16px;line-height:1.2em}
.number-box p strong{font-size:18px;color:var(--color4)}
.number-box h3{color:white;background-color:var(--color1);font-size:30px;font-weight:400;letter-spacing:inherit;line-height:1.2;text-transform:uppercase;border-radius:.5rem;display:block;min-width:65%;margin-bottom:1.5rem;padding:1rem 2rem 1.25rem;position:relative}
.number-box h3:after{-webkit-transition:all 2s ease-out;transition:all 2s ease-out;background-color:var(--color2);border-radius:.5rem;content:"";display:block;font-size:20px;height:.25em;margin:0 auto 0 0;margin-top:0;margin-top:.3125rem;width:2.5em;position:absolute;bottom:-0.125em;left:2rem}
#Reach .et_pb_row_6col .number-box p strong{color:black !important}
#Reach .et_pb_row_6col .number-box h3{font-size:20px;padding:1rem 2rem 1.25rem 1rem;color:white}
#Reach .et_pb_row_6col .number-box p{padding-left:1rem !important;font-size:18px}
#Reach .et_pb_row_6col .number-box p strong{font-size:18px}
#Reach .et_pb_image .et_pb_image_wrap{text-align:center}
#Reach .et_pb_image img{max-width:60%}
body .et_pb_countdown_timer{background-color:transparent !important;max-width:720px;width:100% !important;margin:0 auto}
body .et_pb_countdown_timer .et_pb_countdown_timer_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
body .et_pb_countdown_timer .et_pb_countdown_timer_container:after{display:none}
body .et_pb_countdown_timer .title{font-size:35px;color:black !important;font-weight:700}
body .et_pb_countdown_timer .section{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;padding-top:20px;padding-bottom:20px;background:white;border-radius:20px;-webkit-box-shadow:0 0 10px 0 #42445a;box-shadow:0 0 10px 0 #42445a}
body .et_pb_countdown_timer .section.sep{display:none}
body .et_pb_countdown_timer .section p{color:var(--color4)}
body .et_pb_countdown_timer .section p.value{font-weight:700;color:var(--color1)}
.carousel-testimonials .et_pb_module_inner .swiper-buttton-container .swiper-button-next:before,.carousel-testimonials .et_pb_module_inner .swiper-buttton-container .swiper-button-prev:before{color:var(--color1) !important}
.carousel-testimonials .et_pb_module_inner .swiper-pagination.swiper-pagination-bullets.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color3) !important}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .item-title{background:var(--color1);color:var(--color2);text-align:center}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .item-title:after{background:var(--color1);border:1px solid var(--color1)}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .item-subtitle{color:var(--color-black);border-bottom:2px solid var(--color3)}
.carousel-testimonials .et_pb_module_inner .swiper-buttton-container{padding-bottom:20px}
.carousel-testimonials .et_pb_module_inner .swiper-buttton-container .swiper-button-next,.carousel-testimonials .et_pb_module_inner .swiper-buttton-container .swiper-button-prev{background-color:transparent !important}
.carousel-testimonials .et_pb_module_inner .swiper-buttton-container .swiper-button-next:before,.carousel-testimonials .et_pb_module_inner .swiper-buttton-container .swiper-button-prev:before{background-color:transparent !important}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:15px;border-radius:3px;margin-bottom:15px;max-width:800px;width:100%;-ms-flex-item-align:center;align-self:center;position:relative;padding-left:40px;padding-top:30px;padding-bottom:30px;text-transform:uppercase;font-size:30px;font-weight:800}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .item-title:after{content:"";width:15px;height:15px;display:block;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-width:0 0 1px 1px;position:absolute;bottom:-13px;left:50%;-webkit-transform:rotateZ(-46deg) translateY(-50%);transform:rotateZ(-46deg) translateY(-50%)}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .item-title:before{content:"\201C";font-family:Arial,sans-serif;font-weight:bold;font-size:68px;line-height:54px;position:absolute;left:15px;top:14px}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .item-subtitle{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-item-align:center;align-self:center;font-size:38px;margin-top:10px;display:inline-block;text-align:center}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .content{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:10px;-ms-flex-item-align:center;align-self:center;text-align:center;font-size:26px;padding-bottom:20px}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .content span{font-size:80%}
.speakers-carousel .et_pb_module_inner .swiper-buttton-container{padding-bottom:20px}
.speakers-carousel .et_pb_module_inner .swiper-buttton-container .swiper-button-next,.speakers-carousel .et_pb_module_inner .swiper-buttton-container .swiper-button-prev{background-color:transparent !important}
.speakers-carousel .et_pb_module_inner .swiper-buttton-container .swiper-button-next:before,.speakers-carousel .et_pb_module_inner .swiper-buttton-container .swiper-button-prev:before{background-color:transparent !important}
.speakers-carousel .et_pb_module_inner .dica-item{background-color:var(--color1);border-radius:15px;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.1);box-shadow:0 0 30px 0 rgba(0,0,0,0.1);padding:20px 10px 15px 10px}
.speakers-carousel .et_pb_module_inner .dica-item:hover{background-color:var(--color3)}
.speakers-carousel .et_pb_module_inner .dica-item:hover .dica-item-content .item-title{color:var(--color1)}
.speakers-carousel .et_pb_module_inner .dica-item:hover .dica-item-content .content{color:var(--color4)}
.speakers-carousel .et_pb_module_inner .dica-item:hover .dica-image-container:before,.speakers-carousel .et_pb_module_inner .dica-item:hover .dica-image-container:after{width:0;height:0}
.speakers-carousel .et_pb_module_inner .dica-item:hover .dica-image-container img{-webkit-filter:unset;filter:unset}
.speakers-carousel .et_pb_module_inner .dica-item .dica-image-container{margin-left:auto;margin-right:auto;border-radius:50%;overflow:hidden;max-width:250px;max-height:250px}
.speakers-carousel .et_pb_module_inner .dica-item .dica-image-container:before,.speakers-carousel .et_pb_module_inner .dica-item .dica-image-container:after{background-color:var(--color2);content:"";position:absolute;left:50%;border-radius:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;opacity:.2;-webkit-transform-origin:all;transform-origin:all;-webkit-transition:.3s ease-out all;transition:.3s ease-out all;z-index:20}
.speakers-carousel .et_pb_module_inner .dica-item .dica-image-container:after{-webkit-transition:.8s ease-out all;transition:.8s ease-out all}
.speakers-carousel .et_pb_module_inner .dica-item .dica-image-container img{-webkit-filter:unset;filter:unset}
.speakers-carousel .et_pb_module_inner .dica-item .dica-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.speakers-carousel .et_pb_module_inner .dica-item .dica-item-content .item-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:inline-block;text-transform:uppercase;font-size:20px;margin-top:20px;color:var(--color3);text-align:center;font-family:inherit}
.speakers-carousel .et_pb_module_inner .dica-item .dica-item-content .item-subtitle{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-item-align:center;align-self:center;display:inline-block;text-align:center}
.speakers-carousel .et_pb_module_inner .dica-item .dica-item-content .content{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-ms-flex-item-align:center;align-self:center;text-align:center;font-size:16px;font-family:inherit;text-align:center;color:white;padding:0 5px 20px;font-weight:600;line-height:1.2em}
.carousell-template .dica-item-content .et_pb_button{color:var(--color1) !important}
.carousell-template .dica-item-content .et_pb_button:hover{border:2px solid var(--color3)}
.carousell-template .et_pb_module.dica_divi_carouselitem{border-radius:10px;background-color:white}
.carousell-template .dica-container .swiper-buttton-container .swiper-button-next,.carousell-template .dica-container .swiper-buttton-container .swiper-button-prev{background-color:transparent !important}
.carousell-template .dica-container .swiper-buttton-container .swiper-button-next:before,.carousell-template .dica-container .swiper-buttton-container .swiper-button-prev:before{background:transparent !important;color:var(--color2) !important}
.carousell-template .dica-image-container{max-width:80%}
.carousell-template .dica_divi_carouselitem{height:100%}
.carousell-template .dica_divi_carouselitem .dica-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:top;-ms-flex-pack:top;justify-content:top}
.carousell-template .dica_divi_carouselitem .dica-item.empty-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.blurb-version-1 .et_pb_column:nth-child(2n) .et_pb_blurb:before{background:-webkit-gradient(linear,left top,right top,from(var(--color3)),to(var(--color1)));background:linear-gradient(to right,var(--color3),var(--color1))}
.blurb-version-1 .et_pb_blurb{background:var(--color2);border-radius:50%}
.blurb-version-1 .et_pb_blurb .et_pb_module_header{font-size:26px;text-align:center;color:var(--color4);padding-top:10px;padding-bottom:10px}
.blurb-version-1 .et_pb_blurb .et_pb_blurb_container{min-height:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.blurb-version-1 .et_pb_blurb .et_pb_blurb_container .et_pb_blurb_description{text-align:center}
.blurb-version-1 .et_pb_blurb:hover:before{-webkit-transform:skew(-2deg,-2deg);transform:skew(-2deg,-2deg)}
.blurb-version-1 .et_pb_blurb:before{border-radius:50%;-webkit-transition-duration:1s;transition-duration:1s;background:-webkit-gradient(linear,left top,right top,from(var(--color1)),to(var(--color3)));background:linear-gradient(to right,var(--color1),var(--color3));content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;z-index:-1;-webkit-transform:skew(2deg,2deg);transform:skew(2deg,2deg)}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column{background:var(--color2);border:1px solid var(--color1);padding:30px;min-height:285px;border-radius:15px;position:relative;margin-bottom:20px;cursor:pointer;overflow:hidden;color:white}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_blurb_description{display:none}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_module:after{content:"";width:373px;height:373px;background:var(--color2);border-radius:50%;position:absolute;-webkit-transform:scale(0);transform:scale(0);top:-180px;opacity:0;right:-180px;-webkit-transition:all 600ms ease;transition:all 600ms ease}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_module:before{content:"";width:250px;height:250px;background:var(--color2);border-radius:50%;position:absolute;-webkit-transform:scale(0);transform:scale(0);top:-120px;opacity:0;right:-120px;-webkit-transition:all 600ms ease;transition:all 600ms ease}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column:before{position:absolute;border-radius:6px;content:"";left:0;bottom:0;width:100%;height:50%;-webkit-transition:all 600ms ease;transition:all 600ms ease;background:var(--color3);opacity:0}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_blurb_content{text-align:center}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_main_blurb_image{max-width:120px;margin-right:auto;margin-left:0;margin-bottom:10px}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_image_wrap{padding:25px;background-image:linear-gradient(45deg,var(--color4) 15%,var(--color3) 65%);border-radius:50%}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_image_wrap img{border-radius:0}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_blurb_container .et_pb_blurb_description{font-size:16px;line-height:1.2em}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_blurb_container .et_pb_blurb_description p{font-size:inherit;color:inherit}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column .et_pb_module_header{font-size:24px;text-align:center;text-transform:uppercase;color:inherit;padding-bottom:20px}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column:hover{color:black !important}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column:hover:before{opacity:1;height:100%}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column:hover .et_pb_image_wrap{background-image:linear-gradient(45deg,var(--color1) 15%,var(--color2) 65%)}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column:hover .et_pb_blurb_description{display:block}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column:hover .et_pb_module_header{color:inherit !important}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column:hover .et_pb_module:after{-webkit-transform:scale(1);transform:scale(1);opacity:.4;-webkit-transition-delay:600ms;transition-delay:600ms}
.blurb-version-3 .blurbs-grid.et_pb_row .et_pb_column:hover .et_pb_module:before{-webkit-transform:scale(1);transform:scale(1);opacity:.4;-webkit-transition-delay:300ms;transition-delay:300ms}
.blurb-version-2 .et_pb_blurb.et_pb_module{border:1px solid var(--color1);border-radius:20px;padding:20px 10px 40px;height:100%;background:var(--color1)}
.blurb-version-2 .et_pb_blurb.et_pb_module .et_pb_main_blurb_image{max-width:120px;margin-right:auto;margin-left:0;margin-bottom:10px}
.blurb-version-2 .et_pb_blurb_content .et_pb_module_header{color:white;text-align:center;font-size:20px;line-height:1.3em}
.blurb-version-2 .et_pb_blurb_content .et_pb_blurb_description{line-height:1.2em;text-align:center;color:white;font-size:16px}
.blurb-version-2 .et_pb_blurb_content .et_pb_blurb_description p{color:inherit}
.blurb-version-2 .blurbs-grid.et_pb_row .et_pb_column{position:relative;overflow:hidden}
.blurb-version-2 .blurbs-grid.et_pb_row .et_pb_column:before{position:absolute;border-radius:20px;content:"";left:0;bottom:0;width:100%;height:50%;-webkit-transition:all 600ms ease;transition:all 600ms ease;background:var(--color3);opacity:0}
.blurb-version-2 .blurbs-grid.et_pb_row .et_pb_column .et_pb_image_wrap{-webkit-transition:-webkit-transform .7s ease-in-out;transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out;transition:transform .7s ease-in-out,-webkit-transform .7s ease-in-out}
.blurb-version-2 .blurbs-grid.et_pb_row .et_pb_column:hover{color:black}
.blurb-version-2 .blurbs-grid.et_pb_row .et_pb_column:hover .et_pb_image_wrap{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
.blurb-version-2 .blurbs-grid.et_pb_row .et_pb_column:hover:before{opacity:1;height:100%}
.blurb-version-2 .blurbs-grid.et_pb_row .et_pb_column:hover .et_pb_blurb_description{color:black}
.blurb-version-2 .blurbs-grid.et_pb_row .et_pb_column:hover .et_pb_blurb_content .et_pb_module_header{color:inherit !important}
.blurbs-grid-6 .et_pb_blurb_content .et_pb_image_wrap{max-width:180px}
.blurbs-grid-4 .et_pb_blurb_content .et_pb_image_wrap{max-width:140px}
.members-full-description h3{font-size:30px;font-weight:bold;margin-bottom:16px !important;padding-bottom:0 !important;color:var(--color1)}
.members-full-description h4{font-size:24px;font-weight:normal;color:var(--color1)}
.members-full-description h5{font-size:24px}
.members-full-description .et_pb_image{margin-left:auto !important;margin-right:auto !important}
.members-full-description .et_pb_image .et_pb_image_wrap{overflow:hidden;display:inline-block;position:relative;border:2px solid var(--color1);max-width:100%;border-radius:50%;overflow:hidden}
.et_pb_section:not(.box-speakers) .et_pb_team_member{background-color:var(--color1);border-radius:15px;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.1);box-shadow:0 0 30px 0 rgba(0,0,0,0.1);padding:20px 10px 15px 10px;height:100%}
.et_pb_section:not(.box-speakers) .et_pb_team_member .et_pb_module_header{display:inline-block;text-transform:uppercase;font-size:20px;color:var(--color3);text-align:center;font-family:inherit}
.et_pb_section:not(.box-speakers) .et_pb_team_member .et_pb_team_member_image{margin-left:auto;margin-right:auto;border-radius:50%;overflow:hidden;max-width:250px}
.et_pb_section:not(.box-speakers) .et_pb_team_member .et_pb_team_member_image:before,.et_pb_section:not(.box-speakers) .et_pb_team_member .et_pb_team_member_image:after{background-color:var(--color2);content:"";position:absolute;left:50%;border-radius:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;opacity:.2;-webkit-transform-origin:all;transform-origin:all;-webkit-transition:.3s ease-out all;transition:.3s ease-out all;z-index:2}
.et_pb_section:not(.box-speakers) .et_pb_team_member .et_pb_team_member_image:after{-webkit-transition:.8s ease-out all;transition:.8s ease-out all}
.et_pb_section:not(.box-speakers) .et_pb_team_member .et_pb_team_member_image img{-webkit-filter:unset;filter:unset}
.et_pb_section:not(.box-speakers) .et_pb_team_member:hover{background-color:var(--color3)}
.et_pb_section:not(.box-speakers) .et_pb_team_member:hover .et_pb_module_header{color:var(--color1)}
.et_pb_section:not(.box-speakers) .et_pb_team_member:hover .et_pb_team_member_description{color:var(--color4)}
.et_pb_section:not(.box-speakers) .et_pb_team_member:hover .et_pb_team_member_image:before,.et_pb_section:not(.box-speakers) .et_pb_team_member:hover .et_pb_team_member_image:after{width:0;height:0}
.et_pb_section:not(.box-speakers) .et_pb_team_member:hover .et_pb_team_member_image img{-webkit-filter:unset;filter:unset}
.et_pb_section:not(.box-speakers) .et_pb_team_member .et_pb_team_member_description{font-size:16px;font-family:inherit;text-align:center;color:white;padding:0 0 20px;font-weight:600;line-height:1.2em}
.et_pb_section:not(.box-speakers) .et_pb_team_member .et_pb_team_member_description p{font-size:16px;text-align:center;font-family:inherit;color:inherit}
.et_pb_section:not(.box-speakers) .et_pb_team_member .et_pb_team_member_description .et_pb_member_position{text-transform:unset;font-family:inherit;color:black;font-weight:400;margin-bottom:5px;line-height:1em}
#agenda .et_pb_team_member{background:transparent;line-height:1em;padding:0;font-size:80%;margin-bottom:18px !important;background-color:unset;-webkit-box-shadow:unset;box-shadow:unset;padding:unset}
#agenda .et_pb_team_member .et_pb_team_member_image{float:left;margin-right:10px}
#agenda .et_pb_team_member .et_pb_team_member_image img{max-width:60px}
#agenda .et_pb_team_member .et_pb_team_member_image:after{display:none}
#agenda .et_pb_team_member .et_pb_team_member_description{padding-left:3px;color:black;padding-bottom:0;text-align:left}
#agenda .et_pb_team_member .et_pb_team_member_description p{text-align:left;color:inherit}
#agenda .et_pb_team_member .et_pb_team_member_description .et_pb_module_header{padding-bottom:2px;text-transform:unset;font-size:16px;text-align:left}
#agenda .et_pb_team_member .et_pb_team_member_description .et_pb_member_position{margin-bottom:3px;text-align:left}
.box-speakers .et_pb_team_member{text-align:left;background-color:var(--color1);padding:20px 20px 20px;height:100%;position:relative;color:white;border-radius:0;font-size:20px}
.box-speakers .et_pb_team_member p{color:inherit;font-size:inherit}
.box-speakers .et_pb_team_member.et_clickable{padding-bottom:50px}
.box-speakers .et_pb_team_member.et_clickable:after{content:"> SPEAKER PROFILE";position:absolute;bottom:0;left:0;width:calc(100% - 23px);display:block;height:50px;background:var(--color4);visibility:unset;font-size:16px;padding-left:23px;line-height:50px;color:var(--color3);font-weight:bold}
.box-speakers .et_pb_team_member:hover{background-color:white;color:black}
.box-speakers .et_pb_team_member:hover.et_clickable:after{background:var(--color3);color:white}
.box-speakers .et_pb_team_member:hover .et_pb_team_member_image img{-webkit-filter:unset;filter:unset}
.box-speakers .et_pb_team_member:hover .et_pb_member_position,.box-speakers .et_pb_team_member:hover .et_pb_module_header{color:black}
.box-speakers .et_pb_team_member .et_pb_team_member_image{background:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#9d9a9a));background:linear-gradient(#ededed,#9d9a9a);border-radius:0}
.box-speakers .et_pb_team_member .et_pb_team_member_image img{-webkit-filter:grayscale(1);filter:grayscale(1)}
.box-speakers .et_pb_team_member .et_pb_team_member_image:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:5px;background:var(--color2)}
.box-speakers .et_pb_team_member .et_pb_team_member_description{padding-bottom:20px}
.box-speakers .et_pb_team_member .et_pb_team_member_description div,.box-speakers .et_pb_team_member .et_pb_team_member_description p{line-height:1em}
.box-speakers .et_pb_team_member .et_pb_module_header{margin-bottom:0;display:inline-block;color:white;text-transform:uppercase;font-weight:900;font-size:20px;line-height:26px}
.box-speakers .et_pb_team_member .et_pb_member_position{text-transform:unset;color:inherit;margin-bottom:5px;color:white;font-size:16px}
:root{--agendabg:var(--color2);--agendah:var(--color1)}
.agenda_day_headline{padding:0 !important}
.agenda_day_headline .et_pb_text_inner{background-color:var(--agendabg);display:inline-block;padding:30px;line-height:1.2em;text-transform:uppercase}
.agenda_day_headline .et_pb_text_inner p{color:inherit;font-weight:600;font-size:18px}
.agenda_day_headline .et_pb_text_inner strong,.agenda_day_headline .et_pb_text_inner b{color:var(--agendah);font-size:110%}
#agenda{background-color:var(--agendabg);max-width:1366px;width:90%;padding-top:15px;padding-bottom:15px;padding-left:15px;padding-right:15px;margin:0 auto 60px;font-size:20px;line-height:26px}
#agenda .et_pb_toggle{padding:0;background-color:transparent !important;border:0;margin-bottom:0}
#agenda .et_pb_toggle_close{background-color:transparent !important}
#agenda ul,#agenda li{font-size:inherit}
#agenda h4,#agenda h3,#agenda h5{font-size:20px;text-transform:uppercase;font-weight:600;line-height:1.2em;color:var(--agendah)}
#agenda .agenda_row,#agenda .agenda_topic_headline{background-color:white;width:100%;max-width:100%;padding-left:15px !important;padding-right:15px !important}
#agenda .agenda_topic_headline .et_pb_column{background-color:var(--agendabg);padding-top:0;padding-bottom:0}
#agenda .agenda_topic_headline p{color:var(--color4);font-weight:600;text-transform:uppercase}
#agenda .agenda_topic_headline h4,#agenda .agenda_topic_headline h3{margin-top:20px}
#agenda .agenda_topic_headline .et_pb_team_member_description .et_pb_member_position{font-weight:normal}
#agenda .agenda_topic_headline .et_pb_team_member_description h4.et_pb_module_header{margin-top:0}
#agenda .agenda_topic_headline .et_pb_column_1_4 img{max-width:75px;margin-top:10px;margin-bottom:10px}
#agenda .agenda_row{padding-top:0 !important}
#agenda .agenda_row .time{margin-bottom:4px !important;font-size:80%}
#agenda .agenda_row h4,#agenda .agenda_row h3,#agenda .agenda_row h5{color:var(--color1)}
#agenda .agenda_row .et_pb_column .et_pb_team_member{display:inline-block}
#agenda .agenda_row .et_pb_column ul{list-style-type:none;margin-top:10px;padding-left:0}
#agenda .agenda_row .et_pb_column ul li{position:relative;margin-bottom:6px;margin-left:0;padding-left:20px}
#agenda .agenda_row .et_pb_column ul li:hover:before{background-color:var(--color3)}
#agenda .agenda_row .et_pb_column ul li:before{background-color:var(--color1);border-radius:50%;content:" ";height:8px;width:8px;position:absolute;left:1px;top:9px}
#agenda .agenda_row.et_pb_row_2col .et_pb_column .et_pb_team_member{display:inline}
#agenda .agenda_row.et_pb_row_inner{margin-top:0 !important;margin-bottom:3em !important}
#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(1){background-color:var(--color2)}
#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(1) .et_pb_text_inner,#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(1) h1,#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(1) h4,#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(1) p,#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(1) ul,#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(1) h5{color:black !important}
#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(2){background-color:var(--color3)}
#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(2) .et_pb_toggle_title::before{color:var(--color1)}
#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(2) ul li::before{background-color:var(--color1) !important}
#agenda .agenda_row.et_pb_row_2col .et_pb_column_1_2:nth-child(2) h1{color:white}
#agenda .agenda_row .et_pb_column_1_2{padding:20px}
#agenda .agenda_row .et_pb_column_1_2 .agenda_tab_name{font-size:22px;line-height:34px;padding:0;color:var(--color3);border-bottom:1px solid black;margin-bottom:10px}
#agenda .agenda_row .et_pb_column_1_2 .agenda_tab_name h1,#agenda .agenda_row .et_pb_column_1_2 .agenda_tab_name h2,#agenda .agenda_row .et_pb_column_1_2 .agenda_tab_name h3{color:inherit}
.price_row_box .et_pb_column{overflow:hidden;padding-bottom:20px;padding-left:20px;padding-right:20px;position:relative;border-top-left-radius:15px;border-top-right-radius:15px;padding-top:13px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;-webkit-transition:all 300ms ease 0ms;transition:all 300ms ease 0ms}
.price_row_box .et_pb_column:after{position:absolute;content:"";display:block;top:140px;right:0;background-size:cover;width:50px;height:100px;-webkit-transition:right 1s linear;transition:right 1s linear;background-position:center;background-repeat:no-repeat;background-image:url("assets/img/circle-half.png")}
.price_row_box .et_pb_column:nth-child(1){background:var(--color1)}
.price_row_box .et_pb_column:nth-child(2){background:var(--color3)}
.price_row_box .et_pb_column:nth-child(3){background:var(--color2)}
.price_row_box .et_pb_column:hover .price-btn a{background-color:#4d4d4f;color:white;border-radius:10px}
.price_row_box .et_pb_column:hover:nth-child(1){background:var(--color5)}
.price_row_box .et_pb_column:hover:nth-child(2){background:var(--color5)}
.price_row_box .et_pb_column:hover:after{right:-30px}
.price_row_box .price-headline{padding-top:30px;font-weight:800}
.price_row_box .price-headline h2{text-transform:uppercase;font-size:30px;margin-bottom:3px;padding-bottom:0}
.price_row_box .price-info{font-size:60px;font-weight:800;margin-top:50px}
.price_row_box .price-info p{font-size:inherit;color:inherit;padding-bottom:8px;line-height:1.2em;font-weight:inherit}
.price_row_box .price-info sup{font-size:50%;margin-right:10px}
.price_row_box .price-info s{margin-right:0;text-decoration:none;position:relative;color:white;font-size:120%;font-weight:500}
.price_row_box .price-info s:before{top:50%;background:var(--color-red);opacity:.5;content:"";width:110%;position:absolute;height:.1em;border-radius:.1em;left:-5%;white-space:nowrap;display:block;-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}
.price_row_box .price-info span{font-size:60px;font-weight:800}
.price_row_box .price-btn{padding:0;margin:0;text-align:center;width:100%;max-width:100%}
.price_row_box .price-btn:hover a{background-color:#4d4d4f;color:white;border-radius:10px}
.price_row_box .price-btn a{border-radius:10px;display:block;font-size:26px;width:100%;padding:15px;text-transform:uppercase;font-weight:600;background:white;color:var(--color4);font-weight:800}
.price_row_box .ticket-description{margin-bottom:0 !important;padding:10px 20px 50px;color:white}
.price_row_box .ticket-description ul{margin-left:30px}
.price_row_box .ticket-description ul li{font-weight:500}
body .et_pb_toggle_title:before{color:var(--color3)}
body .et_pb_toggle{border:1px solid var(--color3);padding-top:0;padding-bottom:0}
body .et_pb_toggle .et_pb_toggle_title{padding-top:20px !important;padding-bottom:20px !important;color:var(--color1);font-size:26px;font-weight:500}
body .et_pb_toggle_content{padding-bottom:20px !important;padding-top:0}
body .et_pb_toggle_content p{color:inherit}
body .et_pb_toggle_content ul,body .et_pb_toggle_content ol{list-style-position:outside;margin-left:20px;padding-left:0;color:inherit}
body .et_pb_toggle_content ul li,body .et_pb_toggle_content ol li{margin-bottom:5px;color:inherit}
body .et_pb_toggle_content ul:last-of-type,body .et_pb_toggle_content ol:last-of-type{margin-bottom:0;padding-bottom:0}
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle{width:44px;height:100%;padding:0 !important;max-height:44px;position:absolute;right:0;top:0;z-index:999;background-color:transparent;border-bottom:0;text-align:center}
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{top:10px;position:relative;font-family:"ETModules";content:"\4c"}
ul.et_mobile_menu li.page_item_has_children .mobile-toggle{width:44px;height:100%;padding:0 !important;max-height:44px;position:absolute;right:0;top:0;z-index:999;background-color:transparent;border-bottom:0;text-align:center}
ul.et_mobile_menu>li.menu-item-has-children{position:relative}
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children{position:relative}
ul.et_mobile_menu>li.page_item_has_children{position:relative}
ul.et_mobile_menu .menu-item-has-children .sub-menu{display:none !important;visibility:hidden !important}
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible{display:block !important;visibility:visible !important}
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after{content:'\4d'}
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle{width:44px;height:100%;padding:0 !important;max-height:44px;position:absolute;right:0;top:0;z-index:999;background-color:transparent;border-bottom:0;text-align:center}
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{top:10px;position:relative;font-family:"ETModules";content:"\4c"}
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle{width:44px;height:100%;padding:0 !important;max-height:44px;position:absolute;right:0;top:0;z-index:999;background-color:transparent;border-bottom:0;text-align:center}
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children{position:relative}
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children{position:relative}
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children{position:relative}
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu{display:none !important;visibility:hidden !important}
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible{display:block !important;visibility:visible !important}
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after{content:'\4d'}
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a{background-color:transparent}
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu{display:none !important;visibility:hidden !important}
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible{display:block !important;visibility:visible !important}
.et_mobile_menu .menu-item-has-children>a{background-color:transparent}
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu{display:none !important;visibility:hidden !important}
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible{display:block !important;visibility:visible !important}
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{content:"+"}
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after{content:'\4d'}
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{content:"+"}
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after{content:'\4d'}
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{content:"+"}
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after{content:'\4d'}
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{content:"+"}
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after{content:'\4d'}
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{content:"+"}
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after{content:'\4d'}
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{content:"+"}
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after{content:'\4d'}
body .et_pb_contact p input[type="checkbox"]+label i,body .et_pb_contact p input[type="radio"]+label i{color:var(--color4)}
body .et-pb-contact-message{text-align:center}
body .et_pb_contact p input[type="checkbox"]:checked+label i::before{color:black}
body .et_pb_contact p input,body .et_pb_contact select,body .et_pb_contact textarea{border-radius:0;background:white;color:black;border:1px solid var(--color1);font-size:18px}
body .et_pb_contact p input:focus,body .et_pb_contact select:focus,body .et_pb_contact textarea:focus{color:var(--color1)}
@media only screen and (min-width:401px){.col-sm{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;padding:14px}
.col-sm-1{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%;padding:14px}
.col-sm-offset-1{margin-left:8.3333333333%}
.col-sm-2{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:14px}
.col-sm-offset-2{margin-left:16.6666666667%}
.col-sm-3{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;padding:14px}
.col-sm-offset-3{margin-left:25%}
.col-sm-4{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:14px}
.col-sm-offset-4{margin-left:33.3333333333%}
.col-sm-5{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:14px}
.col-sm-offset-5{margin-left:41.6666666667%}
.col-sm-6{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;padding:14px}
.col-sm-offset-6{margin-left:50%}
.col-sm-7{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:14px}
.col-sm-offset-7{margin-left:58.3333333333%}
.col-sm-8{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:14px}
.col-sm-offset-8{margin-left:66.6666666667%}
.col-sm-9{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;padding:14px}
.col-sm-offset-9{margin-left:75%}
.col-sm-10{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:14px}
.col-sm-offset-10{margin-left:83.3333333333%}
.col-sm-11{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:14px}
.col-sm-offset-11{margin-left:91.6666666667%}
.col-sm-12{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:14px}
.col-sm-offset-12{margin-left:100%}
.row.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.row.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.row.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.row.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.row.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.row.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.row.around-sm{-ms-flex-pack:distribute;justify-content:space-around}
.row.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.show-sm{display:block !important}
.row.show-sm{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide-sm{display:none !important}
}@media(min-width:401px){#top-v2-right-column .et_pb_text img{bottom:0}
.number-box p{font-size:20px;padding-left:2rem}
.number-box p strong{font-size:22px}
.speakers-carousel .et_pb_module_inner .dica-item{padding:20px 20px 25px 20px}
.et_pb_section:not(.box-speakers) .et_pb_team_member{padding:20px 20px 25px 20px}
#agenda h4,#agenda h3,#agenda h5{font-size:26px}
#agenda .agenda_topic_headline .et_pb_column{padding-top:30px;padding-bottom:30px}
}@media only screen and (min-width:401px) and (max-width:767px){.show-sm-only{display:block !important}
.row.show-sm-only{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide-sm-only{display:none !important}
}@media only screen and (min-width:768px){.col-md{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;padding:14px}
.col-md-1{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%;padding:14px}
.col-md-offset-1{margin-left:8.3333333333%}
.col-md-2{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:14px}
.col-md-offset-2{margin-left:16.6666666667%}
.col-md-3{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;padding:14px}
.col-md-offset-3{margin-left:25%}
.col-md-4{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:14px}
.col-md-offset-4{margin-left:33.3333333333%}
.col-md-5{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:14px}
.col-md-offset-5{margin-left:41.6666666667%}
.col-md-6{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;padding:14px}
.col-md-offset-6{margin-left:50%}
.col-md-7{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:14px}
.col-md-offset-7{margin-left:58.3333333333%}
.col-md-8{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:14px}
.col-md-offset-8{margin-left:66.6666666667%}
.col-md-9{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;padding:14px}
.col-md-offset-9{margin-left:75%}
.col-md-10{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:14px}
.col-md-offset-10{margin-left:83.3333333333%}
.col-md-11{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:14px}
.col-md-offset-11{margin-left:91.6666666667%}
.col-md-12{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:14px}
.col-md-offset-12{margin-left:100%}
.row.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.row.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.row.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.row.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.row.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.row.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.row.around-md{-ms-flex-pack:distribute;justify-content:space-around}
.row.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.show-md{display:block !important}
.row.show-md{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide-md{display:none !important}
}@media(min-width:768px){#events-list .et_pb_module.et_pb_blurb{-webkit-box-flex:0;-ms-flex:0 1 45%;flex:0 1 45%}
#home-country-images-map .et_pb_button_module_wrapper{bottom:10%;max-width:30vw;position:absolute}
#home-country-images-map .et_pb_module_header span:after{width:21px;height:21px}
#home-country-images-map .et_pb_module_header{line-height:12px}
#home-country-images-map .et_pb_module_header span{font-size:12px;line-height:12px}
#theme-timer-container{position:absolute;top:-95px;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);padding-bottom:0;padding-top:0}
#agenda{width:80%;padding-top:30px;padding-bottom:30px;padding-left:30px;padding-right:30px}
#agenda .agenda_row,#agenda .agenda_topic_headline{padding-left:60px !important;padding-right:60px !important}
}@media only screen and (min-width:768px) and (max-width:980px){.show-md-only{display:block !important}
.row.show-md-only{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide-md-only{display:none !important}
}@media(min-width:981px){.h1{font-size:68px}
.h1{max-width:60vw}
.h2{font-size:46px}
.h3{font-size:30px}
#footer_sticky_section #text-and-btn{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
#footer_sticky_section .et_pb_row{height:75px}
#theme-top-ver2.et_pb_section{min-height:75vh}
#theme-top-ver2 p{font-size:36px}
#theme-top-ver2 .ml11{font-size:90px}
#theme-top-ver2 .ml11.v2{font-size:70px}
#theme-top.et_pb_section{min-height:70vh;padding-bottom:100px}
#theme-top p{font-size:36px}
#theme-top .ml11{font-size:90px}
#theme-top .ml11.v2{font-size:70px}
#theme-top-2023 #r1{-webkit-animation-name:topimg1;animation-name:topimg1}
#theme-top-2023 #l1{-webkit-animation-name:topimgl1;animation-name:topimgl1}
#theme-top-2023 #l2{-webkit-animation-name:topimgl2;animation-name:topimgl2}
#theme-top-2023 #l3{-webkit-animation-name:topimgl3;animation-name:topimgl3}
#theme-top-2023 #l4{-webkit-animation-name:topimgl4;animation-name:topimgl4}
#theme-top-2023 #rw{-webkit-animation-name:rw;animation-name:rw}
#theme-top-ver3 p{font-size:36px}
#theme-top-ver3 h1{font-size:80px}
#theme-top-ver3 .event-desc-banner-code div{font-size:26px}
.carousel-testimonials .et_pb_module_inner .dica-item .dica-item-content .item-title{font-size:42px}
#agenda .agenda_row .et_pb_column .et_pb_team_member{width:48%}
#agenda .agenda_row.et_pb_row_2col .et_pb_column .et_pb_team_member{width:100%}
}@media only screen and (min-width:1401px){.col-lg{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;padding:14px}
.col-lg-1{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%;padding:14px}
.col-lg-offset-1{margin-left:8.3333333333%}
.col-lg-2{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:14px}
.col-lg-offset-2{margin-left:16.6666666667%}
.col-lg-3{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;padding:14px}
.col-lg-offset-3{margin-left:25%}
.col-lg-4{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:14px}
.col-lg-offset-4{margin-left:33.3333333333%}
.col-lg-5{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:14px}
.col-lg-offset-5{margin-left:41.6666666667%}
.col-lg-6{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;padding:14px}
.col-lg-offset-6{margin-left:50%}
.col-lg-7{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:14px}
.col-lg-offset-7{margin-left:58.3333333333%}
.col-lg-8{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:14px}
.col-lg-offset-8{margin-left:66.6666666667%}
.col-lg-9{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;padding:14px}
.col-lg-offset-9{margin-left:75%}
.col-lg-10{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:14px}
.col-lg-offset-10{margin-left:83.3333333333%}
.col-lg-11{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:14px}
.col-lg-offset-11{margin-left:91.6666666667%}
.col-lg-12{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:14px}
.col-lg-offset-12{margin-left:100%}
.row.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.row.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.row.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.row.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.row.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.row.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.row.around-lg{-ms-flex-pack:distribute;justify-content:space-around}
.row.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.show-lg{display:block !important}
.row.show-lg{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide-lg{display:none !important}
}@media only screen and (min-width:1401px) and (max-width:1600px){.show-lg-only{display:block !important}
.row.show-lg-only{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide-lg-only{display:none !important}
}@media(min-width:1401px){#theme-top-2023 p{font-size:36px}
}@media only screen and (min-width:1601px){.col-xl{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;padding:14px}
.col-xl-1{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%;padding:14px}
.col-xl-offset-1{margin-left:8.3333333333%}
.col-xl-2{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:14px}
.col-xl-offset-2{margin-left:16.6666666667%}
.col-xl-3{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;padding:14px}
.col-xl-offset-3{margin-left:25%}
.col-xl-4{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:14px}
.col-xl-offset-4{margin-left:33.3333333333%}
.col-xl-5{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:14px}
.col-xl-offset-5{margin-left:41.6666666667%}
.col-xl-6{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;padding:14px}
.col-xl-offset-6{margin-left:50%}
.col-xl-7{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:14px}
.col-xl-offset-7{margin-left:58.3333333333%}
.col-xl-8{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:14px}
.col-xl-offset-8{margin-left:66.6666666667%}
.col-xl-9{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;padding:14px}
.col-xl-offset-9{margin-left:75%}
.col-xl-10{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:14px}
.col-xl-offset-10{margin-left:83.3333333333%}
.col-xl-11{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:14px}
.col-xl-offset-11{margin-left:91.6666666667%}
.col-xl-12{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:14px}
.col-xl-offset-12{margin-left:100%}
.row.start-xl{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.row.center-xl{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.row.end-xl{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.row.top-xl{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.row.middle-xl{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.row.bottom-xl{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.row.around-xl{-ms-flex-pack:distribute;justify-content:space-around}
.row.between-xl{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.first-xl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.last-xl{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.show-xl{display:block !important}
.row.show-xl{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide-xl{display:none !important}
}@media(max-width:1600px){.d-lg-block{display:none}
.d-lg-none{display:block}
}@media(max-width:980px){.d-md-none{display:block;padding:1rem}
.position-second-md{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.constant_grid.et_pb_row_4col:not(.standard-mobile)>.et_pb_column.et_pb_column_1_4{width:20.875% !important;margin-right:5.5%}
.constant_grid.et_pb_row_4col:not(.standard-mobile)>.et_pb_column.et_pb_column_1_4:nth-child(4){margin-right:0 !important}
.constant_grid.et_pb_row_5col:not(.standard-mobile)>.et_pb_column.et_pb_column_1_5{width:15.6% !important;margin-right:5.5%}
.constant_grid.et_pb_row_5col:not(.standard-mobile)>.et_pb_column.et_pb_column_1_5:nth-child(5){margin-right:0 !important}
.mobile-2-columns .et_pb_column.et_pb_column_1_4{width:44.17989% !important}
.mobile-3-columns .et_pb_equal_columns{display:-webkit-box;display:-ms-flexbox;display:flex}
.mobile-3-columns .et_pb_column.et_pb_column_1_3{width:31.3333% !important}
.constant_grid.et_pb_row_4col:not(.standard-mobile)>.et_pb_column.et_pb_column_1_4{width:20.875% !important;margin-right:5.5%}
.constant_grid.et_pb_row_4col:not(.standard-mobile)>.et_pb_column.et_pb_column_1_4:nth-child(4){margin-right:0 !important}
.constant_grid.et_pb_row_5col:not(.standard-mobile)>.et_pb_column.et_pb_column_1_5{width:15.6% !important;margin-right:5.5%}
.constant_grid.et_pb_row_5col:not(.standard-mobile)>.et_pb_column.et_pb_column_1_5:nth-child(5){margin-right:0 !important}
.mobile-2-columns .et_pb_column.et_pb_column_1_4{width:44.17989% !important}
.mobile-3-columns .et_pb_equal_columns{display:-webkit-box;display:-ms-flexbox;display:flex}
.mobile-3-columns .et_pb_column.et_pb_column_1_3{width:31.3333% !important}
#footer_sticky_section .et_pb_column{margin-bottom:3px}
#home-country-images-map .et_pb_button_module_wrapper{display:none}
#theme-top-2023 #topcol1{display:none}
#theme-top-2023 #r1{display:none}
#theme-top-2023 #rw{position:relative}
}@media(max-width:767px){.d-md-block{display:none}
.d-sm-block{display:none}
.d-sm-none{display:block;padding:1rem}
.position-second-mobile{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.constant_grid .et_pb_column_1_4{width:20.875% !important}
.constant_grid .et_pb_column_1_5{width:15.6% !important}
.constant_grid .et_pb_column_3_4{width:73.625% !important}
.constant_grid .et_pb_column_1_3{width:29.6667% !important}
.constant_grid .et_pb_column_2_3{width:64.833% !important}
.constant_grid .et_pb_column_2_5{width:36.7% !important}
.constant_grid .et_pb_column_3_5{width:57.8% !important}
.mobile-3-columns .et_pb_column.et_pb_column_1_3{width:31.3333% !important}
.constant_grid .et_pb_column_1_4{width:20.875% !important}
.constant_grid .et_pb_column_1_5{width:15.6% !important}
.constant_grid .et_pb_column_3_4{width:73.625% !important}
.constant_grid .et_pb_column_1_3{width:29.6667% !important}
.constant_grid .et_pb_column_2_3{width:64.833% !important}
.constant_grid .et_pb_column_2_5{width:36.7% !important}
.constant_grid .et_pb_column_3_5{width:57.8% !important}
.mobile-3-columns .et_pb_column.et_pb_column_1_3{width:31.3333% !important}
body .et_pb_text_inner p,body .et_pb_text_inner ul,body .et_pb_text_inner li,body .et_pb_text_inner ol{line-height:1.2em}
#footer a,#footer p{font-size:18px}
.et_pb_row{width:90%}
#theme-top-ver2.et_pb_section{background-size:auto 150px;padding-bottom:100px}
#theme-top-ver2.et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_5{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
#theme-top-ver2.et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_5{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
#theme-top-ver2 .ml11{margin-top:20px}
#theme-top.et_pb_section{background-size:auto 150px;padding-bottom:100px}
#theme-top.et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_5{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
#theme-top.et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_5{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
#theme-top .et_pb_image img{max-height:40vh}
#theme-top .ml11{margin-top:20px}
#top-v2-right-column .et_pb_text img{max-width:100%;height:auto}
#top-v2-right-column .et_pb_text .et_pb_text_inner{padding-bottom:50%}
body .et_pb_countdown_timer .section{width:22% !important}
#agenda .agenda_topic_headline .et_pb_text_inner{text-align:center}
#agenda .agenda_topic_headline p{text-align:center}
#agenda .agenda_topic_headline h4,#agenda .agenda_topic_headline h3{text-align:center}
#agenda .agenda_topic_headline .et_pb_team_member{padding-left:10px}
}@media(max-width:400px){div[class^="col-xs-"]{padding-left:12px;padding-right:12px;padding-top:0;padding-bottom:0}
}@media only screen and (max-width:400px){.show-xs-only{display:block !important}
.row.show-xs-only{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
.hide-xs-only{display:none !important}
}@-webkit-keyframes linemove{from{left:0}
to{left:100%}
}@keyframes linemove{from{left:0}
to{left:100%}
}@-webkit-keyframes rotate{0%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}
35%{-webkit-transform:rotateY(-45deg);transform:rotateY(-45deg);opacity:.8}
70%{-webkit-transform:rotateY(45deg);transform:rotateY(45deg);opacity:.8}
100%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}
}@keyframes rotate{0%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}
35%{-webkit-transform:rotateY(-45deg);transform:rotateY(-45deg);opacity:.8}
70%{-webkit-transform:rotateY(45deg);transform:rotateY(45deg);opacity:.8}
100%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}
}@-webkit-keyframes bobbingAnim{0%{-webkit-transform:translate(0,0) rotateZ(0.001deg);transform:translate(0,0) rotateZ(0.001deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
50%{-webkit-transform:translate(10px,12px) rotateZ(0.001deg);transform:translate(10px,12px) rotateZ(0.001deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
100%{-webkit-transform:translate(0,0) rotateZ(0.001deg);transform:translate(0,0) rotateZ(0.001deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}@keyframes bobbingAnim{0%{-webkit-transform:translate(0,0) rotateZ(0.001deg);transform:translate(0,0) rotateZ(0.001deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
50%{-webkit-transform:translate(10px,12px) rotateZ(0.001deg);transform:translate(10px,12px) rotateZ(0.001deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
100%{-webkit-transform:translate(0,0) rotateZ(0.001deg);transform:translate(0,0) rotateZ(0.001deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}@-webkit-keyframes topimg1{0%{left:10%;top:0}
50%{left:6%;top:-3%}
100%{left:10%;top:0}
}@keyframes topimg1{0%{left:10%;top:0}
50%{left:6%;top:-3%}
100%{left:10%;top:0}
}@-webkit-keyframes topimgl1{0%{right:10%;top:10%}
50%{right:0;top:5%}
100%{right:10%;top:10%}
}@keyframes topimgl1{0%{right:10%;top:10%}
50%{right:0;top:5%}
100%{right:10%;top:10%}
}@-webkit-keyframes topimgl2{0%{top:40%;right:9%}
50%{top:45%;right:5%}
100%{top:40%;right:9%}
}@keyframes topimgl2{0%{top:40%;right:9%}
50%{top:45%;right:5%}
100%{top:40%;right:9%}
}@-webkit-keyframes topimgl3{0%{left:-2%;bottom:20%}
50%{left:0;bottom:10%}
100%{left:-2%;bottom:20%}
}@keyframes topimgl3{0%{left:-2%;bottom:20%}
50%{left:0;bottom:10%}
100%{left:-2%;bottom:20%}
}@-webkit-keyframes topimgl4{0%{left:-2%;bottom:-8%}
50%{left:0;bottom:0}
100%{left:-2%;bottom:-8%}
}@keyframes topimgl4{0%{left:-2%;bottom:-8%}
50%{left:0;bottom:0}
100%{left:-2%;bottom:-8%}
}@-webkit-keyframes topimg2{0%{top:40%;left:5%}
50%{top:45%;left:0}
100%{top:40%;left:5%}
}@keyframes topimg2{0%{top:40%;left:5%}
50%{top:45%;left:0}
100%{top:40%;left:5%}
}@-webkit-keyframes topimg3{0%{left:10%;bottom:20%}
50%{left:5%;bottom:10%}
100%{left:10%;bottom:20%}
}@keyframes topimg3{0%{left:10%;bottom:20%}
50%{left:5%;bottom:10%}
100%{left:10%;bottom:20%}
}@-webkit-keyframes rw{0%{bottom:0;right:20%}
50%{bottom:-5%;right:18%}
100%{bottom:0;right:20%}
}@keyframes rw{0%{bottom:0;right:20%}
50%{bottom:-5%;right:18%}
100%{bottom:0;right:20%}
}@-webkit-keyframes left-to-right{0%{bottom:0;right:0}
50%{bottom:0;right:10%}
100%{bottom:0;right:0}
}@keyframes left-to-right{0%{bottom:0;right:0}
50%{bottom:0;right:10%}
100%{bottom:0;right:0}
}@-webkit-keyframes fadeInOutTop{0%{opacity:0}
20%{opacity:1}
40%{opacity:0}
100%{opacity:0}
}@keyframes fadeInOutTop{0%{opacity:0}
20%{opacity:1}
40%{opacity:0}
100%{opacity:0}
}