@font-face {
  font-family: ITC Avant Garde;
  src: url(https://a.sfdcstatic.com/shared/fonts/avant-garde/AvantGardeForSalesforceW05-Dm.woff2) format("woff2"), url(https://a.sfdcstatic.com/shared/fonts/avant-garde/AvantGardeForSalesforceW05-Dm.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ITC Avant Garde;
  src: url(https://a.sfdcstatic.com/shared/fonts/avant-garde/4c0a2f1e-8b66-47d8-8e7c-9b259c4d363f.woff2) format("woff2"), url(https://a.sfdcstatic.com/shared/fonts/avant-garde/f8c88707-ed03-43dd-aec9-29571c329bcc.woff) format("woff");
  font-weight: 100;
}

@font-face {
  font-family: Salesforce Sans;
  src: url(https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Regular.woff2) format("woff2"), url(https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Salesforce Sans;
  src: url(https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Italic.woff2) format("woff2"), url(https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Salesforce Sans;
  src: url(https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Bold.woff2) format("woff2"), url(https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "ITC Avant Garde", Arial, Helvetica, sans-serif;
  color: #032d60;
  margin-top: 0;
  font-weight: 100;
}

h1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 12px;
  font-weight: 100;
}

p {
  font-family: "Salesforce Sans", Arial, Helvetica, sans-serif;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

header .logo_wrap {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 20px 12px 0;
}

header .logo_wrap img {
    width: 72px;
    height: auto;
}

header .logo_wrap h4 {
  font-family: "ITC Avant Garde", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
  margin-top: -2px;
  margin-left: 12px;
}

header .lang_control label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #032d60;
}

header .lang_control select {
  display: inline-block;
  color: #181818;
  background: #fff url(https://image.mail.salesforce.com/lib/fea31c727564047c74/m/1/prefcenter-form-select-dropdown-arrow.png) no-repeat right 8px center/16px 16px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 10px 16px;
  min-width: 185px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* FORM */

form fieldset ul li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form button:disabled {
  cursor: not-allowed;
  background-color: #0176d3;
  border-color: #0176d3;
}

footer {
  background: #032d60;
  color: #fff;
  padding: 32px 0 40px;
  font-size: 12px;
  line-height: 22px;
  flex-grow: 0;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer p {
  margin-bottom: 12px;
}

footer p.privacy a {
  display: inline-block;
  margin:0 20px 0 0;
}

.icon-cpra {
    height: 15px;
    width: 30px;
    background: url(https://image.mail.salesforce.com/lib/fea31c727564047c74/m/1/prefcenter-footer-icon-cpra.png) 0% 0% / contain no-repeat;
}

.bottom-footer-icon {
    background-size: contain;
    display: inline-block;
    fill: rgb(68, 68, 68);
    margin-right: 5px;
    position: relative;
    top: 4px;
    max-height: 15px;
    max-width: 30px;
}

/*Responsive Styles*/
@media screen and (max-width: 1100px) {
section#preferences_page {
    background-size: 100% auto, 100% 75px;
    background-position: top 75px center, top center;
}
}

@media screen and (max-width: 992px) {
.container {
    max-width: 960px;
}
}

@media screen and (max-width: 850px) {
section#preferences_page {
    background-size: 100% auto, 100% 140px;
    background-position: top 140px center, top center;
}
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 9999;
  display: flex;
  /* visible by default */
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #e6e6e6;
  border-top: 4px solid #1b96ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}