*, *:before, *:after {
  box-sizing: border-box;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
  display: block;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


html {
	overflow-x: hidden;
}

body {
  line-height: 1.2;
  height: 100%;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
}

/* Lists */

ul,
ol {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left:0;
  margin: 0 0 1.4rem;
  padding-left:0;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font: 400 13px/100% "Open Sans", sans-serif;
  color: #5F5F5F;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Help text - legends */

form legend {
  display: block;
  font: 400 13px/100% "Open Sans", sans-serif;
  color: #5F5F5F;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Inputs */

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #3f7dbd;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  padding: 0px 10px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 42px;
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  outline: 0;
  font-family:Montserrat, "Microsoft JhengHei", sans-serif;
  font-size:16px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

.hs-button,
.hs-button.large.primary,
button,
.button {
  box-sizing: border-box;
  border-color: #3f7dbd;
  background: #3f7dbd;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 32px;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
  margin:15px 0;
  display:inline-block;
  text-align: center;
  line-height: normal;
  appearance: none;
  outline: none;
  transition: color 0.25s, background-color 0.25s;
  border: none;
  width: auto;
  overflow: visible;
  display: block;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;

}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-group-wrapper{
  min-height:172px;
  position:relative;
}

.header-group-wrapper.landing-header {
  min-height: 83px;
}

.header-topbar {
  width: 100%;
  padding: 5px 0 2px;
  background-color: #019994;
}

.header-container{
  max-width: 1650px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header--topbar__language{
  font-size: 14px;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
}

.header--topbar__language::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/globe.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--topbar__language::after {
  content: "";
  width: 8px;
  height: 4px;
  margin-left: 5px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  filter: brightness(10);
}


.header--topbar__language-list {
  width: 130px;
  padding: 10px 0;
  display: none;
  flex-wrap: wrap;
  list-style:none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 102;
  margin:0;
}

.header--topbar__language:hover .header--topbar__language-list {
  display: flex;
}


.header--topbar__language-item {
  width: 100%;
  padding: 0 20px;
}


.header--topbar__language-item a {
  padding: 10px 0;
  display:block;
  font-size: 14px;
  color: #333;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.header--topbar__language-item:hover a {
  color: #00ADA9;
}


.header--topbar__language-item a::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: sub;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.header--topbar__language-item:first-child a::before {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/traditionalChinese.svg);
}


.header--topbar__language-item:last-child a::before {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/english.svg);
}

.header-bg {
  width: 100%;
  height: 83px;
  padding: 10px 0;
  z-index: 101;
  box-sizing: border-box;
  background-color: #00ADA9;
}

.header-bg .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 4px;
}

.scroll-header .fixed-header-group{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;

}

.header-bg.sticky {
  width: 100%;
  height: 83px;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  box-sizing: border-box;
  background-color: #00ADA9;
}


.header__burger {
  width: 18px;
  height: 14px;
  margin-right: 15px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.header__burger > div {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.header-logo{
  display: block;
  position: relative;
  flex-shrink: 0;
}

.header-logo a{
  display: block;
  position: relative;
  flex-shrink: 0;
}

.header-logo a img {
  width: 100%!important;
  max-width: 180px;
  display: inline-block;
  vertical-align:middle;
}

.header-logo a::after {
  content: "";
  width: 160px;
  height: 30px;
  margin-left: 29px;
  margin-right: 10px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/slogan.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}


.common-header__field {
  max-width: 940px;
  width: 100%;
  margin-right: 10px;
  padding: 2px 150px 2px 25px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 31px;
  background-color: #fff;
  transition-property: top;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-timing-function: ease;
}

.common-header__field-select {
  width: 105px;
  height: 40px;
  position: relative;
  appearance: none;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/arrow-down-black.svg);
  background-position: right 10px center;
  background-size: 10px 4px;
  background-repeat: no-repeat;
}

.common-header__field-selectName {
  user-select: none;
  font-size: 15px;
  line-height: 40px;
  color: #333;
  cursor: pointer;
}

.common-header__field-select.active .common-header__field-selectList {
  display: block;
}

.common-header__field-selectList {
  width: 100%;
  padding: 5px 0;
  flex-wrap: wrap;
  display: none;
  list-style:none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #00ADA9;
  border-radius: 3px;
  background-color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  font-size: 14px;
  color: #333;
  z-index:99;
  margin:0;
  padding:0;
}

.common-header__field-selectList li {
  width: 100%;
  padding: 8px 20px;
  user-select: none;
  cursor: pointer;
  word-break: initial;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.common-header__field-inputRegion {
  position: relative;
  flex-grow: 1;
}

.common-header__field-input {
  width: 100%!important;
  height: 40px!IMPORTANT;
  border: none!important;
  box-shadow: none!important;
  padding: 0 0 0 20px!important;
  line-height: 1.2!important;
  font-size:13.3333px!important;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif!important;
  color: #333333!important;
}

*::placeholder {
  color: #cecece!important;
}

.common-header__field-keywords.active {
  display:block;
  list-style:none;
}

.common-header__field-keywords {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  list-style:none;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #00ADA9;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  background-color: #fff;
  display: none;
  z-index: 99;
  padding: 0;
  margin: 0;
}

.common-header__field-keywords li {
  width: 100%;
  padding: 10px 20px;
  color: #333;
  word-break: break-all;
  user-select: none;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.common-header__field-btn {
  width: 145px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 31px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F48D35;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.common-header__field-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 14px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/search.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.common-header__field-keywords li:hover {
  background-color: #f9f9f9;
}

.common-header__field-selectList li:hover {
  background-color: #f9f9f9;
}

.common-header__field-btn:hover {
  opacity: .7;
  color: #fff;
}

.common-header__field::after {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  background-color: #ddd;
  position: absolute;
  left: 130px;
  top: 50%;
  transform: translateY(-50%);
}

.header__right {
  display: flex;
}

.header__right > a.subscribe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  font-size: 15px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 80px;
  margin-right: 35px;
}

.header__right > a.subscribe .icon {
  width: 30px;
  height: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 28px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/bell.svg);
}
.header__right > a.subscribe span{
  padding-top: 3px;
}

.header__right > a.login {
  width: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  font-size: 15px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.header__right > a.login .icon {
  width: 30px;
  height: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 2px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/log-in.svg);
}

.header__right > a span {
  width: 100%;
  font-size:15px;
  color: #fff;
}


.bottom-header{
  width: 100%;
  padding: 8px 0;
  z-index: 100;
  background-color: #fff;
  filter: drop-shadow(0 0 3px rgba(136, 136, 136, 0.1));
  user-select: none;
}

.bottom-header.sticky{
  position: fixed;
  top: 83px;
}

.bottom-header .header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  max-width: 990px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin:0;
  padding:0;
}

.custom-menu-primary .hs-menu-wrapper>ul > li {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul > li::after {
  content: "";
  width: 1px;
  height: 30px;
  display: inline-block;
  background-color: #eee;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child::after{
  display:none;
}

.custom-menu-primary .hs-menu-wrapper>ul > li:first-child > a {
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul > li> a {
  width: 100%;
  padding: 10px 36px;
  color: #000;
  line-height:1.2;
  font-weight: 500;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
  display:block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  width: 240px;
  background-color: #fff;
  filter: drop-shadow(0 0 3px rgba(136, 136, 136, 0.4));
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  padding:0;

}

.custom-menu-primary .hs-menu-wrapper>ul > li>ul>li {
  padding: 0 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul > li>ul>li>a {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  font-size: 14px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.header__btnbox {
  display: flex;
}

.header__btnbox a#hs-button_button_showroom{
  margin:0;
  margin-right: 20px;
  border: 1px solid rgba(0, 173, 169, 0.3);
  color: #00ADA9;
  background:transparent;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 10px 30px!important;
  font-weight: 500;
  font-size: 15px;
  font-family:"Montserrat", "Microsoft JhengHei", sans-serif;
  letter-spacing:0;
  border-radius: 26px;
  display: block;
  text-decoration: none;
}

.header__btnbox a#hs-button_button_showroom:hover {
  background-color: #F5FFFF;
}


.header__btnbox a#hs-button_button_showroom::before {
  content: "";
  width: 24px;
  height: 19px;
  margin-right: 8px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/360showroom.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
  position: relative;
}


.header__btnbox a#hs-button_button_pavilion{
  background-color: #00ADA9;
  border: 1px solid #00ADA9;
  color: #fff;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  letter-spacing:0;
  padding: 10px 30px!important;
  font-weight: 500;
  font-size: 15px;
  font-family:"Montserrat", "Microsoft JhengHei", sans-serif;
  border-radius: 26px;
  display: block;
  text-decoration: none;
  margin:0;
}

.header__btnbox a#hs-button_button_pavilion::before {
  content: "";
  width: 24px;
  height: 19px;
  margin-right: 7px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/virtualpavilion.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
  position: relative;
}

.header__language{
  width: 100%;
  padding-bottom: 20px;
  display: none;
  flex-wrap: wrap;
}

.header__language-title{
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #888;
}

.header__language-item {
  width: 50%;
  padding: 0 25px;
  font-size: 16px;
  color: #333;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>.open-btn {
  width: 53px;
  height: 53px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/arrow-down.svg);
  background-position: center;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  display: none;
}



@media (max-width: 1400px){
  .custom-menu-primary .hs-menu-wrapper>ul {
    max-width: 725px;
    font-size: 14px;
  }
}

@media (max-width: 1600px){
  .custom-menu-primary .hs-menu-wrapper>ul {
    max-width: 800px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li> a {
    width: 100%;
    padding: 10px 18px;
  }
}

@media (max-width: 1367px) and (min-width: 1201px){
  .header__btnbox a#hs-button_button_showroom::before,
  .header__btnbox a#hs-button_button_pavilion::before{
    display:none;
  }
}


@media (max-width: 1200px){

  .fixed-header-group {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
  }
  .header__right > a.subscribe {
    margin-right:15px;
  }

  .header-group-wrapper {
    min-height: 83px;
    position: relative;
  }
  .header-topbar{
    display: none;
  }
  .header__burger{
    display:flex;
  }
  .header-logo {
    margin-right: 20px;
  }
  .header-logo a:after{
    display:none;
  }
  .bottom-header{
    padding: 0;
    filter: drop-shadow(0 3px 5px rgba(136, 136, 136, 0.4));
  }
  .bottom-header .header-container{
    max-height: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    transition-property: max-height;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    max-width: none;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    width: 100%;
    flex-wrap: wrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li> a {
    width: 100%;
    padding: 15px 25px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > a {
    padding-left: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a {
    width: calc(100% - 53px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul{
    width: 100%;
    position: relative;
    top: 0;
    display: none;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    border-bottom:0;
  }

  .bottom-header.active .header-container{
    overflow-y: auto;
    max-height: calc(100vh - 143px);

  }
  .header__btnbox {
    width: 100%;
    padding: 20px 25px 25px;
    border-top: 1px solid #eee;
  }
  .custom-menu-primary {
    width: 100%;
  }
  .header__language{
    display:flex;
  }
  .header__language .hs_cos_wrapper{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .header__language-item::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: sub;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header__language a.header__language-item.tw:before{
    background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/traditionalChinese.svg);
  }

  .header__language a.header__language-item.en:before{
    background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/english.svg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>.open-btn {
    display:inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display: none;
  }
  .header__btnbox a#hs-button_button_pavilion::before,
  .header__btnbox a#hs-button_button_showroom::before{
    margin-right:8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open> .open-btn {
    transform: rotate(180deg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul.open {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li> a {
    color:#000!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li:hover> a {
    opacity:.7!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    color:#222!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a{
    color:#222!important;
  }
  .header__language-item:hover {
    color: #00ADA9;
  }
  .header__btnbox a#hs-button_button_showroom {
    border: 1px solid rgba(0,173,169,0.3)!important;
    color: #00ada9!important;
    background: transparent!important;
  }
  .header__btnbox a#hs-button_button_pavilion {
    background-color: #00ada9!important;
    border: 1px solid #00ada9!important;
    color: #fff!important;
  }
  .header__btnbox a#hs-button_button_pavilion:hover {
    opacity: .7!important
  }
  .header__btnbox a#hs-button_button_showroom:hover {
    background-color: #f5ffff!important
  }
}


@media (max-width: 991px){
  .common-header__field{
    padding-left: 10px;
    padding-right: 70px;
  }
  .common-header__field-select {
    width: 80px;
    background-position: right 0 center;
  }
  .common-header__field-btn {
    width: 44px;
    font-size: 0;
  }
  .common-header__field-btn::before {
    margin-right: 0;
  }
  .common-header__field::after {
    left: 95px;
  }
}



@media (max-width: 767px){
  .header__right>a.subscribe span{
    display:none;
  }
  .header__right>a.subscribe {
    width: 30px;
    top: -0.5px;
    justify-content: flex-end;
  }
  .header-group-wrapper,
  .header-group-wrapper.landing-header{
    min-height: 76.49px;
    position: relative;
  }
  .common-header__field {
    width: calc(100% - 50px);
    padding: 4px 55px 4px 10px;
    position: fixed;
    top: 85px;
    left: 25px;
    border: 1px solid #ddd;
  }
  .common-header__field-select {
    width: 70px;
    font-size: 12px;
  }
  .common-header__field-selectName {
    font-size: 12px;
  }
  .common-header__field-selectList li {
    padding: 5px;
    font-size: 12px;
  }
  .common-header__field-input {
    font-size: 12px!important;
  }
  .common-header__field-keywords li {
    font-size: 12px;
  }
  .common-header__field-btn {
    width: 48px;
    height: 48px;
    line-height: 46px;
  }
  .header-bg {
    height: auto;
    padding: 17px 0;
  }
  .header-bg .header-container {
    top: 0;
  }
  .header-logo {
    margin-right: 0;
  }
  .header-logo a img {
    max-width: 135px;
  }
  .header__right>a span{
    display:none;
  }
  .header__right>a.login{
    width: 30px;
    top: 2px;
    justify-content: flex-end;
  }
  .header__burger{
    margin-right: 57px;
  }
  .common-header__field::after {
    left: 85px;
  }
  .header__btnbox a#hs-button_button_showroom,
  .header__btnbox a#hs-button_button_pavilion{
    padding: 13.5px 10px!important;
    font-weight: 500;
    font-size: 14px;
  }
  .header__btnbox a#hs-button_button_pavilion{
    margin-right: 5px;
  }
  .header__btnbox{
    justify-content: center;
  }
  .bottom-header.active .header-container {
    max-height: calc(100vh - 75px);
  }
  .header__btnbox a#hs-button_button_pavilion::before, 
  .header__btnbox a#hs-button_button_showroom::before{
    width: 19px;
    height: 15px;
    margin-right: 1px;
    bottom: 2px;
  }
}

@media (max-width: 576px){
  .header__btnbox a#hs-button_button_showroom{
    margin-right: 5px;
  }
}

@media (max-width: 575px){
  .header__burger{
    margin-right: 48px;
  }
  .header__right>a.subscribe{
    width: 26px;
    margin-right: 10px;
  }
  .header__right>a.subscribe .icon {
    background-size: 24px;
  }
  .header__right>a.login .icon {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 414px){
  .header-logo {
    right: 10px;
  }
  .header__right{
    left: 5px;
    position:relative;
  }
}
.footer-bg {
  padding-top: 70px;
  background-color: #fafafa;
  border-top: 5px solid #eee;
}


.footer-bg .footer-container {
  max-width: 1650px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.footer-list {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

.footer-col.col-4 {
  word-break: initial;
}

.footer-col {
  max-width: 300px;
  width: 25%;
  margin: 0 25px;
}

.footer-col:first-child {
  margin-left: 0;
}

.footer-col-wide {
  max-width: 360px;
  width: 100%;
}

.footer-logo {
  max-width: 275px;
  width: 100%;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/footer-logo.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-logo::after {
  content: "";
  width: 100%;
  padding-top: 31%;
  display: block;
}

.footer-col p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
  color: #333;
}

.footer-social-list ul {
  width: 100%;
  margin-top: 30px;
  margin-bottom:0;
  display: flex;
  padding:0;
  list-style: none;
}

.footer-social-list ul li {
  margin-right: 12px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.footer-social-list ul li:hover {
  opacity: .7;
}

.footer-social-list ul li a {
  width: 42px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display:block;
}

.footer-row__social li a.linkedin {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/linkedin.svg);
}
.footer-row__social li a.facebook {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/facebook.svg);
}
.footer-row__social li a.instagram {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/twitter.svg);
}
.footer-row__social li a.line {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/line.svg);
}
.footer-row__social li a.youtube {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/youtube.svg);
}


.footer-col-title{
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-size: 20px;
  color: #00ADA9;
  font-family: "Montserrat", sans-serif;
}

.footer-menu .hs-menu-wrapper>ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding:0;
  margin:0;
  list-style:none;
}

.footer-menu .hs-menu-wrapper>ul>li {
  width: 100%;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.footer-menu .hs-menu-wrapper>ul>li:hover{
  opacity:.7;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  width: 100%;
  padding: 2px 0;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
  color: #333;
  display:block;
}

.footer-menu .hs-menu-wrapper>ul>li>a::before {
  content: "";
  width: 10px;
  height: 8px;
  margin-right: 10px;
  display: inline-block;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/double-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.footer__item {
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

.footer__item::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
  position: absolute;
  left: 0;
  top: -1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

.footer__item.addr::before {
  background-size: 24px 28px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/addr.svg);
}

.footer__item.tel::before {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/tel.svg);
}

.footer__item.fax::before {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/fax.svg);
}

.footer__item.mail::before {
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/mail.svg);
}

.footer-col:last-child {
  margin-right: 0;
}

.footer__item.no-padding {
  padding: 0;
}

.footer__item .organization-logo.MOEA {
  max-width: 300px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/intl-trade-admin-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__item .organization-logo {
  width: 100%;
  margin-top: 25px;
}

.footer__item .organization-logo.MOEA::before {
  content: "";
  width: 100%;
  padding-top: 19%;
  display: block;
}

.footer__item .organization-logo.TAITRA {
  max-width: 375px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/taitra.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__item .organization-logo.TAITRA::before {
  content: "";
  width: 100%;
  padding-top: 19%;
  display: block;
}

.footer__item .organization-logo.PMC {
  max-width: 350px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/pmc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__item .organization-logo.PMC::before {
  content: "";
  width: 100%;
  padding-top: 10%;
  display: block;
}

.footer__item.no-padding + .no-padding {
  padding-top: 40px;
}


.footer-copyright {
  width: 100%;
  padding: 15px 0;
  background-color: #f0f0f0;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.footer-copyright .full-container {
  position: relative;
  width: 100%;
}

.footer-copyright__text{
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size:14px;
}


@media (max-width: 991px){
  .footer-col:nth-child(n+2) {
    margin-top: 35px;
  }
  .footer-col-wide {
    max-width: none;
  }
  .footer-col {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .footer__item .organization-logo.MOEA {
    max-width: 275px;
  }
  .footer__item .organization-logo.TAITRA {
    max-width: 275px;
  }
  .footer__item .organization-logo.PMC {
    max-width: 275px;
  }
  .footer__item {
    font-size: 14px;
  }
  .footer-copyright__text {
    font-size: 12px;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
  .footer-col-title{
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .footer-social-list ul{
    margin-top: 15px;
  }
  .footer-col p{
    margin-top: 20px;
    font-size: 14px;
  }
  .footer-logo {
    max-width: 200px;
  }
  .footer-list {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .footer-bg {
    padding-top: 50px;
  }
  .fixed__social{
    top: auto!important;
    bottom: 80px;
    right: 20px!important;
  }
  .fixed__social .go-top {
    width: 32px!important;
    height: 32px!important;
    display: block!important;
  }
  .fixed__social .go-top::before {
    width: 32px!important;
    height: 32px!important;
  }
}


@media (max-width: 576px){
  .footer-copyright__text span {
    display: block;
  }
}



.fixed__social{
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 999;
}

@media (min-width: 992px){
  .fixed__social {
    transform: translateY(-50%);
  }
}

.fixed__social .go-top.active {
  display: block;
}

.fixed__social .go-top {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  cursor: pointer;
  text-decoration: none;
}

.fixed__social .go-top::before {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url(//22388917.fs1.hubspotusercontent-na1.net/hubfs/22388917/raw_assets/public/taitra-smart-manufacturing-hubspot-theme/images/arrow-right.svg);
  background-position: center;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  display: block;
}

.fixed__social .go-top:hover {
  background-color: #eee;
}

.info-img {
  padding: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: white;
}

.info-img__title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 2rem;
}


.info-img__contents {
  width: 100%;
  max-width: 1440px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: column;
}

.info-img__image {
  width: 100%;
  max-height: unset;
  aspect-ratio: auto;
}


.info-img__details {
  display: flex;
  margin-right: 1rem;
  flex-direction: column;
}

.info-img__details-logo {
  object-fit: contain;
  max-width: 275px;
  max-height: 91px;
}

.info-img__list {
  list-style: none;
  padding: 0;
  width: 100%;
}

.info-img__list-item {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 1.75rem;
}

.info-img__list-item:not(:first-child) {
  margin-top: 3rem;
}

.info-img__list-item-label {
  font-weight: 400;
  font-size: 18px;
  color: #4A4A4A;
  font-family: Montserrat,sans-serif;
}

.info-img__date-range, .info-img__value {
  margin-top: 1rem;
}

.info-img__date-range > * {
  font-weight: 700;
  font-size: 24px;
}

.info-img__value {
  font-weight: 700;
  font-size: 24px;
}

.info-img__download {
  margin-top: 3rem;
}

.info-img__download-link {
  width: fit-content;
  position: relative;
	display: flex;
	align-items: center;
}

.info-img__download-link::after {
  content: "";
  position: absolute;
  right: 0;
  width: 14.63px;
  height: 19.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1875 0.25V13.707L2.89648 9.41602L1.72852 10.584L7.41602 16.2715L8 16.8301L8.58398 16.2715L14.2715 10.584L13.1035 9.41602L8.8125 13.707V0.25H7.1875ZM0.6875 18.125V19.75H15.3125V18.125H0.6875Z' fill='%2300ADAC'/%3E%3C/svg%3E%0A");
}

.info-img__download-link > a {
  padding-right: 28px;
  font-weight: 700;
  font-size: 20px;
  color: #00ADA9;
}

@media only screen and (min-width: 768px) {
  .info-img {
    padding: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: white;
  }
  
  .events-list-modal__title {
    font-size: 40px;
  }
  
  .info-img__image {
    max-height: 700px;
  }
  
  .info-img__contents {
    flex-direction: row;
  }
  
  .info-img__list {
    width: 387px;
  }
}
.events-list-modal {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow:hidden;
  background: #F9F9F9;
}

.events-list-modal__contents {
  padding: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  max-width: 1440px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: column;
}

.events-list-modal__tab-wrapper {
  width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.events-list-modal__tab-wrapper::-webkit-scrollbar {
	display: none;
}

.events-list-modal__tabs {
  display: flex;
  flex-direction: row;
  width: fit-content;
	column-gap: 3.5rem;
}

/* .events-list-modal__tab:not(:first-child) {
  margin-left: 56px;
} */

.events-list-modal__tab {
  position: relative;
  width: fit-content;
	min-width: 105px;
  padding: 0 7px;
  padding-bottom: 8px;
  text-align: center;
  cursor: pointer;
}

.events-list-modal__tab.--active::after {
  background-color: #00ADAC;
  opacity: 1;
  transition: inherit;
}

.events-list-modal__tab.--active > .events-list-modal__label {
  color: #00ADAC;
}

.events-list-modal__tab::after {
  bottom: 0;
  content: "";
  height: 4px;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all .2s ease;
  width: 100%;
}

.events-list-modal__label {
  color: #CCCCCC;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}




.events-list-modal__tab-contents {
  margin-top: 4rem;
  width: 100%;
}

.events-list-modal__tab-content {
  width: 100%;
  display: none;
  flex-direction: column;
}

.events-list-modal__tab-content.--active {
  display: flex;
}

.events-list-modal__header {
  background: #00ADA9;
  padding: 11px 32px;
}

.events-list-modal__header-label {
  color: white;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
}

.events-list-modal__body {
  width: 100%;
  background: white;
  padding: 1.25rem;
}

.events-list-modal__body-item {
  width: 100%;
  padding-bottom: 2rem;
}
.events-list-modal__body-item:not(:last-child) {
  border-bottom: 2px solid #00ADA9;
}

.events-list-modal__body-item:not(:first-child) {
  margin-top: 2rem;
}

.events-list-modal__item-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.events-list-modal__item-link {
  color: #4E4E4E;
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
  height: fit-content;
  margin-top: 1.75rem;
  order: 2;
}

.events-list-modal__item-link:hover {
  color: #00ADA9;
}

.events-list-modal__item-pill {
  background: #E9F8F7;  
  border-radius: 30px;
  padding: 0.75rem 1rem;
  order: 1;
  width: fit-content;
}
.events-list-modal__item-pill > span {
  color: #4E4E4E;
  font-weight: 700;
  font-size: 20px; 
  white-space: nowrap;
}

.events-list-modal__item-company {
  color: #3C3C3C;
  font-weight: 700;
  font-size: 16px;
  margin-top: 1rem;
}

.events-list-modal__item-product {
  color: #3C3C3C;
  font-size: 18px;
  margin-top: 2.75rem;
}

.events-list-modal__item-product > span {
  font-weight: 700;
}

.events-list-modal__modal {
  display: none;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: scroll;
}

.events-list-modal__modal.--active {
  display: inline-block;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100vh;
  margin: auto;
  width: 100vw;
  background: rgba(60, 60, 60, 0.6);
}


.events-list-modal__modal-contents {
  overflow: hidden;
}

.events-list-modal__modal-content {
  display: none;
  max-width: 981px;
  width: 100%;
  margin: 0 auto;
}

.events-list-modal__modal-content.--active {
  display: block;
}

.events-list-modal__close-wrapper {
  position: unset;
  left: unset;
}

.events-list-modal__close {
  width: 22.54px;
  height: 22.54px;
  top: 0;
  right: 0;
  position: unset;
  z-index: 9999;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.4937 0.787476L0.787451 2.49373L10.2937 12L0.731201 21.5812L2.4187 23.2687L12 13.7062L21.5625 23.2687L23.2687 21.5625L13.7062 12L23.2125 2.49373L21.5062 0.787476L12 10.2937L2.4937 0.787476Z' fill='%234E4E4E'/%3E%3C/svg%3E%0A");
  background-color: white;
  margin: 0;
  margin-left: auto;
  padding: 0;
}

.events-list-modal__close:hover, .events-list-modal__close:focus {
  background-color: unset;
  color: unset;
  border: unset;
  
}

.events-list-modal__modal-item {
  position: relative;
  min-height: 566px;
  background: white;
  padding: 1rem 1.5rem;
  display: none;
  flex-direction: column;
}

.events-list-modal__modal-item.--active {
  display: flex;
}

.events-list-modal__modal-item-left, .events-list-modal__modal-item-right {
  width: 100%;
}

.events-list-modal__modal-item-left {
  margin-right: 0;
}


.events-list-modal__modal-item > .swiper {
  flex-grow: 9999;
  height: fit-content;
  width: 100%;
  align-self: center;
  padding-bottom: 3.5rem;
  margin-top: 1.25rem;
}

.swiper-slide > img {
  width: 100%;
  height: auto;
}

.swiper-pagination-bullet-active {
  background: #00ADA9;
}

.events-list-modal__modal-item-name {
  margin-top: 1.5rem;
  color: #3C3C3C;
  font-weight: 700;
  font-size: 32px;
}

.events-list-modal__modal-item-company {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  color: #3C3C3C;
  font-weight: 700;
  font-size: 20px;
}



.events-list-modal__modal-item-website-link {
  color: #00ADA9;
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
}

.events-list-modal__modal-item-product > span {
  font-weight: 700;
}

.events-list-modal__modal-item-product {
  font-weight: 400;
  font-size: 18px;
  color: #3C3C3C;
}

.events-list-modal__modal-item-description {
  font-weight: 400;
  font-size: 16px;
}

.events-list-modal__modal-item-bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #DADADA;
}

.events-list-modal__modal-item-description {
  margin-top: 1.75rem;
}

@media only screen and (min-width: 768px) {
  .events-list-modal__contents {
    padding: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
	
	.events-list-modal__tab-wrapper {
		overflow-x: 'hidden';
	}

  .events-list-modal__tabs {
    width: 100%;
		flex-wrap: wrap;
		row-gap: 1rem;
  }
  
  .events-list-modal__body {
    width: 100%;
    background: white;
    padding: 1.5rem;
  }
  
  .events-list-modal__header-label {
    font-size: 20px;
  }
  
  .events-list-modal__item-link {
  font-size: 24px;
    order: 1;
  }
  
  .events-list-modal__item-pill {
    background: #E9F8F7;  
    border-radius: 30px;
    padding: 0.75rem 1rem;
    order: 2;
    width: fit-content;
  }
  
  .events-list-modal__item-header {
    flex-direction: row;
  }
  
  .events-list-modal__item-company, .events-list-modal__item-link {
    margin-top: 0;
  }
  
  .events-list-modal__modal {
    overflow: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .events-list-modal__modal-item-left, .events-list-modal__modal-item-right {
    width: 50%;
  }
  
  .events-list-modal__modal-item-left {
    margin-right: 1.25rem;
  }

  
  .events-list-modal__modal-item {
    flex-direction: row;
    padding: 2rem 2.5rem;
  }
  
  .events-list-modal__modal-item > .swiper {
    margin-top: 0;
    padding-bottom: 6rem;
    width: 427px;
  }
  
  .events-list-modal__modal-contents {
    overflow: hidden;
    position: relative;
    top: 9%;
  }
  .events-list-modal__close-wrapper {
    position: relative;
    left: 100%;
  }
  .events-list-modal__close {
    margin-left: 0;
    position: absolute;
  }
}

/* NEW MODULES FOR EVENT LANDING PAGES V2 */

.hero-banner {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
	padding: 0 1.75rem;
	width: 100%;
}

.hero-banner__image {
	width: 100%;
	height: 100%;
	border-radius: 10px;
  object-fit: contain;
	display: block;
}

.hero-banner .container {
	max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

@media only screen and (min-width: 768px) {
	.hero-banner {
		margin-top: 3rem;
		margin-bottom: 6rem;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner.--layout-full_size {
		margin: 0;
		padding: 0;
	}

	.hero-banner.--layout-full_size .hero-banner__image {
		border-radius: 0;
	}
	
	.hero-banner.--layout-fixed_size {
    padding-inline: 1.75rem;
	}
	
	.hero-banner.--layout-fixed_size .hero-banner__image {
	  height: 400px;
		object-fit: cover;
		object-position: center;
	}
}
.event-information {
	position: relative;
  margin: 2.5rem 0;
}

.event-information .container {
	max-width: 1036px;
  width: 100%;
  margin-inline: auto;
	padding-inline: 1.25rem;
}

.event-information__wrapper {
	display: flex;
	flex-direction: column;
}

.event-information__content::before {
    background: #F3FAF9;
    content: "";
    position: absolute;
    top: 0;
    width: 95%;
    left: 0;
    height: 23.5rem;
    z-index: -1;
}

.event-information__logo-wrapper {
	background-color: #ffffff;
	border-radius: 0.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
  margin: 2.5rem auto;
  padding: 1rem;
  width: 18rem;
}

.event-information__image {
  height: 200px;
  width: 250px;
  object-fit: contain;
}

.event-information__cta {
	display: none;
	margin-top: 4rem;
}

.event-information__cta-mobile .event-information__cta {
	display: block;
	margin-top: 3.5rem;
}

.event-information__link {
	border-radius: 0.3125rem;
  background: #FFE924; 
	color: #000;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.875rem 1.25rem; 
  display: flex;
  width: max-content;
  text-align: center;
	margin-bottom: 2rem;
}

.event-information__heading {
	margin-bottom: 3rem;
}

.event-information__heading-text {
	color: #000;
	font-size: 1.75rem;
	font-weight: 700;
  line-height: 1.5;
}

.event-information__venue {
	background: #FFF;
  box-shadow: 5px 5px 20px 0px rgba(3, 174, 169, 0.10);
	padding: 1.25rem 1.5rem;
}

.event-information__venue-wrapper {
	border-left: 4px solid #03AEA9;
	padding-left: 1.25rem;
}

.event-information__time {
	margin-bottom: 1rem;
}

.event-information__time,
.event-information__location {
	display: flex;
}

.event-information__time .svg-icon,
.event-information__location .svg-icon {
	width: 1.60rem;
  height: 1.875rem; 
	margin-right: 1rem;
}

.event-information__time-text,
.event-information__location-text {
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.875rem; 
}

@media only screen and (max-width: 767px) {
	.event-information.--no-margin-top {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) {
	.event-information {
		margin: 2.5rem 0;
	}	
	
	.event-information__content::before {
    width: 60vw;
		height: 22rem;  
	}
	
	.event-information__wrapper {
		flex-direction: row;
		gap: 2.5rem;
	}
	
	.event-information__cta {
		display: block;
	}
	
	.event-information__logo-wrapper {
    margin: 2rem auto;
    padding: 1rem;		
		width: 100%;
	}
	
	
	.event-information__cta-mobile .event-information__cta {
		display: none;
	}	

	.event-information__image {
    height: 250px;
    width: 350px;
	}	
	
	.event-information__details {
			padding-top: 2.875rem;
	}	
	
  .event-information__heading-text {
	  font-size: 2rem;
	}
	
	.event-information__time .svg-icon,
	.event-information__location .svg-icon {
		width: 1.875rem;
		height: 2.1875rem; 
	}

	.event-information__time-text,
	.event-information__location-text {
		font-size: 1.125rem;
	}	
	
	.event-information__venue {
	  padding: 1.5rem 2rem;
	}

  .event-information__link {
	  margin-bottom: 0;
	}
	
}

@media only screen and (min-width: 1280px) {
	.event-information__wrapper {
			gap: 5rem;
	}
}

@media only screen and (min-width: 1440px) {
	.event-information__wrapper {
			gap: 9rem;
	}
}
.event-description {
	width: 100%;	
  max-width: 1036px; 
  margin: 2.5rem auto;
	padding-inline: 1.25rem;
}

.event-description p {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2rem;
}

@media only screen and (min-width: 768px) {
	.event-description {
		margin: 5rem auto;
	}
	
	.event-description p {
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 1280px) {
	.event-description .container {
		padding-inline: 0;
	}
}
.event-schedule {
  padding: 2.5rem 0;
	position: relative;
	overflow: hidden;
}

.event-schedule .container {
	max-width: 1036px;
  width: 100%;
  margin-inline: auto;
	padding-inline: 1.25rem;
}

.event-schedule__content {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	row-gap: 1.25rem;
}

.event-schedule__item {
	padding-left: 1.5rem;
	border-left: 2px #03AEA9 solid;
  display: flex;
	flex-direction: row;
	gap: 1rem;
}

.event-schedule__date,
.event-schedule__time {
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2rem;
}

.event-schedule__time {
	font-weight: 500;
}

.event-schedule__topic {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75rem;
	width: 100%;
	margin-bottom: 0;
}

.event-schedule__vector {
	right: -24px;
	clip-path: polygon(0px 0px, 100% 0px, 101.22% 79.96%, -7px 79.96%);
	position: absolute;
	bottom: -95px;
}

.event-schedule__vector-src {
	width: 100%;
	height: 270px;
}

.event-schedule__details {
    width: 120px;
}


@media only screen and (min-width: 768px) {
	.event-schedule {
		padding: 5rem 0;
	}
	
	.event-schedule__content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 4rem;
	}
	
	.event-schedule__topic {
		width: 75%;
		font-size: 1.125rem;
	}
	
	.event-schedule__date {
		font-size: 1.125rem;
	}
	
	.event-schedule__time {
		font-size: 1rem;
	}
	
	.event-schedule__vector-src {
		height: 450px;
	}	
}

@media only screen and (min-width: 1280px) {
	.event-schedule .container {
		padding-inline: 0;
	}
}
.events-agenda {
	background-color: #F6F6F6;
	padding: 2.5rem 0;
}

.events-agenda .container {
  margin-inline: auto;
  max-width: 1036px;
  padding-inline: 1.25rem;
  width: 100%;
}

.events-agenda__main.container {
	z-index: 1;
	position: relative;
}

.events-agenda__main.--remove-overlap {
	z-index: initial;
}

.events-agenda__top {
	position: sticky;
	top: 4.75rem;
	z-index: 10;
}

.events-agenda__heading {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
}

.events-agenda__top {
	margin-top: 2.5rem;
  background-color: #EDEDED;
	overflow: auto;
  padding: 1rem 0;	
}

.events-agenda__top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;	
}

.events-agenda__more {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	text-decoration-line: underline;
	margin-top: 2.5rem;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.events-agenda__more svg {
  width: 3rem;
  height: 3rem;
}

.events-agenda__tab {
	display: flex;
	align-items: center;
	gap: 1.5rem;
  list-style: none;
	margin: 0;
	row-gap: 1rem;
	column-gap: 1.5rem;
	padding: 0;
}

.events-agenda__tab-btn {
	display: block;
	padding: 0.5rem 1.25rem;
	margin: 0;
	color: #B0B0B0;
	font-size: 1.125rem;
	font-weight: 500;
	background-color: transparent;
	border-radius: 1.5rem;
}

.events-agenda__tab-btn:hover {
  background: #03AEA9;
	color: #FFF;
}

.events-agenda__tab-btn.--active,
.events-agenda__tab-btn:active,
.events-agenda__tab-btn:focus {
  background: #03AEA9;
	color: #FFF;
	font-weight: 700;
}

.events-agenda__cta {
	display: none;
	border-radius: 0.3125rem;
	background: #FFE924;	
	padding: 0.875rem 1.25rem;
	color: #000;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
  line-height: 1.5;
  width: 160px;
}

.events-agenda__content {
	display: none;
}

.events-agenda__content.--active {
	display: block;
}

.events-agenda__content-title {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	max-width: 46.0625rem;
	margin-top: 1.5rem;
	margin-bottom: 2rem;	
}

.events-agenda__card {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	gap: 0.5rem;
}

.events-agenda__card-item {
	background: #ffffff;
  padding: 1.25rem 1.75rem;
	position: relative;
}

.events-agenda__card-item::before {
	content: "";
	width: 0.125rem;
  height: 100%;
  display: block;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
}

.events-agenda__card-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.events-agenda__card-content.--no-margin-bottom {
	margin-bottom: 0;
}

.events-agenda__card-time,
.events-agenda__child-time {
	display: block;
}

.events-agenda__card-time,
.events-agenda__card-title,
.events-agenda__child-title {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0;
}

.events-agenda__child {
  padding: 0;
  margin: 0 0 2rem 0;	
	display: grid;
	gap: 2rem;
}

.events-agenda__child-time {
	color: #000;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
}

.events-agenda__child-item {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 2rem;
}

.events-agenda__child-title {
	margin-top: 1.25rem !important;
}

.events-agenda__child-description {
	color: #444;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 0.5rem;
}

.events-agenda__child-image {
  margin-top: 1.25rem;
}

.events-agenda__child-image-src {
	width: 5rem;
  height: 5rem;
	border-radius: 100%;
	object-fit: cover;
}

.events-agenda__child-link {
	background-color: transparent;
	margin: 0;
	padding: 0;
	color: #00ADAC;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: initial;
	text-align: left;
	margin-top: 1.75rem;
}

.events-agenda__child-link:active,
.events-agenda__child-link:hover,
.events-agenda__child-link:focus {
  background-color: transparent;
	color: #00ADAC;
}

.events-agenda__modal {
  display: none;
	align-items: center;
	justify-content: center;
	z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.events-agenda__modal.--open {
	display: flex;
}

.events-agenda__modal-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;	
	margin-inline: 1.25rem;
  background-color: #fff;
  padding: 2rem 1.25rem;
	width: 100%; 
	gap: 1.75rem;
	position: relative;
	max-height: 90%;
	overflow-y: scroll;
}

.events-agenda__modal-logo {
	margin-bottom: 1.5rem;
  height: 2.5rem;
  width: auto;	
}

.events-agenda__modal-title {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
}

.events-agenda__modal-description {
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.events-agenda__modal-speaker {
	display: none;
	margin-top: 1.5rem;
	align-items: center;
	gap: 2rem;
	max-width: 350px;
}

.events-agenda__modal-speaker-mobile {
	display: flex;
	margin-top: 1.25rem;
	align-items: center;
	gap: 1.25rem;
}

.events-agenda__child-full-image {
	margin-top: 0.5rem;
}

.events-agenda__child-full-image-src {
  height: 13rem;
	width: 100%;
	object-fit: cover;
}

.events-agenda__modal-speaker-image {
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	object-fit: cover;
}

.events-agenda__modal-role {
	color: #000;
	font-size: 0.75rem;
	font-weight: 500;
}

.events-agenda__modal-close,
.events-agenda__modal-close:hover,
.events-agenda__modal-close:active,
.events-agenda__modal-close:focus {
	background-color: transparent;
}

.events-agenda__modal-close {
	position: absolute;
	top: 1.75rem;
	right: 1.75rem;
	padding: 0;
	margin: 0;
}

.events-agenda__modal-product-image {
	max-height: 15rem;
	width: 100%;
	object-fit: contain;
}

@media only screen and (min-width: 1024px) {
	.events-agenda {
		padding: 5rem 0;
	}	

	.events-agenda__top {
		margin-top: 3.5rem;
		overflow: initial;
		padding: 1.85rem 0;
		top: 5rem;
	}
	
	.events-agenda__tab {
		display: grid;
	  grid-template-columns: repeat(4, minmax(0, 1fr));
		width: 90%;
	}
	
	.events-agenda__tab-btn {
		font-size: 1.25rem;
	}
	
	.events-agenda__heading {
		font-size: 3rem;
	}	
	
  .events-agenda__cta {
	  display: block;
	}
	
  .events-agenda__card-content {
	  flex-direction: row;
	  align-items: center;
		gap: 0;
	}
	
  .events-agenda__content-title {
	  font-size: 1.75rem;
	  margin-bottom: 2.75rem;
    margin-top: 3.75rem;	
	}
	
	.events-agenda__card-item {
    padding: 1.5rem 4rem;
	}
	
	.events-agenda__child {
		gap: 1.25rem;
	}
	
	.events-agenda__child-item {
		flex-direction: row;
    border: 1px solid #E1E1E1;
	  align-items: center;
	  padding: 2.25rem 1.875rem;
	}
	
	.events-agenda__child-item.--with-image .events-agenda__child-content {
		max-width: 350px;
	}	
	
	.events-agenda__child-title {
		margin-top: 0 !important;
	}
	
	.events-agenda__child-image {
    margin-left: auto;
		margin-right: 4rem;
		margin-top: 0;
	}	
	
	.events-agenda__child-link {
		text-align: center;
		margin-top: 0;
	}
	
	.events-agenda__card-time,
	.events-agenda__child-time {
		min-width: 150px;
	}	
	
	.events-agenda__card-time,
	.events-agenda__card-title,
	.events-agenda__child-title {
		font-size: 1.25rem;
	}	
	
  .events-agenda__child-description {
    font-size: 1rem;
	}
	
	.events-agenda__modal-wrapper {
		flex-direction: row;
    padding: 2.5rem 3rem;
		max-width: 49.625rem;
	  margin-inline: auto;
		gap: 3.75rem;
		max-height: initial;
		overflow: hidden;
	}	
	
	.events-agenda__modal-title {
		font-size: 1.375rem;	
  	margin-bottom: 1rem;
	}
	
  .events-agenda__modal-speaker {
	  display: flex;
	}
	
	.events-agenda__child-full-image {
		margin-top: 1rem;
	}	
	
  .events-agenda__child-full-image-src {
    height: 31.5rem;
    max-width: 671px;
	}
	
  .events-agenda__modal-speaker-mobile {
	  display: none;
	}
	
	.events-agenda__modal-product-image {
		max-height: initial;
    width: auto;
		object-fit: initial;
	}
	
	.events-agenda__more {
		font-size: 1.125rem;
	  margin-top: 5rem;
    justify-content: center;
		text-align: center;
	}
	
	.events-agenda__more svg {
		width: 1.5rem;
		height: 1.5rem;
	}	
}

@media only screen and (min-width: 1280px) {
	.events-agenda .container {
		padding-inline: 0;
	}	

	.events-agenda__tab {
	  grid-template-columns: repeat(5, minmax(0, 1fr));
	}	
}
.cta-section {
	min-height: 430px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5rem 2rem;
	background-repeat: no-repeat;
	max-width: 1036px;
  width: calc(100% - 2.5rem);
	margin-inline: auto;
	position: relative;
	background-size: cover;
	border-radius: 6px;
	overflow: hidden;
}

.cta-section__container {
  position: relative;	
	background-color: #F6F6F6;
	padding: 2.5rem 0;
}

.cta-svg__circle {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cta-section .container {
	width: 100%;
}

.cta-section__wrapper {
	display: flex;
	align-items: end;
	justify-content: space-between;
	flex-direction: column;
}

.cta-section__heading {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
  text-align: center;
}

.cta-section__link {
	display: block;
	border-radius: 5px;
	background: #FFE924;
	box-shadow: 0px 0px 24px 0px rgba(254, 238, 98, 0.50);
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding: .85rem 1.25rem;
	width: 100%;
	margin-top: 2.5rem;
	text-align: center;
}

.cta-section__logo {
	bottom: 9rem;
	height: 5.25rem;
	position: absolute;
	right: -38px;
	width: 5.25rem;
}

.cta-section__logo-src {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (min-width: 1280px) {
  .cta-section {
		width: 100%;
		min-height: 385px;
		padding: 3.5rem 5rem;
	  justify-content: start;
  	overflow: initial;
	}
	
	.cta-section__container {
		padding: 5rem 0;
	}	
	
	.cta-section__wrapper {
		flex-direction: row;
	}	
	
	.cta-section__content {
		max-width: 50rem;
		width: 100%;
	}	
	
  .cta-section__heading {
	  font-size: 2.5rem;
    text-align: left;
	}
	
	.cta-section__link {
		margin-top: 3.5rem;
		padding: .85rem 3.5rem;
		width: max-content;
	}	
	
	.cta-section__logo {
		position: relative;
		bottom: 0;
		right: 0;
		width: 6.4375rem;
		height: 6.45256rem;
	}	
	
  .cta-svg__circle {
	  display: block;
	}
	
}