/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 4rem; }

/**
 * 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
   ========================================================================== */
/**
 * 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 */
  color: initial; }

/**
 * 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.
 * 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; }

/**
 * 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"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 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; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* 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; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 1.6rem;
  margin-top: 0;
  color: #091232; }

h1, .h1 {
  font-size: 5rem; }
  @media (max-width: 47.99em) {
    h1, .h1 {
      font-size: 3.4rem; } }

h2, .h2 {
  font-size: 3.6rem; }
  @media (max-width: 47.99em) {
    h2, .h2 {
      font-size: 2.8rem; } }

h3, .h3 {
  font-size: 2.4rem; }
  @media (max-width: 47.99em) {
    h3, .h3 {
      font-size: 2.2rem; } }

h4, .h4 {
  font-size: 2.2rem; }
  @media (max-width: 47.99em) {
    h4, .h4 {
      font-size: 2rem; } }

h5, .h5 {
  font-size: 2rem; }
  @media (max-width: 47.99em) {
    h5, .h5 {
      font-size: 1.8rem; } }

h6, .h6 {
  font-size: 1.8rem;
  font-weight: normal; }

p {
  margin-top: 0;
  margin-bottom: 1.6rem; }
  p:last-child {
    margin-bottom: 0; }

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

i.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-blog {
  display: block; }

.btn {
  border: none;
  background-color: #EBEDF7;
  color: #16419F;
  text-align: center;
  padding: 1.5rem 1.8rem;
  transition: 0.2s ease-in-out;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  white-space: nowrap;
  transform-origin: bottom;
  text-decoration: none;
  transition: all 0.25s ease-in-out; }
  .btn.btn-back {
    position: relative;
    display: inline-flex;
    align-items: center; }
    @media (max-width: 47.99em) {
      .btn.btn-back {
        font-size: 1.2rem; } }
    .btn.btn-back::before {
      content: "";
      background-image: url("../images/arrow-left.png");
      width: 0.8rem;
      height: 1.6rem;
      display: inline-block;
      margin-right: 1.6rem;
      transition: all 0.25s ease-in-out; }
  .btn:hover, .btn:focus, .btn.focus {
    background-color: #16419F;
    color: #EBEDF7; }
    .btn:hover::before, .btn:focus::before, .btn.focus::before {
      filter: brightness(0) invert(1); }

body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3; }
  @media (max-width: 47.99em) {
    body {
      font-size: 1.4rem; } }

main {
  overflow: hidden; }
  @media (max-width: 63.99em) {
    main {
      padding-top: 8rem; } }

/* width */
::-webkit-scrollbar {
  width: 0.5rem; }

/* Track */
::-webkit-scrollbar-track {
  background: #a4a4a4; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #231f20;
  transition: 0.2s; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #161616; }

.wrapper {
  max-width: 114rem;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 64em) and (max-width: 79.99em) {
    .wrapper {
      width: 90%; } }
  @media (max-width: 63.99em) {
    .wrapper {
      width: 85%; } }
  .wrapper--m {
    max-width: 92rem; }
  .wrapper--s {
    max-width: 75rem; }

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0; }
  .no-list-style li {
    padding: 0; }

.o-hidden {
  opacity: 0; }

section {
  margin: 16.8rem 0; }
  @media (max-width: 63.99em) {
    section {
      margin: 6rem 0; } }

.header {
  background-color: #091232;
  color: #fff;
  height: 9.5rem;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  @media (max-width: 47.99em) {
    .header {
      height: auto;
      padding: 1.6rem 0; } }
  .header a {
    color: #fff;
    text-decoration: none; }
  .header .wrapper {
    width: 100%; }
    @media (min-width: 64em) and (max-width: 79.99em) {
      .header .wrapper {
        width: 90%; } }
    @media (max-width: 63.99em) {
      .header .wrapper {
        width: 85%; } }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 47.99em) {
      .header__inner {
        display: block;
        text-align: center; } }
  .header__logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 47.99em) {
      .header__logo {
        position: relative;
        top: auto;
        transform: none;
        margin: 0 auto;
        max-width: 9rem; } }
  .header__menus {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500; }
    @media (max-width: 47.99em) {
      .header__menus {
        margin-top: 1.6rem; } }
    .header__menus > li {
      margin-right: 4.8rem;
      opacity: 0.4; }
      .header__menus > li:last-child {
        margin-right: 0; }
      .header__menus > li.current-menu {
        opacity: 1; }
  .header .languages {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0.6rem;
    position: relative; }
    .header .languages::before {
      content: "";
      border-radius: 1.3rem;
      /*1*/
      border: 0.2rem solid transparent;
      /*2*/
      background: linear-gradient(45deg, #0082ba, #00baab) border-box;
      /*3*/
      -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      /*5'*/
      mask-composite: exclude;
      /*5*/
      position: absolute;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .header .languages__item {
      margin-right: 0.4rem;
      padding: 0.8rem;
      border-radius: 0.8rem;
      line-height: 1;
      height: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #D0D0D0;
      cursor: pointer; }
      .header .languages__item:last-of-type {
        margin-right: 0; }
      .header .languages__item.active {
        background: #55ffe0;
        background: linear-gradient(0deg, rgba(85, 255, 224, 0.2) 0%, #131e3b 100%);
        color: #fff; }

.footer {
  background-color: #091232;
  color: #fff;
  text-align: center;
  font-weight: 500; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer--main {
    padding-top: 4.4rem;
    padding-bottom: 2.8rem; }
  .footer--sub {
    border-top: 0.1rem solid #303F53;
    padding: 2.8rem 0;
    color: #6C7A89; }
  .footer__menus {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.8rem;
    flex-wrap: wrap; }
    .footer__menus > li {
      opacity: 0.4;
      margin-right: 4.8rem; }
      @media (max-width: 47.99em) {
        .footer__menus > li {
          width: 50%;
          margin-right: 0;
          margin-bottom: 1.6rem; } }
      .footer__menus > li:last-child {
        margin-right: 0; }
      .footer__menus > li.current-menu {
        opacity: 1; }

.home .group-heading {
  text-align: center;
  color: #506A8A; }
  .home .group-heading__small-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #091232;
    text-transform: uppercase;
    background-color: #BEC2D5;
    padding: 0.5rem 0.8rem;
    border-radius: 3.6rem;
    display: inline-block;
    margin-bottom: 1.6rem; }

.home .sect-download__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.4rem; }
  .home .sect-download__buttons .btn-app {
    margin: 0 0.8rem;
    pointer-events: none; }
    .home .sect-download__buttons .btn-app:hover img {
      transform: translateY(-0.4rem); }
    .home .sect-download__buttons .btn-app > img {
      height: 5rem;
      border-radius: 0.6rem;
      transition: all 0.25s ease-in-out; }

.home .sect-download__image {
  max-width: 61.8rem;
  margin: 4.8rem auto 0;
  position: relative; }
  .home .sect-download__image::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 130, 186, 0) 0%, white 100%); }
  .home .sect-download__image > img {
    width: 100%; }

.home .sect-features {
  margin-bottom: 8rem; }
  .home .sect-features__content {
    display: flex;
    justify-content: space-between;
    margin-top: 11rem; }
    @media (min-width: 48em) and (max-width: 79.99em) {
      .home .sect-features__content {
        margin-top: 0; } }
    @media (max-width: 47.99em) {
      .home .sect-features__content {
        display: block;
        margin-top: 4.8rem; } }
  .home .sect-features__col {
    width: 33.33%; }
    @media (max-width: 47.99em) {
      .home .sect-features__col {
        width: 0%; } }
    .home .sect-features__col.col-content {
      width: 30%; }
      @media (min-width: 48em) and (max-width: 79.99em) {
        .home .sect-features__col.col-content {
          width: 48%; } }
      @media (max-width: 47.99em) {
        .home .sect-features__col.col-content {
          width: 100%;
          margin-top: 4rem; } }
    .home .sect-features__col.col-center {
      margin-top: -5.5rem; }
      @media (max-width: 79.99em) {
        .home .sect-features__col.col-center {
          display: none; } }
  .home .sect-features .image-mobile {
    display: none;
    max-width: 60%;
    margin: 0 auto; }
    @media (min-width: 64em) and (max-width: 79.99em) {
      .home .sect-features .image-mobile {
        max-width: 30%; } }
    @media (min-width: 48em) and (max-width: 63.99em) {
      .home .sect-features .image-mobile {
        max-width: 40%; } }
    @media (max-width: 79.99em) {
      .home .sect-features .image-mobile {
        display: block;
        margin-top: 4.8rem; } }
  .home .sect-features .feature-item {
    text-align: center;
    margin-bottom: 8.8rem; }
    @media (max-width: 47.99em) {
      .home .sect-features .feature-item {
        margin-bottom: 4rem; } }
    .home .sect-features .feature-item:last-child {
      margin-bottom: 0; }
    .home .sect-features .feature-item .icon {
      width: 6.4rem;
      aspect-ratio: 1;
      background-color: #091232;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 2.4rem;
      border-radius: 0.6rem; }
    .home .sect-features .feature-item .detail {
      padding: 0 2.4rem; }

.home .sect-textbg {
  background-image: url("../images/bg-pattern.png");
  background-size: cover;
  color: #506A8A;
  padding: 9.8rem 0;
  text-align: center;
  font-weight: 500;
  font-size: 2rem; }
  @media (max-width: 47.99em) {
    .home .sect-textbg {
      font-size: 1.6rem;
      padding: 4rem 0; } }
  .home .sect-textbg__title {
    color: #fff;
    margin-bottom: 1rem; }

.home .sect-app__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4.8rem -1.8rem 0; }
  @media (max-width: 47.99em) {
    .home .sect-app__row {
      display: block;
      margin: 4rem 0 0; } }

.home .sect-app__col {
  width: 33.33%;
  padding: 0 1.8rem; }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .home .sect-app__col {
      width: 50%; }
      .home .sect-app__col:last-child {
        margin-top: 3.6rem; } }
  @media (max-width: 47.99em) {
    .home .sect-app__col {
      width: 100%;
      padding: 0;
      margin-bottom: 3.2rem; }
      .home .sect-app__col:last-child {
        margin-bottom: 0; } }

.home .sect-app .card-box {
  background-color: #f4f6f7;
  border-radius: 3.2rem; }
  .home .sect-app .card-box .image-container {
    text-align: center; }
  .home .sect-app .card-box__img {
    max-height: 25rem; }
    @media (min-width: 64em) and (max-width: 79.99em) {
      .home .sect-app .card-box__img {
        max-height: 20rem; } }
  .home .sect-app .card-box__detail {
    padding: 2.4rem;
    position: relative; }
    .home .sect-app .card-box__detail::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 95%;
      left: 0;
      bottom: 99%;
      background: linear-gradient(180deg, rgba(244, 246, 247, 0), #f4f6f7 90%); }
  .home .sect-app .card-box:hover {
    background: linear-gradient(180deg, #182e4e 34.46%, #0f5570 65.6%);
    color: #fff; }
    .home .sect-app .card-box:hover h3 {
      color: #fff; }
    .home .sect-app .card-box:hover .card-box__detail::after {
      background: linear-gradient(180deg, #0f557000, #0f5570 90%); }

.privacy .header__menus,
.privacy .footer__menus {
  display: none; }

.privacy__content {
  padding-top: 11.5rem;
  padding-bottom: 20rem; }
  @media (max-width: 63.99em) {
    .privacy__content {
      padding-bottom: 6rem; } }
  @media (max-width: 47.99em) {
    .privacy__content {
      padding-top: 8rem; } }

.privacy__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem; }
  @media (max-width: 63.99em) {
    .privacy__heading {
      display: block;
      text-align: center;
      margin-top: 2.4rem; }
      .privacy__heading > img {
        max-width: 10rem; } }

.privacy__title {
  font-size: 4rem;
  margin-left: 3rem; }
  @media (max-width: 47.99em) {
    .privacy__title {
      font-size: 2.8rem;
      margin-left: 0; } }

.privacy__box-content {
  margin: 5rem 0;
  background-color: #F5F5F5;
  padding: 3.6rem;
  border-radius: 1.2rem;
  color: #506A8A;
  text-align: justify;
  font-size: 1.8rem; }
  @media (max-width: 47.99em) {
    .privacy__box-content {
      padding: 2.4rem;
      font-size: 1.4rem; } }
  .privacy__box-content h1, .privacy__box-content h2, .privacy__box-content h3, .privacy__box-content h4, .privacy__box-content h5, .privacy__box-content h6 {
    font-weight: 600; }
  .privacy__box-content h1, .privacy__box-content h2, .privacy__box-content h3, .privacy__box-content h4, .privacy__box-content h5, .privacy__box-content h6,
  .privacy__box-content .dark {
    color: #303F53; }
  .privacy__box-content .meduim {
    font-weight: 500; }

.privacy .sect-attachments {
  text-align: center;
  margin-bottom: 0; }
  .privacy .sect-attachments__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4rem -1.3rem 0; }
    @media (max-width: 47.99em) {
      .privacy .sect-attachments__row {
        display: block;
        margin: 3.2rem 0 0; } }
  .privacy .sect-attachments__col {
    width: 25%;
    padding: 0 1.3rem; }
    @media (max-width: 63.99em) {
      .privacy .sect-attachments__col {
        margin-bottom: 3.2rem; } }
    @media (min-width: 48em) and (max-width: 63.99em) {
      .privacy .sect-attachments__col {
        width: 50%; } }
    @media (max-width: 47.99em) {
      .privacy .sect-attachments__col {
        width: 100%;
        padding: 0; }
        .privacy .sect-attachments__col:last-child {
          margin-bottom: 0; } }
  .privacy .sect-attachments .card-attachment {
    border-radius: 1.2rem;
    border: 0.1rem solid #DBDADE;
    padding: 4.8rem 1.4rem 2.4rem; }
    @media (min-width: 64em) and (max-width: 79.99em) {
      .privacy .sect-attachments .card-attachment.add-line .card-attachment__detail {
        padding: 0 1rem; } }
    .privacy .sect-attachments .card-attachment__detail {
      font-size: 1.2rem;
      color: #556987;
      margin-top: 4rem; }
      @media (min-width: 48em) and (max-width: 63.99em) {
        .privacy .sect-attachments .card-attachment__detail {
          padding: 0 2.4rem; } }
    .privacy .sect-attachments .card-attachment .btn {
      margin-top: 1.6rem;
      padding: 1.2rem 3.4rem;
      border-radius: 1.2rem; }

