/** Start Global Styles **/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

small {
  font-size: 100%;
}

ul,
li {
  list-style: none;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none !important;
}

.primary-btn {
  width: -moz-max-content;
  width: max-content;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background-color: #ff9200;
  transition: 0.5s;
}

.primary-btn:hover {
  padding: 20px 20px;
}

.primary-btn span {
  position: relative;
}

/* .primary-btn span::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;f
  bottom: 0px;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.5s ease;
} */

.primary-btn:hover span::after {
  width: 100%;
  opacity: 1;
}

/** End Global Styles **/
/** Start Header Styles **/
header {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 30;
  filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.063));
}
header .header-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px 20px 30px;
}
header .nav_switch-lang {
  display: flex;
  align-items: center;
  gap: 80px;
}
header nav {
  display: flex;
  flex-direction: column;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
header nav ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  position: relative;
  transition: 0.5s;
}
header nav ul li a::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-color: #0049ff;
  opacity: 0;
  transition: all 0.3s ease;
}
header nav ul li a.active,
header nav ul li a:hover {
  font-weight: 600;
  color: #0049ff;
}
header nav ul li a.active::after,
header nav ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
header .switch-lang__linkedin {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .switch-lang__linkedin ul.switch-lang {
  display: flex;
  align-items: center;
  gap: 5px;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
  padding-right: 40px;
}
header .switch-lang__linkedin ul.switch-lang li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  text-transform: uppercase;
  position: relative;
}
header .switch-lang__linkedin ul.switch-lang li a.active {
  font-weight: 600;
}
header .switch-lang__linkedin ul.switch-lang li:last-child a:after {
  content: "|";
  position: absolute;
  left: -5px;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}

/** End Header Styles **/
/** Start Event Styles **/
.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
body.page-template-programme .hero {
  padding-top: 270px;
}
.hero .hero-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.hero .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  filter: brightness(0.7);
}
.hero .splide {
  position: relative;
  z-index: 20;
}
.hero .hero-slider-progress {
  width: 215px;
  background: #ffb7a5;
  position: relative;
  top: 50px;
  margin: 0 auto;
  height: 2px;
}
.hero .hero-slider-progress-bar {
  background: #f04e00;
  height: 6px;
  transition: width 400ms ease;
  width: 0;
  position: relative;
  top: -2px;
}
.hero .event_slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero .event_slide .icon {
  position: relative;
  top: 9px;
}
.hero .event_slide .category {
  background-color: #f04e00;
  padding: 3px 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
}
.hero .event_slide .title {
  background-color: #f3baa9;
  padding: 15px;
  margin-top: 5px;
}
.hero .event_slide .title h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 30px;
  color: #0049ff;
}
.hero .event_slide .subtitle {
  background-color: #224cf5;
  padding: 3px 5px;
}
body.page-template-programme .hero .event_slide .title {
  background-color: #224cf5;
}
body.page-template-programme .hero .event_slide .title h1 {
  color: #ffffff;
}
body.page-template-programme .hero .event_slide .subtitle {
  background-color: #f3baa9;
}
.hero .event_slide .subtitle h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 43px;
  color: #ffffff;
}
body.page-template-programme .hero .event_slide .subtitle h3 {
  font-weight: 600;
  font-size: 46px;
  line-height: 54px;
}
.hero .event_slide .subtitle h3 span {
  font-weight: 600;
}
.hero .event_slide .date {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  color: #0049ff;
  background-color: #ffffff;
  margin-top: 25px;
  padding: 3px 20px;
}
.hero .event_slide .address {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #0049ff;
  background-color: #ffffff;
  padding: 3px 5px;
}
.hero .event_slide .cta-inscription {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
body.home .hero .event_slide .cta-inscription a {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #ff9200;
  padding: 5px 10px;
  transition: 0.5s;
}

body.home .hero .event_slide .cta-inscription a:hover {
  padding: 5px 5px;
}

body.page-template-programme .hero .event_slide .cta-inscription a {
  background-color: #f04e00;
  padding: 13px 18px;
  margin-top: 80px;
	
display : none	
	
}

.about {
  display: flex;
  flex-direction: column;
}
.about .about-container {
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.about .about-content {
  display: flex;
  flex-direction: column;
  padding-top: 170px;
  position: relative;
  z-index: 10;
}
.about .about-info {
  width: 100%;
  padding: 70px 90px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  border: 1px solid rgba(0, 73, 255, 0.204);
  position: relative;
  z-index: 1;
}
.about .about-info:before {
  content: "";
  width: 392px;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='393' height='381' viewBox='0 0 393 381' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M266.248 376.114H256.448C256.448 343.004 229.364 316.069 196.07 316.069C162.776 316.069 135.692 343.004 135.692 376.114H125.891C125.891 337.623 157.375 306.312 196.08 306.312C234.785 306.312 266.268 337.623 266.268 376.114H266.248Z' fill='%230049FF'/%3E%3Cpath d='M0 380.983V371.237C99.4874 371.237 180.416 259.756 180.416 122.728C180.416 92.1923 176.432 62.3607 168.583 34.0881L178.03 31.4932C186.12 60.6207 190.216 91.3172 190.216 122.728C190.216 191.433 170.606 256.085 134.996 304.765C99.0525 353.918 51.1141 380.983 0 380.983Z' fill='%230049FF'/%3E%3Cpath d='M392.124 380.983C341.01 380.983 293.071 353.917 257.117 304.764C221.507 256.074 201.897 191.433 201.897 122.727C201.897 91.3068 206.003 60.6002 214.094 31.4727L223.54 34.0676C215.682 62.3502 211.697 92.1818 211.697 122.727C211.697 259.756 292.636 371.237 392.114 371.237V380.983H392.124Z' fill='%230049FF'/%3E%3Cpath d='M200.957 0H191.157V43.4097H200.957V0Z' fill='%230049FF'/%3E%3Cpath d='M245.385 272.677H146.727V282.423H245.385V272.677Z' fill='%230049FF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.02;
}
.about .about-info:after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='1202' height='10' viewBox='0 0 1202 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M237.226 0.5625H0V9.14821H237.226V0.5625Z' fill='%230049FF'/%3E%3Cpath d='M385.786 0.5625H237.057V9.14821H385.786V0.5625Z' fill='%23FFB7A5'/%3E%3Cpath d='M636.194 0.5625H385.068V9.14821H636.194V0.5625Z' fill='%230049FF'/%3E%3Cpath d='M1202 0.5625H959.214V9.14821H1202V0.5625Z' fill='%230049FF'/%3E%3Cpath d='M716.532 0.5625H635.912V9.14821H716.532V0.5625Z' fill='%23FF9200'/%3E%3Cpath d='M811.278 0.5625H716.295V9.14821H811.278V0.5625Z' fill='%230049FF'/%3E%3Cpath d='M959.751 0.5625H810.558V9.14821H959.751V0.5625Z' fill='%23F04E00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: 0;
}
.about .about-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #333333;
}

.theme {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.theme .theme-container {
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.theme .theme-content {
  display: flex;
  flex-direction: column;
  background-color: #333333;
  padding: 80px 100px;
}
.theme .theme-header {
  width: 662px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.theme .theme-header h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #f04e00;
}
.theme .theme-header h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 40px;
}
.theme .theme-header p {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
}
.theme .theme-block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.theme .theme-block .left-side {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.theme .theme-block .right-side {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.theme .theme-block .right-side p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.theme .theme-block .right-side ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.theme .theme-block .right-side ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.theme .theme-block .right-side ul li .color {
  width: 34px;
  height: 13px;
  background-color: #0049ff;
}
.theme .theme-block .right-side ul li span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}
.theme .theme-block .right-side ul li:nth-of-type(2) .color {
  background-color: #ff9200;
}
.theme .theme-block .right-side ul li:nth-of-type(3) .color {
  background-color: #f04e00;
}
.theme .theme-block .right-side ul li:nth-of-type(4) .color {
  background-color: #f3baa9;
}

.partenaires {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
.partenaires .partenaires-container {
  width: 1310px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.partenaires .partenaires-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.partenaires .partenaires-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.partenaires .partenaires-header h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #f04e00;
}
.partenaires .partenaires-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.partenaires .partenaires-grid .item {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
}
.partenaires .partenaires-grid .item img {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.partenaires .partenaires-grid .bigLogos {
	
display : flex;	
justify-content : center;	
    width: 100%;	
	gap : 20px;
}


.partenaires .partenaires-grid .bigLogos .item {
	
    min-height: 134px;	
	
	
}


.partenaires .partenaires-grid .bigLogos .item img {
	
width : 200px	
	
}


.partenaires.press .partenaires-grid .item img {
  width: 160px;
}

.format {
  background-color: #fff;
  padding-top: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  z-index: 3;
  position: relative;
}
.format .format-container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.format .format-container .content {
  width: 1287px;
  max-width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  gap: 100px 0;
}
.format .label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #f04e00;
  margin-bottom: 37px;
}
.format h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #0049ff;
  margin-bottom: 62px;
}
.format .description {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding-left: 47px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-right: 55px;
}
.format .right {
  width: 571px;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  padding-right: 75px;
  padding-bottom: 94px;
  text-align: right;
  margin-left: auto;
}
.format .right::after {
  content: "";
  position: absolute;
  right: 0;
  width: 75px;
  height: 423px;
  top: -100px;
  background-color: #f04e00;
}
.format .right::before {
  content: "";
  position: absolute;
  left: 0;
  width: calc(100% - 75px);
  height: 94px;
  bottom: 0;
  background-color: #f8cdba;
}
.format .right img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 368px;
  max-width: calc(100% - 20px);
}
.format .left {
  width: 696px;
}
.format .format-items {
  display: flex;
  flex-direction: column;
}
.format .format-items .item {
  display: flex;
  justify-content: center;
  min-height: 395px;
}
.format .format-items .item .title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #ffffff;
  width: 43%;
  padding: 129px 80px;
  position: relative;
  isolation: isolate;
}
.format .format-items .item .description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 57%;
  padding: 129px 163px;
}
.format .format-items .item .description p {
  width: 465px;
  max-width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.format .format-items .item:first-child .title::after {
  content: "";
  position: absolute;
  right: -204px;
  top: 17px;
  width: 418px;
  height: 398px;
  background-image: url("data:image/svg+xml,%3Csvg width='418' height='398' viewBox='0 0 418 398' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2' clip-path='url(%23clip0_812_291)'%3E%3Cpath d='M410.444 328.349C410.27 328.324 409.971 328.744 409.72 329.238L410.582 328.376C410.536 328.368 410.487 328.355 410.444 328.349Z' fill='white'/%3E%3Cpath d='M416.12 369.001C416.612 368.388 417.066 367.625 417.402 366.824L399.805 384.421C400.072 384.495 400.339 384.568 400.62 384.645C398.954 385.955 397.959 386.835 396.867 387.573C395.617 388.418 395.429 389.354 396.769 390.063C397.418 390.407 398.072 390.773 398.731 391.129L414.083 375.778C413.864 373.319 414.402 371.139 416.12 369.001Z' fill='white'/%3E%3Cpath d='M409.129 336.979C409.194 337.931 409.247 338.885 409.299 339.838L413.238 335.901C413.097 334.179 412.962 332.456 412.762 330.742L408.893 334.612C408.941 335.399 409.075 336.189 409.129 336.979Z' fill='white'/%3E%3Cpath d='M417.178 356.868L394.692 379.353C394.083 380.542 393.361 381.643 392.855 382.513C394 382.828 395.091 383.127 396.237 383.442L417.74 361.939C417.578 360.246 417.392 358.557 417.178 356.868Z' fill='white'/%3E%3Cpath d='M413.679 340.006L387.979 365.705C388.946 366.471 390.555 366.829 391.702 367.617L414.767 344.552C414.338 343.047 413.916 341.539 413.679 340.006Z' fill='white'/%3E%3Cpath d='M411.503 387.474C412.587 385.945 414.011 384.711 414.383 383.215C414.652 382.13 414.707 380.949 414.632 379.774L401.828 392.579C402.392 392.78 402.962 392.939 403.54 393.035C404.626 393.217 405.415 393.528 405.997 394.042L412.436 387.604C412.184 387.569 411.844 387.521 411.503 387.474Z' fill='white'/%3E%3Cpath d='M411.613 396.553C412.079 396.221 410.222 395.444 410.325 395.073C410.431 394.687 410.55 394.304 410.666 393.921L407.384 397.203C407.669 397.879 408.594 398.689 411.613 396.553Z' fill='white'/%3E%3Cpath d='M415.958 347.907L389.501 374.364C389.37 374.536 389.24 374.706 389.104 374.885C390.523 375.363 391.835 376.172 393.144 376.166C393.209 376.166 393.266 376.17 393.328 376.171L416.644 352.854C416.415 351.205 416.185 349.556 415.958 347.907Z' fill='white'/%3E%3Cpath d='M405.927 340.914C404.19 340.227 402.62 340.299 401.816 342.012C401.012 343.728 399.816 344.658 398.296 345.209L389.83 353.674C389.509 355.066 388.831 356.307 387.145 356.915C388.089 357.716 388.992 358.484 389.891 359.247L407.794 341.344C407.15 341.257 406.514 341.147 405.927 340.914Z' fill='white'/%3E%3Cpath d='M213.416 13.4075C211.962 14.6127 210.821 14.8478 209.764 14.5464L70.6199 153.69C72.4723 153.358 74.0022 153.776 75.3632 154.581L217.674 12.2702C216.407 11.855 214.905 12.1721 213.416 13.4075Z' fill='white'/%3E%3Cpath d='M303.844 200.034C304.481 200.036 305.577 198.805 305.672 198.045C305.852 196.609 305.947 194.989 305.55 193.628L154.15 345.028C154.594 345.17 155.039 345.313 155.478 345.467C156.341 345.77 157.194 346.298 157.882 346.93L301.358 203.453C301.048 201.545 300.784 200.017 303.844 200.034Z' fill='white'/%3E%3Cpath d='M326.213 217.46C326.645 216.44 328.159 215.596 329.37 215.247C330.04 215.053 330.593 214.806 331.023 214.51L331.744 213.789C332.202 213.066 332.123 212.155 331.359 211.063C331.011 210.566 330.69 210.048 330.373 209.525L180.535 359.364C180.726 359.379 180.916 359.387 181.106 359.381C182.834 359.336 183.562 359.938 183.98 361.553L326.369 219.163C326.132 218.524 326.041 217.867 326.213 217.46Z' fill='white'/%3E%3Cpath d='M311.054 193.618C310.726 193.805 310.476 194.137 310.268 194.543L311.384 193.428C311.273 193.491 311.164 193.555 311.054 193.618Z' fill='white'/%3E%3Cpath d='M83.0208 61.7715C83.2178 62.7864 83.319 63.9289 83.4783 65.0219L92.2049 56.296C91.0692 56.4883 89.9067 56.7265 88.8471 56.5107C88.2254 56.3847 87.6368 56.1167 87.0528 55.8145L82.7327 60.1346C82.8221 60.6844 82.9155 61.2295 83.0208 61.7715Z' fill='white'/%3E%3Cpath d='M306.657 184.667C308.571 181.98 311.174 179.785 313.736 177.106C313.791 176.554 314.017 175.742 314.116 174.882L146.182 342.815C146.849 342.937 147.808 343.223 148.454 343.399C149.182 343.597 149.909 343.795 150.637 343.995L304.747 189.885C304.785 187.977 305.544 186.227 306.657 184.667Z' fill='white'/%3E%3Cpath d='M324.647 194.892L167.498 352.04C167.705 352.578 167.892 353.139 168.084 353.698C169.856 351.49 171.169 350.863 173.533 351.64L325.545 199.628C325.578 198.017 325.017 196.46 324.647 194.892Z' fill='white'/%3E%3Cpath d='M321.097 190.278C320.402 190.203 319.732 190.209 319.083 190.274L308.634 200.724C308.471 201.653 308.257 202.497 307.706 202.904C307.047 203.389 306.259 203.701 305.405 203.952L160.777 348.581C160.979 348.523 161.192 348.442 161.429 348.304C161.862 348.056 162.578 348.29 163.163 348.315C164.282 348.363 165.104 348.712 165.742 349.249L323.804 191.187C323.251 190.484 322.31 190.408 321.097 190.278Z' fill='white'/%3E%3Cpath d='M326.159 75.7061C325.924 76.3548 325.727 76.9034 325.515 77.4937L326.801 76.2068C326.596 76.051 326.384 75.8889 326.159 75.7061Z' fill='white'/%3E%3Cpath d='M131.236 72.7584C131.215 72.7659 131.191 72.773 131.17 72.7804L59.4272 144.523C60.6077 144.62 61.7395 145.162 62.7473 146.65C61.4915 148.031 58.9335 149.031 58.8793 150.704L140.562 69.0215C137.475 70.328 134.394 71.6533 131.236 72.7584Z' fill='white'/%3E%3Cpath d='M83.545 100.043L42.2171 141.371C42.2359 141.592 42.2563 141.814 42.2697 142.034C42.3364 143.123 42.4588 144.208 42.5561 145.296C42.8081 145.264 43.0593 145.232 43.3113 145.2C43.3113 144.518 43.0232 143.506 43.3615 143.211C44.7312 142.012 46.1683 140.7 47.8245 140.085C48.2884 139.913 48.8048 139.863 49.344 139.879L89.2262 99.9961C87.3313 100.039 85.4374 100.065 83.545 100.043Z' fill='white'/%3E%3Cpath d='M52.4124 95.1209C51.7876 94.1963 51.1338 93.2921 50.4736 92.3945L14.8332 128.035C15.3215 127.784 15.8112 127.534 16.3033 127.292C16.8811 126.861 18.0749 127.758 18.6047 127.462C19.7688 126.815 20.5278 126.938 21.1392 127.363L52.7954 95.7061C52.6667 95.5119 52.5427 95.3141 52.4124 95.1209Z' fill='white'/%3E%3Cpath d='M67.8648 96.5332C66.8115 97.1972 65.7581 97.8612 64.7016 98.5265L30.9559 132.273C31.4638 132.486 31.8782 132.758 32.12 133.142C32.7189 134.097 33.2989 134.68 33.8695 134.993L69.7321 99.1304C69.2132 98.4629 68.6795 97.6321 67.8648 96.5332Z' fill='white'/%3E%3Cpath d='M122.212 71.5566L53.1666 140.602C53.625 140.813 54.0771 141.069 54.5362 141.272C54.0512 142.032 53.7317 143.098 53.0378 143.471C52.2357 143.903 51.1282 143.771 49.8794 143.889L49.8182 143.95C51.0536 145.793 52.4162 145.857 53.829 145.574L126.414 72.9879C125.023 72.254 123.641 71.8231 122.212 71.5566Z' fill='white'/%3E%3Cpath d='M54.5693 98.4785L23.4382 129.61C24.3722 130.262 25.5119 130.682 26.5975 131.093C26.8345 131.183 27.0872 131.261 27.3486 131.333L56.7152 101.967C56.001 100.804 55.289 99.639 54.5693 98.4785Z' fill='white'/%3E%3Cpath d='M204.415 9.71484L169.869 44.2607C169.792 44.3419 169.711 44.418 169.632 44.4974L60.6689 153.461C60.6814 153.472 60.6924 153.483 60.7058 153.494C60.6673 153.508 60.632 153.521 60.5943 153.536L59.3502 154.78C60.1689 155.132 60.7804 155.429 60.9765 155.256C62.1876 154.194 62.7827 155.191 63.7324 155.605C63.8328 155.649 63.9388 155.685 64.0502 155.714L206.997 12.7658C205.92 11.8372 205.026 10.853 204.415 9.71484Z' fill='white'/%3E%3Cpath d='M326.056 203.663L176.638 353.081C178.667 354.427 177.493 356.374 176.649 358.538C176.695 358.547 176.739 358.558 176.785 358.567L328.654 206.698C327.928 205.581 327.105 204.536 326.056 203.663Z' fill='white'/%3E%3Cpath d='M72.8122 100.597L38.0925 135.316C38.4842 136.028 38.8649 136.721 39.2385 137.401C40.5171 136.592 41.7965 135.783 43.4464 134.74C43.2455 135.261 43.0202 135.751 42.8106 136.232L76.8389 102.204C75.5124 99.95 75.3546 99.9662 72.8122 100.597Z' fill='white'/%3E%3Cpath d='M352.265 80.6875C351.584 80.5667 350.874 80.5235 350.185 80.5631C349.144 80.6232 348.098 80.7559 347.054 80.861L93.2395 334.676C94.6131 335.175 95.993 335.672 97.3823 336.168L352.761 80.7888C352.596 80.7551 352.438 80.7182 352.265 80.6875Z' fill='white'/%3E%3Cpath d='M339.164 78.7927C339.13 78.7492 339.099 78.7123 339.065 78.6699L85.8816 331.854C85.9271 331.885 85.9687 331.924 86.0182 331.944C87.3109 332.461 88.6107 332.962 89.9168 333.453L342.576 80.7923C341.287 80.4744 339.922 79.7366 339.164 78.7927Z' fill='white'/%3E%3Cpath d='M255.686 316.86C256.711 317.075 257.651 317.313 258.568 317.506L324.83 251.243C324.457 250.721 324.103 250.189 323.834 249.616C323.52 248.946 323.193 248.202 322.979 247.461L252.411 318.029C253.67 318.32 254.81 317.905 255.686 316.86Z' fill='white'/%3E%3Cpath d='M102.622 234.635C102.439 234.498 102.264 234.35 102.087 234.206L92.3605 243.933C92.1227 245.656 91.8856 247.378 91.6337 249.098C91.5653 249.565 91.4963 250.032 91.428 250.499L104.828 237.099C104.323 236.204 103.613 235.379 102.622 234.635Z' fill='white'/%3E%3Cpath d='M107.479 244.628L289.404 62.7021C289.119 62.7324 288.83 62.7775 288.533 62.843C286.982 63.1868 285.463 63.9042 283.913 63.9548C283.512 63.9682 283.071 63.927 282.631 63.8426L107.296 239.177C107.484 240.914 107.327 242.832 107.479 244.628Z' fill='white'/%3E%3Cpath d='M102.033 229.234C102.128 229.302 102.216 229.372 102.307 229.441L275.191 56.5558C274.852 56.3345 274.5 56.1285 274.157 55.9326C273.292 55.439 272.377 55.0182 271.442 54.6709L99.5934 226.52C100.341 227.523 101.063 228.546 102.033 229.234Z' fill='white'/%3E%3Cpath d='M355.518 88.1099C357.956 85.3183 358.034 83.3012 356.09 82.0049L100.728 337.367C101.005 337.467 101.28 337.564 101.558 337.665C102.209 338.445 102.907 339.282 103.608 340.121L355.024 88.7048C355.189 88.5066 355.346 88.3061 355.518 88.1099Z' fill='white'/%3E%3Cpath d='M106.477 235.449L279.787 62.1392C278.916 61.1337 278.171 60.0042 277.393 58.8994L104.599 231.694C105.448 232.818 106.038 234.065 106.477 235.449Z' fill='white'/%3E%3Cpath d='M97.0306 229.082L94.6178 231.495C94.2913 232.459 93.9977 233.439 93.8156 234.441C93.5629 235.831 93.3384 237.226 93.1249 238.622L99.7433 232.003C98.8751 231.096 97.9953 230.115 97.0306 229.082Z' fill='white'/%3E%3Cpath d='M310.196 66.8184L85.4375 291.577C84.717 294.197 83.9195 296.803 83.2233 299.425L312.793 69.8544C312.054 68.7501 311.237 67.7014 310.196 66.8184Z' fill='white'/%3E%3Cpath d='M316.239 74.8033C315.617 74.1291 315.081 73.3877 314.572 72.6221L81.9156 305.279C81.0796 309.959 79.0954 313.697 75.747 316.814C74.6308 317.852 72.995 318.331 70.9448 319.408C71.4158 319.726 71.9134 320.062 72.4221 320.407L317.074 75.7542C316.811 75.4548 316.537 75.1275 316.239 74.8033Z' fill='white'/%3E%3Cpath d='M324.008 76.3025C323.621 75.5156 323.07 75.0101 322.481 74.8936L74.9141 322.461C75.097 323.043 75.3026 323.702 75.5617 324.53C77.0452 321.955 78.9556 321.851 80.4642 322.545L324.808 78.2004C324.501 77.4367 324.278 76.8519 324.008 76.3025Z' fill='white'/%3E%3Cpath d='M109.38 251.116C108.691 250.434 108.137 249.718 107.684 248.97L94.4168 262.237C94.8233 262.823 95.3446 263.827 95.7605 264.452C94.4026 265.066 93.0447 265.679 90.9255 266.637C90.3721 268.067 89.0872 270.371 88.6139 272.829C88.5488 273.169 88.4946 273.511 88.4365 273.851L110.036 252.252C109.876 251.805 109.677 251.411 109.38 251.116Z' fill='white'/%3E%3Cpath d='M105.939 241.891C105.933 241.453 105.905 241.029 105.863 240.61L90.6405 255.833C90.3022 258.12 89.9718 260.346 89.661 262.447L106.374 245.733C106.083 244.514 105.958 243.232 105.939 241.891Z' fill='white'/%3E%3Cpath d='M306.314 64.8226C304.909 64.4588 303.776 64.1264 302.72 64.1143L87.7169 279.117C87.4634 281.3 87.2146 283.483 86.83 285.637L307.329 65.139C307.008 65.0208 306.67 64.9149 306.314 64.8226Z' fill='white'/%3E%3Cpath d='M84.4154 328.651C84.4288 328.679 84.439 328.708 84.4515 328.737L336.851 76.3377C335.885 75.7596 334.999 76.2066 333.015 77.6171C331.644 78.592 330.464 78.8078 329.322 78.2332L82.5419 325.013C82.6258 326.273 81.7954 327.673 81.0145 328.875C80.6926 329.372 80.0788 330.037 80.213 330.399C80.4281 330.981 80.7829 331.511 81.1518 332.037L84.3464 328.843C84.3715 328.777 84.3896 328.719 84.4154 328.651Z' fill='white'/%3E%3Cpath d='M264.191 41.5605L97.5423 208.21C97.6106 209.868 97.0361 211.487 96.7951 213.05C96.6153 214.219 95.8461 215.296 95.0197 216.366L264.325 47.0608C264.041 45.2261 263.786 43.3898 264.191 41.5605Z' fill='white'/%3E%3Cpath d='M245.751 33.5357C245.122 33.0419 244.189 32.5098 243.417 31.7939L83.9242 191.287C85.2255 191.774 86.4092 192.427 87.1438 193.7L245.951 34.8939C245.884 34.4477 245.817 33.9984 245.751 33.5357Z' fill='white'/%3E%3Cpath d='M333.2 146.921C333.523 147.429 334.275 147.756 334.899 147.967C335.316 148.109 335.734 148.222 336.15 148.3L344.271 140.179C344.225 139.792 344.13 139.384 343.973 138.95C343.58 137.865 343.306 136.771 343.149 135.668L332.625 146.192C332.815 146.382 333.008 146.618 333.2 146.921Z' fill='white'/%3E%3Cpath d='M246.318 42.0393C246.557 41.3109 246.682 40.484 246.605 39.7273C246.576 39.4467 246.54 39.1658 246.507 38.8848L89.6061 195.786C90.7906 196.36 91.9946 196.944 93.2772 197.565C93.4373 197.455 93.6351 197.318 93.8674 197.159L246.178 44.8477C245.892 44.1079 245.939 43.197 246.318 42.0393Z' fill='white'/%3E%3Cpath d='M238.398 31.0647C235.707 27.969 234.759 31.3257 232.7 32.7232C232.687 32.5964 232.678 32.487 232.666 32.3645L77.6228 187.408C77.8128 187.557 77.9902 187.715 78.0859 187.893C78.6683 188.971 79.5686 189.606 80.5882 190.076L241.072 29.5926C240.239 29.2512 239.383 29.5918 238.398 31.0647Z' fill='white'/%3E%3Cpath d='M225.954 23.0019C224.001 23.607 222.732 23.5557 221.947 22.7236L70.0463 174.625C70.1106 174.717 70.164 174.808 70.2354 174.902C70.9693 175.866 71.7832 176.787 72.5839 177.721L227.436 22.8677C226.939 22.8143 226.438 22.8516 225.954 23.0019Z' fill='white'/%3E%3Cpath d='M232.232 27.9986C232.056 26.5897 231.375 25.328 230.448 24.4033L74.5971 180.254C75.4032 181.403 76.0751 182.632 76.4652 184.02L232.258 28.2266C232.249 28.1509 232.242 28.074 232.232 27.9986Z' fill='white'/%3E%3Cpath d='M330.347 151.806C328.712 152.034 327.636 152.184 326.47 152.347L131.048 347.769C131.658 348.183 132.207 348.842 132.681 349.795C133.511 349.036 134.137 348.616 134.763 348.044C134.792 348.284 134.821 348.119 134.849 348.923H135.833L324.325 160.279C326.183 157.652 328.111 154.891 330.347 151.806Z' fill='white'/%3E%3Cpath d='M111.704 250.584L296.07 66.2172C295.389 65.9527 294.743 65.4299 294.143 64.6784C293.798 64.2478 293.428 63.8997 293.04 63.6133L108.507 248.147C109.139 249.15 110.135 249.995 111.704 250.584Z' fill='white'/%3E%3Cpath d='M267.32 53.3389C266.322 52.882 264.689 52.0202 264.719 51.4032C264.722 51.3393 264.72 51.2749 264.721 51.2109L93.7834 222.149C93.9286 222.246 94.0715 222.339 94.2057 222.427C95.2135 223.085 96.4003 223.521 97.3807 224.185L267.974 53.5924C267.754 53.5123 267.532 53.4361 267.32 53.3389Z' fill='white'/%3E%3Cpath d='M344.554 115.733C344.998 114.709 345.485 113.673 345.842 112.614L115.469 342.987C116.85 343.049 118.316 343.605 119.442 344.648L343.189 120.901C343.224 119.136 343.805 117.458 344.554 115.733Z' fill='white'/%3E%3Cpath d='M349.128 99.1484L105.677 342.692C106.059 343.15 106.43 343.296 106.774 344.1H109.996L347.004 106.999C347.547 104.342 348.219 101.655 349.128 99.1484Z' fill='white'/%3E%3Cpath d='M264.326 36.6348C262.416 38.3251 260.341 39.2674 259.903 40.7081C259.807 41.0209 259.702 41.3211 259.592 41.6135L264.37 36.8361C264.355 36.7679 264.34 36.7058 264.326 36.6348Z' fill='white'/%3E%3Cpath d='M220.769 16.6101C220.621 15.7828 220.374 15.0571 220.051 14.4395L77.8977 156.593C78.5107 157.181 79.1072 157.804 79.7054 158.419C78.9 158.038 78.1284 157.587 77.3616 157.129L71.7424 162.747C73.3578 164.071 72.6184 165.835 69.9536 169.747C69.7401 170.061 69.5823 170.368 69.4505 170.674L220.913 19.2109C220.874 18.3408 220.919 17.4586 220.769 16.6101Z' fill='white'/%3E%3Cpath d='M248.78 46.8345C248.769 46.8309 248.76 46.8262 248.749 46.8223L95.0258 200.545C94.7676 202.176 95.4096 203.757 96.3028 204.902L254.033 47.1716C252.495 47.5585 250.733 47.469 248.78 46.8345Z' fill='white'/%3E%3Cpath d='M343.669 129.291C344.118 127.863 344.386 126.046 343.965 124.672L121.355 347.282C122.582 348.864 123.989 349.21 125.878 348.393L343.249 131.022C343.356 130.448 343.487 129.872 343.669 129.291Z' fill='white'/%3E%3Cpath d='M336.584 237.397C336.97 236.032 337.124 234.805 336.679 233.761L326.452 243.987C330.948 244.392 335.387 241.633 336.584 237.397Z' fill='white'/%3E%3Cpath d='M331.294 272.482C331.149 271.513 331.293 270.438 331.588 269.391L279.527 321.453C279.875 321.83 280.244 322.158 280.674 322.328C281.449 322.634 282.558 322.015 283.53 321.923C283.877 321.891 284.338 321.857 284.772 321.841L331.818 274.796C331.594 274.029 331.411 273.257 331.294 272.482Z' fill='white'/%3E%3Cpath d='M175.597 31.3494C175.523 32.0994 175.799 32.8784 176.076 33.5079L203.543 6.04073C203.543 6.00223 203.538 5.96735 203.538 5.92845C203.574 4.50268 203.243 2.77985 202.412 1.70877C202.388 1.67855 202.355 1.64994 202.33 1.62012L176.116 27.8334C175.905 29.0021 175.712 30.1728 175.597 31.3494Z' fill='white'/%3E%3Cpath d='M334.254 258.355C334.097 258.039 333.765 257.691 333.393 257.407L269.453 321.347C270.281 321.231 271.11 321.1 271.938 321.001C271.801 320.543 271.664 320.088 271.548 319.704C274.03 318.959 276.493 318.22 278.952 317.482L335.31 261.124C335.027 260.214 334.702 259.258 334.254 258.355Z' fill='white'/%3E%3Cpath d='M177.266 20.18C177.23 20.9029 177.153 21.6235 177.059 22.3432L199.249 0.15345C199.096 0.151842 198.949 0.165184 198.815 0.195405C196.45 0.72604 194.104 1.34573 191.767 2.00191L177.215 16.5545C177.29 17.7562 177.324 18.9697 177.266 20.18Z' fill='white'/%3E%3Cpath d='M338.878 282.463L293.905 327.436C293.993 327.452 294.08 327.467 294.168 327.483C294.843 327.603 295.528 327.692 296.19 327.864C296.952 328.065 297.837 328.152 298.559 328.416L342.963 284.011C341.591 283.526 340.231 283.004 338.878 282.463Z' fill='white'/%3E%3Cpath d='M333.981 280.023C333.659 279.397 333.348 278.757 333.056 278.105L286.993 324.168C287.81 325.369 288.944 326.082 290.239 326.556L335.61 281.184C334.894 280.892 334.249 280.543 333.981 280.023Z' fill='white'/%3E%3Cpath d='M91.5159 97.707L118.116 71.1072C116.485 70.9813 114.862 70.6995 113.245 70.3447L89.4343 94.1546C89.9939 95.2997 90.7278 96.4449 91.5159 97.707Z' fill='white'/%3E%3Cpath d='M102.463 71.8909C102.377 71.65 102.301 71.4203 102.221 71.1876L89.4366 83.9722C89.5724 84.8816 89.7624 85.807 89.6462 86.6892C89.4908 87.8835 88.9704 89.1417 88.7231 90.3198L109.579 69.464C108.778 69.2619 107.978 69.0593 107.179 68.8686C106.328 68.6657 105.522 68.504 104.819 68.59L102.72 70.6884C102.616 71.0357 102.53 71.4321 102.463 71.8909Z' fill='white'/%3E%3Cpath d='M78.6104 96.5729C77.1261 97.3865 75.988 98.3951 76.8466 100.395C77.0531 100.872 77.0303 101.447 77.0303 102.012L81.2696 97.7719C80.9784 96.0274 80.0263 95.7963 78.6104 96.5729Z' fill='white'/%3E%3Cpath d='M326.621 253.998L262.395 318.225C263.078 318.544 263.581 319.126 263.793 320.289C263.855 320.633 264.378 321.015 264.972 321.281L329.408 256.846C328.18 256.418 327.353 255.358 326.621 253.998Z' fill='white'/%3E%3Cpath d='M10.9715 104.623C10.083 105.654 9.56254 106.256 9.31844 106.539C9.78623 106.794 10.2289 107.035 10.6795 107.282L23.8691 94.0923C23.2938 93.3357 22.7561 92.6281 22.1909 91.8848C21.4626 92.2254 20.7028 92.6983 19.8755 92.9443C19.6346 93.0162 19.3873 93.1002 19.1361 93.1913L6.78004 105.548C8.15204 105.245 9.52565 104.942 10.9715 104.623Z' fill='white'/%3E%3Cpath d='M348.024 284.906C347.561 285.005 347.058 285.011 346.552 284.969L300.805 330.716C301.259 331.442 301.71 332.249 302.271 333.101C303.518 332.022 304.792 331.334 306.082 331.072L353.888 283.268C352.004 283.845 350.038 284.473 348.024 284.906Z' fill='white'/%3E%3Cpath d='M81.8434 54.0176C81.9541 54.7617 82.0546 55.4756 82.1511 56.1702L83.8991 54.4222C83.1103 54.2248 82.3481 54.1279 81.8434 54.0176Z' fill='white'/%3E%3Cpath d='M47.1456 87.9307C46.2076 88.0684 45.2814 88.2018 44.3481 88.3388L8.57112 124.116C9.11429 125.313 9.35759 126.758 9.24619 128.506C9.23992 128.604 9.31917 128.736 9.44319 128.878L48.5325 89.7889C48.0663 89.1689 47.6016 88.55 47.1456 87.9307Z' fill='white'/%3E%3Cpath d='M139.58 57.5144C138.397 58.66 137.501 60.5037 137.135 62.2674L146.262 53.1416C143.859 54.1887 141.595 55.5631 139.58 57.5144Z' fill='white'/%3E%3Cpath d='M8.76809 117.428C7.45653 117.517 6.14337 117.595 4.83021 117.676L2.68114 119.825C4.21486 120.223 5.52256 120.794 6.55465 121.585L10.6315 117.509C10.031 117.53 9.34896 117.388 8.76809 117.428Z' fill='white'/%3E%3Cpath d='M184.499 4.11133C183.187 4.49319 181.779 4.89386 180.712 5.68547C179.212 6.7981 177.989 8.2835 176.579 9.67712C176.644 10.5523 176.737 11.4601 176.836 12.3874L185.365 3.85742C185.076 3.94182 184.787 4.02693 184.499 4.11133Z' fill='white'/%3E%3Cpath d='M354.595 292.106C355.958 289.886 357.286 287.663 356.523 285.178L310.047 331.654C310.855 332.056 311.664 332.632 312.471 333.403C313.2 330.715 314.041 328.741 316.966 330.37L353.249 294.086C353.685 293.422 354.183 292.776 354.595 292.106Z' fill='white'/%3E%3Cpath d='M138.138 65.8117C139.05 66.3616 140.343 66.5759 141.483 66.7289C141.822 66.7741 142.162 66.882 142.57 67.013L160.324 49.2588C157.902 49.8471 155.431 50.3443 153.001 50.9483L138.138 65.8117Z' fill='white'/%3E%3Cpath d='M324.579 327.669C326.823 327.71 327.874 326.628 328.039 324.88C328.066 324.607 327.981 324.323 327.846 324.036L324.218 327.663C324.339 327.665 324.46 327.666 324.579 327.669Z' fill='white'/%3E%3Cpath d='M352.004 301.045C352.024 300.649 352.028 300.25 352.029 299.853L349.783 302.099C350.582 301.742 351.35 301.404 352.004 301.045Z' fill='white'/%3E%3Cpath d='M4.33359 107.993L4.0989 108.228C4.52119 109.878 4.92933 111.476 5.24641 112.715L8.8931 109.067C7.43084 108.723 5.91987 108.367 4.33359 107.993Z' fill='white'/%3E%3Cpath d='M223.048 330.265C225.226 328.55 227.631 327.128 230.026 325.688L331.053 224.661C330.346 223.562 329.461 222.572 328.433 221.646L185.343 364.736C186.011 365.134 186.989 364.561 188.859 363.213C190.546 361.995 192.37 361.457 194.184 361.53L217.771 337.942C218.565 334.993 220.315 332.417 223.048 330.265Z' fill='white'/%3E%3Cpath d='M249.55 316.344L334.301 231.593C333.611 231.11 332.938 230.323 332.851 229.64C332.768 228.992 332.626 228.388 332.458 227.801L244.581 315.679C246.234 314.922 247.824 315.091 249.55 316.344Z' fill='white'/%3E%3Cpath d='M145.16 348.923C144.701 348.119 144.233 347.438 144.298 347.066C144.46 346.114 144.631 345.214 144.924 344.303L140.38 348.923H145.16Z' fill='white'/%3E%3Cpath d='M204.765 365.956C204.764 365.863 204.763 365.77 204.762 365.678L204.566 365.874C204.632 365.901 204.7 365.927 204.765 365.956Z' fill='white'/%3E%3Cpath d='M217.636 345.431C217.472 344.581 217.37 343.752 217.317 342.942L197.773 362.487C198.385 362.792 198.985 363.164 199.564 363.608C200.086 364.009 200.676 364.323 201.295 364.599L217.866 348.028C217.852 347.15 217.8 346.281 217.636 345.431Z' fill='white'/%3E%3Cpath d='M88.8863 79.8779C88.8784 79.9148 88.8784 79.9532 88.8722 79.9901L101.11 67.7523C100.717 66.5663 100.309 65.5082 99.7354 64.5513C99.5972 64.3203 99.4693 64.0954 99.3539 63.874L88.745 74.4837C89.2427 76.0966 89.3211 77.8571 88.8863 79.8779Z' fill='white'/%3E%3Cpath d='M74.1606 155.333C71.3531 154.002 69.4002 155.28 68.9355 158.253C68.788 159.201 67.9277 160.038 67.4348 160.857C67.8806 160.999 68.288 161.135 68.6741 161.269L74.455 155.488C74.3561 155.438 74.2611 155.381 74.1606 155.333Z' fill='white'/%3E%3Cpath d='M10.2062 94.1874C8.95263 94.6772 7.70384 95.1815 6.45739 95.6894L0.353167 101.793C0.233891 103.433 0.130288 105.146 0 107.044C0.321821 106.973 0.63263 106.904 0.945773 106.835L13.7508 94.03C12.396 93.5791 11.389 93.7247 10.2062 94.1874Z' fill='white'/%3E%3Cpath d='M217.975 352.792C217.963 352.692 217.959 352.591 217.95 352.49L207.719 362.721C207.876 362.638 208.029 362.546 208.187 362.466C208.866 362.118 209.839 362.09 210.277 361.575C211.895 359.673 213.808 359.806 215.888 360.186L219.19 356.884C218.618 355.576 218.138 354.185 217.975 352.792Z' fill='white'/%3E%3Cpath d='M84.8653 68.707C85.7876 69.6112 86.5788 70.5177 87.2287 71.4541L99.2363 59.4454C99.2567 59.4085 99.2676 59.3736 99.2888 59.3363C100.476 57.2123 99.3948 55.9137 97.4765 55.5723L84.6346 68.4138C84.7123 68.5111 84.7774 68.621 84.8653 68.707Z' fill='white'/%3E%3Cpath d='M13.9919 109.088C13.8443 109.446 13.696 109.805 13.5469 110.163C13.2226 110.087 12.8969 110.01 12.5727 109.934L10.6136 111.893C11.7627 112.685 12.2698 114.099 12.1614 115.787C12.1568 115.866 12.145 115.932 12.1364 116.004L39.0258 89.1152C38.9025 89.1329 38.7793 89.1514 38.6561 89.169C38.5705 89.182 38.4669 89.1121 38.3806 89.0658C35.4019 87.454 34.5683 89.0889 34.1209 91.7165C33.6743 94.3357 32.1869 95.2509 30.256 93.9064C29.8941 93.6544 29.5535 93.4452 29.2317 93.2745L13.6206 108.886C13.7439 108.953 13.8694 109.021 13.9919 109.088Z' fill='white'/%3E%3Cpath d='M221.247 360.685C221.139 360.331 221.01 360.026 220.874 359.746L220.01 360.609C220.423 360.63 220.836 360.653 221.247 360.685Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_812_291'%3E%3Crect width='417.74' height='397.779' fill='white' transform='translate(0 0.15332)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.format .format-items .item:nth-child(odd) .description {
  background-color: #f0f0f0;
}
.format .format-items .item:nth-child(even) .description {
  background-color: #ffffff;
}
.format .format-items .item:nth-child(even) .title {
  background-color: #ffb7a5;
}
.format .format-items .item:nth-child(odd) .title {
  background-color: #0049ff;
}

/** End Event Styles **/
/** Start Table Ronde Styles **/
.tables {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tables .tables-hero {
  display: flex;
  flex-direction: column;
  padding-top: 97px;
  position: relative;
  z-index: 3;
}
.tables .tables-hero:after {
  content: "";
  width: 100%;
  height: calc(100% + 200px);
  position: absolute;
  top: 0;
  left: 0;
  background: #f9f9f9;
  z-index: -1;
}
.tables .tables-hero-container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.tables .tables-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
}
.tables .tables-hero-content .left-side {
  width: 603px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.tables .tables-hero-content .left-side h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 68px;
  color: #0049ff;
}
.tables .tables-hero-content .left-side .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tables .tables-hero-content .left-side .content p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.tables .tables-hero-content .right-side {
  width: 457px;
  height: 539px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tables .tables-hero-content .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tables .tables-hero-content .right-side:after {
  content: "";
  width: 105px;
  height: 100%;
  position: absolute;
  right: -105px;
  top: 0;
  background-color: #ff9200;
}
.tables .tables-hero-content .right-side:before {
  content: "";
  width: 617px;
  height: 116px;
  position: absolute;
  bottom: -116px;
  right: 0;
  background: #ffb7a5;
}
.tables .round {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 62px;
  padding-bottom: 120px;
  z-index: 3;
}
.tables .round .round-container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.tables .round .round-content {
  display: flex;
  flex-direction: column;
}
.tables .round .round-content .round-grid {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.tables .round .round-content .round-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tables .round .round-content .round-item:after {
  content: "";
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='1263' height='10' viewBox='0 0 1263 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1013.26 9.52146L1262.22 9.52148L1262.22 0.935777L1013.26 0.935755L1013.26 9.52146Z' fill='%230049FF'/%3E%3Cpath d='M857.359 9.52342L1013.44 9.52344L1013.44 0.93773L857.359 0.937716L857.359 9.52342Z' fill='%23FFB7A5'/%3E%3Cpath d='M594.565 9.52341L858.108 9.52344L858.108 0.93773L594.565 0.937707L594.565 9.52341Z' fill='%230049FF'/%3E%3Cpath d='M0.78183 9.52342L255.573 9.52344L255.573 0.93773L0.781831 0.937708L0.78183 9.52342Z' fill='%230049FF'/%3E%3Cpath d='M510.256 9.52343L594.862 9.52344L594.862 0.93773L510.256 0.937722L510.256 9.52343Z' fill='%23FF9200'/%3E%3Cpath d='M410.825 9.52343L510.505 9.52344L510.505 0.93773L410.825 0.937721L410.825 9.52343Z' fill='%230049FF'/%3E%3Cpath d='M255.008 9.52342L411.578 9.52344L411.578 0.93773L255.008 0.937716L255.008 9.52342Z' fill='%23F04E00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tables .round .round-content .round-item .time {
  width: -moz-max-content;
  width: max-content;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 15px 25px;
  background-color: #f04e00;
}
.tables .round .round-content .round-item .block {
  width: 100%;
  display: flex;
  gap: 95px;
  padding: 60px;
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  position: relative;
}
.tables .round .round-content .round-item .block .left-side {
  width: 200px;
  display: flex;
  flex-direction: column;
}
.tables .round .round-content .round-item .block .left-side h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #ff9200;
  padding-bottom: 10px;
  position: relative;
}
.tables .round .round-content .round-item .block .left-side h2:after {
  content: "";
  width: 65px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff9200;
}
.tables .round .round-content .round-item .block .right-side {
  width: 715px;
  display: flex;
  flex-direction: column;
}
.tables .round .round-content .round-item .block .right-side h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.tables .round .round-content .round-item .block .right-side .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.tables .round .round-content .round-item .block .right-side .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

.tables .round .round-content .round-item .author {
	
margin-top : 25px	
	
}


.tables .round .round-content .round-item_3 {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  position: relative;
}
.tables .round .round-content .round-item_3:after {
  content: "";
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='1263' height='10' viewBox='0 0 1263 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1013.26 9.52146L1262.22 9.52148L1262.22 0.935777L1013.26 0.935755L1013.26 9.52146Z' fill='%230049FF'/%3E%3Cpath d='M857.359 9.52342L1013.44 9.52344L1013.44 0.93773L857.359 0.937716L857.359 9.52342Z' fill='%23FFB7A5'/%3E%3Cpath d='M594.565 9.52341L858.108 9.52344L858.108 0.93773L594.565 0.937707L594.565 9.52341Z' fill='%230049FF'/%3E%3Cpath d='M0.78183 9.52342L255.573 9.52344L255.573 0.93773L0.781831 0.937708L0.78183 9.52342Z' fill='%230049FF'/%3E%3Cpath d='M510.256 9.52343L594.862 9.52344L594.862 0.93773L510.256 0.937722L510.256 9.52343Z' fill='%23FF9200'/%3E%3Cpath d='M410.825 9.52343L510.505 9.52344L510.505 0.93773L410.825 0.937721L410.825 9.52343Z' fill='%230049FF'/%3E%3Cpath d='M255.008 9.52342L411.578 9.52344L411.578 0.93773L255.008 0.937716L255.008 9.52342Z' fill='%23F04E00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tables .round .round-content .round-item_3 .time {
  width: -moz-max-content;
  width: max-content;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 15px 25px;
  background-color: #f04e00;
}
.tables .round .round-content .round-item_3 .blocks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  border: 1px solid #d6d6d6;
  padding: 80px 40px;
  position: relative;
}
.tables .round .round-content .round-item_3 .blocks .block-item {
  width: 360px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tables .round .round-content .round-item_3 .blocks .block-item:after {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d6d6d6;
}
.tables
  .round
  .round-content
  .round-item_3
  .blocks
  .block-item:first-child:after {
  display: none;
}
.tables .round .round-content .round-item_3 .blocks .title {
  width: 200px;
  display: flex;
  flex-direction: column;
}
.tables .round .round-content .round-item_3 .blocks .title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #ff9200;
  padding-bottom: 10px;
  position: relative;
}
.tables .round .round-content .round-item_3 .blocks .title h2:after {
  content: "";
  width: 65px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff9200;
}
.tables .round .round-content .round-item_3 .blocks .content {
  min-height: 135px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.tables .round .round-content .round-item_3 .blocks .content p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}
.tables .round .round-content .round-item_3 .blocks .author {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.tables .round .round-content .round-item_3 .blocks .author span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

/** End Table Ronde Styles **/
/** Start Speakers Styles **/
.hero_speakers {
  background: #333333;
}

.hero_speakers .contnr {
  width: 1440px;
  margin: auto;
  position: relative;
  max-width: 100%;
}

.hero_speakers .contnr::after {
  content: "";
  position: absolute;
  right: 0;
  top: 125px;
  width: 300px;
  height: 105px;
  background: #f04e00;
}

.hero_speakers .contnr .wrrrpr {
  padding: 150px 365px 185px 230px;
  color: #fff;
}

.hero_speakers .contnr .wrrrpr h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 23px;
}

.hero_speakers .contnr .wrrrpr .description {
  width: 820px;
  max-width: 100%;
  margin-bottom: 57px;
}

.membres {
  margin-top: -170px;
  position: relative;
  z-index: 5;
}

.membres .contrnr {
  width: 1130px;
  margin: auto;
  max-width: 100%;
}

.membres .contrnr .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-left: 80px;
}

.membres .contrnr .filter div {
  padding: 11px 14px;
  background: #ff9200;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

.membres .contrnr .filter div.active,
.membres .contrnr .filter div:hover {
  background: #0049ff;
}

.membres .contrnr .cards_grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 190px);
  gap: 43px;
  margin-top: 75px;
  margin-bottom: 75px;
}

.membres .contrnr .cards_grid .item {
  width: 190px;
  height: 248px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: opacity 1s ease-out;
}

.membres .contrnr .cards_grid .item.fade-in {
  opacity: 1;
}

.membres .contrnr .cards_grid .item .infos {
  display: flex;
  justify-content: space-between;
  padding: 29px 20px 13px 20px;
  position: absolute;
  bottom: -100px;
  border-top: 1px solid black;
  width: 100%;
  align-items: end;

  transition: 0.3s ease-in-out;
}

.membres .contrnr .cards_grid .item:hover .infos {
  bottom: 0;
}

.membres .contrnr .cards_grid .item .infos h2 {
  font-size: 14px;
  font-weight: 500;
  color: white;
  position: relative;
  z-index: 1;
}

.membres .contrnr .cards_grid .item .infos a {
  position: relative;
  z-index: 1;
}

.membres .contrnr .cards_grid .item .infos::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0048ffc9;
  mix-blend-mode: multiply;
  left: 0;
  bottom: 0;
}

/** End Speakers Styles **/
/** Start Programme Styles **/

.programme_section {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  z-index: 3;
  /* padding-top: 70px; */
}

.programme_section .contner {
  margin: auto;
  max-width: 100%;
  width: 1082px;
}

.programme_section .contner .big_word {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 307px;
  text-align: center;
  text-transform: uppercase;
  color: #f9f9f9;
  margin-left: -25px;
  line-height: 220px;
}

html[lang="en-US"] .programme_section .contner .big_word {
  font-size: 258px;
}

.apresMidi .big_word {
  font-size: 216px !important;
  margin-left: 0;
  line-height: 130px;
  margin-top: 108px;
}

.programme_section .contner .calender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.programme_section .apresMidi .calender {
  margin-top: -30px;
}

.programme_section .contner .calender .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 78px;
  overflow: hidden;
  transition: 0.5s;
}

.programme_section .contner .calender .line .time {
  height: max-content;
  background: #ffdad1;
  padding: 30px 0;
  width: 170px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.programme_section .contner .calender .line .infos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
  font-size: 18px;
  line-height: 130%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0 20px;
  position: relative;
}

.programme_section .contner .calender .line .infos::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #0049ff;
}

.programme_section .contner .calender .line .infos .left {
  display: flex;
  align-self: flex-start;
  padding-top: 25px;
  width: 416px;
  font-weight: 600;
}

.programme_section .contner .calender .line .infos .middle {
  font-weight: 400;
  width: 380px;
  color: #333333d1;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding-top: 25px;
  padding-right: 5px;
}

.programme_section .contner .calender .line .infos .right {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding-top: 27px;
  font-weight: 400;
  font-size: 14px;
  width: 100px;
  color: #333333d1;
  text-decoration: initial;
  transition: 0.5s;
  opacity: 0.8;
  position: relative;
}

.programme_section .contner .calender .line .middle .long {
  position: relative;
  top: -22px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.programme_section .contner .calender .line.active .middle .long {
  opacity: 1;
}

.programme_section .contner .calender .line .middle .short {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.programme_section .contner .calender .line.active .middle .short {
  opacity: 0;
}

.programme_section .contner .calender .line .infos .right:hover {
  text-decoration: underline;
}

.programme_section .contner .calender .line .infos .right:hover {
  opacity: 1;
  cursor: pointer;
}

.programme_section .contner .line .horaire_2 {
  display: none;
}

.programme_section .contner .line.active .horaire_2 {
  display: block;
}

.programme_section .contner .line.active .horaire_1 {
  display: none;
}

.programme_section .contenr2 {
  margin: 120px auto 110px auto;
  width: 1202px;
  max-width: 100%;
}

.programme_section .contenr2 .wrppr {
  margin: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
  border: 1px solid #cbdaff;
  border-top: none;
  position: relative;
  padding-top: 75px;
  padding-bottom: 31px;
}

.programme_section .contenr2 .wrppr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='1203' height='9' viewBox='0 0 1203 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M238.044 0.206055H0.818115V8.79176H238.044V0.206055Z' fill='%230049FF'/%3E%3Cpath d='M386.604 0.206055H237.875V8.79176H386.604V0.206055Z' fill='%23FFB7A5'/%3E%3Cpath d='M637.012 0.206055H385.886V8.79176H637.012V0.206055Z' fill='%230049FF'/%3E%3Cpath d='M1202.82 0.206055H960.032V8.79176H1202.82V0.206055Z' fill='%230049FF'/%3E%3Cpath d='M717.35 0.206055H636.73V8.79176H717.35V0.206055Z' fill='%23FF9200'/%3E%3Cpath d='M812.096 0.206055H717.113V8.79176H812.096V0.206055Z' fill='%230049FF'/%3E%3Cpath d='M960.569 0.206055H811.376V8.79176H960.569V0.206055Z' fill='%23F04E00'/%3E%3C/svg%3E%0A");
}

.programme_section .contenr2 .wrppr h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  text-align: center;
  width: 662px;
  margin: auto;
}
/** End Programme Styles **/

/** Start Footer Styles **/

footer {
  background: #333333;
  position: relative;
  margin: 0;
  padding: 45px 0 30px 0;
  z-index: 3;
}

footer .contnr {
  width: 1060px;
  margin: auto;
  max-width: 100%;
}

footer .contnr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='1441' height='12' viewBox='0 0 1441 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M285.016 0.791992H0.818115V11.0777H285.016V0.791992Z' fill='%23FF9200'/%3E%3Cpath d='M462.991 0.791992H284.813V11.0777H462.991V0.791992Z' fill='%23FFB7A5'/%3E%3Cpath d='M762.983 0.791992H462.133V11.0777H762.983V0.791992Z' fill='%23FF9200'/%3E%3Cpath d='M1440.82 0.791992H1149.96V11.0777H1440.82V0.791992Z' fill='%23FF9200'/%3E%3Cpath d='M859.227 0.791992H762.644V11.0777H859.227V0.791992Z' fill='%23FF9200'/%3E%3Cpath d='M972.732 0.791992H858.942V11.0777H972.732V0.791992Z' fill='%23FF9200'/%3E%3Cpath d='M1150.6 0.791992H971.87V11.0777H1150.6V0.791992Z' fill='%23F04E00'/%3E%3C/svg%3E%0A");
}

footer .contnr .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  margin-bottom: 65px;
}

footer .contnr .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
}

footer .contnr .top .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}

footer .contnr .top .middle a {
  color: #ff9200;
}

footer .contnr .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .contnr .top .right a {
  text-decoration: underline;
}

footer .contnr .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

footer .contnr .bottom .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .contnr .bottom .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}

footer .contnr .bottom .middle a {
  position: relative;
}

footer .contnr .bottom .middle a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: #ff9200;
}

footer .contnr .bottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
/** End Footer Styles **/

/** Start ML Styles **/

.ml {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f9f9f9;
  z-index: 3;
  padding-top: 140px;
  padding-bottom: 80px;
}

.ml .ml-container {
  margin: auto;
  max-width: 100%;
  width: 950px;
  padding: 0 15px;
}

.ml .ml-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.ml .ml-header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #0049ff;
}

.ml .ml-description {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #333333;
}

.ml .contner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #333333;
  width: 662px;
  margin: auto;
  margin-bottom: 40px;
}

/** End ML Styles **/

/** Start Page Not Found Styles **/

.error-page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9f9f9;
}

.error-page .container {
  max-width: 1488px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.error-page .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.error-page .container .content span {
  font-weight: bold;
  font-size: 45px;
  line-height: 58px;
  text-align: left;
  color: #333333;
  margin-bottom: 14px;
}

.error-page .container .content h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #333333;
  margin-bottom: 18px;
}

.error-page .container .content img {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

/** End Page Not Found Styles **/
