.button-primary, .file-attachment-block a[data-style=dark] {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border: 4px solid transparent;
}
.button-primary.light, .file-attachment-block a.light[data-style=dark] {
  background: #ffffff;
  color: #07073a;
}
.button-primary.light::after, .file-attachment-block a.light[data-style=dark]::after {
  background-color: #07073a;
}
.button-primary.light:hover, .file-attachment-block a.light[data-style=dark]:hover {
  background: #f2f0ec;
  box-shadow: 0 8px 30px -4px rgba(15, 21, 34, 0.3);
}
.button-primary.light:focus, .file-attachment-block a.light[data-style=dark]:focus {
  background: #f2f0ec;
  border-color: rgba(242, 240, 236, 0.8);
  outline: 2px solid #CCDAE6;
}
.button-primary.dark, .file-attachment-block a.button-primary[data-style=light], .file-attachment-block a.dark[data-style=dark], .file-attachment-block a[data-style=dark][data-style=light] {
  background-color: #1a293b;
  color: #f2f0ec;
  border: 0;
}
.button-primary.dark::after, .file-attachment-block a.button-primary[data-style=light]::after, .file-attachment-block a.dark[data-style=dark]::after, .file-attachment-block a[data-style=dark][data-style=light]::after {
  background-color: #f2f0ec;
}
.button-primary.dark:hover, .file-attachment-block a.button-primary[data-style=light]:hover, .file-attachment-block a.dark[data-style=dark]:hover, .file-attachment-block a[data-style=dark][data-style=light]:hover {
  background-color: #171f27;
  box-shadow: 0 8px 30px -4px rgba(15, 21, 34, 0.3);
}
.button-primary.dark:focus, .file-attachment-block a.button-primary[data-style=light]:focus, .file-attachment-block a.dark[data-style=dark]:focus, .file-attachment-block a[data-style=dark][data-style=light]:focus {
  background-color: #171f27;
  border-color: #5d6b98;
  outline: none;
}
.button-primary.dark-b, .file-attachment-block a[data-style=dark] {
  background-color: #222e72;
  color: #ffffff;
  outline: 2px solid transparent;
  border: 0;
}
.button-primary.dark-b::after, .file-attachment-block a[data-style=dark]::after {
  background-color: #ffffff;
}
.button-primary.dark-b:hover, .file-attachment-block a[data-style=dark]:hover {
  background-color: #07073a;
}
.button-primary.dark-b:hover::after, .file-attachment-block a[data-style=dark]:hover::after {
  background-color: #ffffff;
}
.button-primary.dark-b:focus, .file-attachment-block a[data-style=dark]:focus {
  color: #dcdfea;
  background-color: #07073a;
  outline-color: #CCDAE6;
}
.button-primary.light-b, .file-attachment-block a.light-b[data-style=dark] {
  color: #07073a;
  background: #ffffff;
  border: 0;
}
.button-primary.light-b::after, .file-attachment-block a.light-b[data-style=dark]::after {
  background-color: #07073a;
}
.button-primary.light-b:hover, .file-attachment-block a.light-b[data-style=dark]:hover, .button-primary.light-b:focus, .file-attachment-block a.light-b[data-style=dark]:focus {
  border: 0;
  background: #b9c0d4;
  box-shadow: 0 8px 30px -4px rgba(15, 21, 34, 0.3);
}
.button-primary.light-b:focus-visible, .file-attachment-block a.light-b[data-style=dark]:focus-visible, .button-primary.light-b:focus, .file-attachment-block a.light-b[data-style=dark]:focus {
  outline: 2px solid #CCDAE6;
}

.button-secondary, .file-attachment-block a[data-style=light] {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}
.button-secondary.light-b, .file-attachment-block a.light-b[data-style=light] {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.button-secondary.light-b::after, .file-attachment-block a.light-b[data-style=light]::after {
  background-color: #ffffff;
}
.button-secondary.light-b:hover, .file-attachment-block a.light-b[data-style=light]:hover, .button-secondary.light-b:focus, .file-attachment-block a.light-b[data-style=light]:focus {
  background: rgba(243, 243, 243, 0.3);
}
.button-secondary.dark, .file-attachment-block a[data-style=light] {
  border: 1px solid #07073a;
  color: #07073a;
}
.button-secondary.dark::after, .file-attachment-block a[data-style=light]::after {
  background-color: #07073a;
}
.button-secondary.dark:hover, .file-attachment-block a[data-style=light]:hover {
  background-color: #ffffff;
  border-color: #5d6b98;
  color: #191c26;
}
.button-secondary.dark:hover::after, .file-attachment-block a[data-style=light]:hover::after {
  background-color: #191c26;
}
.button-secondary.dark:focus:not(:focus-visible), .file-attachment-block a[data-style=light]:focus:not(:focus-visible) {
  border-color: #07073a;
}
.button-secondary.dark:focus, .file-attachment-block a[data-style=light]:focus {
  border-color: transparent;
  outline: 2px solid #CCDAE6;
  color: #303070;
  background-color: #ffffff;
}
.button-secondary.dark:focus::after, .file-attachment-block a[data-style=light]:focus::after {
  background-color: #303070;
}

.button-primary[target=_blank]::after, .file-attachment-block a[target=_blank][data-style=dark]::after,
.button-secondary[target=_blank]::after,
.file-attachment-block a[target=_blank][data-style=light]::after {
  -webkit-mask-image: url("../../../../assets/images/external.svg");
  mask-image: url("../../../../assets/images/external.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.button-primary[download]::after, .file-attachment-block a[download][data-style=dark]::after,
.button-secondary[download]::after,
.file-attachment-block a[download][data-style=light]::after {
  -webkit-mask-image: url("../../../../assets/images/download-icon.svg");
  mask-image: url("../../../../assets/images/download-icon.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

/*
	The '-block' at the end of the class name looks unnecessary,
	but it prevents a styling conflicts with some wordpress core styles.
*/
.file-attachment-block {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0 16px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0 16px;
  clear: both;
}
@media screen and (min-width: 640px) {
  .file-attachment-block {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .file-attachment-block {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .file-attachment-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .file-attachment-block {
    margin: 0 auto;
    max-width: 940px;
    margin-bottom: 64px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .file-attachment-block {
    margin: 0 auto;
    max-width: 1121px;
    margin-bottom: 64px;
    margin-top: 64px;
  }
}
.file-attachment-block a {
  width: 100%;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.file-attachment-block a:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 640px) {
  .file-attachment-block a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 24px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .file-attachment-block a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 24px;
  }
}
@media screen and (min-width: 640px) {
  .file-attachment-block a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .file-attachment-block a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}