@charset "UTF-8";
/*
Theme Name:   Divi Child Theme
Theme URI:    http://yourwebsite.com
Description:  Child theme, based on Divi
Author:       Pierre-Yves Castaing
Author URI:   http://thisauthor.com // Your web address
Template:     Divi
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?siw60n");
  src: url("fonts/icomoon.eot?siw60n#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?siw60n") format("truetype"), url("fonts/icomoon.woff?siw60n") format("woff"), url("fonts/icomoon.svg?siw60n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-call-dropped:before,
.stick-list .contact:after,
.icon-contact::after {
  content: "\e900";
  color: #1c274c;
  font-size: 18px;
}

.icon-support:before,
.stick-list .online:after,
.icon-online::after {
  content: "\e902";
  font-size: 18px;
}

.icon-wechat-fill-svgrepo-com:before,
.stick-list .wechat:after,
.icon-wechat::after {
  content: "\e901";
  font-size: 24px;
}

.et_header_style_split #main-header .container,
.et_header_style_split #main-header .logo_container {
  background-color: white !important;
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

/* Menu CSS */
body {
  background-color: #ECF0F5;
}

h1 {
  font-size: 40px;
  line-height: 60px;
  color: #333333;
  font-weight: 300;
}

h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.mobile_menu_bar:after,
.et-social-icon a:hover,
.comment-reply-link,
.form-submit .et_pb_button,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.et_password_protected_form .et_submit_button,
.nav-single a,
.posted_in a,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.bottom-nav li.current-menu-item > a,
.footer-widget h4 {
  color: #cee709;
}

a:not(.wp-element-button) {
  text-decoration: none;
}

a.postLink {
  background: #C12E24;
  font-size: 16px;
  color: white;
  padding: 6px 15px;
  border-radius: 0px;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 5px auto;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

a.postLink:hover {
  background-color: transparent;
  border: 1px solid #C12E24;
  color: black;
  transition: 1s;
}

.mainButton {
  background: #C12E24;
  border: 1px solid #C12E24;
  font-size: 17px;
  color: white;
  padding: 6px 15px;
  border-radius: 2px;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 5px auto;
  display: inline-block;
  text-decoration: none;
}

a.mainButton:hover {
  background-color: transparent;
  border: 1px solid #C12E24;
  color: black;
  transition: 1s;
}

.mainButton--center {
  text-align: center;
  display: block;
  margin: 15px auto;
  width: 170px;
}

a.noHoverLink {
  background: #C12E24;
  font-size: 16px;
  color: white;
  padding: 6px 15px;
  border-radius: 0px;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 5px auto;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.footer-title {
  font-weight: 700;
  position: relative;
  color: #222;
}
.footer-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #333;
}
.footer-title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 70px;
  left: 0;
  height: 1px;
  background: #D21F3B;
  z-index: 100;
}

.footer-menu ul li {
  width: 100%;
}

@media only screen and (max-width: 980px) {
  #logo {
    min-height: 60px;
    min-width: 100px;
  }
}
@media only screen and (min-width: 981px) {
  #logo {
    min-height: 60px;
    min-width: 120px;
  }
}
.et_header_style_split #main-header .centered-inline-logo-wrap {
  margin: -33px 95px -33px 50px;
}

.site-footer {
  background-color: #222;
  color: white;
  text-align: center;
  border-top: 2px solid #D21F3B;
}

footer {
  position: relative;
  z-index: 1;
}

body.custom-background {
  background-color: #ffffff !important;
}

/* CTA Formulaire : Styling */
/* keep it mobile friendly by only applying these styles for larger viewports */
@media only screen and (min-width: 641px) {
  body #gform_wrapper_1 {
    max-width: 50%;
    margin: 0 auto;
  }
  body #gform_wrapper_1 ul li.gfield .ginput_container,
  body #gform_wrapper_1 ul li.gfield .gfield_description,
  body #gform_wrapper_1 div.ginput_complex label,
  body #gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]),
  body #gform_wrapper_1 select,
  body #gform_wrapper_1 textarea {
    text-align: center;
  }
  body #gform_wrapper_1 ul.top_label li.gfield label.gfield_label {
    text-align: center;
    display: block;
  }
  body #gform_wrapper_1 .gform_footer,
  body #gform_wrapper_1 .gform_page_footer {
    text-align: center;
  }
}
/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}

/*** FIELD STYLING ***/
input[type=text],
textarea {
  background: white;
  border: 1px solid #88776f;
  border-radius: 0;
  color: #999 !important;
  padding: 15px !important;
}

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
  background: transparent;
  border: 2px solid #cee709;
  font-size: 30px;
  color: #cee709;
  padding: 12px 23px;
  letter-spacing: 2px;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.3em !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.3em !important;
    width: 100% !important;
    margin: 0 16px 0 0;
  }
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
  background: #cee709;
  border: 2px solid #cee709;
  color: white;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.3em !important;
    width: 100% !important;
    margin: 0 16px 0 0;
  }
}
/* Delete nombre de caractère max rule */
.gform_wrapper div.charleft {
  display: none;
}

/* SUBMIT BUTTON EQUAL WIDTH WITH FORM */
.gform_button {
  width: 100% !important;
  margin: 0 !important;
}

.gform_fields .gfield {
  padding: 0 !important;
}

#top input[type=text] {
  width: 100% !important;
}

/*Test change font size button gravity form */
@media only screen and (min-width: 641px) {
  body .gform_wrapper .gform_body input {
    font-size: 18px;
  }
}
/* Aligner les Fields labels à gauche */
@media only screen and (min-width: 641px) {
  body #gform_wrapper_1 ul li.gfield .ginput_container,
  body #gform_wrapper_1 ul li.gfield .gfield_description,
  body #gform_wrapper_1 div.ginput_complex label,
  body #gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]),
  body #gform_wrapper_1 select,
  body #gform_wrapper_1 textarea {
    text-align: left;
  }
}
body #gform_wrapper_1 ul.top_label li.gfield label.gfield_label {
  display: none !important;
}

body #gform_wrapper_1 {
  max-width: 80%;
}

input[type=text],
textarea {
  padding: 10px !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper textarea.large {
    height: 200px !important;
  }
}
.gform_wrapper .gform_footer {
  padding: 5px 0 10px !important;
  margin: 5px 0 0 !important;
  clear: both;
  width: 100%;
}

/* EN DEV */
div.wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 20px 40px;
}

h1.products {
  text-align: center;
}

div.grid__section {
  display: grid;
  margin: auto;
  padding: 20px 15px;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: minmax(150px, auto);
}

div.grid__unit {
  background-color: #CEE709;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

div.grid__textArea {
  padding: 10px 5px 20px;
  background-color: white;
}

h3.grid__title {
  text-align: center;
  margin-bottom: 10px;
}

a.bouton {
  background: #CEE709;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  color: black;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 100px;
  padding: 7px 0px;
}

a.bouton:hover {
  background-color: #acbd23;
}

/* SINGLE PRODUCT PAGE */
div.productBox {
  max-width: 900px;
  margin: auto;
  background-color: white;
  padding: 10px 30px 30px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

h1.single-product {
  text-align: center;
  margin: 10px 0px 25px;
}

@media (min-width: 900px) {
  div.productTop {
    display: flex;
  }
}
h2.productDescription {
  font-size: 20px;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #CEE709;
}

h2.productRecommandations {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #CEE709;
}

img.product-image-archive {
  border: 1px solid #CEE709;
}

.et_pb_toggle_item {
  padding-bottom: 0 !important;
}
.et_pb_toggle_item.et_pb_toggle_close {
  background-color: transparent !important;
}
.et_pb_toggle_item .et_pb_toggle_title {
  z-index: 0;
  padding-bottom: 20px !important;
}
.et_pb_toggle_item .et_pb_toggle_title:after {
  content: "";
  background-color: #031D55;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: 0px;
  z-index: -1;
}
.et_pb_toggle_item .et_pb_toggle_title:before {
  transform: translateY(-50%);
}
.et_pb_toggle_item.et_pb_toggle_open .et_pb_toggle_title {
  color: #031D55;
}
.et_pb_toggle_item.et_pb_toggle_open .et_pb_toggle_title:after {
  background-color: #C5CDDD;
}

@media (min-width: 980px) {
  .row_align {
    display: flex !important;
  }
  .row_align .column_align {
    display: flex !important;
    flex-direction: column !important;
  }
  .row_align .column_align .text_wrapper {
    flex-grow: 1 !important;
  }
}

.sidebar_content_wrapper {
  padding: 0 !important;
  padding-bottom: 4% !important;
  padding-top: 4% !important;
}
@media (min-width: 981px) {
  .sidebar_content_wrapper .content_right_column {
    float: right !important;
  }
}

#sidebar {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.sidebar__inner a.active {
  color: black !important;
  position: relative;
}
.sidebar__inner a.active:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E02B20;
}

html:not([class*=et-fb-preview]) .popup_overlay, html:not([class*=et-fb-preview]) .popup_wrapper {
  z-index: -100;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body.popup_opened {
  overflow: hidden;
}
body.popup_opened .popup_overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000 !important;
  opacity: 0.5;
  z-index: 100000;
}
body.popup_opened .popup_wrapper {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  display: flex;
  z-index: 100001;
  visibility: visible !important;
  overflow: auto;
  background-color: transparent !important;
}
body.popup_opened .popup_wrapper .popup_container {
  z-index: 100;
  background: white;
  position: relative;
  margin: auto;
  border-radius: 6px;
  transform: translate(0, 30px);
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  max-width: 480px;
  width: 95vw !important;
  height: auto;
  border-radius: 8px;
}
@media (min-width: 768px) {
  body.popup_opened .popup_wrapper .popup_container {
    max-height: 80vh;
    height: 80vh;
    max-width: 540px !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.popup_opened .popup_wrapper .popup_container {
    transform: translate(0, 24px);
  }
}
@media (min-width: 1024px) {
  body.popup_opened .popup_wrapper .popup_container {
    max-height: initial;
    height: auto;
    max-width: 480px !important;
  }
}
body.popup_opened .popup_wrapper .popup_container .close_popup {
  cursor: pointer;
  position: absolute !important;
  top: 60px;
  right: 53px;
  background-size: contain;
  transition: all 0.3s ease-in-out 0s;
}
body.popup_opened .popup_wrapper .popup_container .close_popup:hover {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out 0s;
}
body.popup_opened .popup_wrapper .popup_container .popup_content {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  body.popup_opened .popup_wrapper .popup_container .popup_content {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1024px) {
  body.popup_opened .popup_wrapper .popup_container .popup_content {
    justify-content: center;
  }
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner {
  width: 100%;
  padding: 5vw !important;
}
@media (min-width: 768px) {
  body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner {
    padding: 60px 50px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
  }
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper .gform_heading {
  margin-bottom: 15px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper .gform_heading {
    margin: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper .gform_heading:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #E02B20;
  height: 7px;
  width: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper .gform_heading h3.gform_title {
  font-size: 36px;
  font-weight: 900;
  color: #333333;
  text-align: center;
  margin: 0;
  position: relative;
  padding: 0;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper .gform_body {
  margin-top: auto;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper .gform_body label {
  color: #ABABAB !important;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper .gform_body .ginput_container input {
  width: 100%;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper .gform_body .ginput_container input[type=text], body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_wrapper .gform_body .ginput_container textarea {
  min-height: 38px !important;
  height: 38px !important;
  padding: 8px !important;
  border: 1px solid #ABABAB;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_footer {
  margin-top: 30px;
  padding: 0 !important;
}
@media (min-width: 768px) {
  body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_footer {
    margin-top: auto !important;
  }
}
@media (min-width: 1024px) {
  body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_footer {
    margin-top: 60px !important;
  }
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_confirmation_message h1 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_confirmation_message h1 {
    margin: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_confirmation_message h1 span {
  padding-bottom: 40px;
  position: relative;
  font-size: 36px;
  font-weight: 900;
  color: #333333;
  text-align: center;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_confirmation_message h1 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #E02B20;
  height: 7px;
  width: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_confirmation_message p:last-of-type {
  display: flex;
  flex-direction: column;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_confirmation_message p:last-of-type a {
  background-color: #D21F3B;
  color: white !important;
  flex-grow: 1;
  height: 48px;
  display: flex;
}
body.popup_opened .popup_wrapper .popup_container .popup_content .et_pb_code_inner .gform_confirmation_message p:last-of-type a strong {
  margin: auto;
  font-size: 20px;
}

.popup_wrapper .gfield_select {
  min-height: 38px !important;
  height: 38px !important;
  padding: 8px !important;
  border: 1px solid #ABABAB;
  color: #999 !important;
}

.et_pb_slider .et_pb_container {
  margin: 0;
}

.et-pb-controllers {
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  height: 25px;
  padding: 10px;
  width: auto;
  border-radius: 50px;
}

/* DP Slider Navigation */
.dp-carousel .swiper-button-prev {
  transform: none;
  margin-top: -100px;
  top: 10px !important;
  margin-left: auto !important;
  right: 52px;
  font-size: 20px !important;
  background-color: #fff;
  padding: 25px !important;
}

.dp-carousel .swiper-button-next {
  transform: none;
  top: 10px !important;
  margin-top: -100px;
  right: 0px !important;
  background-color: #fff;
  padding: 25px !important;
}

/* Arrow Size and Style */
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  color: #aed4e4;
}

/* DP Slider Pagination */
.dp-carousel .swiper-pagination-bullet-active {
  background-color: #fff;
}

.dp-carousel .swiper-pagination-bullet {
  background-color: #fff;
  top: 15px;
}

.right-corner {
  position: relative;
  background-repeat: no-repeat !important;
}
.right-corner::after {
  content: "";
  background-image: url(./images/icon-right.svg);
  width: 130px !important;
  height: 139px !important;
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  bottom: -1px !important;
  visibility: visible !important;
}

.et_pb_section li {
  padding-left: 25px;
  position: relative;
  list-style: none;
}
.et_pb_section li::after {
  content: "";
  background-image: url(./images/after_tab.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17.18px;
  height: 15.68px;
  position: absolute;
  top: 5px;
  left: 0;
}
.et_pb_section li::marker {
  display: none;
}
.et_pb_section .pagination li::after {
  content: none;
}

h3 {
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.4px;
  padding-left: 30px;
  line-height: 40px;
}
h3::after {
  content: "";
  background-image: url(./images/after-title.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

.et-menu-nav ul li::after {
  content: unset;
}

.container {
  max-width: 1280px;
  width: 100%;
}

.ds-timeline .timeline-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  padding: 0 0 50px;
  position: relative;
}

.ds-timeline .timeline-item:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  visibility: visible;
  top: 0;
  left: 0;
  margin-left: -1.5px;
  background-color: #00a99d;
}

.ds-timeline .timeline-item .col-date {
  position: relative;
  padding-left: 40px;
}

.ds-timeline .timeline-item .col-date:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  background-color: #00a99d;
  width: 26px;
  height: 26px;
  margin-top: -35px;
  border: 5px solid #f4f4f4;
  border-radius: 50%;
}

.ds-timeline .timeline-item .col-details {
  padding-left: 40px;
  border-radius: 3px;
}

.ds-timeline .tm-date {
  font-size: 18px;
}

.ds-timeline .tm-date h4 {
  font-weight: 600;
  font-size: 23px;
  margin: 8px 0;
}

.ds-timeline .tm-video .et_pb_video_play {
  font-size: 50px;
  line-height: 56px;
  margin: -28px auto auto -28px;
}

.ds-timeline .tm-video .et_pb_video_play:before {
  content: "E";
  border-radius: 50%;
  transition: all 0.3s ease-in;
  transition-delay: 0;
  display: inline-block;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  text-align: center;
}

.ds-timeline .tm-video:hover .et_pb_video_play:before {
  background: #00a99d;
  border-color: #00a99d;
  transform: scale(1.25);
}

.ds-timeline .tm-desc {
  padding: 30px;
  background-color: #fff;
}

.ds-timeline .tm-title {
  border-bottom: 2px solid #f4f4f4;
  border-left: 3px solid #00a99d;
  background-color: #fff;
  padding: 15px 30px;
}

.ds-timeline .tm-title h3 {
  padding: 0;
  line-height: 1.1;
  font-weight: 600;
}

.ds-timeline .tm-countdown {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 10px !important;
}

.ds-timeline .tm-countdown .et_pb_countdown_timer_container {
  text-align: left;
  display: flex;
}

.ds-timeline .tm-countdown .section.values {
  width: auto;
  max-width: 95px;
  flex-grow: 1;
  background-color: #fff;
  color: #1d1c21;
  padding: 12px 8px;
  border-top: 3px solid #00a99d;
  margin-right: 10px;
}

.ds-timeline .tm-countdown .section.values:last-child {
  margin-right: 0;
}

.ds-timeline .tm-countdown .section.values .value {
  font-weight: 800;
  font-size: 27px !important;
  line-height: 1 !important;
}

.ds-timeline .tm-countdown .section.values .label {
  text-transform: uppercase;
}

.ds-timeline .tm-countdown .section.sep {
  display: none;
}

@media (min-width: 980px) {
  .ds-timeline .timeline-item:after {
    left: 50% !important;
  }
  .ds-timeline .timeline-item:first-child:after {
    height: 50%;
    top: 50%;
  }
  .ds-timeline .timeline-item:last-child:after {
    height: 50%;
  }
  .ds-timeline .timeline-item.even {
    flex-direction: row-reverse;
  }
  .ds-timeline .timeline-item.even .col-details {
    padding-right: 40px;
    padding-left: 0 !important;
  }
  .ds-timeline .timeline-item.odd .col-date {
    padding-right: 40px;
    padding-left: 0 !important;
  }
  .ds-timeline .timeline-item.odd .col-date:before {
    left: auto;
    right: -18px;
  }
  .ds-timeline .timeline-item.odd .et_pb_button_module_wrapper {
    text-align: right;
  }
  .ds-timeline .timeline-item.odd .tm-date {
    text-align: right;
  }
  .ds-timeline .timeline-item.odd .tm-countdown .et_pb_countdown_timer_container {
    justify-content: flex-end;
  }
}
.horizontal-category-collapse__cate-head {
  display: flex;
  align-items: center;
}
.horizontal-category-collapse__cate-head span {
  font-size: 28px;
  margin-left: 10px;
}

.horizontal-category-collapse__child-list {
  display: flex;
  flex-wrap: wrap;
}
.horizontal-category-collapse__child-list .inner-link {
  display: flex;
  align-items: center;
}
.horizontal-category-collapse__child-list .inner-link .horizontal-category-collapse--cate-name {
  margin-left: 10px;
}

.custom-accordion .et_pb_blurb_content {
  width: 100% !important;
}
.custom-accordion li::after {
  display: none;
}
.custom-accordion .horizontal-category-collapse__child-item {
  width: calc(33.3333333333% - 10.1333333333px);
}
.custom-accordion .external-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 12px;
  border: 0.8px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  gap: 7.2px;
  min-height: 65px;
  padding: 9px;
  position: relative;
  overflow: hidden;
}
.custom-accordion .horizontal-category-collapse--cate-name {
  color: #000000;
  padding: 0;
  margin: 0;
}
.custom-accordion .horizontal-category-collapse--cate-name span {
  color: #000;
}
.custom-accordion.accordion-active .ds_image_accordion_child:not(.ds-active) .ds-accordion-title {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
}
.custom-accordion.accordion-active .ds_image_accordion_child:not(.ds-active) .button {
  display: none;
}
.custom-accordion.accordion-active .ds_image_accordion_child.ds-active .button {
  display: none;
  border-radius: 50px;
}
.custom-accordion.accordion-active .ds_image_accordion_child.ds-active .button.button-expand .text {
  display: none;
}
.custom-accordion.accordion-active .ds_image_accordion_child.ds-active .button.button-expand .text-hidden {
  display: block;
}
.custom-accordion.accordion-active .ds-accordion-description {
  height: auto;
}
.custom-accordion.accordion-active .button {
  display: none;
}
.custom-accordion .ds-accordion-description {
  height: 0;
}
.custom-accordion .ds-accordion-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.custom-accordion .ds-accordion-title {
  transition: 0.5s ease-out;
}
.custom-accordion .button {
  border-radius: 50px;
}
.custom-accordion .button.button-expand {
  display: inline-flex;
  background-color: #131436;
  color: #fff;
  gap: 14px;
  align-items: center;
  letter-spacing: 0.18em;
  padding: 10px 9px 10px 19px;
  text-decoration: none;
  max-width: 130px;
  position: relative;
  z-index: 0;
  margin-top: 19px;
  width: initial;
  height: initial;
}
.custom-accordion .button.button-expand::after {
  font-weight: 300;
  transition: 0.3s all;
  content: "";
  background-image: url(./images/button-arrow.svg);
  width: 29.79px;
  height: 22.51px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.custom-accordion .button.button-expand:hover::after {
  background-image: url(./images/icon-plus-hover.svg);
}
.custom-accordion .button.button-expand .text-hidden {
  display: none;
}

.et_pb_module .et_pb_image {
  text-align: center;
}

.group-button-sticky {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 30px;
  z-index: 70;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.group-button-sticky .container {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0;
}
.group-button-sticky .container .sticky-menu-wrapper {
  background: #131436;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 4px;
  border-radius: 15px;
}
.group-button-sticky .container .sticky-menu-wrapper .stick-list {
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: white;
  border-radius: 10px;
}
.group-button-sticky .container .sticky-menu-wrapper .stick-list li {
  position: relative;
  padding: 10px 20px;
  display: flex;
  align-items: center; /* Vertically centers children */
  gap: 0.5rem;
  cursor: pointer;
}
.group-button-sticky .container .sticky-menu-wrapper .stick-list li:not(:last-child) {
  border-right: 1px solid #cccccc;
}
.group-button-sticky .container .sticky-menu-wrapper .stick-list .qrcode {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -175px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid black;
  transition: 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.group-button-sticky .container .sticky-menu-wrapper .stick-list .qrcode img {
  width: 100%;
}
.group-button-sticky .container .sticky-menu-wrapper .stick-list .qrcode.open {
  visibility: visible;
  opacity: 1;
}

.dmpro-tooltip-content .wrapper-point {
  position: relative;
}
.dmpro-tooltip-content .wrapper-point .close {
  position: absolute;
  top: -30px;
  right: -20px;
  padding: 5px;
  line-height: 1;
}
.dmpro-tooltip-content .wrapper-point .close svg {
  width: 18px;
  fill: #d20038;
  height: 18px;
}
.dmpro-tooltip-content .wrapper-point .close svg path {
  fill: #d20038;
}
.dmpro-tooltip-content .wrapper-point .item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 24px;
}
.dmpro-tooltip-content .wrapper-point .item-info .info-col {
  width: 50%;
}
.dmpro-tooltip-content .wrapper-point .item-info .info-col .logo-image {
  max-height: 56px;
}
.dmpro-tooltip-content .wrapper-point .item-info:last-child {
  margin: 0;
  align-items: start;
}
.dmpro-tooltip-content .wrapper-point .item-info .item-contact {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}
.dmpro-tooltip-content .wrapper-point .item-info .item-contact svg {
  min-width: 19px;
  margin-top: 1px;
}
.dmpro-tooltip-content .wrapper-point .tem-image-qr img {
  max-width: 90px;
  width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .custom-accordion .ds_image_accordion_child > div {
    position: relative;
  }
  .custom-accordion .ds_image_accordion_wrapper {
    height: 100% !important;
  }
  .custom-accordion.accordion-active .ds_image_accordion_child:not(.ds-active) .ds-accordion-title {
    opacity: 1;
    visibility: visible;
    top: unset;
    left: unset;
    transform: unset;
    white-space: unset;
    position: relative;
  }
  .custom-accordion.accordion-active .ds_image_accordion_child:not(.ds-active) .ds-accordion-content {
    max-height: 0;
  }
  .custom-accordion.accordion-active .ds_image_accordion_child:not(.ds-active) .button {
    display: inline-flex;
  }
  .custom-accordion.accordion-active .ds-accordion-description {
    height: auto;
  }
  .custom-accordion.accordion-active .button {
    display: inline-flex;
  }
  .custom-accordion.accordion-active .ds_image_accordion_child .ds-active .button {
    display: inline-flex;
  }
}
.et_fixed_nav #top-header {
  z-index: 9999;
}

.mfp-content .dtq-modal {
  max-width: 1000px;
}

#top-menu li.mega-menu > ul > li:nth-of-type(5n+1) {
  clear: left;
}
#top-menu li.mega-menu > ul > li:nth-of-type(4n+1) {
  clear: unset;
}
#top-menu li.mega-menu ul li li {
  width: 100%;
}
#top-menu li.mega-menu li > ul {
  animation: none !important;
  padding: 0;
  border: none;
  left: auto;
  top: auto;
  width: 90% !important;
  position: relative;
  box-shadow: none;
}
#top-menu li.mega-menu li ul {
  visibility: visible;
  opacity: 1;
  display: none;
}
#top-menu li.mega-menu.et-hover li ul {
  display: block;
}
#top-menu li.mega-menu.et-hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
}
#top-menu li.mega-menu > ul > li > a {
  width: 90%;
  padding: 0 20px 10px;
}
#top-menu li.mega-menu > ul > li > a:first-child {
  padding-top: 0 !important;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
#top-menu li.mega-menu > ul > li > a:first-child:hover {
  background-color: transparent !important;
}
#top-menu li.mega-menu li > a {
  width: 100%;
}
#top-menu li.mega-menu.mega-menu-parent li > a, #top-menu li.mega-menu.mega-menu-parent li li {
  width: 100% !important;
}
#top-menu li.mega-menu.mega-menu-parent li > .sub-menu {
  float: left;
  width: 100% !important;
}
#top-menu li.mega-menu > ul > li {
  width: 20%;
  margin: 0;
}
#top-menu li.mega-menu.mega-menu-parent-4 > ul > li {
  width: 25%;
}
#top-menu li.mega-menu.mega-menu-parent-3 > ul > li {
  width: 33.33%;
}
#top-menu li.mega-menu.mega-menu-parent-2 > ul > li {
  width: 50%;
}
#top-menu li.mega-menu.mega-menu-parent-1 > ul > li {
  width: 100%;
}
#top-menu li.mega-menu .menu-item-has-children > a:first-child:after {
  display: none;
}
#top-menu li.mega-menu > ul > li > ul > li {
  width: 100%;
  margin: 0;
}

.faq-container .faq-item .faq-question {
  background: #f6f6f6;
  padding: 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.faq-container .faq-item .faq-question::after {
  content: "3";
  font-family: "ETmodules";
  font-size: 36px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.faq-container .faq-item .faq-answer {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  margin-top: 15px;
  transition: all 0.3s;
}
.faq-container .faq-item .faq-answer.open {
  max-height: 500px;
  padding-bottom: 15px;
}
.faq-container .faq-item.open .faq-question::after {
  transform: translateY(-50%) rotate(-90deg);
}

.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown .dp-dfg-level {
  background: #ffffff;
}
.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown .dp-dfg-level .dp-dfg-filter {
  padding-left: 0;
}
.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown .dp-dfg-level .dp-dfg-filter::after {
  display: none;
}
.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-filters-dropdown .dp-dfg-level {
  max-height: 400px;
}
.dp-dfg-skin-default .dp-dfg-sorting .dp-dfg-sort-option::after {
  display: none;
}

.dpdfg_filtergrid {
  min-height: 500px;
}

.dp-dfg-items .dp-dfg-item {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.dp-dfg-items .dp-dfg-item .read-more-wrapper {
  margin-top: auto;
}

.download-item-version {
  margin-bottom: 50px;
}
.download-item-version .download-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* space between items */
  list-style: none;
  padding: 0;
  margin: 0;
}
.download-item-version .download-item-wrapper .download-item {
  margin-bottom: 30px;
  list-style: none;
  flex: 0 0 calc(50% - 20px); /* two columns */
  box-sizing: border-box;
  padding: 15px;
}
.download-item-version .download-item-wrapper .download-item > div {
  margin-bottom: 10px;
}
.download-item-version .download-item-wrapper .download-item .software-name {
  font-weight: 600;
  font-size: 16px;
}
.download-item-version .download-item-wrapper .download-item .software-date {
  font-style: italic;
}
.download-item-version .download-item-wrapper .download-item .software-file {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .download-item-version .download-item-wrapper .download-item {
    flex: 0 0 100%;
  }
  .pdf-container .pdf-wrapper {
    max-width: 400px;
  }
}
.wrapper-form-faq {
  display: flex;
  max-width: 690px;
  margin: 0 auto;
  align-items: center;
}
.wrapper-form-faq .reset-btn {
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border: none;
  background: #D21F3B;
  height: 48px;
  margin: 0 10px;
}
.wrapper-form-faq .reset-btn:hover {
  background-color: #8f1528;
}

.faq-intro {
  text-align: center;
  margin: 0 auto;
}
.faq-intro h2 {
  color: #D21F3B;
  margin-bottom: 15px;
}

.faq-search-form {
  margin: 30px auto;
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 580px;
  position: relative;
  width: 100%;
}
.faq-search-form input[type=text] {
  flex-grow: 1;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 50px;
  transition: border-color 0.3s ease;
}
.faq-search-form input[type=text]:focus {
  border-color: #D21F3B;
  outline: none;
}
.faq-search-form a.reset-btn {
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border: none;
}
.faq-search-form a.reset-btn:hover {
  background-color: #8f1528;
}
.faq-search-form button {
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: none;
  border: none;
  font-family: ETmodules;
  background-color: transparent;
  position: absolute;
  right: 0;
  font-size: 16px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.faq-search-form button::before {
  content: "U";
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.faq-search-form button:hover {
  color: #D21F3B;
}
.faq-search-form a.reset-btn {
  background-color: #bbb;
}
.faq-search-form a.reset-btn:hover {
  background-color: #959595;
}

.pdf-container .pdf-wrapper {
  max-width: 580px;
  margin: 30px auto;
  background: #EDEFF2;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.pdf-container .pdf-wrapper ._df_thumb {
  width: 180px;
  transform: translate(-30px, -50px) rotate(-15deg);
}
.pdf-container .pdf-wrapper .pdf-title {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  color: #131436;
}
.pdf-container .pdf-wrapper .pdf-title .df-popup-button {
  margin-top: 25px;
  background-color: #131436;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.pdf-container .pdf-wrapper .pdf-title .df-popup-button::after {
  content: "$";
  font-family: "ETmodules";
  margin-left: 25px;
  border: 1px solid white;
  border-radius: 50px;
  width: 40px;
  display: inline-block;
  line-height: 20px;
  transition: all 0.3s ease-in-out 0s;
}
.pdf-container .pdf-wrapper .pdf-title .df-popup-button:hover::after {
  background-color: #ffffff;
  color: #131436;
}/*# sourceMappingURL=style.css.map */