/*ALL*/



/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
 html {
  /* Change the default font family in all browsers (opinionated). */
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
html body #LeadboosterContainer.proactiveChat {
  height: calc(100% - 200px) !important;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  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
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption, figure {
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 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 */
}
/* Links
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 */
button {
  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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
button, [type='button'], [type='reset'], [type='submit'] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}
/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
   */
}
[type='search']::-webkit-search-cancel-button, [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 */
}
/**
 * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}
/* Scripting
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
* {
  box-sizing: border-box;
}
:root {
  font-size: 62.5%;
}
body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.4rem;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
figure {
  margin: 0;
}
picture {
  width: 100%;
}
button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
button:focus {
  outline: none;
}
svg {
  fill: currentColor;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  display: block;
}
input::-ms-clear {
  display: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  border: 0;
  border-bottom: 3px solid #fff;
  -webkit-text-fill-color: #ffba45;
  transition: background-color 50000s;
  caret-color: #ffba45;
}
.dr-container {
  margin: 0 auto;
  width: 120rem;
  padding: 0 2.5rem;
}
@media (max-width: 1199px) {
  .dr-container {
    width: 102.4rem;
  }
}
@media (max-width: 1023px) {
  .dr-container {
    margin: 0 auto;
    width: 75rem;
  }
}
@media (max-width: 767px) {
  .dr-container {
    padding: 0 1.7rem;
    width: 100%;
  }
}
.dr-blog-container {
  margin: 0 auto;
  width: 89rem;
}
@media (max-width: 1023px) {
  .dr-blog-container {
    margin: 0 auto;
    width: 75rem;
  }
}
@media (max-width: 767px) {
  .dr-blog-container {
    padding: 0 1.7rem;
    width: 100%;
  }
}
.dr-svg {
  max-width: 100%;
  width: 8rem;
}
.dr-video {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.dr-video__ball {
  height: 38.5rem;
  width: 38.5rem;
  background-color: #85ae1d;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .dr-video__ball {
    height: 25rem;
    width: 25rem;
  }
}
@media (max-width: 767px) {
  .dr-video__ball {
    height: 10rem;
    width: 10rem;
  }
}
.dr-video iframe {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  border: 0;
}
.dr-header {
  padding: 1.6rem 0 1.3rem;
}
.dr-header__logo {
  width: 21.3rem;
}
@media (max-width: 1199px) {
  .dr-header__logo {
    width: 19.3rem;
  }
}
.dr-header__arrow {
  margin-left: 0.5rem;
  transform: rotate(90deg);
  width: 0.8rem;
}
.dr-header__arrow path {
  stroke: #000;
}
.dr-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dr-header__hamburguer {
  display: none;
  height: 3rem;
  width: 3rem;
}
@media (max-width: 1023px) {
  .dr-header__hamburguer {
    display: block;
  }
}
.dr-header__hamburguer-icon path {
  stroke: #000;
}
.dr-header__close {
  display: none;
  position: absolute;
  width: 2.5rem;
  top: 3rem;
  right: 3.7rem;
}
.dr-header__close path {
  stroke: #000;
}
@media (max-width: 1023px) {
  .dr-header__close {
    display: block;
  }
}
@media (max-width: 1023px) {
  .dr-header__close {
    right: 2.5rem;
    top: 2.5rem;
  }
}
.dr-header__background {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 150ms linear;
}
@media (max-width: 1023px) {
  .dr-header__background--open {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  .dr-header__menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    height: 100%;
    max-width: 48rem;
    width: 90%;
    padding: 4rem 6rem;
    z-index: 3;
    overflow-y: auto;
    transition: 500ms linear;
  }
}
@media (max-width: 767px) {
  .dr-header__menu {
    padding: 4rem;
  }
}
.dr-header__menu--open {
  right: 0%;
}
.dr-header__menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .dr-header__menu-list {
    display: block;
  }
}
.dr-header__item {
  padding: 1rem 0;
}
.dr-header__item:not(:last-child) {
  margin-right: 3.4rem;
}
@media (max-width: 1023px) {
  .dr-header__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.4rem;
  }
}
.dr-header__item--submenu {
  position: relative;
}
.dr-header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 12rem);
  margin-left: -6rem;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  padding: 2rem 1rem;
  display: none;
}
.dr-header__submenu--open {
  display: block;
}
@media (max-width: 1023px) {
  .dr-header__submenu {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 4rem 0 0 0;
    margin-left: 0;
  }
}
.dr-header__submenu-item {
  text-align: center;
}
.dr-header__submenu-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .dr-header__submenu-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) {
  .dr-header__submenu-item {
    padding-left: 4rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .dr-header__submenu-item {
    padding-left: 2rem;
  }
}
.dr-header__link {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  color: #000;
}
@media (max-width: 767px) {
  .dr-header__link {
    font-size: 1.8rem;
  }
}
.dr-header__link--submenu {
  color: #505050;
}
.dr-header__open-submenu {
  cursor: pointer;
}
.dr-main-banner {
  position: relative;
}
.dr-main-banner__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 3rem;
  max-width: 70rem;
}
@media (max-width: 1023px) {
  .dr-main-banner__title {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .dr-main-banner__title {
    font-size: 3rem;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.dr-main-banner__link {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  background-color: #012996;
  color: #fff;
  margin-bottom: 4.3rem;
  padding: 1.4rem 2rem;
  width: 20.4rem;
}
@media (max-width: 1023px) {
  .dr-main-banner__link {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-main-banner__link {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .dr-main-banner__link {
    margin-bottom: 2rem;
  }
}
.dr-main-banner__arrow {
  width: 1.1rem;
}
@media (max-width: 767px) {
  .dr-main-banner__arrow {
    width: 0.8rem;
  }
}
.dr-main-banner__social-list {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.dr-main-banner__social-item:not(:last-child) {
  margin-right: 2rem;
}
.dr-main-banner__facebook, .dr-main-banner__instagram, .dr-main-banner__linkedin {
  width: 3rem;
}
@media (max-width: 1023px) {
  .dr-main-banner__facebook, .dr-main-banner__instagram, .dr-main-banner__linkedin {
    width: 2rem;
  }
}
.dr-main-banner__youtube {
  width: 4.3rem;
}
@media (max-width: 1023px) {
  .dr-main-banner__youtube {
    width: 2.8rem;
  }
}
.dr-main-banner__slide {
  background-image: url('/wp-content/themes/colaborativa/static/img/main-banner/slide-1.png');
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 61rem;
}
@media (max-width: 767px) {
  .dr-main-banner__slide {
    height: 40rem;
  }
}
.dr-main-banner__slide-container {
  position: relative;
}
.dr-main-banner__nav-container {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
}
.dr-main-banner__prev-arrow {
  margin-right: 1rem;
  transform: rotate(180deg);
}
.dr-main-banner__illustration-holder {
  position: absolute;
  top: -18rem;
  left: 4rem;
  width: 6rem;
  height: 4.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767px) {
  .dr-main-banner__illustration-holder {
    display: none;
  }
}
.dr-main-banner__illustration-holder--bottom {
  left: auto;
  top: auto;
  right: 4rem;
  bottom: -1rem;
}
.dr-main-banner__illustration {
  display: block;
  position: relative;
}
.dr-main-banner__illustration::before, .dr-main-banner__illustration::after {
  content: '';
  background-color: #fff;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.dr-main-banner__illustration::after {
  left: auto;
  right: 0;
}
.dr-section-title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .dr-section-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .dr-section-title {
    font-size: 2.8rem;
  }
}
.dr-section-title__line {
  display: block;
  height: 0.5rem;
  width: 22.5rem;
  margin-left: 3rem;
  background-color: #85ae1d;
}
@media (max-width: 767px) {
  .dr-section-title__line {
    margin-left: 1.5rem;
  }
}
.dr-card {
  background-color: #012996;
  overflow: hidden;
  padding: 26rem 2rem 2rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .dr-card {
    padding-top: 13rem;
  }
}
@media (max-width: 1023px) {
  .dr-card {
    padding-top: 10rem;
  }
}
.dr-card::before {
  content: '';
  position: absolute;
  left: -6.8rem;
  top: 0;
  height: 13.7rem;
  width: 13.7rem;
  background-color: #85ae1d;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .dr-card::before {
    height: 10rem;
    width: 10rem;
    left: -5rem;
  }
}
.dr-card--top::before {
  height: 16.3rem;
  right: 5rem;
  left: auto;
  top: -8.15rem;
  width: 16.3rem;
}
@media (max-width: 1023px) {
  .dr-card--top::before {
    right: 15rem;
  }
}
@media (max-width: 767px) {
  .dr-card--top::before {
    height: 10rem;
    width: 10rem;
    top: -5rem;
    right: 6rem;
  }
}
.dr-card--right::before {
  height: 24.7rem;
  left: auto;
  top: 0;
  right: -12.35rem;
  width: 24.7rem;
}
@media (max-width: 1023px) {
  .dr-card--right::before {
    height: 14rem;
    width: 14rem;
    right: -7rem;
  }
}
@media (max-width: 767px) {
  .dr-card--right::before {
    height: 10rem;
    width: 10rem;
    right: -5rem;
  }
}
.dr-card__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .dr-card__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-card__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .dr-card__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .dr-card__title br {
    display: none;
  }
}
.dr-card__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 6.5rem;
}
@media (max-width: 1023px) {
  .dr-card__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-card__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .dr-card__text {
    margin-bottom: 3.5rem;
  }
}
.dr-card__link {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: right;
  display: block;
}
@media (max-width: 1023px) {
  .dr-card__link {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-card__link {
    font-size: 1.4rem;
  }
}
.dr-who-we-are {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 0 auto;
  padding-top: 8rem;
  width: 96rem;
}
@media (max-width: 1023px) {
  .dr-who-we-are {
    padding-top: 6rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dr-who-we-are {
    padding-top: 2rem;
  }
}
.dr-who-we-are__img {
  opacity: 0;
  height: 59.5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 60rem;
  transition: 500ms linear;
  background-color: #012996;
}
@media (max-width: 1023px) {
  .dr-who-we-are__img {
    width: 46rem;
  }
}
@media (max-width: 767px) {
  .dr-who-we-are__img {
    left: -2rem;
    width: 30rem;
  }
}
.dr-who-we-are__img--visible {
  opacity: 1;
}
.dr-who-we-are__content {
  background-color: #fff;
  box-shadow: 0 1.1rem 1.6rem rgba(0, 0, 0, 0.16);
  padding: 6rem 4rem 1.7rem;
  position: relative;
  z-index: 2;
  width: 60rem;
}
@media (max-width: 1023px) {
  .dr-who-we-are__content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .dr-who-we-are__content {
    padding: 4rem 2rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.dr-who-we-are__title {
  display: block;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .dr-who-we-are__title {
    margin-bottom: 4rem;
  }
}
.dr-who-we-are__title .dr-section-title__line {
  position: absolute;
  left: -14rem;
  margin: 0;
  top: 50%;
  margin-top: -0.25rem;
}
@media (max-width: 767px) {
  .dr-who-we-are__title .dr-section-title__line {
    display: none;
  }
}
.dr-who-we-are__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
  margin-bottom: 7rem;
}
@media (max-width: 1023px) {
  .dr-who-we-are__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-who-we-are__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-who-we-are__text {
    margin-bottom: 4rem;
  }
}
.dr-who-we-are__author {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .dr-who-we-are__author {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-who-we-are__author {
    margin-bottom: 4rem;
  }
}
.dr-slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.dr-slider-nav__count {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-right: 1.2rem;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-slider-nav__count {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-slider-nav__count {
    font-size: 1.4rem;
  }
}
.dr-slider-nav__prev-arrow, .dr-slider-nav__next-arrow {
  cursor: pointer;
  width: 3.4rem;
}
.dr-slider-nav__prev-arrow {
  margin-right: 1rem;
  transform: rotate(180deg);
}
.dr-news__header {
  margin-bottom: 2.7rem;
  position: relative;
}
.dr-news__title {
  background-color: #012996;
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .dr-news__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-news__title {
    font-size: 1.4rem;
  }
}
.dr-news__title > a {
  color: #fff;
}
.dr-news__text {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #505050;
  margin-bottom: 2.1rem;
  padding: 0 1.6rem 0 .8rem;
}
@media (max-width: 1023px) {
  .dr-news__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-news__text {
    font-size: 1.4rem;
    padding: unset;
  }
}
.dr-news__text > a {
  color: #505050;
}
.dr-news__link {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #012996;
  text-transform: uppercase;
  padding-right: 1.5rem;
}
@media (max-width: 1023px) {
  .dr-news__link {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-news__link {
    font-size: 1.4rem;
  }
  .dr-news__link {
    padding: unset;
  }
}
.dr-footer {
  background-color: rgba(245, 245, 245, 0.4);
  padding-top: 2.2rem;
  padding-bottom: 3.6rem;
}
.dr-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .dr-footer__content {
    display: block;
  }
}
.dr-footer__content--top {
  margin-bottom: 2.8rem;
}
.dr-footer__content--middle {
  margin-bottom: 3.6rem;
}
.dr-footer__logo {
  height: 2.8rem;
  width: 11.4rem;
}
.dr-footer__logo path {
  fill: #505050;
}
.dr-footer__partners {
  display: flex;
  align-items: center;
}
.dr-footer__partner-space {
  margin-right: 3.3rem;
}
.dr-footer__partner-space > img {
  max-width: 140px;
}
.dr-footer__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .dr-footer__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-footer__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .dr-footer__title {
    display: none;
  }
}
.dr-footer__text {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-footer__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .dr-footer__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .dr-footer__text--address {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .dr-footer__text--address {
    width: 100%;
  }
}
.dr-footer__social-logo {
  width: 2rem;
  height: 2rem;
}
.dr-footer__social-logo--big {
  width: 2.7rem;
}
.dr-footer__social-logo path {
  fill: #505050;
}
.dr-footer__social-link {
  margin-right: 1.2rem;
}
.dr-footer__number {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dr-footer__number {
    margin-top: 2rem;
    justify-content: space-between;
  }
}
.dr-footer__number-content {
  margin-left: 2.6rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dr-footer__number-content {
    display: block;
    margin-left: 0;
  }
}
.dr-footer__phone {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .dr-footer__phone {
    margin-right: 1rem;
    height: 1.2rem;
    width: 1.2rem;
  }
}
.dr-testimonial {
  display: flex;
  height: 64.688rem;
}
@media (max-width: 1199px) {
  .dr-testimonial {
    height: 54.788rem;
  }
}
@media (max-width: 767px) {
  .dr-testimonial {
    height: auto;
  }
}
.dr-testimonial__picture {
  height: 100%;
  width: 38rem;
}
@media (max-width: 1199px) {
  .dr-testimonial__picture {
    width: 34rem;
  }
}
@media (max-width: 1023px) {
  .dr-testimonial__picture {
    display: none;
  }
}
.dr-testimonial__img {
  height: 100%;
}
.dr-testimonial__content {
  background-color: #f5f5f5;
  margin: 0;
  width: calc(100% - 38rem);
  padding: 4rem 5.5rem 4rem 20rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1199px) {
  .dr-testimonial__content {
    width: calc(100% - 34rem);
  }
}
@media (max-width: 1023px) {
  .dr-testimonial__content {
    padding-left: 12rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dr-testimonial__content {
    padding: 4rem 2rem;
  }
}
.dr-testimonial__content::before {
  content: '';
  height: 38.5rem;
  width: 38.5rem;
  background-color: #85ae1d;
  opacity: 0.6;
  position: absolute;
  left: -19.25rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .dr-testimonial__content::before {
    height: 19.2rem;
    width: 19.2rem;
    left: -9.6rem;
  }
}
@media (max-width: 767px) {
  .dr-testimonial__content::before {
    display: none;
  }
}
.dr-testimonial__quotes {
  display: block;
  margin: 0 auto 10rem;
  width: 6rem;
}
@media (max-width: 767px) {
  .dr-testimonial__quotes {
    margin-bottom: 4rem;
    width: 4rem;
  }
}
.dr-testimonial__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 7rem;
}
@media (max-width: 1023px) {
  .dr-testimonial__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-testimonial__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-testimonial__text {
    margin-bottom: 4rem;
  }
}
.dr-testimonial__author {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  .dr-testimonial__author {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-testimonial__author {
    font-size: 1.6rem;
  }
}
.dr-testimonial__company {
  font-style: normal;
}
.dr-testimonials-slider__slider-nav {
  margin-top: 3rem;
}
.dr-case:hover .dr-case__text {
  text-decoration: underline;
}
.dr-case__figure {
  margin-bottom: 6.4rem;
  position: relative;
}
.dr-case__figure--green:hover img {
  border: solid 3px #85ae1d;
}
.dr-case__figure--red:hover img {
  border: solid 3px #e14629;
}
.dr-case__figure--blue:hover img {
  border: solid 3px #012996;
}
.dr-case__figure--yellow:hover img {
  border: solid 3px #ffba45;
}
.dr-case__play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.9rem;
  height: 10.3rem;
}
.dr-case__caption {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-top: -7.8rem;
  margin-left: 3rem;
  height: 7rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .dr-case__caption {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .dr-case__caption {
    font-size: 2.2rem;
  }
}
.dr-case__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-case__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-case__text {
    font-size: 1.6rem;
  }
}
.dr-slider-pagination {
  position: static;
  margin-top: 4.5rem;
}
.dr-slider-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 0.3rem solid #85ae1d;
  height: 1.7rem;
  opacity: 1;
  outline: none;
  width: 1.7rem;
}
.dr-slider-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.9rem;
}
.dr-slider-pagination .swiper-pagination-bullet-active {
  background-color: #85ae1d;
}
.dr-cases-slider__slider-nav {
  display: none;
}
@media (max-width: 767px) {
  .dr-cases-slider__slider-nav {
    display: flex;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .dr-cases-slider__pagination {
    display: none;
  }
}
.dr-methodology__graphs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .dr-methodology__graphs {
    display: block;
  }
}
@media (max-width: 767px) {
  .dr-methodology__graphs {
    margin-bottom: 6rem;
  }
}
.dr-methodology__picture {
  max-width: 62.8rem;
  width: 80%;
}
@media (max-width: 1199px) {
  .dr-methodology__picture {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  .dr-methodology__picture {
    display: block;
    margin: 0 auto 10rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dr-methodology__picture {
    margin-bottom: 6rem;
  }
}
.dr-methodology__content {
  max-width: 45.2rem;
}
@media (max-width: 1023px) {
  .dr-methodology__content {
    max-width: 56rem;
    margin: 0 auto;
  }
}
.dr-methodology__text {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #505050;
  padding-top: 2.3rem;
  position: relative;
  opacity: 0;
  transition: 300ms ease-in;
}
@media (max-width: 1023px) {
  .dr-methodology__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .dr-methodology__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .dr-methodology__text {
    opacity: 1;
  }
}
.dr-methodology__text:not(:last-child) {
  margin-bottom: 8.9rem;
}
@media (max-width: 767px) {
  .dr-methodology__text:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.dr-methodology__text::before {
  background: linear-gradient(to right, #e14629 2%, #012996 98%);
  content: '';
  height: 0.8rem;
  width: 6.3rem;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.15rem;
}
.dr-methodology__text:nth-child(2)::before {
  background: linear-gradient(to right, #012996 2%, #e14629 98%);
}
.dr-methodology__text:last-child::before {
  background: linear-gradient(to right, #e14629 2%, #85ae1d 98%);
}
.dr-methodology__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .dr-methodology__cards {
    display: block;
  }
}
.dr-methodology__cards-title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #505050;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto 4rem auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .dr-methodology__cards-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-methodology__cards-title {
    font-size: 1.6rem;
  }
}
.dr-methodology__card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3.2rem 4rem;
  width: calc(33.33% - 2.5rem);
}
@media (max-width: 1023px) {
  .dr-methodology__card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dr-methodology__card {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .dr-methodology__card:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.dr-methodology__card-icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4.7rem;
  border-radius: 50%;
  height: 12rem;
  width: 12rem;
}
@media (max-width: 767px) {
  .dr-methodology__card-icon-holder {
    height: 8rem;
    width: 8rem;
  }
}
.dr-methodology__card-icon-holder--green {
  background-color: #85ae1d;
}
.dr-methodology__card-icon-holder--blue {
  background-color: #012996;
}
@media (max-width: 767px) {
  .dr-methodology__icon {
    max-width: 60%;
  }
}
.dr-methodology__card-title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #505050;
  text-align: center;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .dr-methodology__card-title {
    font-size: 2rem;
  }
}
.dr-methodology__card-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-methodology__card-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-methodology__card-text {
    font-size: 1.6rem;
  }
}
.dr-clients-slider__slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dr-clients-slider__image-holder {
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}
@media (max-width: 767px) {
  .dr-clients-slider__image-holder {
    width: 50%;
  }
}
.dr-clients-slider__picture {
  filter: grayscale(100%);
  transition: 150ms linear;
  max-width: 90%;
  max-height: 90%;
  width: auto;
}
.dr-clients-slider__picture:hover {
  filter: grayscale(0);
}
.dr-clients-slider__picture > img {
  max-width: 200px;
  max-height: 90px;
  width: auto;
}
.dr-clients-slider__slider-nav {
  display: none;
}
@media (max-width: 767px) {
  .dr-clients-slider__slider-nav {
    display: flex;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .dr-clients-slider__pagination {
    display: none;
  }
}
.dr-services-header {
  padding-bottom: 5rem;
}
.dr-services-header--green .dr-services-header__banner, .dr-services-header--green .dr-services-header__image-holder::before {
  background-color: #85ae1d;
}
.dr-services-header--green .dr-services-header__arrow path {
  stroke: #85ae1d;
}
.dr-services-header--blue .dr-services-header__banner, .dr-services-header--blue .dr-services-header__image-holder::before {
  background-color: #012996;
}
.dr-services-header--blue .dr-services-header__arrow path {
  stroke: #012996;
}
.dr-services-header__banner {
  padding: 6.1rem 0;
}
@media (max-width: 767px) {
  .dr-services-header__banner {
    padding: 4rem 0;
  }
}
.dr-services-header__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #fff;
  max-width: 87rem;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .dr-services-header__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-services-header__title {
    font-size: 2.2rem;
  }
}
.dr-services-header__container {
  margin: 0 auto;
  width: 120rem;
  padding: 0 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 10rem;
}
@media (max-width: 1199px) {
  .dr-services-header__container {
    width: 102.4rem;
  }
}
@media (max-width: 1023px) {
  .dr-services-header__container {
    margin: 0 auto;
    width: 75rem;
  }
}
@media (max-width: 767px) {
  .dr-services-header__container {
    padding: 0 1.7rem;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .dr-services-header__container {
    display: block;
    overflow: hidden;
    padding-top: 7rem;
  }
}
@media (max-width: 767px) {
  .dr-services-header__container {
    padding-top: 4rem;
  }
}
.dr-services-header__image-holder {
  position: relative;
  width: 51.6rem;
}
@media (max-width: 1199px) {
  .dr-services-header__image-holder {
    width: 44.6rem;
  }
}
@media (max-width: 1023px) {
  .dr-services-header__image-holder {
    margin-bottom: 8rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dr-services-header__image-holder {
    margin-bottom: 6rem;
  }
}
.dr-services-header__image-holder::before {
  content: '';
  position: absolute;
  bottom: -2.4rem;
  right: -2.2rem;
  height: 100%;
  width: 100%;
}
.dr-services-header__picture {
  position: relative;
  z-index: 2;
}
.dr-services-header__content {
  width: 55.1rem;
}
@media (max-width: 1199px) {
  .dr-services-header__content {
    width: 43.1rem;
  }
}
@media (max-width: 1023px) {
  .dr-services-header__content {
    width: 100%;
  }
}
.dr-services-header__content-title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .dr-services-header__content-title {
    font-size: 2rem;
  }
}
.dr-services-header__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .dr-services-header__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-services-header__text {
    font-size: 1.6rem;
  }
}
.dr-services-header__arrow {
  display: block;
  margin: 6rem auto 0;
  transform: rotate(90deg);
  width: 2.9rem;
}
@media (max-width: 767px) {
  .dr-services-header__arrow {
    margin-top: 4rem;
  }
}
.dr-services-nav {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .dr-services-nav {
    padding-bottom: 3rem;
  }
}
.dr-services-nav--green .dr-services-nav__link--active {
  color: #85ae1d;
  font-weight: 900;
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .dr-services-nav--green .dr-services-nav__link--active {
    font-size: 2rem;
  }
}
.dr-services-nav--blue .dr-services-nav__link--active {
  color: #012996;
  font-weight: 900;
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .dr-services-nav--blue .dr-services-nav__link--active {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .dr-services-nav__scroll-holder {
    overflow-x: scroll;
    padding-bottom: 1rem;
  }
}
.dr-services-nav__list {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dr-services-nav__list {
    width: max-content;
  }
}
@media (max-width: 767px) {
  .dr-services-nav__item:not(:last-child) {
    margin-right: 4rem;
  }
}
.dr-services-nav__link {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .dr-services-nav__link {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .dr-services-nav__link {
    font-size: 1.8rem;
  }
}
.dr-services-title {
  background-color: #f5f5f5;
  padding: 3.3rem 0;
}
.dr-services-title--green .dr-services-title__text {
  color: #85ae1d;
}
.dr-services-title--green .dr-services-title__ball {
  background-color: #85ae1d;
}
.dr-services-title--blue .dr-services-title__text {
  color: #012996;
}
.dr-services-title--blue .dr-services-title__ball {
  background-color: #012996;
}
.dr-services-title__container {
  position: relative;
}
.dr-services-title__illustration-holder {
  position: absolute;
  height: 1.2rem;
  width: 11.9rem;
  display: flex;
  align-items: center;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .dr-services-title__illustration-holder {
    display: none;
  }
}
.dr-services-title__ball {
  border-radius: 50%;
  height: 1.2rem;
  width: 1.2rem;
}
.dr-services-title__ball:not(:last-child) {
  margin-right: 1.1rem;
}
.dr-services-title__text {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
  max-width: 90rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .dr-services-title__text {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-services-title__text {
    font-size: 2.2rem;
  }
}
@media (max-width: 1199px) {
  .dr-services-title__text {
    max-width: 78rem;
  }
}
@media (max-width: 1023px) {
  .dr-services-title__text {
    max-width: 50rem;
  }
}
@media (max-width: 767px) {
  .dr-services-title__text {
    max-width: none;
  }
}

/*privacy-policy 1*/ 

.dr-privacy-policy-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dr-privacy-policy-card--green .dr-privacy-policy-card__holder {
  background-color: #85ae1d;
}
.dr-privacy-policy-card--blue .dr-privacy-policy-card__holder {
  background-color: #012996;
}
.dr-privacy-policy-card--red .dr-privacy-policy-card__holder {
  background-color: #e14629;
}
.dr-privacy-policy-card--orange .dr-privacy-policy-card__holder {
  background-color: #ffba45;
}
.dr-privacy-policy-card__holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem 17rem;
}
.dr-privacy-policy-card__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .dr-privacy-policy-card__title {
    font-size: 2rem;
  }
}
.dr-privacy-policy-card__picture {
  display: block;
  max-width: 19.4rem;
  margin: -15rem auto 0;
}
.dr-privacy-policy-card__text {
  padding: 2.5rem 8rem 6rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-privacy-policy-card__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-privacy-policy-card__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .dr-privacy-policy-card__text {
    padding: 2rem 4rem 3rem;
  }
}

/*END*/

/*Certification 1*/

.dr-certification-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dr-certification-card--green .dr-certification-card__holder {
  background-color: #85ae1d;
}
.dr-certification-card--blue .dr-certification-card__holder {
  background-color: #012996;
}
.dr-certification-card--red .dr-certification-card__holder {
  background-color: #e14629;
}
.dr-certification-card--orange .dr-certification-card__holder {
  background-color: #ffba45;
}
.dr-certification-card__holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem 17rem;
}
.dr-certification-card__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .dr-certification-card__title {
    font-size: 2rem;
  }
}
.dr-certification-card__picture {
  display: block;
  max-width: 19.4rem;
  margin: -15rem auto 0;
}
.dr-certification-card__text {
  padding: 2.5rem 8rem 6rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-certification-card__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-certification-card__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .dr-certification-card__text {
    padding: 2rem 4rem 3rem;
  }
}
.dr-get-in-touch {
  background-color: #505050;
  padding: 5.5rem 0 4.3rem;
}
.dr-get-in-touch--blue {
  background-color: #012996;
}
.dr-get-in-touch--blue .dr-get-in-touch__title, .dr-get-in-touch--blue .dr-get-in-touch__text, .dr-get-in-touch--blue .dr-get-in-touch__link {
  color: #fff;
}
.dr-get-in-touch--blue .dr-get-in-touch__link {
  border-color: #fff;
}
.dr-get-in-touch__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  max-width: 68rem;
  margin: 0 auto 5rem;
}
@media (max-width: 767px) {
  .dr-get-in-touch__title {
    font-size: 2rem;
  }
}
.dr-get-in-touch__link {
  width: 20.4rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #85ae1d;
  border: 0.2rem solid #85ae1d;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .dr-get-in-touch__link {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-get-in-touch__link {
    font-size: 1.4rem;
  }
}
.dr-get-in-touch__green {
  color: #85ae1d;
}
.dr-school-card {
  background-color: #85ae1d;
  padding: 2.7rem 2.5rem 5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dr-school-card__holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.1rem;
  margin-bottom: 3rem;
}
.dr-school-card__icon {
  max-height: 100%;
  max-width: 100%;
}
.dr-school-card__text {
  text-align: center;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1023px) {
  .dr-school-card__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-school-card__text {
    font-size: 1.6rem;
  }
}
.dr-blog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 7rem;
}
.dr-blog-item:not(:last-child) {
  margin-bottom: 7rem;
}
.dr-blog-item:not(:last-child)::before {
  content: '';
  width: 90rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 0.1rem;
  position: absolute;
  background-color: #505050;
}
@media (max-width: 1023px) {
  .dr-blog-item:not(:last-child)::before {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .dr-blog-item {
    display: block;
  }
}
.dr-blog-item__picture {
  margin-right: 5.5rem;
  width: 49rem;
}
@media (max-width: 1023px) {
  .dr-blog-item__picture {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .dr-blog-item__picture img {
    height: auto;
  }
}
.dr-blog-item__content {
  width: calc(100% - 54.5rem);
}
@media (max-width: 1023px) {
  .dr-blog-item__content {
    margin-top: 4rem;
    width: 100%;
  }
}
.dr-blog-item__title {
  color: #000;
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .dr-blog-item__title {
    font-size: 2rem;
  }
}
.dr-blog-item__title > a {
  color: #000;
}
.dr-blog-item__text, .dr-blog-item__author {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .dr-blog-item__text, .dr-blog-item__author {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-blog-item__text, .dr-blog-item__author {
    font-size: 1.6rem;
  }
}
.dr-blog-item__text > a, .dr-blog-item__author > a {
  color: #000;
}
.dr-blog-item__text {
  margin-bottom: 2rem;
}
.dr-index__services {
  background-color: #f5f5f5;
  padding-bottom: 7rem;
  padding-top: 14rem;
}
@media (max-width: 1023px) {
  .dr-index__services {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .dr-index__services {
    padding: 6rem 0;
  }
}
.dr-index__services-title {
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .dr-index__services-title {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1023px) {
  .dr-index__services-title {
    margin-bottom: 3rem;
  }
}
.dr-index__services-cards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .dr-index__services-cards {
    display: block;
  }
}
.dr-index__services-cards .dr-card {
  width: calc(33.33% - 0.25rem);
}
@media (max-width: 1023px) {
  .dr-index__services-cards .dr-card {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .dr-index__services-cards .dr-card:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.dr-index__who-we-are {
  padding-bottom: 12.7rem;
  padding-top: 10rem;
}
@media (max-width: 1023px) {
  .dr-index__who-we-are {
    padding: 10rem 0;
  }
}
@media (max-width: 1023px) {
  .dr-index__who-we-are {
    padding: 6rem 0;
  }
}
.dr-index__news-title {
  margin-bottom: 7.8rem;
}
@media (max-width: 1023px) {
  .dr-index__news-title {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .dr-index__news-title {
    margin-bottom: 3rem;
  }
}
.dr-index__news {
  padding-bottom: 4.8rem;
}
.dr-index__news-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dr-index__news-box {
    display: block;
  }
}
.dr-index__news-box .dr-news {
  width: calc(50% - 2.5rem);
}
@media (max-width: 767px) {
  .dr-index__news-box .dr-news {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dr-index__news-box .dr-news:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.dr-index__news-box .dr-news__picture img {
  width: 55rem;
  height: 36.6rem;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .dr-index__news-box .dr-news__picture img {
    width: 100%;
    height: auto;
  }
}
.dr-index__testimonials {
  padding-bottom: 10rem;
}
@media (max-width: 1023px) {
  .dr-index__testimonials {
    padding-bottom: 8rem;
  }
}
.dr-index__testimonials-title {
  margin-bottom: 8.2rem;
}
@media (max-width: 1023px) {
  .dr-index__testimonials-title {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .dr-index__testimonials-title {
    margin-bottom: 3rem;
  }
}
.dr-index__cases {
  padding-bottom: 7rem;
}
@media (max-width: 1023px) {
  .dr-index__cases {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .dr-index__cases {
    padding-bottom: 6rem;
  }
}
.dr-index__cases-title {
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .dr-index__cases-title {
    margin-bottom: 2rem;
  }
}
.dr-index__cases-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10rem;
  color: #505050;
  max-width: 70rem;
}
@media (max-width: 1023px) {
  .dr-index__cases-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-index__cases-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .dr-index__cases-text {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .dr-index__cases-text {
    margin-bottom: 3rem;
  }
}
.dr-index__methodology {
  padding-top: 11.4rem;
}
@media (max-width: 1023px) {
  .dr-index__methodology {
    padding: 10rem 0 0;
  }
}
@media (max-width: 767px) {
  .dr-index__methodology {
    padding: 6rem 0 0;
  }
}
.dr-index__methodology-title {
  margin-bottom: 3rem;
}
.dr-index__methodology-subtitle {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #505050;
  margin-bottom: 9.4rem;
}
@media (max-width: 1023px) {
  .dr-index__methodology-subtitle {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-index__methodology-subtitle {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .dr-index__methodology-subtitle {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .dr-index__methodology-subtitle {
    margin-bottom: 3rem;
  }
}
.dr-index__clients {
  padding-bottom: 13.3rem;
}
@media (max-width: 1023px) {
  .dr-index__clients {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .dr-index__clients {
    padding-bottom: 6rem;
  }
}
.dr-index__clients-title {
  margin-bottom: 8rem;
}
@media (max-width: 1023px) {
  .dr-index__clients-title {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .dr-index__clients-title {
    margin-bottom: 3rem;
  }
}
.dr-reference-school__body {
  padding: 7rem 0 10rem;
}
@media (max-width: 767px) {
  .dr-reference-school__body {
    padding: 4rem 0;
  }
}
.dr-reference-school__picture {
  display: block;
  max-width: 100%;
  width: auto;
}
@media (max-width: 1023px) {
  .dr-reference-school__picture--girl {
    display: none;
  }
}
.dr-reference-school__picture--google-logo {
  width: 15rem;
}
@media (max-width: 767px) {
  .dr-reference-school__picture--google-logo {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .dr-reference-school__picture--google-token {
    width: 42rem;
    max-width: 100%;
    margin: 4rem auto 0;
  }
}
.dr-reference-school__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .dr-reference-school__content {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .dr-reference-school__content {
    margin-bottom: 4rem;
  }
}
.dr-reference-school__content:not(:nth-child(2)) {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .dr-reference-school__content {
    display: block;
  }
}
.dr-reference-school__content-text {
  width: 63rem;
}
@media (max-width: 1199px) {
  .dr-reference-school__content-text {
    width: 43rem;
  }
}
@media (max-width: 1023px) {
  .dr-reference-school__content-text {
    width: 100%;
  }
}
.dr-reference-school__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .dr-reference-school__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-reference-school__title {
    font-size: 2.2rem;
  }
}
.dr-reference-school__title--centered {
  max-width: 93rem;
  margin: 0 auto 7rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .dr-reference-school__title--centered {
    margin-bottom: 4rem;
  }
}
.dr-reference-school__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-reference-school__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-reference-school__text {
    font-size: 1.6rem;
  }
}
.dr-reference-school__text--with-margin {
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .dr-reference-school__text--with-margin {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .dr-reference-school__text--with-margin {
    margin-bottom: 4rem;
  }
}
.dr-reference-school__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dr-reference-school .dr-school-card {
  margin-bottom: 2rem;
  width: calc(33% - 1.1rem);
}
@media (max-width: 767px) {
  .dr-reference-school .dr-school-card {
    width: 100%;
  }
}
.dr-reference-school .dr-school-card:not(:nth-child(3n)) {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .dr-reference-school .dr-school-card:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.dr-reference-school__schools {
  padding-top: 8rem;
}
@media (max-width: 1023px) {
  .dr-reference-school__schools {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .dr-reference-school__schools {
    padding-top: 4rem;
  }
}


/*privacy-policy 2*/
.dr-privacy-policy__body {
  padding: 7rem 0 5rem;
}
@media (max-width: 767px) {
  .dr-privacy-policy__body {
    padding: 4rem 0;
  }
}
.dr-privacy-policy__container {
  margin: 0 auto;
  width: 120rem;
  padding: 0 2.5rem;
}
@media (max-width: 1199px) {
  .dr-privacy-policy__container {
    width: 102.4rem;
  }
}
@media (max-width: 1023px) {
  .dr-privacy-policy__container {
    margin: 0 auto;
    width: 75rem;
  }
}
@media (max-width: 767px) {
  .dr-privacy-policy__container {
    padding: 0 1.7rem;
    width: 100%;
  }
}
.dr-privacy-policy__container::before {
  content: '';
  position: absolute;
  height: 24rem;
  width: 24rem;
  left: 0;
  top: -3rem;
  background-color: #85ae1d;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .dr-privacy-policy__container::before {
    height: 14rem;
    top: -6rem;
    width: 14rem;
  }
}
@media (max-width: 767px) {
  .dr-privacy-policy__container::before {
    display: none;
  }
}
.dr-privacy-policy__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto 7rem;
}
@media (max-width: 1023px) {
  .dr-privacy-policy__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-privacy-policy__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .dr-privacy-policy__title {
    margin-bottom: 2rem;
  }
}
.dr-privacy-policy__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: justify;
  color: #505050;
  margin: 0 auto 4rem;
}
@media (max-width: 1023px) {
  .dr-privacy-policy__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-privacy-policy__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .dr-privacy-policy__text {
    margin-bottom: 6rem;
  }
}
.dr-privacy-policy__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dr-privacy-policy .dr-privacy-policy-card {
  width: calc(50% - 3.7rem);
}
@media (max-width: 767px) {
  .dr-privacy-policy .dr-privacy-policy-card {
    width: 100%;
  }
}
.dr-privacy-policy .dr-privacy-policy-card:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .dr-privacy-policy .dr-privacy-policy-card:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.dr-privacy-policy .dr-privacy-policy-card:not(:last-child):nth-child(odd) {
  margin-right: 7.4rem;
}
@media (max-width: 767px) {
  .dr-privacy-policy .dr-privacy-policy-card:not(:last-child):nth-child(odd) {
    margin-right: 0;
  }
}

/*END*/


/*certification 2*/
.dr-certifications__body {
  padding: 7rem 0 5rem;
}
@media (max-width: 767px) {
  .dr-certifications__body {
    padding: 4rem 0;
  }
}
.dr-certifications__container {
  margin: 0 auto;
  width: 120rem;
  padding: 0 2.5rem;
  position: relative;
}
@media (max-width: 1199px) {
  .dr-certifications__container {
    width: 102.4rem;
  }
}
@media (max-width: 1023px) {
  .dr-certifications__container {
    margin: 0 auto;
    width: 75rem;
  }
}
@media (max-width: 767px) {
  .dr-certifications__container {
    padding: 0 1.7rem;
    width: 100%;
  }
}
.dr-certifications__container::before {
  content: '';
  position: absolute;
  height: 24rem;
  width: 24rem;
  left: 0;
  top: -3rem;
  background-color: #85ae1d;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .dr-certifications__container::before {
    height: 14rem;
    top: -6rem;
    width: 14rem;
  }
}
@media (max-width: 767px) {
  .dr-certifications__container::before {
    display: none;
  }
}
.dr-certifications__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto 7rem;
}
@media (max-width: 1023px) {
  .dr-certifications__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-certifications__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .dr-certifications__title {
    margin-bottom: 2rem;
  }
}
.dr-certifications__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #505050;
  max-width: 87.5rem;
  margin: 0 auto 8rem;
}
@media (max-width: 1023px) {
  .dr-certifications__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-certifications__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .dr-certifications__text {
    margin-bottom: 6rem;
  }
}
.dr-certifications__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dr-certifications .dr-certification-card {
  width: calc(50% - 3.7rem);
}
@media (max-width: 767px) {
  .dr-certifications .dr-certification-card {
    width: 100%;
  }
}
.dr-certifications .dr-certification-card:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .dr-certifications .dr-certification-card:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.dr-certifications .dr-certification-card:not(:last-child):nth-child(odd) {
  margin-right: 7.4rem;
}
@media (max-width: 767px) {
  .dr-certifications .dr-certification-card:not(:last-child):nth-child(odd) {
    margin-right: 0;
  }
}
.dr-ludicos__body {
  padding: 7rem 0 4rem;
}
@media (max-width: 767px) {
  .dr-ludicos__body {
    padding: 4rem 0;
  }
}
.dr-ludicos__picture {
  display: block;
  max-width: 100%;
  width: auto;
}
@media (max-width: 1023px) {
  .dr-ludicos__picture--platform {
    margin: 4rem 0;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .dr-ludicos__picture--backpack {
    margin: 4rem auto 0;
  }
}
.dr-ludicos__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1023px) {
  .dr-ludicos__content {
    flex-direction: column-reverse;
  }
}
.dr-ludicos__content::before {
  content: '';
  position: absolute;
  height: 15.6rem;
  width: 15.6rem;
  background-color: #85ae1d;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .dr-ludicos__content::before {
    display: none;
  }
}
.dr-ludicos__content--second {
  align-items: center;
}
@media (max-width: 1023px) {
  .dr-ludicos__content--second {
    flex-direction: column;
  }
}
.dr-ludicos__content--second::before {
  display: none;
}
.dr-ludicos__content-text {
  width: 60rem;
}
@media (max-width: 1199px) {
  .dr-ludicos__content-text {
    width: 43rem;
  }
}
@media (max-width: 1023px) {
  .dr-ludicos__content-text {
    width: 100%;
  }
}
.dr-ludicos__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .dr-ludicos__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-ludicos__title {
    font-size: 2.2rem;
  }
}
.dr-ludicos__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-ludicos__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-ludicos__text {
    font-size: 1.6rem;
  }
}
.dr-ludicos__text--with-margin {
  margin-bottom: 10rem;
}
.dr-chromebook__body {
  padding: 7rem 0 4.4rem;
}
@media (max-width: 1023px) {
  .dr-chromebook__body {
    padding: 4rem 0;
  }
}
.dr-chromebook__picture {
  display: block;
  max-width: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .dr-chromebook__picture {
    margin-top: 4rem;
  }
}
.dr-chromebook__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .dr-chromebook__content {
    display: block;
  }
}
.dr-chromebook__content-text {
  width: 60rem;
}
@media (max-width: 1199px) {
  .dr-chromebook__content-text {
    width: 43rem;
  }
}
@media (max-width: 1023px) {
  .dr-chromebook__content-text {
    width: 100%;
  }
}
.dr-chromebook__title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .dr-chromebook__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-chromebook__title {
    font-size: 2.2rem;
  }
}
.dr-chromebook__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-chromebook__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-chromebook__text {
    font-size: 1.6rem;
  }
}
.dr-chromebook__text--with-margin {
  margin-bottom: 10rem;
}
.dr-talk-to-us__body {
  padding: 5rem 0;
}
@media (max-width: 1023px) {
  .dr-talk-to-us__body {
    padding: 3rem 0;
  }
}
.dr-talk-to-us__title {
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .dr-talk-to-us__title {
    margin-bottom: 2rem;
  }
}
.dr-talk-to-us__text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .dr-talk-to-us__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-talk-to-us__text {
    font-size: 1.6rem;
  }
}
.dr-talk-to-us__button {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  background-color: #012996;
  color: #fff;
  margin-left: auto;
  padding: 1.4rem 2rem;
  width: 20.4rem;
  border: none;
}
@media (max-width: 1023px) {
  .dr-talk-to-us__button {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-talk-to-us__button {
    font-size: 1.4rem;
  }
}
.dr-talk-to-us__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.dr-talk-to-us__arrow {
  width: 1.1rem;
}
.dr-talk-to-us__icon {
  margin-top: 6rem;
  width: 29.2rem;
}
@media (max-width: 1023px) {
  .dr-talk-to-us__icon {
    display: none;
  }
}
.dr-talk-to-us__form {
  width: calc(70% - 35.2rem);
}
@media (max-width: 1023px) {
  .dr-talk-to-us__form {
    width: 100%;
  }
}
.dr-talk-to-us__fieldset {
  position: relative;
  padding: 1rem 0 0;
  border: 0;
  width: 100%;
  margin-bottom: 5rem;
}
.dr-talk-to-us__label {
  color: #505050;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 2.5rem;
  transition: 150ms linear;
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .dr-talk-to-us__label {
    font-size: 2rem;
  }
}
.dr-talk-to-us__input, .dr-talk-to-us__textarea {
  background: none;
  color: #85ae1d;
  font-size: 18px;
  padding: 1.5rem 0 1.5rem;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #505050;
  outline: none;
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 767px) {
  .dr-talk-to-us__input, .dr-talk-to-us__textarea {
    font-size: 2rem;
  }
}
.dr-talk-to-us__input ~ .dr-talk-to-us__label, .dr-talk-to-us__textarea ~ .dr-talk-to-us__label {
  top: -1rem;
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .dr-talk-to-us__input ~ .dr-talk-to-us__label, .dr-talk-to-us__textarea ~ .dr-talk-to-us__label {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .dr-talk-to-us__input ~ .dr-talk-to-us__label, .dr-talk-to-us__textarea ~ .dr-talk-to-us__label {
    font-size: 1.2rem;
  }
}
.dr-talk-to-us__textarea {
  resize: none;
  height: 13rem;
}
.dr-news-detail__banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  text-align: center;
}
.dr-news-detail__banner > img {
  background-size: cover;
  background-position: center;
  height: 368px;
}
.dr-news-detail__banner-title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  margin-top: -210px;
  width: 100%;
  left: 0;
}
@media (max-width: 1023px) {
  .dr-news-detail__banner-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-news-detail__banner-title {
    font-size: 2.2rem;
  }
}
.dr-news-detail__body {
  padding: 10rem 0 7rem;
}
.dr-news-detail p {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .dr-news-detail p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-news-detail p {
    font-size: 1.6rem;
  }
}
.dr-news-detail p:last-child {
  margin-bottom: 0;
}
.dr-news-detail__image {
  display: block;
  margin-bottom: 7rem;
}
.dr-news-detail__profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dr-news-detail__profile-image {
  margin-right: 3rem;
  width: 15.6rem;
}
.dr-news-detail__author {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  color: #85ae1d;
}
@media (max-width: 767px) {
  .dr-news-detail__author {
    font-size: 2rem;
  }
}
.dr-cases-detail__banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  text-align: center;
  height: 180px;
}
.dr-cases-detail__banner--green {
  background-color: #85ae1d;
}
.dr-cases-detail__banner--red {
  background-color: #e14629;
}
.dr-cases-detail__banner--blue {
  background-color: #012996;
}
.dr-cases-detail__banner--yellow {
  background-color: #ffba45;
}
.dr-cases-detail__banner-title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  margin-top: 65px;
  width: 100%;
  left: 0;
}
@media (max-width: 1023px) {
  .dr-cases-detail__banner-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .dr-cases-detail__banner-title {
    font-size: 2.2rem;
  }
}
.dr-cases-detail__body {
  padding: 10rem 0 7rem;
}
.dr-cases-detail__body img {
  width: auto;
}
.dr-cases-detail__body iframe {
  max-width: 100%;
}
.dr-cases-detail p {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 9rem;
}
@media (max-width: 1023px) {
  .dr-cases-detail p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-cases-detail p {
    font-size: 1.6rem;
  }
}
.dr-cases-detail p:last-child {
  margin-bottom: 0;
}
.dr-cases-detail__image {
  display: block;
  margin-bottom: 7rem;
}
.dr-cases-detail__profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dr-cases-detail__profile-image {
  margin-right: 3rem;
  width: 15.6rem;
}
.dr-cases-detail__author {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  color: #85ae1d;
}
@media (max-width: 767px) {
  .dr-cases-detail__author {
    font-size: 2rem;
  }
}
.dr-news-page__featured {
  padding-top: 5rem;
}
.dr-news-page__title {
  margin-bottom: 7rem;
}
.dr-news-page__article {
  border-bottom: 0.1rem solid #505050;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .dr-news-page__article {
    display: block;
  }
}
.dr-news-page__article-holder {
  width: 65rem;
}
@media (max-width: 1199px) {
  .dr-news-page__article-holder {
    width: 100%;
  }
}
.dr-news-page__featured-list {
  width: 45rem;
}
@media (max-width: 1199px) {
  .dr-news-page__featured-list {
    margin-top: 6rem;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .dr-news-page__featured-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .dr-news-page__featured-items {
    display: block;
  }
}
.dr-news-page__featured-title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  margin-bottom: 5rem;
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-news-page__featured-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .dr-news-page__featured-title {
    font-size: 2.8rem;
  }
}
.dr-news-page__featured-title > a {
  color: #505050;
}
@media (max-width: 1023px) {
  .dr-news-page__featured-title {
    margin-bottom: 4rem;
  }
}
.dr-news-page__featured-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .dr-news-page__featured-item {
    width: 49%;
  }
}
@media (max-width: 1023px) {
  .dr-news-page__featured-item {
    width: 100%;
  }
}
.dr-news-page__featured-item:nth-of-type(1) {
  margin-bottom: 5rem;
}
@media (max-width: 1199px) {
  .dr-news-page__featured-item:nth-of-type(1) {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .dr-news-page__featured-item:nth-of-type(1) {
    margin-bottom: 2rem;
  }
}
.dr-news-page__featured-item-image {
  margin-right: 2rem;
  width: 13.4rem;
}
.dr-news-page__featured-item-image img {
  width: 13.4rem;
  height: 9rem;
}
.dr-news-page__main-image img {
  width: 65rem;
  height: 35.4rem;
}
@media (max-width: 767px) {
  .dr-news-page__main-image img {
    max-width: 100%;
    height: auto;
  }
}
.dr-news-page__featured-item-title {
  color: #505050;
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  width: calc(100% - 15.4rem);
}
@media (max-width: 1023px) {
  .dr-news-page__featured-item-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dr-news-page__featured-item-title {
    font-size: 1.4rem;
  }
}
.dr-news-page__featured-item-title > a {
  color: #505050;
}
.dr-news-page__blog-title {
  font-family: 'Noto Sans TC', Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .dr-news-page__blog-title {
    font-size: 2rem;
  }
}
.dr-news-page__blog-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .dr-news-page__blog-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .dr-news-page__blog-text {
    font-size: 1.6rem;
  }
}
.dr-news-page__blog-text > a {
  color: #000;
}



/* Custom banner buttom */
.dr-main-banner__slide:first-of-type .dr-main-banner__link {
    color: #041ca0;
    background-color: #7eb500;
}

.dr-main-banner__slide:first-of-type .dr-main-banner__link > svg > path {
    stroke: #041ca0;
}