*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(/fonts/IROC/Poppins-SemiBoldItalic.ttf) format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(/fonts/IROC/Poppins-SemiBold.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/IROC/Poppins-SemiBold.ttf) format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/IROC/Poppins-SemiBold.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-BoldItalic.ttf) format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-BoldItalic.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-Bold.ttf) format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-Bold.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-MediumItalic.ttf) format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-MediumItalic.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-Medium.ttf) format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-Medium.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-Regular.ttf) format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-Regular.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-Regular.ttf) format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/IROC/Poppins-Regular.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --iroc-light-blue: #337EB5;
  --iroc-blue: #1F3A6A;
  --iroc-deep-blue: #1C1E53;
  --iroc-dark-blue: #282938;
  --iroc-orange: #D24B28;
  --iroc-gray: #F2F4F5;
  --iroc-dark-gray: #696974;
  --iroc-blue-gray: #EEF4FA;
  --iroc-white: #fff;
  --iroc-window-background-color: #f6f6f6;
  --iroc-default-font-color: var(--iroc-dark-gray);
  --iroc-inner-max-width: 1600px;
  --iroc-mobile-breakpoint: 1024px;
  --iroc-scrollbar-width: 0px;
  --iroc-loading-ring-color: var(--iroc-blue);
  --iroc-table-border-color: #E8E7E7;
  --iroc-margin-0: 0;
  --iroc-margin-s: 10px;
  --iroc-margin-m: 25px;
  --iroc-margin-l: 35px;
  --iroc-margin-xl: 50px;
  --iroc-margin-xxl: 100px;
  --iroc-padding-0: 0;
  --iroc-padding-s: 10px;
  --iroc-padding-m: 25px;
  --iroc-padding-l: 35px;
  --iroc-padding-xl: 50px;
  --iroc-padding-xxl: 100px;
}
.standard-content.columns > .inner-wrapper,
.columns > .inner-wrapper {
  display: flex;
  flex-direction: row;
  gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .standard-content.columns > .inner-wrapper,
  .columns > .inner-wrapper {
    flex-direction: column;
  }
}
.standard-content.columns > .inner-wrapper > *,
.columns > .inner-wrapper > * {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .standard-content.columns > .inner-wrapper > *,
  .columns > .inner-wrapper > * {
    flex: 1;
  }
}
.standard-content.columns > .inner-wrapper > * > :first-child,
.columns > .inner-wrapper > * > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.standard-content.columns > .inner-wrapper > * > :last-child,
.columns > .inner-wrapper > * > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.standard-content.columns > .inner-wrapper > .column-s,
.columns > .inner-wrapper > .column-s {
  flex-grow: 0;
  flex-basis: 25%;
}
.accordion > details {
  overflow: hidden;
  padding-top: 28px;
}
.accordion > details:first-child {
  padding-top: 0;
}
.accordion > details + details {
  border-top: 2px solid #ECECF1;
}
.accordion > details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: start;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion > details summary,
.accordion > details summary * {
  transition: color 0.15s;
}
.accordion > details summary:hover,
.accordion > details summary:hover * {
  color: var(--iroc-light-blue);
  fill: var(--iroc-light-blue);
}
.accordion > details summary > * {
  margin-top: 0;
  padding-top: 0;
}
.accordion > details summary h1,
.accordion > details summary h2,
.accordion > details summary h3,
.accordion > details summary h4,
.accordion > details summary h5,
.accordion > details summary h6 {
  flex: 1;
}
.accordion > details summary .toggle {
  position: relative;
  top: 0.5em;
}
.accordion > details > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
*,
body {
  font-family: 'Poppins', sans-serif;
}
html,
body {
  background-color: var(--iroc-window-background-color);
  font-size: 18px;
  line-height: 1.5559;
  color: var(--iroc-default-font-color);
}
@media screen and (max-width: 1345px) {
  html,
  body {
    background-color: var(--iroc-white);
  }
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  max-width: 100vw;
  overflow-y: overlay;
  overflow-x: hidden;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  line-height: 1.5559;
}
.medium {
  font-weight: 500;
}
.strong,
.bold {
  font-weight: 600;
}
.stronger,
.bolder {
  font-weight: 700;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: color 0.15s, filter 0.15s;
}
h1 aside,
h2 aside,
h3 aside,
h4 aside,
h5 aside,
h6 aside {
  display: inline-block;
  font-size: 0.47em;
  font-weight: normal;
}
h1 {
  font-size: 75px;
  line-height: 85px;
  font-weight: 600;
  color: var(--iroc-blue);
}
h1.dark {
  color: var(--iroc-dark-blue);
}
h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  color: var(--iroc-blue);
}
h2.dark {
  color: var(--iroc-dark-blue);
}
h3 {
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  color: var(--iroc-blue);
}
h3.dark {
  color: var(--iroc-dark-blue);
}
h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: var(--iroc-blue);
}
h4.dark {
  color: var(--iroc-dark-blue);
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: var(--iroc-blue);
}
h5.dark {
  color: var(--iroc-dark-blue);
}
h6 {
  font-size: 18px;
  line-height: 1.3;
  line-height: 24px;
  font-weight: 500;
  color: var(--iroc-light-blue);
}
h6.dark {
  color: var(--iroc-dark-blue);
}
em {
  font-weight: 600;
  font-style: italic;
}
i {
  font-style: italic;
}
a {
  color: var(--iroc-light-blue);
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.15s, filter 0.15s;
}

    a.arrow::after {
        content: url(/Images/IROC/icons/link-farm-arrow-icon-dark-blue.svg);
        margin-left: 0.8em;
    }

    a:hover {
        color: var(--iroc-blue);
    }

        a:hover h1,
        a:hover h2,
        a:hover h3,
        a:hover h4,
        a:hover h5 {
            color: var(--iroc-light-blue);
        }

ul {
  display: block;
  list-style: disc;
  list-style-position: inside;
}
ul ::marker {
  font-size: 1.25em;
  line-height: 0.75em;
  font-weight: bold;
}
ul li {
  display: list-item;
}
.btn {
  display: inline-flex;
  align-items: center;
  padding: 9px 27px;
  gap: 20px;
  background: var(--iroc-orange);
  border: 2px solid var(--iroc-orange);
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  color: var(--iroc-white);
  min-height: 59px;
  text-align: left;
  cursor: pointer;
  transition: all 0.14s;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.disabled,
.btn [disabled],
.btn :disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn > img.small,
.btn > i.small,
.btn > .lnr.small {
  width: 0.4em;
}
.btn > * {
  line-height: 1.2;
}
.btn:hover {
  color: var(--iroc-white);
  background-color: var(--iroc-light-blue);
  border-color: #ffffff66;
}
@media screen and (max-width: 620px) {
  .btn {
    padding: 13px 24px;
    font-size: 15px;
    gap: 11px;
    min-height: unset;
  }
  .btn > img,
  .btn > i,
  .btn > .lnr {
    max-height: 27px;
    max-width: 27px;
  }
}
.info-table {
  width: 100%;
  overflow: auto;
  border-radius: 6px;
}
.info-table .wrapper {
  border: 1px solid var(--iroc-table-border-color);
  width: calc(100% - 1px);
  border-radius: 6px;
}
.info-table .wrapper table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  top: -1px;
  left: -1px;
  width: calc(100% + 3px);
  margin-bottom: -2px;
  font-size: 16px;
}
.info-table .wrapper table th,
.info-table .wrapper table td {
  padding: 30px;
}
.info-table .wrapper table thead {
  color: var(--iroc-white);
  overflow: hidden;
  position: relative;
}
.info-table .wrapper table thead > tr:first-child > th:first-child {
  border-top-left-radius: 6px;
}
.info-table .wrapper table thead > tr:first-child > th:last-child {
  border-top-right-radius: 6px;
}
.info-table .wrapper table thead > tr:last-child::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  width: calc(100% - 2px);
  height: 1px;
  background-color: #0066ff;
}
.info-table .wrapper table thead > tr > th {
  background-color: var(--iroc-light-blue);
}
.info-table .wrapper table tbody {
  font-size: 14px;
  position: relative;
}
.info-table .wrapper table tbody > tr > td {
  border: 1px solid var(--iroc-table-border-color);
}
.info-table .wrapper table tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 6px;
}
.info-table .wrapper table tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 6px;
}
.info-table .wrapper table td {
  background-color: var(--iroc-white);
}
.info-table .wrapper table td.highlight {
  color: var(--iroc-light-blue);
}
@media screen and (max-width: 800px) {
  .responsive.info-table .wrapper table table,
  .responsive.info-table .wrapper table thead,
  .responsive.info-table .wrapper table tbody,
  .responsive.info-table .wrapper table th,
  .responsive.info-table .wrapper table td,
  .responsive.info-table .wrapper table tr {
    display: block;
  }
  .responsive.info-table .wrapper table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive.info-table .wrapper table tr + tr {
    margin-top: 15px;
  }
  .responsive.info-table .wrapper table tr {
    border-radius: 6px;
    overflow: hidden;
  }
  .responsive.info-table .wrapper table td {
    display: flex;
    gap: 30px;
    padding: 0;
    border: none;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ebebeb;
    padding-right: 30px;
  }
  .responsive.info-table .wrapper table td:before {
    display: block;
    background: var(--iroc-light-blue);
    color: #fff;
    padding: 20px 30px;
    border-bottom: 1px solid var(--iroc-light-blue);
    margin-bottom: -1px;
    min-width: 33vw;
    max-width: 33vw;
  }
  .responsive.info-table .wrapper table td:before {
    content: attr(data-title);
  }
}
div#wrapper {
  width: 100%;
  max-width: var(--iroc-inner-max-width);
  box-shadow: 0px 0px 10px -3px #000;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 1345px) {
  div#wrapper {
    box-shadow: none;
  }
}
div.inner-wrapper {
  display: flex;
  max-width: var(--iroc-inner-max-width);
  padding-left: 160px;
  padding-right: 160px;
}
@media screen and (max-width: 1600px) {
  div.inner-wrapper {
    padding-left: max(6%, 40px);
    padding-right: max(6%, 40px);
  }
}
@media screen and (max-width: 520px) {
  div.inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
input:not([type='button']) {
  border-radius: 25px;
  border: 2px solid var(--iroc-blue);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 8px 14px;
}
nav.breadcrumbs {
  font-weight: 500;
}
nav.breadcrumbs ul {
  display: flex;
  list-style-type: none;
}
nav.breadcrumbs ul li + li::before {
  content: '>';
  display: inline-block;
  margin-left: 0.35em;
  margin-right: 0.35em;
}
nav.breadcrumbs ul li a {
  color: inherit;
  opacity: 1;
}
nav.breadcrumbs ul li a:hover {
  filter: opacity(0.8);
}
nav.breadcrumbs ul li span {
  color: var(--iroc-orange);
}
header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--iroc-white);
  z-index: 5;
  min-height: 163px;
}
@media screen and (max-width: 700px) {
  header {
    max-height: 134px;
  }
}
header ul.menu li a.btn,
header ul.menu li button.btn,
header .btn {
  background-color: var(--iroc-white);
  border-color: #d24b2833;
  color: var(--iroc-orange);
  padding-top: 13px;
  padding-bottom: 13px;
  min-height: unset;
}
header ul.menu li a.btn.contact-us,
header ul.menu li button.btn.contact-us,
header .btn.contact-us {
  padding-left: 30px;
  padding-right: 30px;
  justify-content: center;
  white-space: nowrap;
  flex: 0;
}
@media screen and (max-width: 760px) {
  header ul.menu li a.btn.contact-us,
  header ul.menu li button.btn.contact-us,
  header .btn.contact-us {
    margin: 0 12px;
    margin: 0 var(--iroc-sub-menu-padding-x);
  }
}
header ul.menu li a.btn:hover,
header ul.menu li button.btn:hover,
header .btn:hover {
  background-color: var(--iroc-light-blue);
  color: var(--iroc-white) !important;
}
@media screen and (max-width: 1160px) {
  header ul.menu li a.btn,
  header ul.menu li button.btn,
  header .btn {
    font-size: 17px;
    padding: 10px 21px !important;
  }
}
header #nav-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  header #nav-search {
    margin-left: 10px;
  }
}
header #nav-search input {
  display: none;
  flex: 1;
  border-radius: 25px;
  border: 2px solid var(--iroc-blue);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 8px 14px;
}
@media screen and (max-width: 1024px) {
  header #nav-search input {
    display: inline-block;
    margin-left: 40px;
    border-radius: 24px;
    padding: 7px 83px 7px 18px;
    font-size: 18px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--iroc-blue);
    font-weight: 500;
    color: var(--iroc-blue);
    background: #fff;
    border-right-style: none;
    height: 45.5px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}
header #nav-search a.search {
  padding: 0;
  transition: all 0.2s;
}
header #nav-search a.search img,
header #nav-search a.search svg {
  transition: all 0.2s;
}
@media screen and (max-width: 1160px) {
  header #nav-search a.search {
    margin-left: 6px;
  }
  header #nav-search a.search img {
    width: 26px;
  }
}
@media screen and (max-width: 1024px) {
  header #nav-search a.search {
    margin: 0;
    border-radius: 24px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--iroc-blue);
    font-weight: 500;
    color: var(--iroc-blue);
    background: #1f3a6a3b;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #1f3a6a3d;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 68px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header #nav-search a.search img {
    vertical-align: middle;
    width: 26px;
    height: auto;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 760px) {
  header #nav-search a.search {
    right: calc(var(--iroc-sub-menu-padding-x) - 1px);
  }
}
header #nav-search a.close {
  margin-left: 33px;
  font-size: 24px;
  min-width: 18px;
  overflow: hidden;
  transition: all 0.2s;
}
header #nav-search a.close span {
  padding: 0;
  margin: 0;
}
header .inner-wrapper {
  flex: 1;
  justify-content: space-between;
  gap: 30px;
}
header .iroc-logo-wrapper img {
  width: 100%;
  max-width: 211px;
  min-width: 150px;
  height: auto;
  position: relative;
  left: -14px;
}
@media screen and (max-width: 700px) {
  header .iroc-logo-wrapper {
    max-width: 180px;
  }
}
header ul.menu,
header ul.sub-menu {
  transition: background 0.3s, opacity 0.3s;
  --iroc-sub-menu-padding-x: 37px;
  --iroc-sub-menu-depth: 0;
}
@media screen and (max-width: 520px) {
  header ul.menu,
  header ul.sub-menu {
    --iroc-sub-menu-padding-x: 20px;
  }
}
header ul.menu li,
header ul.sub-menu li {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  position: relative;
  transition: background 0.3s, filter 0.3s;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  header ul.menu li.expanded > ul.sub-menu:first-of-type,
  header ul.sub-menu li.expanded > ul.sub-menu:first-of-type {
    display: flex;
  }
  header ul.menu li.collapsed > ul.sub-menu:first-of-type,
  header ul.sub-menu li.collapsed > ul.sub-menu:first-of-type {
    display: none;
  }
}
header ul.menu li a,
header ul.sub-menu li a {
  color: var(--iroc-blue);
  display: flex;
  height: 100%;
  align-items: center;
  flex: 1;
}
header ul.menu li a span,
header ul.sub-menu li a span {
  position: relative;
  transition: background 0.3s;
}
@media screen and (max-width: 760px) {
  header ul.menu li a span,
  header ul.sub-menu li a span {
    padding: 5px 15px;
  }
}
header ul.menu li a:hover,
header ul.sub-menu li a:hover {
  color: var(--iroc-light-blue);
}
@media screen and (max-width: 760px) {
  header ul.menu li a:hover,
  header ul.sub-menu li a:hover {
    background: #0000000a;
  }
}
header ul.menu li a[href="javascript:;"],
header ul.sub-menu li a[href="javascript:;"],
header ul.menu li a[href="#"],
header ul.sub-menu li a[href="#"],
header ul.menu li a:not([href]),
header ul.sub-menu li a:not([href]),
header ul.menu li a[href="javascript:;"]:hover,
header ul.sub-menu li a[href="javascript:;"]:hover,
header ul.menu li a[href="#"]:hover,
header ul.sub-menu li a[href="#"]:hover,
header ul.menu li a:not([href]):hover,
header ul.sub-menu li a:not([href]):hover {
  cursor: default;
  color: var(--iroc-blue);
}
@media screen and (max-width: 760px) {
  header ul.menu li,
  header ul.sub-menu li {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
  }
}
header ul.menu li > button.toggle,
header ul.sub-menu li > button.toggle {
  border: none;
  cursor: pointer;
  background: unset;
  padding: 0 var(--iroc-sub-menu-padding-x) 0 calc(var(--iroc-sub-menu-padding-x) - 15px);
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 3em;
  transition: background 0.15s;
}
header ul.menu li > button.toggle:hover,
header ul.sub-menu li > button.toggle:hover {
  background: #00000014;
}
@media screen and (max-width: 760px) {
  header ul.menu li > button.toggle,
  header ul.sub-menu li > button.toggle {
    display: flex;
  }
}
header ul.menu li > button.toggle svg,
header ul.sub-menu li > button.toggle svg {
  width: 11px;
  height: auto;
  transition: transform 0.15s;
}
header ul.menu li.expanding > button.toggle svg,
header ul.sub-menu li.expanding > button.toggle svg,
header ul.menu li.expanded > button.toggle svg,
header ul.sub-menu li.expanded > button.toggle svg {
  transform: rotate(90deg);
}
header ul.menu li.expanding,
header ul.sub-menu li.expanding {
  z-index: 3;
}
header ul.menu li.expanded,
header ul.sub-menu li.expanded {
  z-index: 3;
}
header ul.menu li.collapsing,
header ul.sub-menu li.collapsing {
  z-index: 2;
}
header ul.menu {
  display: flex;
  flex: 1;
  list-style: none;
  font-size: 20px;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  header ul.menu {
    justify-content: space-evenly;
    flex-wrap: wrap;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease 0.35s;
  }
}
@media screen and (max-width: 1290px) {
  header ul.menu {
    gap: 20px;
  }
}
@media screen and (max-width: 760px) {
  header ul.menu {
    gap: 13px;
  }
}
header ul.menu > li > ul.sub-menu {
  min-width: 100%;
}
@media screen and (max-width: 760px) {
  header ul.menu > li {
    align-items: center;
  }
}
header ul.menu > li > a span {
  border-left: 2px solid transparent;
  padding: 12px 20px;
}
@media screen and (max-width: 1290px) {
  header ul.menu > li > a span {
    padding: 14px 18px;
    margin: -7px -8px;
  }
}
@media screen and (max-width: 760px) {
  header ul.menu > li > a span {
    border: none;
    width: 100%;
    padding: 7px var(--iroc-sub-menu-padding-x);
    margin: 0;
  }
}
@media screen and (max-width: 1160px) {
  header ul.menu > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {
  header ul.menu > li > a {
    width: 100%;
  }
}
header ul.menu > li.has-children.expanded {
  filter: drop-shadow(0px 0px 10px #00000026);
}
header ul.menu > li.has-children.expanded > a span {
  border-color: #00000017;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  header ul.menu > li.has-children.expanded > a span {
    background-color: #fff;
  }
}
@media screen and (max-width: 760px) {
  header ul.menu > li.has-children.expanded > a span {
    background-color: unset;
  }
}
@media screen and (max-width: 1024px) {
  header ul.menu > li.has-children:hover > a span {
    background-color: #fff;
  }
}
@media screen and (max-width: 760px) {
  header ul.menu > li.has-children:hover > a span {
    background-color: unset;
  }
}
header ul.menu > li.expanded > ul.sub-menu {
  pointer-events: all;
  opacity: 1;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  header ul.menu > li.expanded > ul.sub-menu {
    background-color: #fff;
  }
}
@media screen and (max-width: 760px) {
  header ul.menu > li.expanded > ul.sub-menu {
    background-color: unset;
  }
}
header ul.sub-menu {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 28px;
  left: 0;
  transform: translateY(100%);
  white-space: nowrap;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  border-left: 2px solid #00000017;
  z-index: 10;
}
@media screen and (max-width: 1290px) {
  header ul.sub-menu {
    left: -8px;
  }
}
@media screen and (max-width: 1024px) {
  header ul.sub-menu {
    bottom: 0;
  }
}
header ul.sub-menu ul.sub-menu {
  bottom: unset;
  top: 0px;
  left: 100%;
  transform: none;
}
@media screen and (max-width: 760px) {
  header ul.sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    background: none;
    display: none;
  }
  header ul.sub-menu ul.sub-menu {
    left: 0;
  }
}
header ul.sub-menu li {
  width: 100%;
  align-items: start;
}
@media screen and (max-width: 760px) {
  header ul.sub-menu li {
    align-items: center;
  }
}
header ul.sub-menu li a {
  width: 100%;
  font-size: 16px;
}
header ul.sub-menu li a span {
  padding: 10px 19px 10px 19px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  header ul.sub-menu li a span {
    bottom: 0;
    padding: 5px var(--iroc-sub-menu-padding-x);
    padding: 5px calc(var(--iroc-sub-menu-padding-x) + (15px * (var(--iroc-sub-menu-depth) + 1))) 5px calc(var(--iroc-sub-menu-padding-x) + (15px * var(--iroc-sub-menu-depth)));
    margin: 0;
  }
}
@media screen and (max-width: 520px) {
  header ul.sub-menu li a span {
    padding: 5px calc(var(--iroc-sub-menu-padding-x) + (15px * (var(--iroc-sub-menu-depth) + 1))) 5px calc(var(--iroc-sub-menu-padding-x) + (15px * var(--iroc-sub-menu-depth)));
  }
}
header ul.sub-menu li a:hover span {
  background: #0000000a;
}
@media screen and (max-width: 760px) {
  header ul.sub-menu li a:hover span {
    background: unset;
  }
}
header ul.sub-menu li > button.toggle {
  height: 2.5em;
}
header ul.sub-menu li.expanded > a span {
  background-color: #00000012;
}
header ul.sub-menu li.expanded > ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  opacity: 0;
  transition: opacity 0.7s ease;
}
header nav.visible {
  opacity: 1;
}
header nav.search-expanded #nav-contact {
  display: none;
}
header nav.search-expanded #nav-search input {
  display: block;
  flex: 1;
  padding-right: 50px;
}
header nav.search-expanded #nav-search a {
  justify-content: end;
  flex: 0;
}
header nav.search-expanded #nav-search a.search {
  margin-left: -41px;
}
header nav.search-expanded #nav-search a.search svg,
header nav.search-expanded #nav-search a.search img {
  width: 24px;
}
header nav.search-expanded #nav-search a.search .loading-ring {
  top: -2px;
}
header nav.search-expanded #nav-search a.close {
  min-width: 18px;
}
header nav.search-running #nav-search a {
  pointer-events: none;
}
header nav.search-running #nav-search a.close {
  min-width: 0;
  margin: 0 20px 0px 0;
}
header nav.search-collsapsed #nav-search a.close {
  min-width: 0;
  margin: 0 20px 0px 0;
}
@media screen and (max-width: 1024px) {
  header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    padding: 30px 30px;
    opacity: 0;
    box-shadow: 0px 50px 40px -20px #00000000;
    transition: opacity 0.15s ease 0s, box-shadow 0.4s ease 0.2s;
  }
  header nav::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1;
    background: linear-gradient(180deg, #0000008a -9px, var(--iroc-gray));
    transition: all 0.6s ease;
  }
  header nav::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    background: linear-gradient(0deg, #fff0, #f2f4f5 80%);
    background-repeat: no-repeat;
    opacity: 1;
    background-size: 100% 0%;
    height: 100%;
  }
}
@media screen and (max-width: 760px) {
  header nav {
    padding: 23px 0px 40px 0px;
  }
  header nav > ul {
    flex-grow: 1;
    align-items: start;
    justify-content: center;
  }
  header nav > ul > li {
    width: 100%;
    display: flex;
  }
  header nav #nav-search {
    white-space: nowrap;
    margin: 0;
    padding: 0 15px;
    padding: 0 var(--iroc-sub-menu-padding-x);
  }
  header nav #nav-search input {
    width: 100%;
    margin-left: 0;
  }
}
header .mobile-navigation-button {
  flex-direction: column;
  width: 40px;
  min-width: 40px;
  height: 35px;
  justify-content: space-between;
  place-self: center;
  cursor: pointer;
  transition: all 0.15s;
  display: none;
}
@media screen and (max-width: 1024px) {
  header .mobile-navigation-button {
    display: flex;
  }
}
header .mobile-navigation-button span {
  height: 12%;
  background-color: var(--iroc-blue);
  border-radius: 2px;
  transition: all 0.15s;
}
header .mobile-navigation-button:hover span {
  background-color: var(--iroc-light-blue);
}
@media screen and (max-width: 1024px) {
  header.mobile-nav-open nav {
    opacity: 1;
    display: flex;
    box-shadow: 0px 50px 40px -20px #00000042;
  }
  header.mobile-nav-open nav ul.menu {
    opacity: 1;
    transition-delay: 0.2s;
  }
  header.mobile-nav-open nav::before {
    top: 0px;
    transition-delay: 0.2s;
  }
  header.mobile-nav-open nav::after {
    transition-timing-function: ease;
    background-size: 100% 600%;
  }
  header.mobile-nav-closed nav {
    opacity: 0;
    pointer-events: none;
  }
}
section.hero {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: var(--iroc-light-blue);
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
section.hero .overlay,
section.hero .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.hero .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero .overlay {
  background-color: var(--iroc-blue);
  opacity: 0.65;
  z-index: 1;
}
section.hero .content {
  display: flex;
  flex-direction: row;
  min-height: 100px;
  margin: 65px 0;
  z-index: 2;
  color: #fff;
  gap: 30px 120px;
}
@media screen and (max-width: 1280px) {
  section.hero .content {
    gap: 30px;
  }
}
@media screen and (max-width: 700px) {
  section.hero .content {
    flex-direction: column;
  }
}
section.hero .content h1,
section.hero .content h2,
section.hero .content h3,
section.hero .content h4,
section.hero .content h5,
section.hero .content h6 {
  color: inherit;
}
section.hero .content h1 {
  line-height: 60px;
  font-size: 45px;
  line-height: 1.335;
}
section.hero .content > div {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
section.hero .content > div > h1:first-child {
  margin-top: -11px;
}
@media screen and (max-width: 540px) {
  section.hero .content > div h1 {
    font-size: 38px;
  }
}
section.hero .content .btn {
  white-space: nowrap;
  border-color: var(--iroc-white);
}
section.hero .content .btn:hover {
  border-color: #ffffffb5;
}
@media screen and (max-width: 800px) {
  section.hero .content .btn {
    white-space: normal;
  }
}
@media screen and (max-width: 700px) {
  section.hero .content .buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
section.hero .content > div > :first-child {
  margin-top: 0;
}
section.hero .content > div > :last-child {
  margin-bottom: 0;
}
.standard-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.standard-content .inner-wrapper {
  display: block;
}
.standard-content .inner-wrapper > img {
  width: 100%;
  height: auto;
}
.standard-content .inner-wrapper > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.standard-content .inner-wrapper > h1:first-child,
.standard-content .inner-wrapper > h2:first-child,
.standard-content .inner-wrapper > h3:first-child,
.standard-content .inner-wrapper > h4:first-child,
.standard-content .inner-wrapper > h5:first-child,
.standard-content .inner-wrapper > h6:first-child {
  margin-top: -0.2em;
}
.standard-content h1,
.standard-content h2,
.standard-content h3,
.standard-content h4,
.standard-content h5,
.standard-content h6 {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
.standard-content p {
  margin-bottom: 1em;
}
.standard-content ul > li {
  list-style: none;
  padding-left: 40px;
  position: relative;
}
.standard-content ul > li:before {
  content: '·';
  font-size: 44px;
  line-height: 1;
  margin-right: 0.25em;
  position: absolute;
  top: -7px;
  left: 16px;
}
.standard-content ul li + li {
  margin-top: 9px;
}
.photo-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.photo-content .inner-wrapper {
  display: block;
}
.photo-content .inner-wrapper > img {
  width: 100%;
  height: auto;
}
.photo-content .inner-wrapper > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.photo-content .inner-wrapper > h1:first-child,
.photo-content .inner-wrapper > h2:first-child,
.photo-content .inner-wrapper > h3:first-child,
.photo-content .inner-wrapper > h4:first-child,
.photo-content .inner-wrapper > h5:first-child,
.photo-content .inner-wrapper > h6:first-child {
  margin-top: -0.2em;
}
.photo-content h1,
.photo-content h2,
.photo-content h3,
.photo-content h4,
.photo-content h5,
.photo-content h6 {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
.photo-content p {
  margin-bottom: 1em;
}
.photo-content ul > li {
  list-style: none;
  padding-left: 40px;
  position: relative;
}
.photo-content ul > li:before {
  content: '·';
  font-size: 44px;
  line-height: 1;
  margin-right: 0.25em;
  position: absolute;
  top: -7px;
  left: 16px;
}
.photo-content ul li + li {
  margin-top: 9px;
}
.photo-content .inner-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0 60px;
  flex-wrap: wrap;
  align-items: start;
}
.photo-content .inner-wrapper > div {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .photo-content .inner-wrapper > div {
    order: 2;
  }
}
.photo-content .inner-wrapper > img {
  flex: 1;
  width: 100%;
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .photo-content .inner-wrapper > img {
    order: 1;
    width: 100%;
    max-width: unset;
  }
}
section.search-results {
  padding-top: 100px;
  padding-bottom: 100px;
}
section.search-results .inner-wrapper {
  display: block;
}
section.search-results .inner-wrapper > img {
  width: 100%;
  height: auto;
}
section.search-results .inner-wrapper > :first-child {
  margin-top: 0;
  padding-top: 0;
}
section.search-results .inner-wrapper > h1:first-child,
section.search-results .inner-wrapper > h2:first-child,
section.search-results .inner-wrapper > h3:first-child,
section.search-results .inner-wrapper > h4:first-child,
section.search-results .inner-wrapper > h5:first-child,
section.search-results .inner-wrapper > h6:first-child {
  margin-top: -0.2em;
}
section.search-results h1,
section.search-results h2,
section.search-results h3,
section.search-results h4,
section.search-results h5,
section.search-results h6 {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
section.search-results p {
  margin-bottom: 1em;
}
section.search-results ul > li {
  list-style: none;
  padding-left: 40px;
  position: relative;
}
section.search-results ul > li:before {
  content: '·';
  font-size: 44px;
  line-height: 1;
  margin-right: 0.25em;
  position: absolute;
  top: -7px;
  left: 16px;
}
section.search-results ul li + li {
  margin-top: 9px;
}
section.search-results .inner-wrapper > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
section.search-results .search-fields {
  margin-bottom: var(--iroc-margin-l);
}
section.search-results .search-fields .input-group {
  position: relative;
  width: 100%;
  max-width: min(100vw, 550px);
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
}
section.search-results .search-fields .input-group input {
  flex: 1;
  border-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: 2px solid var(--iroc-blue);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 8px 14px;
}
section.search-results .search-fields .input-group a {
  padding: 0px 18px 0 23px;
  background-color: var(--iroc-orange);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 2px solid var(--iroc-blue);
  color: var(--iroc-white);
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: inline-flex;
  border-left: none;
  transition: background 0.2s, color 0.2s;
}
section.search-results .search-fields .input-group a img {
  width: 19px;
  height: auto;
  transform: rotateY(180deg);
}
section.search-results .search-fields .input-group a .loading-ring {
  --iroc-loading-ring-color: var(--iroc-white);
  top: -2.5px;
}
section.search-results .search-fields .input-group a:hover {
  background-color: var(--iroc-light-blue);
}
section.search-results .search-fields .input-group.running a {
  pointer-events: none;
  background-color: var(--iroc-light-blue);
}
section.search-results ol.results {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: var(--iroc-margin-xl);
}
@media screen and (max-width: 580px) {
  section.search-results ol.results {
    margin-top: var(--iroc-margin-l);
  }
}
section.search-results ol.results > li {
  list-style: none;
  padding-bottom: var(--iroc-padding-xl);
  margin-bottom: var(--iroc-margin-xl);
}
section.search-results ol.results > li:not(:last-child) {
  border-bottom: 1px dashed #00000029;
}
section.search-results ol.results article {
  display: flex;
  flex-direction: column;
}
section.search-results ol.results article.has-photo {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content min-content 1fr min-content;
  gap: 0px 50px;
  grid-template-areas: "photo meta" "photo title" "photo excerpt" "photo actions";
}
@media screen and (max-width: 900px) {
  section.search-results ol.results article.has-photo {
    gap: 0 30px;
  }
}
@media screen and (max-width: 580px) {
  section.search-results ol.results article.has-photo {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
section.search-results ol.results article > .photo {
  grid-area: photo;
}
section.search-results ol.results article > .photo img {
  max-width: 300px;
  min-width: 140px;
  width: 23vw;
  height: auto;
}
@media screen and (max-width: 580px) {
  section.search-results ol.results article > .photo img {
    max-width: 100%;
    width: auto;
    margin-bottom: 10px;
  }
}
section.search-results ol.results article > .title {
  grid-area: title;
}
section.search-results ol.results article > .title h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
section.search-results ol.results article > .meta {
  grid-area: meta;
}
section.search-results ol.results article > .meta ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-bottom: 5px;
  font-weight: 500;
}
section.search-results ol.results article > .meta ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.search-results ol.results article > .meta ul > li:not(:last-child)::after {
  content: '|';
  margin-left: 10px;
  margin-right: 10px;
  color: var(--iroc-default-font-color);
  font-weight: normal;
}
section.search-results ol.results article > .meta ul > li::before {
  display: none !important;
}
section.search-results ol.results article > .excerpt {
  grid-area: excerpt;
}
section.search-results ol.results article > .excerpt,
section.search-results ol.results article > .excerpt > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.search-results ol.results article > .actions {
  grid-area: actions;
  margin-top: 14px;
  font-weight: 600;
}
dialog.alert {
  display: none;
  position: static;
  background-color: var(--iroc-orange);
  color: var(--iroc-white);
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
dialog.alert h1,
dialog.alert h2,
dialog.alert h3,
dialog.alert h4,
dialog.alert h5,
dialog.alert h6 {
  color: inherit;
}
dialog.alert a {
  color: inherit;
  opacity: 1;
}
dialog.alert a:hover {
  color: inherit;
  opacity: 0.8;
}
dialog.alert .inner-wrapper {
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  opacity: 0;
}
dialog.alert .message {
  flex: 1;
  margin-top: 28px;
  margin-bottom: 28px;
}
dialog.alert .message > :first-child {
  margin-top: 0;
  padding-top: 0;
}
dialog.alert .message > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
dialog.alert .close {
  cursor: pointer;
  opacity: 0.7;
  filter: drop-shadow(2px 4px 4px #00000000);
  transition: all 0.2s;
  align-self: start;
  margin-top: 28px;
}
dialog.alert .close:hover {
  opacity: 1;
  filter: drop-shadow(2px 4px 4px #00000085);
}
section.slider {
  background-color: var(--iroc-blue);
  --iroc-slider-slide-padding: 50px;
  --iroc-slider-slide-min-padding: 25px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  section.slider {
    --iroc-slider-slide-padding: 10%;
    --iroc-slider-slide-padding: max(10%, 25px);
  }
}
section.slider .splide__arrow {
  opacity: 1;
  height: 48px;
  width: 48px;
  background-color: var(--iroc-orange);
  top: unset;
  bottom: calc(50% - 132px);
}
section.slider .splide__arrow img {
  position: relative;
}
@media screen and (max-width: 1000px) {
  section.slider .splide__arrow {
    background: unset;
    opacity: 0.5;
  }
  section.slider .splide__arrow img {
    height: 50px;
  }
}
section.slider .splide__arrow--prev {
  left: 25px;
}
@media screen and (max-width: 1000px) {
  section.slider .splide__arrow--prev {
    left: 5px;
  }
}
section.slider .splide__arrow--prev img {
  rotate: 180deg;
  left: -2px;
}
section.slider .splide__arrow--next {
  right: 25px;
}
@media screen and (max-width: 1000px) {
  section.slider .splide__arrow--next {
    right: 5px;
  }
}
section.slider .splide__arrow--next img {
  right: -2px;
}
@media screen and (max-width: 680px) {
  section.slider .splide__pagination {
    bottom: 50px;
  }
  section.slider .splide__pagination__page {
    width: 11px;
    height: 11px;
    margin: 4px;
  }
  section.slider .splide__pagination__page.is-active {
    background: var(--iroc-orange);
  }
}
section.slider .inner-wrapper {
  height: 100%;
  padding-top: 76px;
  padding-bottom: 95px;
  display: block;
  max-width: 100vw;
}
@media screen and (max-width: 680px) {
  section.slider .inner-wrapper {
    padding-top: 46px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  section.slider .inner-wrapper {
    padding-bottom: 116;
  }
}
section.slider .inner-wrapper > h2 {
  margin-bottom: 75px;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  color: #fff;
}
@media screen and (max-width: 680px) {
  section.slider .inner-wrapper > h2 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 500px) {
  section.slider .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
section.slider .slider-wrapper {
  width: 100%;
  position: static;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 500px) {
  section.slider .slider-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
section.slider .slider-wrapper > div:last-of-type > ul {
  list-style: none;
}
section.slider .slider-wrapper > div:last-of-type > ul > li {
  display: flex;
  justify-content: center;
}
section.slider .slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  background-color: #fff;
  width: 100%;
}
section.slider .slide .picture {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  section.slider .slide .picture {
    margin-left: 0;
    margin-right: 0;
  }
}
section.slider .slide .picture img {
  width: 100%;
  height: auto;
}
section.slider .slide.overlay-light .picture::before,
section.slider .slide.overlay-dark .picture::before {
  content: '';
  display: block;
  background-color: var(--iroc-blue);
  opacity: 0.32;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
section.slider .slide.overlay-light.overlay-dark,
section.slider .slide.overlay-dark.overlay-dark {
  opacity: 0.55;
}
section.slider .slide .title {
  color: var(--iroc-blue);
  margin: 0 var(--iroc-slider-slide-padding) max(calc(var(--iroc-slider-slide-padding) * 0.6), var(--iroc-slider-slide-min-padding)) var(--iroc-slider-slide-padding);
}
section.slider .slide .message {
  flex: 1;
  margin: 0 var(--iroc-slider-slide-padding) max(calc(var(--iroc-slider-slide-padding) * 0.6), var(--iroc-slider-slide-min-padding)) var(--iroc-slider-slide-padding);
}
section.slider .slide .message ul li::before {
  color: var(--iroc-blue);
}
section.slider .slide .btn {
  min-width: 167px;
  margin: 0 var(--iroc-slider-slide-padding) var(--iroc-slider-slide-padding) var(--iroc-slider-slide-padding);
}
@media screen and (max-width: 680px) {
  section.slider .slide .btn {
    min-width: unset;
  }
}
@media screen and (max-width: 680px) {
  section.slider .slide {
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 500px) {
  section.slider .slide h6,
  section.slider .slide div,
  section.slider .slide button {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.info-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  justify-content: left;
}
@media screen and (max-width: 799px) {
  .info-boxes {
    justify-content: center;
  }
}
.info-boxes li:before {
  content: none !important;
}
.info-boxes li + li {
  margin-top: 0 !important;
}
.info-boxes > li {
  display: flex;
  flex-direction: column;
}
.info-boxes > li > a:nth-child(2) {
  height: 100%;
}
.info-boxes > * {
  background-color: var(--iroc-white);
  list-style: none;
  padding: 40px;
  min-width: 330px;
  width: calc(33% - 17px);
}
.rounded.info-boxes > * {
  border-radius: 12px;
}
.bordered.info-boxes > * {
  border: 1px solid #DFDCDC;
}
.info-boxes > * > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.info-boxes > * > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.info-boxes.auto-layout {
  justify-content: center;
}
.info-boxes.auto-layout > li {
  flex: 1;
  max-width: unset;
}
@media screen and (max-width: 1004px) {
  .info-boxes.auto-layout {
    justify-content: center;
  }
}
section.link-farm {
  display: flex;
  background-color: var(--iroc-white);
  padding-top: 65px;
  padding-bottom: 65px;
}
section.link-farm .inner-wrapper {
  gap: 100px;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 930px) {
  section.link-farm .inner-wrapper {
    gap: 32px 50px;
    align-items: start;
  }
}
@media screen and (max-width: 620px) {
  section.link-farm .inner-wrapper {
    flex-direction: column;
  }
}
section.link-farm .inner-wrapper > h3 {
  max-width: 33%;
  flex-grow: 1;
}
@media screen and (max-width: 930px) {
  section.link-farm .inner-wrapper > h3 {
    max-width: 45%;
  }
}
@media screen and (max-width: 620px) {
  section.link-farm .inner-wrapper > h3 {
    max-width: unset;
  }
}
section.link-farm .inner-wrapper > ul {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px 65px;
  list-style: none;
}
@media screen and (max-width: 1240px) {
  section.link-farm .inner-wrapper > ul {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 930px) {
  section.link-farm .inner-wrapper > ul {
    grid-template-columns: 1fr;
    gap: 18px 50px;
  }
}
@media screen and (max-width: 620px) {
  section.link-farm .inner-wrapper > ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  section.link-farm .inner-wrapper > ul {
    grid-template-columns: 1fr;
  }
}
section.link-farm .inner-wrapper > ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    padding-right: 44px;
    display: inline-block;
    width: 100%;
    background-image: url(/images/IrocContent/icons/link-farm-arrow-icon-orange.svg);
    background-repeat: no-repeat;
    background-position: center right;
    white-space: nowrap;
}
@media screen and (max-width: 930px) {
  section.link-farm .inner-wrapper > ul li a {
    white-space: normal;
  }
}
main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--iroc-white);
  flex: 1;
}
footer .inner-wrapper {
  flex: 1;
}
footer #footer-upper {
  display: flex;
  justify-content: center;
  background-color: var(--iroc-gray);
}
footer #footer-upper .inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  footer #footer-upper .inner-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
footer #footer-upper .inner-wrapper > div {
  display: flex;
  width: 50%;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  footer #footer-upper .inner-wrapper > div {
    width: unset;
  }
}
footer #footer-upper .inner-wrapper > div:first-child {
  flex-direction: column;
  gap: 50px;
  color: var(--iroc-blue);
  padding-top: 70px;
  padding-bottom: 70px;
  flex-basis: 40%;
}
@media screen and (max-width: 850px) {
  footer #footer-upper .inner-wrapper > div:first-child {
    flex-direction: row;
    gap: 50px;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  footer #footer-upper .inner-wrapper > div:first-child {
    gap: 30px;
  }
}
@media screen and (max-width: 680px) {
  footer #footer-upper .inner-wrapper > div:first-child {
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }
}
footer #footer-upper .inner-wrapper > div:first-child .logo {
  width: 287px;
  height: auto;
  position: relative;
  left: -19px;
}
@media screen and (max-width: 780px) {
  footer #footer-upper .inner-wrapper > div:first-child .logo {
    width: 220px;
    left: -9px;
  }
}
footer #footer-upper .inner-wrapper > div:last-child {
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
footer #footer-upper .inner-wrapper > div:last-child > div:first-child {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (max-width: 850px) {
  footer #footer-upper .inner-wrapper > div:last-child > div:first-child {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
footer #footer-upper .inner-wrapper > div:last-child > div:first-child > a {
  position: relative;
  display: flex;
}
footer #footer-upper .inner-wrapper > div:last-child > div:first-child img {
  width: 100%;
  height: auto;
}
footer #footer-upper .inner-wrapper > div:last-child > div:last-child {
  align-items: end;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 850px) {
  footer #footer-upper .inner-wrapper > div:last-child > div:last-child {
    justify-content: end;
  }
}
footer #footer-upper .inner-wrapper > div:last-child > div:last-child a.btn {
  max-width: 630px;
  flex: 1;
}
@media screen and (max-width: 850px) {
  footer #footer-upper .inner-wrapper > div:last-child > div:last-child a.btn {
    max-width: 270px;
  }
}
footer #footer-upper .inner-wrapper > div:last-child > div:last-child a.btn:hover {
  color: #fff;
  border-color: transparent;
}
footer #footer-lower {
  display: flex;
  justify-content: center;
  background-color: var(--iroc-blue);
  color: #fff;
}
footer #footer-lower a {
  color: inherit;
}
footer #footer-lower a:hover {
  color: var(--iroc-light-blue);
}
footer #footer-lower .inner-wrapper {
  justify-content: space-between;
  padding-top: 38px;
  padding-bottom: 38px;
}
@media screen and (max-width: 640px) {
  footer #footer-lower .inner-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
footer #footer-lower .inner-wrapper > div {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 640px) {
  footer #footer-lower .inner-wrapper > div {
    justify-content: space-between;
  }
}
section.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--iroc-deep-blue);
  color: var(--iroc-white);
}
section.page-title h1,
section.page-title h2,
section.page-title h3,
section.page-title h4,
section.page-title h5,
section.page-title h6,
section.page-title div,
section.page-title span,
section.page-title p {
  color: inherit;
}
section.page-title .inner-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.page-title .inner-wrapper .breadcrumbs {
  margin-bottom: 27px;
}
section.page-title .inner-wrapper > h1 {
  font-size: 5.26vw;
  font-size: max(45px, 5.26vw);
  text-align: center;
  line-height: 1.2;
}
.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000017;
  border: 1px solid #0000001f;
  border-radius: 6px;
  padding: 30px;
}
.placeholder span {
  font-size: 2em;
  color: #0000004a;
}
@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-ring {
  display: inline-block;
  position: relative;
  width: 1.2em;
  height: 1.2em;
}
.loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 2px;
  border: 2px solid var(--iroc-loading-ring-color);
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--iroc-loading-ring-color) transparent transparent transparent;
}
.loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
section.search-results ul.pagination,
ul.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: unset;
}
@media screen and (max-width: 460px) {
  section.search-results ul.pagination,
  ul.pagination {
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-left: 14px;
    padding-right: 14px;
  }
}
section.search-results ul.pagination li + li,
ul.pagination li + li {
  margin-top: 0 !important;
}
section.search-results ul.pagination > li,
ul.pagination > li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0;
  line-height: 1;
  white-space: nowrap;
  max-width: 40px;
}
section.search-results ul.pagination > li a,
ul.pagination > li a {
  display: inline-flex;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.15s;
  min-width: 37px;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
}
section.search-results ul.pagination > li a[rel='prev'],
ul.pagination > li a[rel='prev'] {
  margin-right: 20px;
}
section.search-results ul.pagination > li a[rel='next'],
ul.pagination > li a[rel='next'] {
  margin-left: 20px;
}
section.search-results ul.pagination > li a:not([rel]):hover,
ul.pagination > li a:not([rel]):hover {
  background-color: #eef4fa63;
  border-color: #d9dfe4;
  color: var(--iroc-light-blue);
}
section.search-results ul.pagination > li.active,
ul.pagination > li.active {
  pointer-events: none;
}
section.search-results ul.pagination > li.active a,
ul.pagination > li.active a {
  background-color: var(--iroc-blue-gray);
  border-color: #0000000a;
  color: var(--iroc-light-blue);
}
section.search-results ul.pagination > li::before,
ul.pagination > li::before {
  display: none !important;
}
section.search-results ul.pagination > li:first-child,
ul.pagination > li:first-child,
section.search-results ul.pagination > li:last-child,
ul.pagination > li:last-child {
  max-width: 110px;
}
section.search-results ul.pagination > li.disabled,
ul.pagination > li.disabled {
  filter: saturate(0.5) opacity(0.5);
  pointer-events: none;
}
@media screen and (max-width: 460px) {
  section.search-results ul.pagination > li:first-child,
  ul.pagination > li:first-child,
  section.search-results ul.pagination > li:last-child,
  ul.pagination > li:last-child {
    flex-basis: 48%;
    text-align: center;
    margin-top: 14px;
  }
  section.search-results ul.pagination > li:first-child a,
  ul.pagination > li:first-child a,
  section.search-results ul.pagination > li:last-child a,
  ul.pagination > li:last-child a {
    margin: 0;
  }
  section.search-results ul.pagination > li:first-child,
  ul.pagination > li:first-child {
    order: 101;
  }
  section.search-results ul.pagination > li:last-child,
  ul.pagination > li:last-child {
    order: 102;
  }
}
.background-blue-gray ul.pagination > li a:not([rel]):hover {
  background-color: #0000000d;
  border-color: #ffffffd1;
}
.background-blue-gray ul.pagination > li.active a {
  background-color: #0000001f;
  border-color: #fff;
  color: #fff;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.columns-2 {
  columns: 2;
}
.columns-3 {
  columns: 3;
}
.columns-4 {
  columns: 4;
}
.margin-s {
  margin: var(--iroc-margin-s);
}
.margin-m {
  margin: var(--iroc-margin-m);
}
.margin-l {
  margin: var(--iroc-margin-l);
}
.margin-xl {
  margin: var(--iroc-margin-xl);
}
.margin-xxl {
  margin: var(--iroc-margin-xxl);
}
.margin-0 {
  margin: var(--iroc-margin-0);
}
.margin-top-s {
  margin-top: var(--iroc-margin-s);
}
.margin-right-s {
  margin-right: var(--iroc-margin-s);
}
.margin-bottom-s {
  margin-bottom: var(--iroc-margin-s);
}
.margin-left-s {
  margin-left: var(--iroc-margin-s);
}
.margin-y-s {
  margin-top: var(--iroc-margin-s);
  margin-bottom: var(--iroc-margin-s);
}
.margin-x-s {
  margin-left: var(--iroc-margin-s);
  margin-right: var(--iroc-margin-s);
}
.margin-top-m {
  margin-top: var(--iroc-margin-m);
}
.margin-right-m {
  margin-right: var(--iroc-margin-m);
}
.margin-bottom-m {
  margin-bottom: var(--iroc-margin-m);
}
.margin-left-m {
  margin-left: var(--iroc-margin-m);
}
.margin-y-m {
  margin-top: var(--iroc-margin-m);
  margin-bottom: var(--iroc-margin-m);
}
.margin-x-m {
  margin-left: var(--iroc-margin-m);
  margin-right: var(--iroc-margin-m);
}
.margin-top-l {
  margin-top: var(--iroc-margin-l);
}
.margin-right-l {
  margin-right: var(--iroc-margin-l);
}
.margin-bottom-l {
  margin-bottom: var(--iroc-margin-l);
}
.margin-left-l {
  margin-left: var(--iroc-margin-l);
}
.margin-y-l {
  margin-top: var(--iroc-margin-l);
  margin-bottom: var(--iroc-margin-l);
}
.margin-x-l {
  margin-left: var(--iroc-margin-l);
  margin-right: var(--iroc-margin-l);
}
.margin-top-xl {
  margin-top: var(--iroc-margin-xl);
}
.margin-top-xxl {
  margin-top: var(--iroc-margin-xxl);
}
.margin-right-xl {
  margin-right: var(--iroc-margin-xl);
}
.margin-right-xxl {
  margin-right: var(--iroc-margin-xxl);
}
.margin-bottom-xl {
  margin-bottom: var(--iroc-margin-xl);
}
.margin-bottom-xxl {
  margin-bottom: var(--iroc-margin-xxl);
}
.margin-left-xl {
  margin-left: var(--iroc-margin-xl);
}
.margin-left-xxl {
  margin-left: var(--iroc-margin-xxl);
}
.margin-y-xl {
  margin-top: var(--iroc-margin-xl);
  margin-bottom: var(--iroc-margin-xl);
}
.margin-y-xxl {
  margin-top: var(--iroc-margin-xxl);
  margin-bottom: var(--iroc-margin-xxl);
}
.margin-x-xl {
  margin-left: var(--iroc-margin-xl);
  margin-right: var(--iroc-margin-xl);
}
.margin-x-xxl {
  margin-left: var(--iroc-margin-xxl);
  margin-right: var(--iroc-margin-xxl);
}
.margin-top-0 {
  margin-top: var(--iroc-margin-0);
}
.margin-right-0 {
  margin-right: var(--iroc-margin-0);
}
.margin-bottom-0 {
  margin-bottom: var(--iroc-margin-0);
}
.margin-left-0 {
  margin-left: var(--iroc-margin-0);
}
.margin-y-0 {
  margin-top: var(--iroc-margin-0);
  margin-bottom: var(--iroc-margin-0);
}
.margin-x-0 {
  margin-left: var(--iroc-margin-0);
  margin-right: var(--iroc-margin-0);
}
.photo-overlay {
  position: relative;
}
.photo-overlay > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.photo-overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--iroc-white);
  opacity: 0.75;
}
.photo-overlay .inner-wrapper {
  z-index: 2;
  position: relative;
}
.photo-overlay.background-light-blue::before {
  background-color: var(--iroc-light-blue);
}
.photo-overlay.background-blue::before {
  background-color: var(--iroc-blue);
}
.photo-overlay.background-deep-blue::before {
  background-color: var(--iroc-deep-blue);
}
.photo-overlay.background-dark-blue::before {
  background-color: var(--iroc-dark-blue);
}
.photo-overlay.background-orange::before {
  background-color: var(--iroc-orange);
}
.photo-overlay.background-dark-gray::before {
  background-color: var(--iroc-dark-gray);
}
.photo-overlay.background-blue-gray::before {
  background-color: var(--iroc-blue-gray);
}
.photo-overlay.background-gray::before {
  background-color: var(--iroc-gray);
}
div.margin-s,
span.margin-s,
iframe.margin-s,
h1.margin-s,
h2.margin-s,
h3.margin-s,
h4.margin-s,
h5.margin-s,
h6.margin-s,
p.margin-s,
blockquote.margin-s,
pre.margin-s,
a.margin-s,
address.margin-s,
cite.margin-s,
img.margin-s,
svg.margin-s,
dl.margin-s,
dt.margin-s,
dd.margin-s,
ol.margin-s,
ul.margin-s,
li.margin-s,
fieldset.margin-s,
form.margin-s,
label.margin-s,
legend.margin-s,
table.margin-s,
caption.margin-s,
tbody.margin-s,
tfoot.margin-s,
thead.margin-s,
tr.margin-s,
th.margin-s,
td.margin-s,
article.margin-s,
aside.margin-s,
details.margin-s,
embed.margin-s,
figure.margin-s,
figcaption.margin-s,
footer.margin-s,
header.margin-s,
section.margin-s,
summary.margin-s,
time.margin-s,
video.margin-s {
  margin: var(--iroc-margin-s);
}
div.margin-m,
span.margin-m,
iframe.margin-m,
h1.margin-m,
h2.margin-m,
h3.margin-m,
h4.margin-m,
h5.margin-m,
h6.margin-m,
p.margin-m,
blockquote.margin-m,
pre.margin-m,
a.margin-m,
address.margin-m,
cite.margin-m,
img.margin-m,
svg.margin-m,
dl.margin-m,
dt.margin-m,
dd.margin-m,
ol.margin-m,
ul.margin-m,
li.margin-m,
fieldset.margin-m,
form.margin-m,
label.margin-m,
legend.margin-m,
table.margin-m,
caption.margin-m,
tbody.margin-m,
tfoot.margin-m,
thead.margin-m,
tr.margin-m,
th.margin-m,
td.margin-m,
article.margin-m,
aside.margin-m,
details.margin-m,
embed.margin-m,
figure.margin-m,
figcaption.margin-m,
footer.margin-m,
header.margin-m,
section.margin-m,
summary.margin-m,
time.margin-m,
video.margin-m {
  margin: var(--iroc-margin-m);
}
div.margin-l,
span.margin-l,
iframe.margin-l,
h1.margin-l,
h2.margin-l,
h3.margin-l,
h4.margin-l,
h5.margin-l,
h6.margin-l,
p.margin-l,
blockquote.margin-l,
pre.margin-l,
a.margin-l,
address.margin-l,
cite.margin-l,
img.margin-l,
svg.margin-l,
dl.margin-l,
dt.margin-l,
dd.margin-l,
ol.margin-l,
ul.margin-l,
li.margin-l,
fieldset.margin-l,
form.margin-l,
label.margin-l,
legend.margin-l,
table.margin-l,
caption.margin-l,
tbody.margin-l,
tfoot.margin-l,
thead.margin-l,
tr.margin-l,
th.margin-l,
td.margin-l,
article.margin-l,
aside.margin-l,
details.margin-l,
embed.margin-l,
figure.margin-l,
figcaption.margin-l,
footer.margin-l,
header.margin-l,
section.margin-l,
summary.margin-l,
time.margin-l,
video.margin-l {
  margin: var(--iroc-margin-l);
}
div.margin-xl,
span.margin-xl,
iframe.margin-xl,
h1.margin-xl,
h2.margin-xl,
h3.margin-xl,
h4.margin-xl,
h5.margin-xl,
h6.margin-xl,
p.margin-xl,
blockquote.margin-xl,
pre.margin-xl,
a.margin-xl,
address.margin-xl,
cite.margin-xl,
img.margin-xl,
svg.margin-xl,
dl.margin-xl,
dt.margin-xl,
dd.margin-xl,
ol.margin-xl,
ul.margin-xl,
li.margin-xl,
fieldset.margin-xl,
form.margin-xl,
label.margin-xl,
legend.margin-xl,
table.margin-xl,
caption.margin-xl,
tbody.margin-xl,
tfoot.margin-xl,
thead.margin-xl,
tr.margin-xl,
th.margin-xl,
td.margin-xl,
article.margin-xl,
aside.margin-xl,
details.margin-xl,
embed.margin-xl,
figure.margin-xl,
figcaption.margin-xl,
footer.margin-xl,
header.margin-xl,
section.margin-xl,
summary.margin-xl,
time.margin-xl,
video.margin-xl {
  margin: var(--iroc-margin-xl);
}
div.margin-xxl,
span.margin-xxl,
iframe.margin-xxl,
h1.margin-xxl,
h2.margin-xxl,
h3.margin-xxl,
h4.margin-xxl,
h5.margin-xxl,
h6.margin-xxl,
p.margin-xxl,
blockquote.margin-xxl,
pre.margin-xxl,
a.margin-xxl,
address.margin-xxl,
cite.margin-xxl,
img.margin-xxl,
svg.margin-xxl,
dl.margin-xxl,
dt.margin-xxl,
dd.margin-xxl,
ol.margin-xxl,
ul.margin-xxl,
li.margin-xxl,
fieldset.margin-xxl,
form.margin-xxl,
label.margin-xxl,
legend.margin-xxl,
table.margin-xxl,
caption.margin-xxl,
tbody.margin-xxl,
tfoot.margin-xxl,
thead.margin-xxl,
tr.margin-xxl,
th.margin-xxl,
td.margin-xxl,
article.margin-xxl,
aside.margin-xxl,
details.margin-xxl,
embed.margin-xxl,
figure.margin-xxl,
figcaption.margin-xxl,
footer.margin-xxl,
header.margin-xxl,
section.margin-xxl,
summary.margin-xxl,
time.margin-xxl,
video.margin-xxl {
  margin: var(--iroc-margin-xxl);
}
div.margin-0,
span.margin-0,
iframe.margin-0,
h1.margin-0,
h2.margin-0,
h3.margin-0,
h4.margin-0,
h5.margin-0,
h6.margin-0,
p.margin-0,
blockquote.margin-0,
pre.margin-0,
a.margin-0,
address.margin-0,
cite.margin-0,
img.margin-0,
svg.margin-0,
dl.margin-0,
dt.margin-0,
dd.margin-0,
ol.margin-0,
ul.margin-0,
li.margin-0,
fieldset.margin-0,
form.margin-0,
label.margin-0,
legend.margin-0,
table.margin-0,
caption.margin-0,
tbody.margin-0,
tfoot.margin-0,
thead.margin-0,
tr.margin-0,
th.margin-0,
td.margin-0,
article.margin-0,
aside.margin-0,
details.margin-0,
embed.margin-0,
figure.margin-0,
figcaption.margin-0,
footer.margin-0,
header.margin-0,
section.margin-0,
summary.margin-0,
time.margin-0,
video.margin-0 {
  margin: var(--iroc-margin-0);
}
div.margin-top-s,
span.margin-top-s,
iframe.margin-top-s,
h1.margin-top-s,
h2.margin-top-s,
h3.margin-top-s,
h4.margin-top-s,
h5.margin-top-s,
h6.margin-top-s,
p.margin-top-s,
blockquote.margin-top-s,
pre.margin-top-s,
a.margin-top-s,
address.margin-top-s,
cite.margin-top-s,
img.margin-top-s,
svg.margin-top-s,
dl.margin-top-s,
dt.margin-top-s,
dd.margin-top-s,
ol.margin-top-s,
ul.margin-top-s,
li.margin-top-s,
fieldset.margin-top-s,
form.margin-top-s,
label.margin-top-s,
legend.margin-top-s,
table.margin-top-s,
caption.margin-top-s,
tbody.margin-top-s,
tfoot.margin-top-s,
thead.margin-top-s,
tr.margin-top-s,
th.margin-top-s,
td.margin-top-s,
article.margin-top-s,
aside.margin-top-s,
details.margin-top-s,
embed.margin-top-s,
figure.margin-top-s,
figcaption.margin-top-s,
footer.margin-top-s,
header.margin-top-s,
section.margin-top-s,
summary.margin-top-s,
time.margin-top-s,
video.margin-top-s {
  margin-top: var(--iroc-margin-s);
}
div.margin-right-s,
span.margin-right-s,
iframe.margin-right-s,
h1.margin-right-s,
h2.margin-right-s,
h3.margin-right-s,
h4.margin-right-s,
h5.margin-right-s,
h6.margin-right-s,
p.margin-right-s,
blockquote.margin-right-s,
pre.margin-right-s,
a.margin-right-s,
address.margin-right-s,
cite.margin-right-s,
img.margin-right-s,
svg.margin-right-s,
dl.margin-right-s,
dt.margin-right-s,
dd.margin-right-s,
ol.margin-right-s,
ul.margin-right-s,
li.margin-right-s,
fieldset.margin-right-s,
form.margin-right-s,
label.margin-right-s,
legend.margin-right-s,
table.margin-right-s,
caption.margin-right-s,
tbody.margin-right-s,
tfoot.margin-right-s,
thead.margin-right-s,
tr.margin-right-s,
th.margin-right-s,
td.margin-right-s,
article.margin-right-s,
aside.margin-right-s,
details.margin-right-s,
embed.margin-right-s,
figure.margin-right-s,
figcaption.margin-right-s,
footer.margin-right-s,
header.margin-right-s,
section.margin-right-s,
summary.margin-right-s,
time.margin-right-s,
video.margin-right-s {
  margin-right: var(--iroc-margin-s);
}
div.margin-bottom-s,
span.margin-bottom-s,
iframe.margin-bottom-s,
h1.margin-bottom-s,
h2.margin-bottom-s,
h3.margin-bottom-s,
h4.margin-bottom-s,
h5.margin-bottom-s,
h6.margin-bottom-s,
p.margin-bottom-s,
blockquote.margin-bottom-s,
pre.margin-bottom-s,
a.margin-bottom-s,
address.margin-bottom-s,
cite.margin-bottom-s,
img.margin-bottom-s,
svg.margin-bottom-s,
dl.margin-bottom-s,
dt.margin-bottom-s,
dd.margin-bottom-s,
ol.margin-bottom-s,
ul.margin-bottom-s,
li.margin-bottom-s,
fieldset.margin-bottom-s,
form.margin-bottom-s,
label.margin-bottom-s,
legend.margin-bottom-s,
table.margin-bottom-s,
caption.margin-bottom-s,
tbody.margin-bottom-s,
tfoot.margin-bottom-s,
thead.margin-bottom-s,
tr.margin-bottom-s,
th.margin-bottom-s,
td.margin-bottom-s,
article.margin-bottom-s,
aside.margin-bottom-s,
details.margin-bottom-s,
embed.margin-bottom-s,
figure.margin-bottom-s,
figcaption.margin-bottom-s,
footer.margin-bottom-s,
header.margin-bottom-s,
section.margin-bottom-s,
summary.margin-bottom-s,
time.margin-bottom-s,
video.margin-bottom-s {
  margin-bottom: var(--iroc-margin-s);
}
div.margin-left-s,
span.margin-left-s,
iframe.margin-left-s,
h1.margin-left-s,
h2.margin-left-s,
h3.margin-left-s,
h4.margin-left-s,
h5.margin-left-s,
h6.margin-left-s,
p.margin-left-s,
blockquote.margin-left-s,
pre.margin-left-s,
a.margin-left-s,
address.margin-left-s,
cite.margin-left-s,
img.margin-left-s,
svg.margin-left-s,
dl.margin-left-s,
dt.margin-left-s,
dd.margin-left-s,
ol.margin-left-s,
ul.margin-left-s,
li.margin-left-s,
fieldset.margin-left-s,
form.margin-left-s,
label.margin-left-s,
legend.margin-left-s,
table.margin-left-s,
caption.margin-left-s,
tbody.margin-left-s,
tfoot.margin-left-s,
thead.margin-left-s,
tr.margin-left-s,
th.margin-left-s,
td.margin-left-s,
article.margin-left-s,
aside.margin-left-s,
details.margin-left-s,
embed.margin-left-s,
figure.margin-left-s,
figcaption.margin-left-s,
footer.margin-left-s,
header.margin-left-s,
section.margin-left-s,
summary.margin-left-s,
time.margin-left-s,
video.margin-left-s {
  margin-left: var(--iroc-margin-s);
}
div.margin-y-s,
span.margin-y-s,
iframe.margin-y-s,
h1.margin-y-s,
h2.margin-y-s,
h3.margin-y-s,
h4.margin-y-s,
h5.margin-y-s,
h6.margin-y-s,
p.margin-y-s,
blockquote.margin-y-s,
pre.margin-y-s,
a.margin-y-s,
address.margin-y-s,
cite.margin-y-s,
img.margin-y-s,
svg.margin-y-s,
dl.margin-y-s,
dt.margin-y-s,
dd.margin-y-s,
ol.margin-y-s,
ul.margin-y-s,
li.margin-y-s,
fieldset.margin-y-s,
form.margin-y-s,
label.margin-y-s,
legend.margin-y-s,
table.margin-y-s,
caption.margin-y-s,
tbody.margin-y-s,
tfoot.margin-y-s,
thead.margin-y-s,
tr.margin-y-s,
th.margin-y-s,
td.margin-y-s,
article.margin-y-s,
aside.margin-y-s,
details.margin-y-s,
embed.margin-y-s,
figure.margin-y-s,
figcaption.margin-y-s,
footer.margin-y-s,
header.margin-y-s,
section.margin-y-s,
summary.margin-y-s,
time.margin-y-s,
video.margin-y-s {
  margin-top: var(--iroc-margin-s);
  margin-bottom: var(--iroc-margin-s);
}
div.margin-x-s,
span.margin-x-s,
iframe.margin-x-s,
h1.margin-x-s,
h2.margin-x-s,
h3.margin-x-s,
h4.margin-x-s,
h5.margin-x-s,
h6.margin-x-s,
p.margin-x-s,
blockquote.margin-x-s,
pre.margin-x-s,
a.margin-x-s,
address.margin-x-s,
cite.margin-x-s,
img.margin-x-s,
svg.margin-x-s,
dl.margin-x-s,
dt.margin-x-s,
dd.margin-x-s,
ol.margin-x-s,
ul.margin-x-s,
li.margin-x-s,
fieldset.margin-x-s,
form.margin-x-s,
label.margin-x-s,
legend.margin-x-s,
table.margin-x-s,
caption.margin-x-s,
tbody.margin-x-s,
tfoot.margin-x-s,
thead.margin-x-s,
tr.margin-x-s,
th.margin-x-s,
td.margin-x-s,
article.margin-x-s,
aside.margin-x-s,
details.margin-x-s,
embed.margin-x-s,
figure.margin-x-s,
figcaption.margin-x-s,
footer.margin-x-s,
header.margin-x-s,
section.margin-x-s,
summary.margin-x-s,
time.margin-x-s,
video.margin-x-s {
  margin-left: var(--iroc-margin-s);
  margin-right: var(--iroc-margin-s);
}
div.margin-top-m,
span.margin-top-m,
iframe.margin-top-m,
h1.margin-top-m,
h2.margin-top-m,
h3.margin-top-m,
h4.margin-top-m,
h5.margin-top-m,
h6.margin-top-m,
p.margin-top-m,
blockquote.margin-top-m,
pre.margin-top-m,
a.margin-top-m,
address.margin-top-m,
cite.margin-top-m,
img.margin-top-m,
svg.margin-top-m,
dl.margin-top-m,
dt.margin-top-m,
dd.margin-top-m,
ol.margin-top-m,
ul.margin-top-m,
li.margin-top-m,
fieldset.margin-top-m,
form.margin-top-m,
label.margin-top-m,
legend.margin-top-m,
table.margin-top-m,
caption.margin-top-m,
tbody.margin-top-m,
tfoot.margin-top-m,
thead.margin-top-m,
tr.margin-top-m,
th.margin-top-m,
td.margin-top-m,
article.margin-top-m,
aside.margin-top-m,
details.margin-top-m,
embed.margin-top-m,
figure.margin-top-m,
figcaption.margin-top-m,
footer.margin-top-m,
header.margin-top-m,
section.margin-top-m,
summary.margin-top-m,
time.margin-top-m,
video.margin-top-m {
  margin-top: var(--iroc-margin-m);
}
div.margin-right-m,
span.margin-right-m,
iframe.margin-right-m,
h1.margin-right-m,
h2.margin-right-m,
h3.margin-right-m,
h4.margin-right-m,
h5.margin-right-m,
h6.margin-right-m,
p.margin-right-m,
blockquote.margin-right-m,
pre.margin-right-m,
a.margin-right-m,
address.margin-right-m,
cite.margin-right-m,
img.margin-right-m,
svg.margin-right-m,
dl.margin-right-m,
dt.margin-right-m,
dd.margin-right-m,
ol.margin-right-m,
ul.margin-right-m,
li.margin-right-m,
fieldset.margin-right-m,
form.margin-right-m,
label.margin-right-m,
legend.margin-right-m,
table.margin-right-m,
caption.margin-right-m,
tbody.margin-right-m,
tfoot.margin-right-m,
thead.margin-right-m,
tr.margin-right-m,
th.margin-right-m,
td.margin-right-m,
article.margin-right-m,
aside.margin-right-m,
details.margin-right-m,
embed.margin-right-m,
figure.margin-right-m,
figcaption.margin-right-m,
footer.margin-right-m,
header.margin-right-m,
section.margin-right-m,
summary.margin-right-m,
time.margin-right-m,
video.margin-right-m {
  margin-right: var(--iroc-margin-m);
}
div.margin-bottom-m,
span.margin-bottom-m,
iframe.margin-bottom-m,
h1.margin-bottom-m,
h2.margin-bottom-m,
h3.margin-bottom-m,
h4.margin-bottom-m,
h5.margin-bottom-m,
h6.margin-bottom-m,
p.margin-bottom-m,
blockquote.margin-bottom-m,
pre.margin-bottom-m,
a.margin-bottom-m,
address.margin-bottom-m,
cite.margin-bottom-m,
img.margin-bottom-m,
svg.margin-bottom-m,
dl.margin-bottom-m,
dt.margin-bottom-m,
dd.margin-bottom-m,
ol.margin-bottom-m,
ul.margin-bottom-m,
li.margin-bottom-m,
fieldset.margin-bottom-m,
form.margin-bottom-m,
label.margin-bottom-m,
legend.margin-bottom-m,
table.margin-bottom-m,
caption.margin-bottom-m,
tbody.margin-bottom-m,
tfoot.margin-bottom-m,
thead.margin-bottom-m,
tr.margin-bottom-m,
th.margin-bottom-m,
td.margin-bottom-m,
article.margin-bottom-m,
aside.margin-bottom-m,
details.margin-bottom-m,
embed.margin-bottom-m,
figure.margin-bottom-m,
figcaption.margin-bottom-m,
footer.margin-bottom-m,
header.margin-bottom-m,
section.margin-bottom-m,
summary.margin-bottom-m,
time.margin-bottom-m,
video.margin-bottom-m {
  margin-bottom: var(--iroc-margin-m);
}
div.margin-left-m,
span.margin-left-m,
iframe.margin-left-m,
h1.margin-left-m,
h2.margin-left-m,
h3.margin-left-m,
h4.margin-left-m,
h5.margin-left-m,
h6.margin-left-m,
p.margin-left-m,
blockquote.margin-left-m,
pre.margin-left-m,
a.margin-left-m,
address.margin-left-m,
cite.margin-left-m,
img.margin-left-m,
svg.margin-left-m,
dl.margin-left-m,
dt.margin-left-m,
dd.margin-left-m,
ol.margin-left-m,
ul.margin-left-m,
li.margin-left-m,
fieldset.margin-left-m,
form.margin-left-m,
label.margin-left-m,
legend.margin-left-m,
table.margin-left-m,
caption.margin-left-m,
tbody.margin-left-m,
tfoot.margin-left-m,
thead.margin-left-m,
tr.margin-left-m,
th.margin-left-m,
td.margin-left-m,
article.margin-left-m,
aside.margin-left-m,
details.margin-left-m,
embed.margin-left-m,
figure.margin-left-m,
figcaption.margin-left-m,
footer.margin-left-m,
header.margin-left-m,
section.margin-left-m,
summary.margin-left-m,
time.margin-left-m,
video.margin-left-m {
  margin-left: var(--iroc-margin-m);
}
div.margin-y-m,
span.margin-y-m,
iframe.margin-y-m,
h1.margin-y-m,
h2.margin-y-m,
h3.margin-y-m,
h4.margin-y-m,
h5.margin-y-m,
h6.margin-y-m,
p.margin-y-m,
blockquote.margin-y-m,
pre.margin-y-m,
a.margin-y-m,
address.margin-y-m,
cite.margin-y-m,
img.margin-y-m,
svg.margin-y-m,
dl.margin-y-m,
dt.margin-y-m,
dd.margin-y-m,
ol.margin-y-m,
ul.margin-y-m,
li.margin-y-m,
fieldset.margin-y-m,
form.margin-y-m,
label.margin-y-m,
legend.margin-y-m,
table.margin-y-m,
caption.margin-y-m,
tbody.margin-y-m,
tfoot.margin-y-m,
thead.margin-y-m,
tr.margin-y-m,
th.margin-y-m,
td.margin-y-m,
article.margin-y-m,
aside.margin-y-m,
details.margin-y-m,
embed.margin-y-m,
figure.margin-y-m,
figcaption.margin-y-m,
footer.margin-y-m,
header.margin-y-m,
section.margin-y-m,
summary.margin-y-m,
time.margin-y-m,
video.margin-y-m {
  margin-top: var(--iroc-margin-m);
  margin-bottom: var(--iroc-margin-m);
}
div.margin-x-m,
span.margin-x-m,
iframe.margin-x-m,
h1.margin-x-m,
h2.margin-x-m,
h3.margin-x-m,
h4.margin-x-m,
h5.margin-x-m,
h6.margin-x-m,
p.margin-x-m,
blockquote.margin-x-m,
pre.margin-x-m,
a.margin-x-m,
address.margin-x-m,
cite.margin-x-m,
img.margin-x-m,
svg.margin-x-m,
dl.margin-x-m,
dt.margin-x-m,
dd.margin-x-m,
ol.margin-x-m,
ul.margin-x-m,
li.margin-x-m,
fieldset.margin-x-m,
form.margin-x-m,
label.margin-x-m,
legend.margin-x-m,
table.margin-x-m,
caption.margin-x-m,
tbody.margin-x-m,
tfoot.margin-x-m,
thead.margin-x-m,
tr.margin-x-m,
th.margin-x-m,
td.margin-x-m,
article.margin-x-m,
aside.margin-x-m,
details.margin-x-m,
embed.margin-x-m,
figure.margin-x-m,
figcaption.margin-x-m,
footer.margin-x-m,
header.margin-x-m,
section.margin-x-m,
summary.margin-x-m,
time.margin-x-m,
video.margin-x-m {
  margin-left: var(--iroc-margin-m);
  margin-right: var(--iroc-margin-m);
}
div.margin-top-l,
span.margin-top-l,
iframe.margin-top-l,
h1.margin-top-l,
h2.margin-top-l,
h3.margin-top-l,
h4.margin-top-l,
h5.margin-top-l,
h6.margin-top-l,
p.margin-top-l,
blockquote.margin-top-l,
pre.margin-top-l,
a.margin-top-l,
address.margin-top-l,
cite.margin-top-l,
img.margin-top-l,
svg.margin-top-l,
dl.margin-top-l,
dt.margin-top-l,
dd.margin-top-l,
ol.margin-top-l,
ul.margin-top-l,
li.margin-top-l,
fieldset.margin-top-l,
form.margin-top-l,
label.margin-top-l,
legend.margin-top-l,
table.margin-top-l,
caption.margin-top-l,
tbody.margin-top-l,
tfoot.margin-top-l,
thead.margin-top-l,
tr.margin-top-l,
th.margin-top-l,
td.margin-top-l,
article.margin-top-l,
aside.margin-top-l,
details.margin-top-l,
embed.margin-top-l,
figure.margin-top-l,
figcaption.margin-top-l,
footer.margin-top-l,
header.margin-top-l,
section.margin-top-l,
summary.margin-top-l,
time.margin-top-l,
video.margin-top-l {
  margin-top: var(--iroc-margin-l);
}
div.margin-right-l,
span.margin-right-l,
iframe.margin-right-l,
h1.margin-right-l,
h2.margin-right-l,
h3.margin-right-l,
h4.margin-right-l,
h5.margin-right-l,
h6.margin-right-l,
p.margin-right-l,
blockquote.margin-right-l,
pre.margin-right-l,
a.margin-right-l,
address.margin-right-l,
cite.margin-right-l,
img.margin-right-l,
svg.margin-right-l,
dl.margin-right-l,
dt.margin-right-l,
dd.margin-right-l,
ol.margin-right-l,
ul.margin-right-l,
li.margin-right-l,
fieldset.margin-right-l,
form.margin-right-l,
label.margin-right-l,
legend.margin-right-l,
table.margin-right-l,
caption.margin-right-l,
tbody.margin-right-l,
tfoot.margin-right-l,
thead.margin-right-l,
tr.margin-right-l,
th.margin-right-l,
td.margin-right-l,
article.margin-right-l,
aside.margin-right-l,
details.margin-right-l,
embed.margin-right-l,
figure.margin-right-l,
figcaption.margin-right-l,
footer.margin-right-l,
header.margin-right-l,
section.margin-right-l,
summary.margin-right-l,
time.margin-right-l,
video.margin-right-l {
  margin-right: var(--iroc-margin-l);
}
div.margin-bottom-l,
span.margin-bottom-l,
iframe.margin-bottom-l,
h1.margin-bottom-l,
h2.margin-bottom-l,
h3.margin-bottom-l,
h4.margin-bottom-l,
h5.margin-bottom-l,
h6.margin-bottom-l,
p.margin-bottom-l,
blockquote.margin-bottom-l,
pre.margin-bottom-l,
a.margin-bottom-l,
address.margin-bottom-l,
cite.margin-bottom-l,
img.margin-bottom-l,
svg.margin-bottom-l,
dl.margin-bottom-l,
dt.margin-bottom-l,
dd.margin-bottom-l,
ol.margin-bottom-l,
ul.margin-bottom-l,
li.margin-bottom-l,
fieldset.margin-bottom-l,
form.margin-bottom-l,
label.margin-bottom-l,
legend.margin-bottom-l,
table.margin-bottom-l,
caption.margin-bottom-l,
tbody.margin-bottom-l,
tfoot.margin-bottom-l,
thead.margin-bottom-l,
tr.margin-bottom-l,
th.margin-bottom-l,
td.margin-bottom-l,
article.margin-bottom-l,
aside.margin-bottom-l,
details.margin-bottom-l,
embed.margin-bottom-l,
figure.margin-bottom-l,
figcaption.margin-bottom-l,
footer.margin-bottom-l,
header.margin-bottom-l,
section.margin-bottom-l,
summary.margin-bottom-l,
time.margin-bottom-l,
video.margin-bottom-l {
  margin-bottom: var(--iroc-margin-l);
}
div.margin-left-l,
span.margin-left-l,
iframe.margin-left-l,
h1.margin-left-l,
h2.margin-left-l,
h3.margin-left-l,
h4.margin-left-l,
h5.margin-left-l,
h6.margin-left-l,
p.margin-left-l,
blockquote.margin-left-l,
pre.margin-left-l,
a.margin-left-l,
address.margin-left-l,
cite.margin-left-l,
img.margin-left-l,
svg.margin-left-l,
dl.margin-left-l,
dt.margin-left-l,
dd.margin-left-l,
ol.margin-left-l,
ul.margin-left-l,
li.margin-left-l,
fieldset.margin-left-l,
form.margin-left-l,
label.margin-left-l,
legend.margin-left-l,
table.margin-left-l,
caption.margin-left-l,
tbody.margin-left-l,
tfoot.margin-left-l,
thead.margin-left-l,
tr.margin-left-l,
th.margin-left-l,
td.margin-left-l,
article.margin-left-l,
aside.margin-left-l,
details.margin-left-l,
embed.margin-left-l,
figure.margin-left-l,
figcaption.margin-left-l,
footer.margin-left-l,
header.margin-left-l,
section.margin-left-l,
summary.margin-left-l,
time.margin-left-l,
video.margin-left-l {
  margin-left: var(--iroc-margin-l);
}
div.margin-y-l,
span.margin-y-l,
iframe.margin-y-l,
h1.margin-y-l,
h2.margin-y-l,
h3.margin-y-l,
h4.margin-y-l,
h5.margin-y-l,
h6.margin-y-l,
p.margin-y-l,
blockquote.margin-y-l,
pre.margin-y-l,
a.margin-y-l,
address.margin-y-l,
cite.margin-y-l,
img.margin-y-l,
svg.margin-y-l,
dl.margin-y-l,
dt.margin-y-l,
dd.margin-y-l,
ol.margin-y-l,
ul.margin-y-l,
li.margin-y-l,
fieldset.margin-y-l,
form.margin-y-l,
label.margin-y-l,
legend.margin-y-l,
table.margin-y-l,
caption.margin-y-l,
tbody.margin-y-l,
tfoot.margin-y-l,
thead.margin-y-l,
tr.margin-y-l,
th.margin-y-l,
td.margin-y-l,
article.margin-y-l,
aside.margin-y-l,
details.margin-y-l,
embed.margin-y-l,
figure.margin-y-l,
figcaption.margin-y-l,
footer.margin-y-l,
header.margin-y-l,
section.margin-y-l,
summary.margin-y-l,
time.margin-y-l,
video.margin-y-l {
  margin-top: var(--iroc-margin-l);
  margin-bottom: var(--iroc-margin-l);
}
div.margin-x-l,
span.margin-x-l,
iframe.margin-x-l,
h1.margin-x-l,
h2.margin-x-l,
h3.margin-x-l,
h4.margin-x-l,
h5.margin-x-l,
h6.margin-x-l,
p.margin-x-l,
blockquote.margin-x-l,
pre.margin-x-l,
a.margin-x-l,
address.margin-x-l,
cite.margin-x-l,
img.margin-x-l,
svg.margin-x-l,
dl.margin-x-l,
dt.margin-x-l,
dd.margin-x-l,
ol.margin-x-l,
ul.margin-x-l,
li.margin-x-l,
fieldset.margin-x-l,
form.margin-x-l,
label.margin-x-l,
legend.margin-x-l,
table.margin-x-l,
caption.margin-x-l,
tbody.margin-x-l,
tfoot.margin-x-l,
thead.margin-x-l,
tr.margin-x-l,
th.margin-x-l,
td.margin-x-l,
article.margin-x-l,
aside.margin-x-l,
details.margin-x-l,
embed.margin-x-l,
figure.margin-x-l,
figcaption.margin-x-l,
footer.margin-x-l,
header.margin-x-l,
section.margin-x-l,
summary.margin-x-l,
time.margin-x-l,
video.margin-x-l {
  margin-left: var(--iroc-margin-l);
  margin-right: var(--iroc-margin-l);
}
div.margin-top-xl,
span.margin-top-xl,
iframe.margin-top-xl,
h1.margin-top-xl,
h2.margin-top-xl,
h3.margin-top-xl,
h4.margin-top-xl,
h5.margin-top-xl,
h6.margin-top-xl,
p.margin-top-xl,
blockquote.margin-top-xl,
pre.margin-top-xl,
a.margin-top-xl,
address.margin-top-xl,
cite.margin-top-xl,
img.margin-top-xl,
svg.margin-top-xl,
dl.margin-top-xl,
dt.margin-top-xl,
dd.margin-top-xl,
ol.margin-top-xl,
ul.margin-top-xl,
li.margin-top-xl,
fieldset.margin-top-xl,
form.margin-top-xl,
label.margin-top-xl,
legend.margin-top-xl,
table.margin-top-xl,
caption.margin-top-xl,
tbody.margin-top-xl,
tfoot.margin-top-xl,
thead.margin-top-xl,
tr.margin-top-xl,
th.margin-top-xl,
td.margin-top-xl,
article.margin-top-xl,
aside.margin-top-xl,
details.margin-top-xl,
embed.margin-top-xl,
figure.margin-top-xl,
figcaption.margin-top-xl,
footer.margin-top-xl,
header.margin-top-xl,
section.margin-top-xl,
summary.margin-top-xl,
time.margin-top-xl,
video.margin-top-xl {
  margin-top: var(--iroc-margin-xl);
}
div.margin-top-xxl,
span.margin-top-xxl,
iframe.margin-top-xxl,
h1.margin-top-xxl,
h2.margin-top-xxl,
h3.margin-top-xxl,
h4.margin-top-xxl,
h5.margin-top-xxl,
h6.margin-top-xxl,
p.margin-top-xxl,
blockquote.margin-top-xxl,
pre.margin-top-xxl,
a.margin-top-xxl,
address.margin-top-xxl,
cite.margin-top-xxl,
img.margin-top-xxl,
svg.margin-top-xxl,
dl.margin-top-xxl,
dt.margin-top-xxl,
dd.margin-top-xxl,
ol.margin-top-xxl,
ul.margin-top-xxl,
li.margin-top-xxl,
fieldset.margin-top-xxl,
form.margin-top-xxl,
label.margin-top-xxl,
legend.margin-top-xxl,
table.margin-top-xxl,
caption.margin-top-xxl,
tbody.margin-top-xxl,
tfoot.margin-top-xxl,
thead.margin-top-xxl,
tr.margin-top-xxl,
th.margin-top-xxl,
td.margin-top-xxl,
article.margin-top-xxl,
aside.margin-top-xxl,
details.margin-top-xxl,
embed.margin-top-xxl,
figure.margin-top-xxl,
figcaption.margin-top-xxl,
footer.margin-top-xxl,
header.margin-top-xxl,
section.margin-top-xxl,
summary.margin-top-xxl,
time.margin-top-xxl,
video.margin-top-xxl {
  margin-top: var(--iroc-margin-xxl);
}
div.margin-right-xl,
span.margin-right-xl,
iframe.margin-right-xl,
h1.margin-right-xl,
h2.margin-right-xl,
h3.margin-right-xl,
h4.margin-right-xl,
h5.margin-right-xl,
h6.margin-right-xl,
p.margin-right-xl,
blockquote.margin-right-xl,
pre.margin-right-xl,
a.margin-right-xl,
address.margin-right-xl,
cite.margin-right-xl,
img.margin-right-xl,
svg.margin-right-xl,
dl.margin-right-xl,
dt.margin-right-xl,
dd.margin-right-xl,
ol.margin-right-xl,
ul.margin-right-xl,
li.margin-right-xl,
fieldset.margin-right-xl,
form.margin-right-xl,
label.margin-right-xl,
legend.margin-right-xl,
table.margin-right-xl,
caption.margin-right-xl,
tbody.margin-right-xl,
tfoot.margin-right-xl,
thead.margin-right-xl,
tr.margin-right-xl,
th.margin-right-xl,
td.margin-right-xl,
article.margin-right-xl,
aside.margin-right-xl,
details.margin-right-xl,
embed.margin-right-xl,
figure.margin-right-xl,
figcaption.margin-right-xl,
footer.margin-right-xl,
header.margin-right-xl,
section.margin-right-xl,
summary.margin-right-xl,
time.margin-right-xl,
video.margin-right-xl {
  margin-right: var(--iroc-margin-xl);
}
div.margin-right-xxl,
span.margin-right-xxl,
iframe.margin-right-xxl,
h1.margin-right-xxl,
h2.margin-right-xxl,
h3.margin-right-xxl,
h4.margin-right-xxl,
h5.margin-right-xxl,
h6.margin-right-xxl,
p.margin-right-xxl,
blockquote.margin-right-xxl,
pre.margin-right-xxl,
a.margin-right-xxl,
address.margin-right-xxl,
cite.margin-right-xxl,
img.margin-right-xxl,
svg.margin-right-xxl,
dl.margin-right-xxl,
dt.margin-right-xxl,
dd.margin-right-xxl,
ol.margin-right-xxl,
ul.margin-right-xxl,
li.margin-right-xxl,
fieldset.margin-right-xxl,
form.margin-right-xxl,
label.margin-right-xxl,
legend.margin-right-xxl,
table.margin-right-xxl,
caption.margin-right-xxl,
tbody.margin-right-xxl,
tfoot.margin-right-xxl,
thead.margin-right-xxl,
tr.margin-right-xxl,
th.margin-right-xxl,
td.margin-right-xxl,
article.margin-right-xxl,
aside.margin-right-xxl,
details.margin-right-xxl,
embed.margin-right-xxl,
figure.margin-right-xxl,
figcaption.margin-right-xxl,
footer.margin-right-xxl,
header.margin-right-xxl,
section.margin-right-xxl,
summary.margin-right-xxl,
time.margin-right-xxl,
video.margin-right-xxl {
  margin-right: var(--iroc-margin-xxl);
}
div.margin-bottom-xl,
span.margin-bottom-xl,
iframe.margin-bottom-xl,
h1.margin-bottom-xl,
h2.margin-bottom-xl,
h3.margin-bottom-xl,
h4.margin-bottom-xl,
h5.margin-bottom-xl,
h6.margin-bottom-xl,
p.margin-bottom-xl,
blockquote.margin-bottom-xl,
pre.margin-bottom-xl,
a.margin-bottom-xl,
address.margin-bottom-xl,
cite.margin-bottom-xl,
img.margin-bottom-xl,
svg.margin-bottom-xl,
dl.margin-bottom-xl,
dt.margin-bottom-xl,
dd.margin-bottom-xl,
ol.margin-bottom-xl,
ul.margin-bottom-xl,
li.margin-bottom-xl,
fieldset.margin-bottom-xl,
form.margin-bottom-xl,
label.margin-bottom-xl,
legend.margin-bottom-xl,
table.margin-bottom-xl,
caption.margin-bottom-xl,
tbody.margin-bottom-xl,
tfoot.margin-bottom-xl,
thead.margin-bottom-xl,
tr.margin-bottom-xl,
th.margin-bottom-xl,
td.margin-bottom-xl,
article.margin-bottom-xl,
aside.margin-bottom-xl,
details.margin-bottom-xl,
embed.margin-bottom-xl,
figure.margin-bottom-xl,
figcaption.margin-bottom-xl,
footer.margin-bottom-xl,
header.margin-bottom-xl,
section.margin-bottom-xl,
summary.margin-bottom-xl,
time.margin-bottom-xl,
video.margin-bottom-xl {
  margin-bottom: var(--iroc-margin-xl);
}
div.margin-bottom-xxl,
span.margin-bottom-xxl,
iframe.margin-bottom-xxl,
h1.margin-bottom-xxl,
h2.margin-bottom-xxl,
h3.margin-bottom-xxl,
h4.margin-bottom-xxl,
h5.margin-bottom-xxl,
h6.margin-bottom-xxl,
p.margin-bottom-xxl,
blockquote.margin-bottom-xxl,
pre.margin-bottom-xxl,
a.margin-bottom-xxl,
address.margin-bottom-xxl,
cite.margin-bottom-xxl,
img.margin-bottom-xxl,
svg.margin-bottom-xxl,
dl.margin-bottom-xxl,
dt.margin-bottom-xxl,
dd.margin-bottom-xxl,
ol.margin-bottom-xxl,
ul.margin-bottom-xxl,
li.margin-bottom-xxl,
fieldset.margin-bottom-xxl,
form.margin-bottom-xxl,
label.margin-bottom-xxl,
legend.margin-bottom-xxl,
table.margin-bottom-xxl,
caption.margin-bottom-xxl,
tbody.margin-bottom-xxl,
tfoot.margin-bottom-xxl,
thead.margin-bottom-xxl,
tr.margin-bottom-xxl,
th.margin-bottom-xxl,
td.margin-bottom-xxl,
article.margin-bottom-xxl,
aside.margin-bottom-xxl,
details.margin-bottom-xxl,
embed.margin-bottom-xxl,
figure.margin-bottom-xxl,
figcaption.margin-bottom-xxl,
footer.margin-bottom-xxl,
header.margin-bottom-xxl,
section.margin-bottom-xxl,
summary.margin-bottom-xxl,
time.margin-bottom-xxl,
video.margin-bottom-xxl {
  margin-bottom: var(--iroc-margin-xxl);
}
div.margin-left-xl,
span.margin-left-xl,
iframe.margin-left-xl,
h1.margin-left-xl,
h2.margin-left-xl,
h3.margin-left-xl,
h4.margin-left-xl,
h5.margin-left-xl,
h6.margin-left-xl,
p.margin-left-xl,
blockquote.margin-left-xl,
pre.margin-left-xl,
a.margin-left-xl,
address.margin-left-xl,
cite.margin-left-xl,
img.margin-left-xl,
svg.margin-left-xl,
dl.margin-left-xl,
dt.margin-left-xl,
dd.margin-left-xl,
ol.margin-left-xl,
ul.margin-left-xl,
li.margin-left-xl,
fieldset.margin-left-xl,
form.margin-left-xl,
label.margin-left-xl,
legend.margin-left-xl,
table.margin-left-xl,
caption.margin-left-xl,
tbody.margin-left-xl,
tfoot.margin-left-xl,
thead.margin-left-xl,
tr.margin-left-xl,
th.margin-left-xl,
td.margin-left-xl,
article.margin-left-xl,
aside.margin-left-xl,
details.margin-left-xl,
embed.margin-left-xl,
figure.margin-left-xl,
figcaption.margin-left-xl,
footer.margin-left-xl,
header.margin-left-xl,
section.margin-left-xl,
summary.margin-left-xl,
time.margin-left-xl,
video.margin-left-xl {
  margin-left: var(--iroc-margin-xl);
}
div.margin-left-xxl,
span.margin-left-xxl,
iframe.margin-left-xxl,
h1.margin-left-xxl,
h2.margin-left-xxl,
h3.margin-left-xxl,
h4.margin-left-xxl,
h5.margin-left-xxl,
h6.margin-left-xxl,
p.margin-left-xxl,
blockquote.margin-left-xxl,
pre.margin-left-xxl,
a.margin-left-xxl,
address.margin-left-xxl,
cite.margin-left-xxl,
img.margin-left-xxl,
svg.margin-left-xxl,
dl.margin-left-xxl,
dt.margin-left-xxl,
dd.margin-left-xxl,
ol.margin-left-xxl,
ul.margin-left-xxl,
li.margin-left-xxl,
fieldset.margin-left-xxl,
form.margin-left-xxl,
label.margin-left-xxl,
legend.margin-left-xxl,
table.margin-left-xxl,
caption.margin-left-xxl,
tbody.margin-left-xxl,
tfoot.margin-left-xxl,
thead.margin-left-xxl,
tr.margin-left-xxl,
th.margin-left-xxl,
td.margin-left-xxl,
article.margin-left-xxl,
aside.margin-left-xxl,
details.margin-left-xxl,
embed.margin-left-xxl,
figure.margin-left-xxl,
figcaption.margin-left-xxl,
footer.margin-left-xxl,
header.margin-left-xxl,
section.margin-left-xxl,
summary.margin-left-xxl,
time.margin-left-xxl,
video.margin-left-xxl {
  margin-left: var(--iroc-margin-xxl);
}
div.margin-y-xl,
span.margin-y-xl,
iframe.margin-y-xl,
h1.margin-y-xl,
h2.margin-y-xl,
h3.margin-y-xl,
h4.margin-y-xl,
h5.margin-y-xl,
h6.margin-y-xl,
p.margin-y-xl,
blockquote.margin-y-xl,
pre.margin-y-xl,
a.margin-y-xl,
address.margin-y-xl,
cite.margin-y-xl,
img.margin-y-xl,
svg.margin-y-xl,
dl.margin-y-xl,
dt.margin-y-xl,
dd.margin-y-xl,
ol.margin-y-xl,
ul.margin-y-xl,
li.margin-y-xl,
fieldset.margin-y-xl,
form.margin-y-xl,
label.margin-y-xl,
legend.margin-y-xl,
table.margin-y-xl,
caption.margin-y-xl,
tbody.margin-y-xl,
tfoot.margin-y-xl,
thead.margin-y-xl,
tr.margin-y-xl,
th.margin-y-xl,
td.margin-y-xl,
article.margin-y-xl,
aside.margin-y-xl,
details.margin-y-xl,
embed.margin-y-xl,
figure.margin-y-xl,
figcaption.margin-y-xl,
footer.margin-y-xl,
header.margin-y-xl,
section.margin-y-xl,
summary.margin-y-xl,
time.margin-y-xl,
video.margin-y-xl {
  margin-top: var(--iroc-margin-xl);
  margin-bottom: var(--iroc-margin-xl);
}
div.margin-y-xxl,
span.margin-y-xxl,
iframe.margin-y-xxl,
h1.margin-y-xxl,
h2.margin-y-xxl,
h3.margin-y-xxl,
h4.margin-y-xxl,
h5.margin-y-xxl,
h6.margin-y-xxl,
p.margin-y-xxl,
blockquote.margin-y-xxl,
pre.margin-y-xxl,
a.margin-y-xxl,
address.margin-y-xxl,
cite.margin-y-xxl,
img.margin-y-xxl,
svg.margin-y-xxl,
dl.margin-y-xxl,
dt.margin-y-xxl,
dd.margin-y-xxl,
ol.margin-y-xxl,
ul.margin-y-xxl,
li.margin-y-xxl,
fieldset.margin-y-xxl,
form.margin-y-xxl,
label.margin-y-xxl,
legend.margin-y-xxl,
table.margin-y-xxl,
caption.margin-y-xxl,
tbody.margin-y-xxl,
tfoot.margin-y-xxl,
thead.margin-y-xxl,
tr.margin-y-xxl,
th.margin-y-xxl,
td.margin-y-xxl,
article.margin-y-xxl,
aside.margin-y-xxl,
details.margin-y-xxl,
embed.margin-y-xxl,
figure.margin-y-xxl,
figcaption.margin-y-xxl,
footer.margin-y-xxl,
header.margin-y-xxl,
section.margin-y-xxl,
summary.margin-y-xxl,
time.margin-y-xxl,
video.margin-y-xxl {
  margin-top: var(--iroc-margin-xxl);
  margin-bottom: var(--iroc-margin-xxl);
}
div.margin-x-xl,
span.margin-x-xl,
iframe.margin-x-xl,
h1.margin-x-xl,
h2.margin-x-xl,
h3.margin-x-xl,
h4.margin-x-xl,
h5.margin-x-xl,
h6.margin-x-xl,
p.margin-x-xl,
blockquote.margin-x-xl,
pre.margin-x-xl,
a.margin-x-xl,
address.margin-x-xl,
cite.margin-x-xl,
img.margin-x-xl,
svg.margin-x-xl,
dl.margin-x-xl,
dt.margin-x-xl,
dd.margin-x-xl,
ol.margin-x-xl,
ul.margin-x-xl,
li.margin-x-xl,
fieldset.margin-x-xl,
form.margin-x-xl,
label.margin-x-xl,
legend.margin-x-xl,
table.margin-x-xl,
caption.margin-x-xl,
tbody.margin-x-xl,
tfoot.margin-x-xl,
thead.margin-x-xl,
tr.margin-x-xl,
th.margin-x-xl,
td.margin-x-xl,
article.margin-x-xl,
aside.margin-x-xl,
details.margin-x-xl,
embed.margin-x-xl,
figure.margin-x-xl,
figcaption.margin-x-xl,
footer.margin-x-xl,
header.margin-x-xl,
section.margin-x-xl,
summary.margin-x-xl,
time.margin-x-xl,
video.margin-x-xl {
  margin-left: var(--iroc-margin-xl);
  margin-right: var(--iroc-margin-xl);
}
div.margin-x-xxl,
span.margin-x-xxl,
iframe.margin-x-xxl,
h1.margin-x-xxl,
h2.margin-x-xxl,
h3.margin-x-xxl,
h4.margin-x-xxl,
h5.margin-x-xxl,
h6.margin-x-xxl,
p.margin-x-xxl,
blockquote.margin-x-xxl,
pre.margin-x-xxl,
a.margin-x-xxl,
address.margin-x-xxl,
cite.margin-x-xxl,
img.margin-x-xxl,
svg.margin-x-xxl,
dl.margin-x-xxl,
dt.margin-x-xxl,
dd.margin-x-xxl,
ol.margin-x-xxl,
ul.margin-x-xxl,
li.margin-x-xxl,
fieldset.margin-x-xxl,
form.margin-x-xxl,
label.margin-x-xxl,
legend.margin-x-xxl,
table.margin-x-xxl,
caption.margin-x-xxl,
tbody.margin-x-xxl,
tfoot.margin-x-xxl,
thead.margin-x-xxl,
tr.margin-x-xxl,
th.margin-x-xxl,
td.margin-x-xxl,
article.margin-x-xxl,
aside.margin-x-xxl,
details.margin-x-xxl,
embed.margin-x-xxl,
figure.margin-x-xxl,
figcaption.margin-x-xxl,
footer.margin-x-xxl,
header.margin-x-xxl,
section.margin-x-xxl,
summary.margin-x-xxl,
time.margin-x-xxl,
video.margin-x-xxl {
  margin-left: var(--iroc-margin-xxl);
  margin-right: var(--iroc-margin-xxl);
}
div.margin-top-0,
span.margin-top-0,
iframe.margin-top-0,
h1.margin-top-0,
h2.margin-top-0,
h3.margin-top-0,
h4.margin-top-0,
h5.margin-top-0,
h6.margin-top-0,
p.margin-top-0,
blockquote.margin-top-0,
pre.margin-top-0,
a.margin-top-0,
address.margin-top-0,
cite.margin-top-0,
img.margin-top-0,
svg.margin-top-0,
dl.margin-top-0,
dt.margin-top-0,
dd.margin-top-0,
ol.margin-top-0,
ul.margin-top-0,
li.margin-top-0,
fieldset.margin-top-0,
form.margin-top-0,
label.margin-top-0,
legend.margin-top-0,
table.margin-top-0,
caption.margin-top-0,
tbody.margin-top-0,
tfoot.margin-top-0,
thead.margin-top-0,
tr.margin-top-0,
th.margin-top-0,
td.margin-top-0,
article.margin-top-0,
aside.margin-top-0,
details.margin-top-0,
embed.margin-top-0,
figure.margin-top-0,
figcaption.margin-top-0,
footer.margin-top-0,
header.margin-top-0,
section.margin-top-0,
summary.margin-top-0,
time.margin-top-0,
video.margin-top-0 {
  margin-top: var(--iroc-margin-0);
}
div.margin-right-0,
span.margin-right-0,
iframe.margin-right-0,
h1.margin-right-0,
h2.margin-right-0,
h3.margin-right-0,
h4.margin-right-0,
h5.margin-right-0,
h6.margin-right-0,
p.margin-right-0,
blockquote.margin-right-0,
pre.margin-right-0,
a.margin-right-0,
address.margin-right-0,
cite.margin-right-0,
img.margin-right-0,
svg.margin-right-0,
dl.margin-right-0,
dt.margin-right-0,
dd.margin-right-0,
ol.margin-right-0,
ul.margin-right-0,
li.margin-right-0,
fieldset.margin-right-0,
form.margin-right-0,
label.margin-right-0,
legend.margin-right-0,
table.margin-right-0,
caption.margin-right-0,
tbody.margin-right-0,
tfoot.margin-right-0,
thead.margin-right-0,
tr.margin-right-0,
th.margin-right-0,
td.margin-right-0,
article.margin-right-0,
aside.margin-right-0,
details.margin-right-0,
embed.margin-right-0,
figure.margin-right-0,
figcaption.margin-right-0,
footer.margin-right-0,
header.margin-right-0,
section.margin-right-0,
summary.margin-right-0,
time.margin-right-0,
video.margin-right-0 {
  margin-right: var(--iroc-margin-0);
}
div.margin-bottom-0,
span.margin-bottom-0,
iframe.margin-bottom-0,
h1.margin-bottom-0,
h2.margin-bottom-0,
h3.margin-bottom-0,
h4.margin-bottom-0,
h5.margin-bottom-0,
h6.margin-bottom-0,
p.margin-bottom-0,
blockquote.margin-bottom-0,
pre.margin-bottom-0,
a.margin-bottom-0,
address.margin-bottom-0,
cite.margin-bottom-0,
img.margin-bottom-0,
svg.margin-bottom-0,
dl.margin-bottom-0,
dt.margin-bottom-0,
dd.margin-bottom-0,
ol.margin-bottom-0,
ul.margin-bottom-0,
li.margin-bottom-0,
fieldset.margin-bottom-0,
form.margin-bottom-0,
label.margin-bottom-0,
legend.margin-bottom-0,
table.margin-bottom-0,
caption.margin-bottom-0,
tbody.margin-bottom-0,
tfoot.margin-bottom-0,
thead.margin-bottom-0,
tr.margin-bottom-0,
th.margin-bottom-0,
td.margin-bottom-0,
article.margin-bottom-0,
aside.margin-bottom-0,
details.margin-bottom-0,
embed.margin-bottom-0,
figure.margin-bottom-0,
figcaption.margin-bottom-0,
footer.margin-bottom-0,
header.margin-bottom-0,
section.margin-bottom-0,
summary.margin-bottom-0,
time.margin-bottom-0,
video.margin-bottom-0 {
  margin-bottom: var(--iroc-margin-0);
}
div.margin-left-0,
span.margin-left-0,
iframe.margin-left-0,
h1.margin-left-0,
h2.margin-left-0,
h3.margin-left-0,
h4.margin-left-0,
h5.margin-left-0,
h6.margin-left-0,
p.margin-left-0,
blockquote.margin-left-0,
pre.margin-left-0,
a.margin-left-0,
address.margin-left-0,
cite.margin-left-0,
img.margin-left-0,
svg.margin-left-0,
dl.margin-left-0,
dt.margin-left-0,
dd.margin-left-0,
ol.margin-left-0,
ul.margin-left-0,
li.margin-left-0,
fieldset.margin-left-0,
form.margin-left-0,
label.margin-left-0,
legend.margin-left-0,
table.margin-left-0,
caption.margin-left-0,
tbody.margin-left-0,
tfoot.margin-left-0,
thead.margin-left-0,
tr.margin-left-0,
th.margin-left-0,
td.margin-left-0,
article.margin-left-0,
aside.margin-left-0,
details.margin-left-0,
embed.margin-left-0,
figure.margin-left-0,
figcaption.margin-left-0,
footer.margin-left-0,
header.margin-left-0,
section.margin-left-0,
summary.margin-left-0,
time.margin-left-0,
video.margin-left-0 {
  margin-left: var(--iroc-margin-0);
}
div.margin-y-0,
span.margin-y-0,
iframe.margin-y-0,
h1.margin-y-0,
h2.margin-y-0,
h3.margin-y-0,
h4.margin-y-0,
h5.margin-y-0,
h6.margin-y-0,
p.margin-y-0,
blockquote.margin-y-0,
pre.margin-y-0,
a.margin-y-0,
address.margin-y-0,
cite.margin-y-0,
img.margin-y-0,
svg.margin-y-0,
dl.margin-y-0,
dt.margin-y-0,
dd.margin-y-0,
ol.margin-y-0,
ul.margin-y-0,
li.margin-y-0,
fieldset.margin-y-0,
form.margin-y-0,
label.margin-y-0,
legend.margin-y-0,
table.margin-y-0,
caption.margin-y-0,
tbody.margin-y-0,
tfoot.margin-y-0,
thead.margin-y-0,
tr.margin-y-0,
th.margin-y-0,
td.margin-y-0,
article.margin-y-0,
aside.margin-y-0,
details.margin-y-0,
embed.margin-y-0,
figure.margin-y-0,
figcaption.margin-y-0,
footer.margin-y-0,
header.margin-y-0,
section.margin-y-0,
summary.margin-y-0,
time.margin-y-0,
video.margin-y-0 {
  margin-top: var(--iroc-margin-0);
  margin-bottom: var(--iroc-margin-0);
}
div.margin-x-0,
span.margin-x-0,
iframe.margin-x-0,
h1.margin-x-0,
h2.margin-x-0,
h3.margin-x-0,
h4.margin-x-0,
h5.margin-x-0,
h6.margin-x-0,
p.margin-x-0,
blockquote.margin-x-0,
pre.margin-x-0,
a.margin-x-0,
address.margin-x-0,
cite.margin-x-0,
img.margin-x-0,
svg.margin-x-0,
dl.margin-x-0,
dt.margin-x-0,
dd.margin-x-0,
ol.margin-x-0,
ul.margin-x-0,
li.margin-x-0,
fieldset.margin-x-0,
form.margin-x-0,
label.margin-x-0,
legend.margin-x-0,
table.margin-x-0,
caption.margin-x-0,
tbody.margin-x-0,
tfoot.margin-x-0,
thead.margin-x-0,
tr.margin-x-0,
th.margin-x-0,
td.margin-x-0,
article.margin-x-0,
aside.margin-x-0,
details.margin-x-0,
embed.margin-x-0,
figure.margin-x-0,
figcaption.margin-x-0,
footer.margin-x-0,
header.margin-x-0,
section.margin-x-0,
summary.margin-x-0,
time.margin-x-0,
video.margin-x-0 {
  margin-left: var(--iroc-margin-0);
  margin-right: var(--iroc-margin-0);
}
section div.margin-s,
section span.margin-s,
section iframe.margin-s,
section h1.margin-s,
section h2.margin-s,
section h3.margin-s,
section h4.margin-s,
section h5.margin-s,
section h6.margin-s,
section p.margin-s,
section blockquote.margin-s,
section pre.margin-s,
section a.margin-s,
section address.margin-s,
section cite.margin-s,
section img.margin-s,
section svg.margin-s,
section dl.margin-s,
section dt.margin-s,
section dd.margin-s,
section ol.margin-s,
section ul.margin-s,
section li.margin-s,
section fieldset.margin-s,
section form.margin-s,
section label.margin-s,
section legend.margin-s,
section table.margin-s,
section caption.margin-s,
section tbody.margin-s,
section tfoot.margin-s,
section thead.margin-s,
section tr.margin-s,
section th.margin-s,
section td.margin-s,
section article.margin-s,
section aside.margin-s,
section details.margin-s,
section embed.margin-s,
section figure.margin-s,
section figcaption.margin-s,
section footer.margin-s,
section header.margin-s,
section section.margin-s,
section summary.margin-s,
section time.margin-s,
section video.margin-s {
  margin: var(--iroc-margin-s);
}
section div.margin-m,
section span.margin-m,
section iframe.margin-m,
section h1.margin-m,
section h2.margin-m,
section h3.margin-m,
section h4.margin-m,
section h5.margin-m,
section h6.margin-m,
section p.margin-m,
section blockquote.margin-m,
section pre.margin-m,
section a.margin-m,
section address.margin-m,
section cite.margin-m,
section img.margin-m,
section svg.margin-m,
section dl.margin-m,
section dt.margin-m,
section dd.margin-m,
section ol.margin-m,
section ul.margin-m,
section li.margin-m,
section fieldset.margin-m,
section form.margin-m,
section label.margin-m,
section legend.margin-m,
section table.margin-m,
section caption.margin-m,
section tbody.margin-m,
section tfoot.margin-m,
section thead.margin-m,
section tr.margin-m,
section th.margin-m,
section td.margin-m,
section article.margin-m,
section aside.margin-m,
section details.margin-m,
section embed.margin-m,
section figure.margin-m,
section figcaption.margin-m,
section footer.margin-m,
section header.margin-m,
section section.margin-m,
section summary.margin-m,
section time.margin-m,
section video.margin-m {
  margin: var(--iroc-margin-m);
}
section div.margin-l,
section span.margin-l,
section iframe.margin-l,
section h1.margin-l,
section h2.margin-l,
section h3.margin-l,
section h4.margin-l,
section h5.margin-l,
section h6.margin-l,
section p.margin-l,
section blockquote.margin-l,
section pre.margin-l,
section a.margin-l,
section address.margin-l,
section cite.margin-l,
section img.margin-l,
section svg.margin-l,
section dl.margin-l,
section dt.margin-l,
section dd.margin-l,
section ol.margin-l,
section ul.margin-l,
section li.margin-l,
section fieldset.margin-l,
section form.margin-l,
section label.margin-l,
section legend.margin-l,
section table.margin-l,
section caption.margin-l,
section tbody.margin-l,
section tfoot.margin-l,
section thead.margin-l,
section tr.margin-l,
section th.margin-l,
section td.margin-l,
section article.margin-l,
section aside.margin-l,
section details.margin-l,
section embed.margin-l,
section figure.margin-l,
section figcaption.margin-l,
section footer.margin-l,
section header.margin-l,
section section.margin-l,
section summary.margin-l,
section time.margin-l,
section video.margin-l {
  margin: var(--iroc-margin-l);
}
section div.margin-xl,
section span.margin-xl,
section iframe.margin-xl,
section h1.margin-xl,
section h2.margin-xl,
section h3.margin-xl,
section h4.margin-xl,
section h5.margin-xl,
section h6.margin-xl,
section p.margin-xl,
section blockquote.margin-xl,
section pre.margin-xl,
section a.margin-xl,
section address.margin-xl,
section cite.margin-xl,
section img.margin-xl,
section svg.margin-xl,
section dl.margin-xl,
section dt.margin-xl,
section dd.margin-xl,
section ol.margin-xl,
section ul.margin-xl,
section li.margin-xl,
section fieldset.margin-xl,
section form.margin-xl,
section label.margin-xl,
section legend.margin-xl,
section table.margin-xl,
section caption.margin-xl,
section tbody.margin-xl,
section tfoot.margin-xl,
section thead.margin-xl,
section tr.margin-xl,
section th.margin-xl,
section td.margin-xl,
section article.margin-xl,
section aside.margin-xl,
section details.margin-xl,
section embed.margin-xl,
section figure.margin-xl,
section figcaption.margin-xl,
section footer.margin-xl,
section header.margin-xl,
section section.margin-xl,
section summary.margin-xl,
section time.margin-xl,
section video.margin-xl {
  margin: var(--iroc-margin-xl);
}
section div.margin-xxl,
section span.margin-xxl,
section iframe.margin-xxl,
section h1.margin-xxl,
section h2.margin-xxl,
section h3.margin-xxl,
section h4.margin-xxl,
section h5.margin-xxl,
section h6.margin-xxl,
section p.margin-xxl,
section blockquote.margin-xxl,
section pre.margin-xxl,
section a.margin-xxl,
section address.margin-xxl,
section cite.margin-xxl,
section img.margin-xxl,
section svg.margin-xxl,
section dl.margin-xxl,
section dt.margin-xxl,
section dd.margin-xxl,
section ol.margin-xxl,
section ul.margin-xxl,
section li.margin-xxl,
section fieldset.margin-xxl,
section form.margin-xxl,
section label.margin-xxl,
section legend.margin-xxl,
section table.margin-xxl,
section caption.margin-xxl,
section tbody.margin-xxl,
section tfoot.margin-xxl,
section thead.margin-xxl,
section tr.margin-xxl,
section th.margin-xxl,
section td.margin-xxl,
section article.margin-xxl,
section aside.margin-xxl,
section details.margin-xxl,
section embed.margin-xxl,
section figure.margin-xxl,
section figcaption.margin-xxl,
section footer.margin-xxl,
section header.margin-xxl,
section section.margin-xxl,
section summary.margin-xxl,
section time.margin-xxl,
section video.margin-xxl {
  margin: var(--iroc-margin-xxl);
}
section div.margin-0,
section span.margin-0,
section iframe.margin-0,
section h1.margin-0,
section h2.margin-0,
section h3.margin-0,
section h4.margin-0,
section h5.margin-0,
section h6.margin-0,
section p.margin-0,
section blockquote.margin-0,
section pre.margin-0,
section a.margin-0,
section address.margin-0,
section cite.margin-0,
section img.margin-0,
section svg.margin-0,
section dl.margin-0,
section dt.margin-0,
section dd.margin-0,
section ol.margin-0,
section ul.margin-0,
section li.margin-0,
section fieldset.margin-0,
section form.margin-0,
section label.margin-0,
section legend.margin-0,
section table.margin-0,
section caption.margin-0,
section tbody.margin-0,
section tfoot.margin-0,
section thead.margin-0,
section tr.margin-0,
section th.margin-0,
section td.margin-0,
section article.margin-0,
section aside.margin-0,
section details.margin-0,
section embed.margin-0,
section figure.margin-0,
section figcaption.margin-0,
section footer.margin-0,
section header.margin-0,
section section.margin-0,
section summary.margin-0,
section time.margin-0,
section video.margin-0 {
  margin: var(--iroc-margin-0);
}
section div.margin-top-s,
section span.margin-top-s,
section iframe.margin-top-s,
section h1.margin-top-s,
section h2.margin-top-s,
section h3.margin-top-s,
section h4.margin-top-s,
section h5.margin-top-s,
section h6.margin-top-s,
section p.margin-top-s,
section blockquote.margin-top-s,
section pre.margin-top-s,
section a.margin-top-s,
section address.margin-top-s,
section cite.margin-top-s,
section img.margin-top-s,
section svg.margin-top-s,
section dl.margin-top-s,
section dt.margin-top-s,
section dd.margin-top-s,
section ol.margin-top-s,
section ul.margin-top-s,
section li.margin-top-s,
section fieldset.margin-top-s,
section form.margin-top-s,
section label.margin-top-s,
section legend.margin-top-s,
section table.margin-top-s,
section caption.margin-top-s,
section tbody.margin-top-s,
section tfoot.margin-top-s,
section thead.margin-top-s,
section tr.margin-top-s,
section th.margin-top-s,
section td.margin-top-s,
section article.margin-top-s,
section aside.margin-top-s,
section details.margin-top-s,
section embed.margin-top-s,
section figure.margin-top-s,
section figcaption.margin-top-s,
section footer.margin-top-s,
section header.margin-top-s,
section section.margin-top-s,
section summary.margin-top-s,
section time.margin-top-s,
section video.margin-top-s {
  margin-top: var(--iroc-margin-s);
}
section div.margin-right-s,
section span.margin-right-s,
section iframe.margin-right-s,
section h1.margin-right-s,
section h2.margin-right-s,
section h3.margin-right-s,
section h4.margin-right-s,
section h5.margin-right-s,
section h6.margin-right-s,
section p.margin-right-s,
section blockquote.margin-right-s,
section pre.margin-right-s,
section a.margin-right-s,
section address.margin-right-s,
section cite.margin-right-s,
section img.margin-right-s,
section svg.margin-right-s,
section dl.margin-right-s,
section dt.margin-right-s,
section dd.margin-right-s,
section ol.margin-right-s,
section ul.margin-right-s,
section li.margin-right-s,
section fieldset.margin-right-s,
section form.margin-right-s,
section label.margin-right-s,
section legend.margin-right-s,
section table.margin-right-s,
section caption.margin-right-s,
section tbody.margin-right-s,
section tfoot.margin-right-s,
section thead.margin-right-s,
section tr.margin-right-s,
section th.margin-right-s,
section td.margin-right-s,
section article.margin-right-s,
section aside.margin-right-s,
section details.margin-right-s,
section embed.margin-right-s,
section figure.margin-right-s,
section figcaption.margin-right-s,
section footer.margin-right-s,
section header.margin-right-s,
section section.margin-right-s,
section summary.margin-right-s,
section time.margin-right-s,
section video.margin-right-s {
  margin-right: var(--iroc-margin-s);
}
section div.margin-bottom-s,
section span.margin-bottom-s,
section iframe.margin-bottom-s,
section h1.margin-bottom-s,
section h2.margin-bottom-s,
section h3.margin-bottom-s,
section h4.margin-bottom-s,
section h5.margin-bottom-s,
section h6.margin-bottom-s,
section p.margin-bottom-s,
section blockquote.margin-bottom-s,
section pre.margin-bottom-s,
section a.margin-bottom-s,
section address.margin-bottom-s,
section cite.margin-bottom-s,
section img.margin-bottom-s,
section svg.margin-bottom-s,
section dl.margin-bottom-s,
section dt.margin-bottom-s,
section dd.margin-bottom-s,
section ol.margin-bottom-s,
section ul.margin-bottom-s,
section li.margin-bottom-s,
section fieldset.margin-bottom-s,
section form.margin-bottom-s,
section label.margin-bottom-s,
section legend.margin-bottom-s,
section table.margin-bottom-s,
section caption.margin-bottom-s,
section tbody.margin-bottom-s,
section tfoot.margin-bottom-s,
section thead.margin-bottom-s,
section tr.margin-bottom-s,
section th.margin-bottom-s,
section td.margin-bottom-s,
section article.margin-bottom-s,
section aside.margin-bottom-s,
section details.margin-bottom-s,
section embed.margin-bottom-s,
section figure.margin-bottom-s,
section figcaption.margin-bottom-s,
section footer.margin-bottom-s,
section header.margin-bottom-s,
section section.margin-bottom-s,
section summary.margin-bottom-s,
section time.margin-bottom-s,
section video.margin-bottom-s {
  margin-bottom: var(--iroc-margin-s);
}
section div.margin-left-s,
section span.margin-left-s,
section iframe.margin-left-s,
section h1.margin-left-s,
section h2.margin-left-s,
section h3.margin-left-s,
section h4.margin-left-s,
section h5.margin-left-s,
section h6.margin-left-s,
section p.margin-left-s,
section blockquote.margin-left-s,
section pre.margin-left-s,
section a.margin-left-s,
section address.margin-left-s,
section cite.margin-left-s,
section img.margin-left-s,
section svg.margin-left-s,
section dl.margin-left-s,
section dt.margin-left-s,
section dd.margin-left-s,
section ol.margin-left-s,
section ul.margin-left-s,
section li.margin-left-s,
section fieldset.margin-left-s,
section form.margin-left-s,
section label.margin-left-s,
section legend.margin-left-s,
section table.margin-left-s,
section caption.margin-left-s,
section tbody.margin-left-s,
section tfoot.margin-left-s,
section thead.margin-left-s,
section tr.margin-left-s,
section th.margin-left-s,
section td.margin-left-s,
section article.margin-left-s,
section aside.margin-left-s,
section details.margin-left-s,
section embed.margin-left-s,
section figure.margin-left-s,
section figcaption.margin-left-s,
section footer.margin-left-s,
section header.margin-left-s,
section section.margin-left-s,
section summary.margin-left-s,
section time.margin-left-s,
section video.margin-left-s {
  margin-left: var(--iroc-margin-s);
}
section div.margin-y-s,
section span.margin-y-s,
section iframe.margin-y-s,
section h1.margin-y-s,
section h2.margin-y-s,
section h3.margin-y-s,
section h4.margin-y-s,
section h5.margin-y-s,
section h6.margin-y-s,
section p.margin-y-s,
section blockquote.margin-y-s,
section pre.margin-y-s,
section a.margin-y-s,
section address.margin-y-s,
section cite.margin-y-s,
section img.margin-y-s,
section svg.margin-y-s,
section dl.margin-y-s,
section dt.margin-y-s,
section dd.margin-y-s,
section ol.margin-y-s,
section ul.margin-y-s,
section li.margin-y-s,
section fieldset.margin-y-s,
section form.margin-y-s,
section label.margin-y-s,
section legend.margin-y-s,
section table.margin-y-s,
section caption.margin-y-s,
section tbody.margin-y-s,
section tfoot.margin-y-s,
section thead.margin-y-s,
section tr.margin-y-s,
section th.margin-y-s,
section td.margin-y-s,
section article.margin-y-s,
section aside.margin-y-s,
section details.margin-y-s,
section embed.margin-y-s,
section figure.margin-y-s,
section figcaption.margin-y-s,
section footer.margin-y-s,
section header.margin-y-s,
section section.margin-y-s,
section summary.margin-y-s,
section time.margin-y-s,
section video.margin-y-s {
  margin-top: var(--iroc-margin-s);
  margin-bottom: var(--iroc-margin-s);
}
section div.margin-x-s,
section span.margin-x-s,
section iframe.margin-x-s,
section h1.margin-x-s,
section h2.margin-x-s,
section h3.margin-x-s,
section h4.margin-x-s,
section h5.margin-x-s,
section h6.margin-x-s,
section p.margin-x-s,
section blockquote.margin-x-s,
section pre.margin-x-s,
section a.margin-x-s,
section address.margin-x-s,
section cite.margin-x-s,
section img.margin-x-s,
section svg.margin-x-s,
section dl.margin-x-s,
section dt.margin-x-s,
section dd.margin-x-s,
section ol.margin-x-s,
section ul.margin-x-s,
section li.margin-x-s,
section fieldset.margin-x-s,
section form.margin-x-s,
section label.margin-x-s,
section legend.margin-x-s,
section table.margin-x-s,
section caption.margin-x-s,
section tbody.margin-x-s,
section tfoot.margin-x-s,
section thead.margin-x-s,
section tr.margin-x-s,
section th.margin-x-s,
section td.margin-x-s,
section article.margin-x-s,
section aside.margin-x-s,
section details.margin-x-s,
section embed.margin-x-s,
section figure.margin-x-s,
section figcaption.margin-x-s,
section footer.margin-x-s,
section header.margin-x-s,
section section.margin-x-s,
section summary.margin-x-s,
section time.margin-x-s,
section video.margin-x-s {
  margin-left: var(--iroc-margin-s);
  margin-right: var(--iroc-margin-s);
}
section div.margin-top-m,
section span.margin-top-m,
section iframe.margin-top-m,
section h1.margin-top-m,
section h2.margin-top-m,
section h3.margin-top-m,
section h4.margin-top-m,
section h5.margin-top-m,
section h6.margin-top-m,
section p.margin-top-m,
section blockquote.margin-top-m,
section pre.margin-top-m,
section a.margin-top-m,
section address.margin-top-m,
section cite.margin-top-m,
section img.margin-top-m,
section svg.margin-top-m,
section dl.margin-top-m,
section dt.margin-top-m,
section dd.margin-top-m,
section ol.margin-top-m,
section ul.margin-top-m,
section li.margin-top-m,
section fieldset.margin-top-m,
section form.margin-top-m,
section label.margin-top-m,
section legend.margin-top-m,
section table.margin-top-m,
section caption.margin-top-m,
section tbody.margin-top-m,
section tfoot.margin-top-m,
section thead.margin-top-m,
section tr.margin-top-m,
section th.margin-top-m,
section td.margin-top-m,
section article.margin-top-m,
section aside.margin-top-m,
section details.margin-top-m,
section embed.margin-top-m,
section figure.margin-top-m,
section figcaption.margin-top-m,
section footer.margin-top-m,
section header.margin-top-m,
section section.margin-top-m,
section summary.margin-top-m,
section time.margin-top-m,
section video.margin-top-m {
  margin-top: var(--iroc-margin-m);
}
section div.margin-right-m,
section span.margin-right-m,
section iframe.margin-right-m,
section h1.margin-right-m,
section h2.margin-right-m,
section h3.margin-right-m,
section h4.margin-right-m,
section h5.margin-right-m,
section h6.margin-right-m,
section p.margin-right-m,
section blockquote.margin-right-m,
section pre.margin-right-m,
section a.margin-right-m,
section address.margin-right-m,
section cite.margin-right-m,
section img.margin-right-m,
section svg.margin-right-m,
section dl.margin-right-m,
section dt.margin-right-m,
section dd.margin-right-m,
section ol.margin-right-m,
section ul.margin-right-m,
section li.margin-right-m,
section fieldset.margin-right-m,
section form.margin-right-m,
section label.margin-right-m,
section legend.margin-right-m,
section table.margin-right-m,
section caption.margin-right-m,
section tbody.margin-right-m,
section tfoot.margin-right-m,
section thead.margin-right-m,
section tr.margin-right-m,
section th.margin-right-m,
section td.margin-right-m,
section article.margin-right-m,
section aside.margin-right-m,
section details.margin-right-m,
section embed.margin-right-m,
section figure.margin-right-m,
section figcaption.margin-right-m,
section footer.margin-right-m,
section header.margin-right-m,
section section.margin-right-m,
section summary.margin-right-m,
section time.margin-right-m,
section video.margin-right-m {
  margin-right: var(--iroc-margin-m);
}
section div.margin-bottom-m,
section span.margin-bottom-m,
section iframe.margin-bottom-m,
section h1.margin-bottom-m,
section h2.margin-bottom-m,
section h3.margin-bottom-m,
section h4.margin-bottom-m,
section h5.margin-bottom-m,
section h6.margin-bottom-m,
section p.margin-bottom-m,
section blockquote.margin-bottom-m,
section pre.margin-bottom-m,
section a.margin-bottom-m,
section address.margin-bottom-m,
section cite.margin-bottom-m,
section img.margin-bottom-m,
section svg.margin-bottom-m,
section dl.margin-bottom-m,
section dt.margin-bottom-m,
section dd.margin-bottom-m,
section ol.margin-bottom-m,
section ul.margin-bottom-m,
section li.margin-bottom-m,
section fieldset.margin-bottom-m,
section form.margin-bottom-m,
section label.margin-bottom-m,
section legend.margin-bottom-m,
section table.margin-bottom-m,
section caption.margin-bottom-m,
section tbody.margin-bottom-m,
section tfoot.margin-bottom-m,
section thead.margin-bottom-m,
section tr.margin-bottom-m,
section th.margin-bottom-m,
section td.margin-bottom-m,
section article.margin-bottom-m,
section aside.margin-bottom-m,
section details.margin-bottom-m,
section embed.margin-bottom-m,
section figure.margin-bottom-m,
section figcaption.margin-bottom-m,
section footer.margin-bottom-m,
section header.margin-bottom-m,
section section.margin-bottom-m,
section summary.margin-bottom-m,
section time.margin-bottom-m,
section video.margin-bottom-m {
  margin-bottom: var(--iroc-margin-m);
}
section div.margin-left-m,
section span.margin-left-m,
section iframe.margin-left-m,
section h1.margin-left-m,
section h2.margin-left-m,
section h3.margin-left-m,
section h4.margin-left-m,
section h5.margin-left-m,
section h6.margin-left-m,
section p.margin-left-m,
section blockquote.margin-left-m,
section pre.margin-left-m,
section a.margin-left-m,
section address.margin-left-m,
section cite.margin-left-m,
section img.margin-left-m,
section svg.margin-left-m,
section dl.margin-left-m,
section dt.margin-left-m,
section dd.margin-left-m,
section ol.margin-left-m,
section ul.margin-left-m,
section li.margin-left-m,
section fieldset.margin-left-m,
section form.margin-left-m,
section label.margin-left-m,
section legend.margin-left-m,
section table.margin-left-m,
section caption.margin-left-m,
section tbody.margin-left-m,
section tfoot.margin-left-m,
section thead.margin-left-m,
section tr.margin-left-m,
section th.margin-left-m,
section td.margin-left-m,
section article.margin-left-m,
section aside.margin-left-m,
section details.margin-left-m,
section embed.margin-left-m,
section figure.margin-left-m,
section figcaption.margin-left-m,
section footer.margin-left-m,
section header.margin-left-m,
section section.margin-left-m,
section summary.margin-left-m,
section time.margin-left-m,
section video.margin-left-m {
  margin-left: var(--iroc-margin-m);
}
section div.margin-y-m,
section span.margin-y-m,
section iframe.margin-y-m,
section h1.margin-y-m,
section h2.margin-y-m,
section h3.margin-y-m,
section h4.margin-y-m,
section h5.margin-y-m,
section h6.margin-y-m,
section p.margin-y-m,
section blockquote.margin-y-m,
section pre.margin-y-m,
section a.margin-y-m,
section address.margin-y-m,
section cite.margin-y-m,
section img.margin-y-m,
section svg.margin-y-m,
section dl.margin-y-m,
section dt.margin-y-m,
section dd.margin-y-m,
section ol.margin-y-m,
section ul.margin-y-m,
section li.margin-y-m,
section fieldset.margin-y-m,
section form.margin-y-m,
section label.margin-y-m,
section legend.margin-y-m,
section table.margin-y-m,
section caption.margin-y-m,
section tbody.margin-y-m,
section tfoot.margin-y-m,
section thead.margin-y-m,
section tr.margin-y-m,
section th.margin-y-m,
section td.margin-y-m,
section article.margin-y-m,
section aside.margin-y-m,
section details.margin-y-m,
section embed.margin-y-m,
section figure.margin-y-m,
section figcaption.margin-y-m,
section footer.margin-y-m,
section header.margin-y-m,
section section.margin-y-m,
section summary.margin-y-m,
section time.margin-y-m,
section video.margin-y-m {
  margin-top: var(--iroc-margin-m);
  margin-bottom: var(--iroc-margin-m);
}
section div.margin-x-m,
section span.margin-x-m,
section iframe.margin-x-m,
section h1.margin-x-m,
section h2.margin-x-m,
section h3.margin-x-m,
section h4.margin-x-m,
section h5.margin-x-m,
section h6.margin-x-m,
section p.margin-x-m,
section blockquote.margin-x-m,
section pre.margin-x-m,
section a.margin-x-m,
section address.margin-x-m,
section cite.margin-x-m,
section img.margin-x-m,
section svg.margin-x-m,
section dl.margin-x-m,
section dt.margin-x-m,
section dd.margin-x-m,
section ol.margin-x-m,
section ul.margin-x-m,
section li.margin-x-m,
section fieldset.margin-x-m,
section form.margin-x-m,
section label.margin-x-m,
section legend.margin-x-m,
section table.margin-x-m,
section caption.margin-x-m,
section tbody.margin-x-m,
section tfoot.margin-x-m,
section thead.margin-x-m,
section tr.margin-x-m,
section th.margin-x-m,
section td.margin-x-m,
section article.margin-x-m,
section aside.margin-x-m,
section details.margin-x-m,
section embed.margin-x-m,
section figure.margin-x-m,
section figcaption.margin-x-m,
section footer.margin-x-m,
section header.margin-x-m,
section section.margin-x-m,
section summary.margin-x-m,
section time.margin-x-m,
section video.margin-x-m {
  margin-left: var(--iroc-margin-m);
  margin-right: var(--iroc-margin-m);
}
section div.margin-top-l,
section span.margin-top-l,
section iframe.margin-top-l,
section h1.margin-top-l,
section h2.margin-top-l,
section h3.margin-top-l,
section h4.margin-top-l,
section h5.margin-top-l,
section h6.margin-top-l,
section p.margin-top-l,
section blockquote.margin-top-l,
section pre.margin-top-l,
section a.margin-top-l,
section address.margin-top-l,
section cite.margin-top-l,
section img.margin-top-l,
section svg.margin-top-l,
section dl.margin-top-l,
section dt.margin-top-l,
section dd.margin-top-l,
section ol.margin-top-l,
section ul.margin-top-l,
section li.margin-top-l,
section fieldset.margin-top-l,
section form.margin-top-l,
section label.margin-top-l,
section legend.margin-top-l,
section table.margin-top-l,
section caption.margin-top-l,
section tbody.margin-top-l,
section tfoot.margin-top-l,
section thead.margin-top-l,
section tr.margin-top-l,
section th.margin-top-l,
section td.margin-top-l,
section article.margin-top-l,
section aside.margin-top-l,
section details.margin-top-l,
section embed.margin-top-l,
section figure.margin-top-l,
section figcaption.margin-top-l,
section footer.margin-top-l,
section header.margin-top-l,
section section.margin-top-l,
section summary.margin-top-l,
section time.margin-top-l,
section video.margin-top-l {
  margin-top: var(--iroc-margin-l);
}
section div.margin-right-l,
section span.margin-right-l,
section iframe.margin-right-l,
section h1.margin-right-l,
section h2.margin-right-l,
section h3.margin-right-l,
section h4.margin-right-l,
section h5.margin-right-l,
section h6.margin-right-l,
section p.margin-right-l,
section blockquote.margin-right-l,
section pre.margin-right-l,
section a.margin-right-l,
section address.margin-right-l,
section cite.margin-right-l,
section img.margin-right-l,
section svg.margin-right-l,
section dl.margin-right-l,
section dt.margin-right-l,
section dd.margin-right-l,
section ol.margin-right-l,
section ul.margin-right-l,
section li.margin-right-l,
section fieldset.margin-right-l,
section form.margin-right-l,
section label.margin-right-l,
section legend.margin-right-l,
section table.margin-right-l,
section caption.margin-right-l,
section tbody.margin-right-l,
section tfoot.margin-right-l,
section thead.margin-right-l,
section tr.margin-right-l,
section th.margin-right-l,
section td.margin-right-l,
section article.margin-right-l,
section aside.margin-right-l,
section details.margin-right-l,
section embed.margin-right-l,
section figure.margin-right-l,
section figcaption.margin-right-l,
section footer.margin-right-l,
section header.margin-right-l,
section section.margin-right-l,
section summary.margin-right-l,
section time.margin-right-l,
section video.margin-right-l {
  margin-right: var(--iroc-margin-l);
}
section div.margin-bottom-l,
section span.margin-bottom-l,
section iframe.margin-bottom-l,
section h1.margin-bottom-l,
section h2.margin-bottom-l,
section h3.margin-bottom-l,
section h4.margin-bottom-l,
section h5.margin-bottom-l,
section h6.margin-bottom-l,
section p.margin-bottom-l,
section blockquote.margin-bottom-l,
section pre.margin-bottom-l,
section a.margin-bottom-l,
section address.margin-bottom-l,
section cite.margin-bottom-l,
section img.margin-bottom-l,
section svg.margin-bottom-l,
section dl.margin-bottom-l,
section dt.margin-bottom-l,
section dd.margin-bottom-l,
section ol.margin-bottom-l,
section ul.margin-bottom-l,
section li.margin-bottom-l,
section fieldset.margin-bottom-l,
section form.margin-bottom-l,
section label.margin-bottom-l,
section legend.margin-bottom-l,
section table.margin-bottom-l,
section caption.margin-bottom-l,
section tbody.margin-bottom-l,
section tfoot.margin-bottom-l,
section thead.margin-bottom-l,
section tr.margin-bottom-l,
section th.margin-bottom-l,
section td.margin-bottom-l,
section article.margin-bottom-l,
section aside.margin-bottom-l,
section details.margin-bottom-l,
section embed.margin-bottom-l,
section figure.margin-bottom-l,
section figcaption.margin-bottom-l,
section footer.margin-bottom-l,
section header.margin-bottom-l,
section section.margin-bottom-l,
section summary.margin-bottom-l,
section time.margin-bottom-l,
section video.margin-bottom-l {
  margin-bottom: var(--iroc-margin-l);
}
section div.margin-left-l,
section span.margin-left-l,
section iframe.margin-left-l,
section h1.margin-left-l,
section h2.margin-left-l,
section h3.margin-left-l,
section h4.margin-left-l,
section h5.margin-left-l,
section h6.margin-left-l,
section p.margin-left-l,
section blockquote.margin-left-l,
section pre.margin-left-l,
section a.margin-left-l,
section address.margin-left-l,
section cite.margin-left-l,
section img.margin-left-l,
section svg.margin-left-l,
section dl.margin-left-l,
section dt.margin-left-l,
section dd.margin-left-l,
section ol.margin-left-l,
section ul.margin-left-l,
section li.margin-left-l,
section fieldset.margin-left-l,
section form.margin-left-l,
section label.margin-left-l,
section legend.margin-left-l,
section table.margin-left-l,
section caption.margin-left-l,
section tbody.margin-left-l,
section tfoot.margin-left-l,
section thead.margin-left-l,
section tr.margin-left-l,
section th.margin-left-l,
section td.margin-left-l,
section article.margin-left-l,
section aside.margin-left-l,
section details.margin-left-l,
section embed.margin-left-l,
section figure.margin-left-l,
section figcaption.margin-left-l,
section footer.margin-left-l,
section header.margin-left-l,
section section.margin-left-l,
section summary.margin-left-l,
section time.margin-left-l,
section video.margin-left-l {
  margin-left: var(--iroc-margin-l);
}
section div.margin-y-l,
section span.margin-y-l,
section iframe.margin-y-l,
section h1.margin-y-l,
section h2.margin-y-l,
section h3.margin-y-l,
section h4.margin-y-l,
section h5.margin-y-l,
section h6.margin-y-l,
section p.margin-y-l,
section blockquote.margin-y-l,
section pre.margin-y-l,
section a.margin-y-l,
section address.margin-y-l,
section cite.margin-y-l,
section img.margin-y-l,
section svg.margin-y-l,
section dl.margin-y-l,
section dt.margin-y-l,
section dd.margin-y-l,
section ol.margin-y-l,
section ul.margin-y-l,
section li.margin-y-l,
section fieldset.margin-y-l,
section form.margin-y-l,
section label.margin-y-l,
section legend.margin-y-l,
section table.margin-y-l,
section caption.margin-y-l,
section tbody.margin-y-l,
section tfoot.margin-y-l,
section thead.margin-y-l,
section tr.margin-y-l,
section th.margin-y-l,
section td.margin-y-l,
section article.margin-y-l,
section aside.margin-y-l,
section details.margin-y-l,
section embed.margin-y-l,
section figure.margin-y-l,
section figcaption.margin-y-l,
section footer.margin-y-l,
section header.margin-y-l,
section section.margin-y-l,
section summary.margin-y-l,
section time.margin-y-l,
section video.margin-y-l {
  margin-top: var(--iroc-margin-l);
  margin-bottom: var(--iroc-margin-l);
}
section div.margin-x-l,
section span.margin-x-l,
section iframe.margin-x-l,
section h1.margin-x-l,
section h2.margin-x-l,
section h3.margin-x-l,
section h4.margin-x-l,
section h5.margin-x-l,
section h6.margin-x-l,
section p.margin-x-l,
section blockquote.margin-x-l,
section pre.margin-x-l,
section a.margin-x-l,
section address.margin-x-l,
section cite.margin-x-l,
section img.margin-x-l,
section svg.margin-x-l,
section dl.margin-x-l,
section dt.margin-x-l,
section dd.margin-x-l,
section ol.margin-x-l,
section ul.margin-x-l,
section li.margin-x-l,
section fieldset.margin-x-l,
section form.margin-x-l,
section label.margin-x-l,
section legend.margin-x-l,
section table.margin-x-l,
section caption.margin-x-l,
section tbody.margin-x-l,
section tfoot.margin-x-l,
section thead.margin-x-l,
section tr.margin-x-l,
section th.margin-x-l,
section td.margin-x-l,
section article.margin-x-l,
section aside.margin-x-l,
section details.margin-x-l,
section embed.margin-x-l,
section figure.margin-x-l,
section figcaption.margin-x-l,
section footer.margin-x-l,
section header.margin-x-l,
section section.margin-x-l,
section summary.margin-x-l,
section time.margin-x-l,
section video.margin-x-l {
  margin-left: var(--iroc-margin-l);
  margin-right: var(--iroc-margin-l);
}
section div.margin-top-xl,
section span.margin-top-xl,
section iframe.margin-top-xl,
section h1.margin-top-xl,
section h2.margin-top-xl,
section h3.margin-top-xl,
section h4.margin-top-xl,
section h5.margin-top-xl,
section h6.margin-top-xl,
section p.margin-top-xl,
section blockquote.margin-top-xl,
section pre.margin-top-xl,
section a.margin-top-xl,
section address.margin-top-xl,
section cite.margin-top-xl,
section img.margin-top-xl,
section svg.margin-top-xl,
section dl.margin-top-xl,
section dt.margin-top-xl,
section dd.margin-top-xl,
section ol.margin-top-xl,
section ul.margin-top-xl,
section li.margin-top-xl,
section fieldset.margin-top-xl,
section form.margin-top-xl,
section label.margin-top-xl,
section legend.margin-top-xl,
section table.margin-top-xl,
section caption.margin-top-xl,
section tbody.margin-top-xl,
section tfoot.margin-top-xl,
section thead.margin-top-xl,
section tr.margin-top-xl,
section th.margin-top-xl,
section td.margin-top-xl,
section article.margin-top-xl,
section aside.margin-top-xl,
section details.margin-top-xl,
section embed.margin-top-xl,
section figure.margin-top-xl,
section figcaption.margin-top-xl,
section footer.margin-top-xl,
section header.margin-top-xl,
section section.margin-top-xl,
section summary.margin-top-xl,
section time.margin-top-xl,
section video.margin-top-xl {
  margin-top: var(--iroc-margin-xl);
}
section div.margin-top-xxl,
section span.margin-top-xxl,
section iframe.margin-top-xxl,
section h1.margin-top-xxl,
section h2.margin-top-xxl,
section h3.margin-top-xxl,
section h4.margin-top-xxl,
section h5.margin-top-xxl,
section h6.margin-top-xxl,
section p.margin-top-xxl,
section blockquote.margin-top-xxl,
section pre.margin-top-xxl,
section a.margin-top-xxl,
section address.margin-top-xxl,
section cite.margin-top-xxl,
section img.margin-top-xxl,
section svg.margin-top-xxl,
section dl.margin-top-xxl,
section dt.margin-top-xxl,
section dd.margin-top-xxl,
section ol.margin-top-xxl,
section ul.margin-top-xxl,
section li.margin-top-xxl,
section fieldset.margin-top-xxl,
section form.margin-top-xxl,
section label.margin-top-xxl,
section legend.margin-top-xxl,
section table.margin-top-xxl,
section caption.margin-top-xxl,
section tbody.margin-top-xxl,
section tfoot.margin-top-xxl,
section thead.margin-top-xxl,
section tr.margin-top-xxl,
section th.margin-top-xxl,
section td.margin-top-xxl,
section article.margin-top-xxl,
section aside.margin-top-xxl,
section details.margin-top-xxl,
section embed.margin-top-xxl,
section figure.margin-top-xxl,
section figcaption.margin-top-xxl,
section footer.margin-top-xxl,
section header.margin-top-xxl,
section section.margin-top-xxl,
section summary.margin-top-xxl,
section time.margin-top-xxl,
section video.margin-top-xxl {
  margin-top: var(--iroc-margin-xxl);
}
section div.margin-right-xl,
section span.margin-right-xl,
section iframe.margin-right-xl,
section h1.margin-right-xl,
section h2.margin-right-xl,
section h3.margin-right-xl,
section h4.margin-right-xl,
section h5.margin-right-xl,
section h6.margin-right-xl,
section p.margin-right-xl,
section blockquote.margin-right-xl,
section pre.margin-right-xl,
section a.margin-right-xl,
section address.margin-right-xl,
section cite.margin-right-xl,
section img.margin-right-xl,
section svg.margin-right-xl,
section dl.margin-right-xl,
section dt.margin-right-xl,
section dd.margin-right-xl,
section ol.margin-right-xl,
section ul.margin-right-xl,
section li.margin-right-xl,
section fieldset.margin-right-xl,
section form.margin-right-xl,
section label.margin-right-xl,
section legend.margin-right-xl,
section table.margin-right-xl,
section caption.margin-right-xl,
section tbody.margin-right-xl,
section tfoot.margin-right-xl,
section thead.margin-right-xl,
section tr.margin-right-xl,
section th.margin-right-xl,
section td.margin-right-xl,
section article.margin-right-xl,
section aside.margin-right-xl,
section details.margin-right-xl,
section embed.margin-right-xl,
section figure.margin-right-xl,
section figcaption.margin-right-xl,
section footer.margin-right-xl,
section header.margin-right-xl,
section section.margin-right-xl,
section summary.margin-right-xl,
section time.margin-right-xl,
section video.margin-right-xl {
  margin-right: var(--iroc-margin-xl);
}
section div.margin-right-xxl,
section span.margin-right-xxl,
section iframe.margin-right-xxl,
section h1.margin-right-xxl,
section h2.margin-right-xxl,
section h3.margin-right-xxl,
section h4.margin-right-xxl,
section h5.margin-right-xxl,
section h6.margin-right-xxl,
section p.margin-right-xxl,
section blockquote.margin-right-xxl,
section pre.margin-right-xxl,
section a.margin-right-xxl,
section address.margin-right-xxl,
section cite.margin-right-xxl,
section img.margin-right-xxl,
section svg.margin-right-xxl,
section dl.margin-right-xxl,
section dt.margin-right-xxl,
section dd.margin-right-xxl,
section ol.margin-right-xxl,
section ul.margin-right-xxl,
section li.margin-right-xxl,
section fieldset.margin-right-xxl,
section form.margin-right-xxl,
section label.margin-right-xxl,
section legend.margin-right-xxl,
section table.margin-right-xxl,
section caption.margin-right-xxl,
section tbody.margin-right-xxl,
section tfoot.margin-right-xxl,
section thead.margin-right-xxl,
section tr.margin-right-xxl,
section th.margin-right-xxl,
section td.margin-right-xxl,
section article.margin-right-xxl,
section aside.margin-right-xxl,
section details.margin-right-xxl,
section embed.margin-right-xxl,
section figure.margin-right-xxl,
section figcaption.margin-right-xxl,
section footer.margin-right-xxl,
section header.margin-right-xxl,
section section.margin-right-xxl,
section summary.margin-right-xxl,
section time.margin-right-xxl,
section video.margin-right-xxl {
  margin-right: var(--iroc-margin-xxl);
}
section div.margin-bottom-xl,
section span.margin-bottom-xl,
section iframe.margin-bottom-xl,
section h1.margin-bottom-xl,
section h2.margin-bottom-xl,
section h3.margin-bottom-xl,
section h4.margin-bottom-xl,
section h5.margin-bottom-xl,
section h6.margin-bottom-xl,
section p.margin-bottom-xl,
section blockquote.margin-bottom-xl,
section pre.margin-bottom-xl,
section a.margin-bottom-xl,
section address.margin-bottom-xl,
section cite.margin-bottom-xl,
section img.margin-bottom-xl,
section svg.margin-bottom-xl,
section dl.margin-bottom-xl,
section dt.margin-bottom-xl,
section dd.margin-bottom-xl,
section ol.margin-bottom-xl,
section ul.margin-bottom-xl,
section li.margin-bottom-xl,
section fieldset.margin-bottom-xl,
section form.margin-bottom-xl,
section label.margin-bottom-xl,
section legend.margin-bottom-xl,
section table.margin-bottom-xl,
section caption.margin-bottom-xl,
section tbody.margin-bottom-xl,
section tfoot.margin-bottom-xl,
section thead.margin-bottom-xl,
section tr.margin-bottom-xl,
section th.margin-bottom-xl,
section td.margin-bottom-xl,
section article.margin-bottom-xl,
section aside.margin-bottom-xl,
section details.margin-bottom-xl,
section embed.margin-bottom-xl,
section figure.margin-bottom-xl,
section figcaption.margin-bottom-xl,
section footer.margin-bottom-xl,
section header.margin-bottom-xl,
section section.margin-bottom-xl,
section summary.margin-bottom-xl,
section time.margin-bottom-xl,
section video.margin-bottom-xl {
  margin-bottom: var(--iroc-margin-xl);
}
section div.margin-bottom-xxl,
section span.margin-bottom-xxl,
section iframe.margin-bottom-xxl,
section h1.margin-bottom-xxl,
section h2.margin-bottom-xxl,
section h3.margin-bottom-xxl,
section h4.margin-bottom-xxl,
section h5.margin-bottom-xxl,
section h6.margin-bottom-xxl,
section p.margin-bottom-xxl,
section blockquote.margin-bottom-xxl,
section pre.margin-bottom-xxl,
section a.margin-bottom-xxl,
section address.margin-bottom-xxl,
section cite.margin-bottom-xxl,
section img.margin-bottom-xxl,
section svg.margin-bottom-xxl,
section dl.margin-bottom-xxl,
section dt.margin-bottom-xxl,
section dd.margin-bottom-xxl,
section ol.margin-bottom-xxl,
section ul.margin-bottom-xxl,
section li.margin-bottom-xxl,
section fieldset.margin-bottom-xxl,
section form.margin-bottom-xxl,
section label.margin-bottom-xxl,
section legend.margin-bottom-xxl,
section table.margin-bottom-xxl,
section caption.margin-bottom-xxl,
section tbody.margin-bottom-xxl,
section tfoot.margin-bottom-xxl,
section thead.margin-bottom-xxl,
section tr.margin-bottom-xxl,
section th.margin-bottom-xxl,
section td.margin-bottom-xxl,
section article.margin-bottom-xxl,
section aside.margin-bottom-xxl,
section details.margin-bottom-xxl,
section embed.margin-bottom-xxl,
section figure.margin-bottom-xxl,
section figcaption.margin-bottom-xxl,
section footer.margin-bottom-xxl,
section header.margin-bottom-xxl,
section section.margin-bottom-xxl,
section summary.margin-bottom-xxl,
section time.margin-bottom-xxl,
section video.margin-bottom-xxl {
  margin-bottom: var(--iroc-margin-xxl);
}
section div.margin-left-xl,
section span.margin-left-xl,
section iframe.margin-left-xl,
section h1.margin-left-xl,
section h2.margin-left-xl,
section h3.margin-left-xl,
section h4.margin-left-xl,
section h5.margin-left-xl,
section h6.margin-left-xl,
section p.margin-left-xl,
section blockquote.margin-left-xl,
section pre.margin-left-xl,
section a.margin-left-xl,
section address.margin-left-xl,
section cite.margin-left-xl,
section img.margin-left-xl,
section svg.margin-left-xl,
section dl.margin-left-xl,
section dt.margin-left-xl,
section dd.margin-left-xl,
section ol.margin-left-xl,
section ul.margin-left-xl,
section li.margin-left-xl,
section fieldset.margin-left-xl,
section form.margin-left-xl,
section label.margin-left-xl,
section legend.margin-left-xl,
section table.margin-left-xl,
section caption.margin-left-xl,
section tbody.margin-left-xl,
section tfoot.margin-left-xl,
section thead.margin-left-xl,
section tr.margin-left-xl,
section th.margin-left-xl,
section td.margin-left-xl,
section article.margin-left-xl,
section aside.margin-left-xl,
section details.margin-left-xl,
section embed.margin-left-xl,
section figure.margin-left-xl,
section figcaption.margin-left-xl,
section footer.margin-left-xl,
section header.margin-left-xl,
section section.margin-left-xl,
section summary.margin-left-xl,
section time.margin-left-xl,
section video.margin-left-xl {
  margin-left: var(--iroc-margin-xl);
}
section div.margin-left-xxl,
section span.margin-left-xxl,
section iframe.margin-left-xxl,
section h1.margin-left-xxl,
section h2.margin-left-xxl,
section h3.margin-left-xxl,
section h4.margin-left-xxl,
section h5.margin-left-xxl,
section h6.margin-left-xxl,
section p.margin-left-xxl,
section blockquote.margin-left-xxl,
section pre.margin-left-xxl,
section a.margin-left-xxl,
section address.margin-left-xxl,
section cite.margin-left-xxl,
section img.margin-left-xxl,
section svg.margin-left-xxl,
section dl.margin-left-xxl,
section dt.margin-left-xxl,
section dd.margin-left-xxl,
section ol.margin-left-xxl,
section ul.margin-left-xxl,
section li.margin-left-xxl,
section fieldset.margin-left-xxl,
section form.margin-left-xxl,
section label.margin-left-xxl,
section legend.margin-left-xxl,
section table.margin-left-xxl,
section caption.margin-left-xxl,
section tbody.margin-left-xxl,
section tfoot.margin-left-xxl,
section thead.margin-left-xxl,
section tr.margin-left-xxl,
section th.margin-left-xxl,
section td.margin-left-xxl,
section article.margin-left-xxl,
section aside.margin-left-xxl,
section details.margin-left-xxl,
section embed.margin-left-xxl,
section figure.margin-left-xxl,
section figcaption.margin-left-xxl,
section footer.margin-left-xxl,
section header.margin-left-xxl,
section section.margin-left-xxl,
section summary.margin-left-xxl,
section time.margin-left-xxl,
section video.margin-left-xxl {
  margin-left: var(--iroc-margin-xxl);
}
section div.margin-y-xl,
section span.margin-y-xl,
section iframe.margin-y-xl,
section h1.margin-y-xl,
section h2.margin-y-xl,
section h3.margin-y-xl,
section h4.margin-y-xl,
section h5.margin-y-xl,
section h6.margin-y-xl,
section p.margin-y-xl,
section blockquote.margin-y-xl,
section pre.margin-y-xl,
section a.margin-y-xl,
section address.margin-y-xl,
section cite.margin-y-xl,
section img.margin-y-xl,
section svg.margin-y-xl,
section dl.margin-y-xl,
section dt.margin-y-xl,
section dd.margin-y-xl,
section ol.margin-y-xl,
section ul.margin-y-xl,
section li.margin-y-xl,
section fieldset.margin-y-xl,
section form.margin-y-xl,
section label.margin-y-xl,
section legend.margin-y-xl,
section table.margin-y-xl,
section caption.margin-y-xl,
section tbody.margin-y-xl,
section tfoot.margin-y-xl,
section thead.margin-y-xl,
section tr.margin-y-xl,
section th.margin-y-xl,
section td.margin-y-xl,
section article.margin-y-xl,
section aside.margin-y-xl,
section details.margin-y-xl,
section embed.margin-y-xl,
section figure.margin-y-xl,
section figcaption.margin-y-xl,
section footer.margin-y-xl,
section header.margin-y-xl,
section section.margin-y-xl,
section summary.margin-y-xl,
section time.margin-y-xl,
section video.margin-y-xl {
  margin-top: var(--iroc-margin-xl);
  margin-bottom: var(--iroc-margin-xl);
}
section div.margin-y-xxl,
section span.margin-y-xxl,
section iframe.margin-y-xxl,
section h1.margin-y-xxl,
section h2.margin-y-xxl,
section h3.margin-y-xxl,
section h4.margin-y-xxl,
section h5.margin-y-xxl,
section h6.margin-y-xxl,
section p.margin-y-xxl,
section blockquote.margin-y-xxl,
section pre.margin-y-xxl,
section a.margin-y-xxl,
section address.margin-y-xxl,
section cite.margin-y-xxl,
section img.margin-y-xxl,
section svg.margin-y-xxl,
section dl.margin-y-xxl,
section dt.margin-y-xxl,
section dd.margin-y-xxl,
section ol.margin-y-xxl,
section ul.margin-y-xxl,
section li.margin-y-xxl,
section fieldset.margin-y-xxl,
section form.margin-y-xxl,
section label.margin-y-xxl,
section legend.margin-y-xxl,
section table.margin-y-xxl,
section caption.margin-y-xxl,
section tbody.margin-y-xxl,
section tfoot.margin-y-xxl,
section thead.margin-y-xxl,
section tr.margin-y-xxl,
section th.margin-y-xxl,
section td.margin-y-xxl,
section article.margin-y-xxl,
section aside.margin-y-xxl,
section details.margin-y-xxl,
section embed.margin-y-xxl,
section figure.margin-y-xxl,
section figcaption.margin-y-xxl,
section footer.margin-y-xxl,
section header.margin-y-xxl,
section section.margin-y-xxl,
section summary.margin-y-xxl,
section time.margin-y-xxl,
section video.margin-y-xxl {
  margin-top: var(--iroc-margin-xxl);
  margin-bottom: var(--iroc-margin-xxl);
}
section div.margin-x-xl,
section span.margin-x-xl,
section iframe.margin-x-xl,
section h1.margin-x-xl,
section h2.margin-x-xl,
section h3.margin-x-xl,
section h4.margin-x-xl,
section h5.margin-x-xl,
section h6.margin-x-xl,
section p.margin-x-xl,
section blockquote.margin-x-xl,
section pre.margin-x-xl,
section a.margin-x-xl,
section address.margin-x-xl,
section cite.margin-x-xl,
section img.margin-x-xl,
section svg.margin-x-xl,
section dl.margin-x-xl,
section dt.margin-x-xl,
section dd.margin-x-xl,
section ol.margin-x-xl,
section ul.margin-x-xl,
section li.margin-x-xl,
section fieldset.margin-x-xl,
section form.margin-x-xl,
section label.margin-x-xl,
section legend.margin-x-xl,
section table.margin-x-xl,
section caption.margin-x-xl,
section tbody.margin-x-xl,
section tfoot.margin-x-xl,
section thead.margin-x-xl,
section tr.margin-x-xl,
section th.margin-x-xl,
section td.margin-x-xl,
section article.margin-x-xl,
section aside.margin-x-xl,
section details.margin-x-xl,
section embed.margin-x-xl,
section figure.margin-x-xl,
section figcaption.margin-x-xl,
section footer.margin-x-xl,
section header.margin-x-xl,
section section.margin-x-xl,
section summary.margin-x-xl,
section time.margin-x-xl,
section video.margin-x-xl {
  margin-left: var(--iroc-margin-xl);
  margin-right: var(--iroc-margin-xl);
}
section div.margin-x-xxl,
section span.margin-x-xxl,
section iframe.margin-x-xxl,
section h1.margin-x-xxl,
section h2.margin-x-xxl,
section h3.margin-x-xxl,
section h4.margin-x-xxl,
section h5.margin-x-xxl,
section h6.margin-x-xxl,
section p.margin-x-xxl,
section blockquote.margin-x-xxl,
section pre.margin-x-xxl,
section a.margin-x-xxl,
section address.margin-x-xxl,
section cite.margin-x-xxl,
section img.margin-x-xxl,
section svg.margin-x-xxl,
section dl.margin-x-xxl,
section dt.margin-x-xxl,
section dd.margin-x-xxl,
section ol.margin-x-xxl,
section ul.margin-x-xxl,
section li.margin-x-xxl,
section fieldset.margin-x-xxl,
section form.margin-x-xxl,
section label.margin-x-xxl,
section legend.margin-x-xxl,
section table.margin-x-xxl,
section caption.margin-x-xxl,
section tbody.margin-x-xxl,
section tfoot.margin-x-xxl,
section thead.margin-x-xxl,
section tr.margin-x-xxl,
section th.margin-x-xxl,
section td.margin-x-xxl,
section article.margin-x-xxl,
section aside.margin-x-xxl,
section details.margin-x-xxl,
section embed.margin-x-xxl,
section figure.margin-x-xxl,
section figcaption.margin-x-xxl,
section footer.margin-x-xxl,
section header.margin-x-xxl,
section section.margin-x-xxl,
section summary.margin-x-xxl,
section time.margin-x-xxl,
section video.margin-x-xxl {
  margin-left: var(--iroc-margin-xxl);
  margin-right: var(--iroc-margin-xxl);
}
section div.margin-top-0,
section span.margin-top-0,
section iframe.margin-top-0,
section h1.margin-top-0,
section h2.margin-top-0,
section h3.margin-top-0,
section h4.margin-top-0,
section h5.margin-top-0,
section h6.margin-top-0,
section p.margin-top-0,
section blockquote.margin-top-0,
section pre.margin-top-0,
section a.margin-top-0,
section address.margin-top-0,
section cite.margin-top-0,
section img.margin-top-0,
section svg.margin-top-0,
section dl.margin-top-0,
section dt.margin-top-0,
section dd.margin-top-0,
section ol.margin-top-0,
section ul.margin-top-0,
section li.margin-top-0,
section fieldset.margin-top-0,
section form.margin-top-0,
section label.margin-top-0,
section legend.margin-top-0,
section table.margin-top-0,
section caption.margin-top-0,
section tbody.margin-top-0,
section tfoot.margin-top-0,
section thead.margin-top-0,
section tr.margin-top-0,
section th.margin-top-0,
section td.margin-top-0,
section article.margin-top-0,
section aside.margin-top-0,
section details.margin-top-0,
section embed.margin-top-0,
section figure.margin-top-0,
section figcaption.margin-top-0,
section footer.margin-top-0,
section header.margin-top-0,
section section.margin-top-0,
section summary.margin-top-0,
section time.margin-top-0,
section video.margin-top-0 {
  margin-top: var(--iroc-margin-0);
}
section div.margin-right-0,
section span.margin-right-0,
section iframe.margin-right-0,
section h1.margin-right-0,
section h2.margin-right-0,
section h3.margin-right-0,
section h4.margin-right-0,
section h5.margin-right-0,
section h6.margin-right-0,
section p.margin-right-0,
section blockquote.margin-right-0,
section pre.margin-right-0,
section a.margin-right-0,
section address.margin-right-0,
section cite.margin-right-0,
section img.margin-right-0,
section svg.margin-right-0,
section dl.margin-right-0,
section dt.margin-right-0,
section dd.margin-right-0,
section ol.margin-right-0,
section ul.margin-right-0,
section li.margin-right-0,
section fieldset.margin-right-0,
section form.margin-right-0,
section label.margin-right-0,
section legend.margin-right-0,
section table.margin-right-0,
section caption.margin-right-0,
section tbody.margin-right-0,
section tfoot.margin-right-0,
section thead.margin-right-0,
section tr.margin-right-0,
section th.margin-right-0,
section td.margin-right-0,
section article.margin-right-0,
section aside.margin-right-0,
section details.margin-right-0,
section embed.margin-right-0,
section figure.margin-right-0,
section figcaption.margin-right-0,
section footer.margin-right-0,
section header.margin-right-0,
section section.margin-right-0,
section summary.margin-right-0,
section time.margin-right-0,
section video.margin-right-0 {
  margin-right: var(--iroc-margin-0);
}
section div.margin-bottom-0,
section span.margin-bottom-0,
section iframe.margin-bottom-0,
section h1.margin-bottom-0,
section h2.margin-bottom-0,
section h3.margin-bottom-0,
section h4.margin-bottom-0,
section h5.margin-bottom-0,
section h6.margin-bottom-0,
section p.margin-bottom-0,
section blockquote.margin-bottom-0,
section pre.margin-bottom-0,
section a.margin-bottom-0,
section address.margin-bottom-0,
section cite.margin-bottom-0,
section img.margin-bottom-0,
section svg.margin-bottom-0,
section dl.margin-bottom-0,
section dt.margin-bottom-0,
section dd.margin-bottom-0,
section ol.margin-bottom-0,
section ul.margin-bottom-0,
section li.margin-bottom-0,
section fieldset.margin-bottom-0,
section form.margin-bottom-0,
section label.margin-bottom-0,
section legend.margin-bottom-0,
section table.margin-bottom-0,
section caption.margin-bottom-0,
section tbody.margin-bottom-0,
section tfoot.margin-bottom-0,
section thead.margin-bottom-0,
section tr.margin-bottom-0,
section th.margin-bottom-0,
section td.margin-bottom-0,
section article.margin-bottom-0,
section aside.margin-bottom-0,
section details.margin-bottom-0,
section embed.margin-bottom-0,
section figure.margin-bottom-0,
section figcaption.margin-bottom-0,
section footer.margin-bottom-0,
section header.margin-bottom-0,
section section.margin-bottom-0,
section summary.margin-bottom-0,
section time.margin-bottom-0,
section video.margin-bottom-0 {
  margin-bottom: var(--iroc-margin-0);
}
section div.margin-left-0,
section span.margin-left-0,
section iframe.margin-left-0,
section h1.margin-left-0,
section h2.margin-left-0,
section h3.margin-left-0,
section h4.margin-left-0,
section h5.margin-left-0,
section h6.margin-left-0,
section p.margin-left-0,
section blockquote.margin-left-0,
section pre.margin-left-0,
section a.margin-left-0,
section address.margin-left-0,
section cite.margin-left-0,
section img.margin-left-0,
section svg.margin-left-0,
section dl.margin-left-0,
section dt.margin-left-0,
section dd.margin-left-0,
section ol.margin-left-0,
section ul.margin-left-0,
section li.margin-left-0,
section fieldset.margin-left-0,
section form.margin-left-0,
section label.margin-left-0,
section legend.margin-left-0,
section table.margin-left-0,
section caption.margin-left-0,
section tbody.margin-left-0,
section tfoot.margin-left-0,
section thead.margin-left-0,
section tr.margin-left-0,
section th.margin-left-0,
section td.margin-left-0,
section article.margin-left-0,
section aside.margin-left-0,
section details.margin-left-0,
section embed.margin-left-0,
section figure.margin-left-0,
section figcaption.margin-left-0,
section footer.margin-left-0,
section header.margin-left-0,
section section.margin-left-0,
section summary.margin-left-0,
section time.margin-left-0,
section video.margin-left-0 {
  margin-left: var(--iroc-margin-0);
}
section div.margin-y-0,
section span.margin-y-0,
section iframe.margin-y-0,
section h1.margin-y-0,
section h2.margin-y-0,
section h3.margin-y-0,
section h4.margin-y-0,
section h5.margin-y-0,
section h6.margin-y-0,
section p.margin-y-0,
section blockquote.margin-y-0,
section pre.margin-y-0,
section a.margin-y-0,
section address.margin-y-0,
section cite.margin-y-0,
section img.margin-y-0,
section svg.margin-y-0,
section dl.margin-y-0,
section dt.margin-y-0,
section dd.margin-y-0,
section ol.margin-y-0,
section ul.margin-y-0,
section li.margin-y-0,
section fieldset.margin-y-0,
section form.margin-y-0,
section label.margin-y-0,
section legend.margin-y-0,
section table.margin-y-0,
section caption.margin-y-0,
section tbody.margin-y-0,
section tfoot.margin-y-0,
section thead.margin-y-0,
section tr.margin-y-0,
section th.margin-y-0,
section td.margin-y-0,
section article.margin-y-0,
section aside.margin-y-0,
section details.margin-y-0,
section embed.margin-y-0,
section figure.margin-y-0,
section figcaption.margin-y-0,
section footer.margin-y-0,
section header.margin-y-0,
section section.margin-y-0,
section summary.margin-y-0,
section time.margin-y-0,
section video.margin-y-0 {
  margin-top: var(--iroc-margin-0);
  margin-bottom: var(--iroc-margin-0);
}
section div.margin-x-0,
section span.margin-x-0,
section iframe.margin-x-0,
section h1.margin-x-0,
section h2.margin-x-0,
section h3.margin-x-0,
section h4.margin-x-0,
section h5.margin-x-0,
section h6.margin-x-0,
section p.margin-x-0,
section blockquote.margin-x-0,
section pre.margin-x-0,
section a.margin-x-0,
section address.margin-x-0,
section cite.margin-x-0,
section img.margin-x-0,
section svg.margin-x-0,
section dl.margin-x-0,
section dt.margin-x-0,
section dd.margin-x-0,
section ol.margin-x-0,
section ul.margin-x-0,
section li.margin-x-0,
section fieldset.margin-x-0,
section form.margin-x-0,
section label.margin-x-0,
section legend.margin-x-0,
section table.margin-x-0,
section caption.margin-x-0,
section tbody.margin-x-0,
section tfoot.margin-x-0,
section thead.margin-x-0,
section tr.margin-x-0,
section th.margin-x-0,
section td.margin-x-0,
section article.margin-x-0,
section aside.margin-x-0,
section details.margin-x-0,
section embed.margin-x-0,
section figure.margin-x-0,
section figcaption.margin-x-0,
section footer.margin-x-0,
section header.margin-x-0,
section section.margin-x-0,
section summary.margin-x-0,
section time.margin-x-0,
section video.margin-x-0 {
  margin-left: var(--iroc-margin-0);
  margin-right: var(--iroc-margin-0);
}
.padding-s {
  margin: var(--iroc-padding-s);
}
.padding-m {
  margin: var(--iroc-padding-m);
}
.padding-l {
  margin: var(--iroc-padding-l);
}
.padding-xl {
  margin: var(--iroc-padding-xl);
}
.padding-xxl {
  margin: var(--iroc-padding-xxl);
}
.padding-0 {
  margin: var(--iroc-padding-0);
}
.padding-top-s {
  padding-top: var(--iroc-padding-s);
}
.padding-right-s {
  padding-right: var(--iroc-padding-s);
}
.padding-bottom-s {
  padding-bottom: var(--iroc-padding-s);
}
.padding-left-s {
  padding-left: var(--iroc-padding-s);
}
.padding-y-s {
  padding-top: var(--iroc-padding-s);
  padding-bottom: var(--iroc-padding-s);
}
.padding-x-s {
  padding-left: var(--iroc-padding-s);
  padding-right: var(--iroc-padding-s);
}
.padding-top-m {
  padding-top: var(--iroc-padding-m);
}
.padding-right-m {
  padding-right: var(--iroc-padding-m);
}
.padding-bottom-m {
  padding-bottom: var(--iroc-padding-m);
}
.padding-left-m {
  padding-left: var(--iroc-padding-m);
}
.padding-y-m {
  padding-top: var(--iroc-padding-m);
  padding-bottom: var(--iroc-padding-m);
}
.padding-x-m {
  padding-left: var(--iroc-padding-m);
  padding-right: var(--iroc-padding-m);
}
.padding-top-l {
  padding-top: var(--iroc-padding-l);
}
.padding-right-l {
  padding-right: var(--iroc-padding-l);
}
.padding-bottom-l {
  padding-bottom: var(--iroc-padding-l);
}
.padding-left-l {
  padding-left: var(--iroc-padding-l);
}
.padding-y-l {
  padding-top: var(--iroc-padding-l);
  padding-bottom: var(--iroc-padding-l);
}
.padding-x-l {
  padding-left: var(--iroc-padding-l);
  padding-right: var(--iroc-padding-l);
}
.padding-top-xl {
  padding-top: var(--iroc-padding-xl);
}
.padding-right-xl {
  padding-right: var(--iroc-padding-xl);
}
.padding-bottom-xl {
  padding-bottom: var(--iroc-padding-xl);
}
.padding-left-xl {
  padding-left: var(--iroc-padding-xl);
}
.padding-y-xl {
  padding-top: var(--iroc-padding-xl);
  padding-bottom: var(--iroc-padding-xl);
}
.padding-x-xl {
  padding-left: var(--iroc-padding-xl);
  padding-right: var(--iroc-padding-xl);
}
.padding-top-xxl {
  padding-top: var(--iroc-padding-xxl);
}
.padding-right-xxl {
  padding-right: var(--iroc-padding-xxl);
}
.padding-bottom-xxl {
  padding-bottom: var(--iroc-padding-xxl);
}
.padding-left-xxl {
  padding-left: var(--iroc-padding-xxl);
}
.padding-y-xxl {
  padding-top: var(--iroc-padding-xxl);
  padding-bottom: var(--iroc-padding-xxl);
}
.padding-x-xxl {
  padding-left: var(--iroc-padding-xxl);
  padding-right: var(--iroc-padding-xxl);
}
.padding-top-0 {
  padding-top: var(--iroc-padding-0);
}
.padding-right-0 {
  padding-right: var(--iroc-padding-0);
}
.padding-bottom-0 {
  padding-bottom: var(--iroc-padding-0);
}
.padding-left-0 {
  padding-left: var(--iroc-padding-0);
}
.padding-y-0 {
  padding-top: var(--iroc-padding-0);
  padding-bottom: var(--iroc-padding-0);
}
.padding-x-0 {
  padding-left: var(--iroc-padding-0);
  padding-right: var(--iroc-padding-0);
}
div.padding-s,
span.padding-s,
iframe.padding-s,
h1.padding-s,
h2.padding-s,
h3.padding-s,
h4.padding-s,
h5.padding-s,
h6.padding-s,
p.padding-s,
blockquote.padding-s,
pre.padding-s,
a.padding-s,
address.padding-s,
cite.padding-s,
img.padding-s,
svg.padding-s,
dl.padding-s,
dt.padding-s,
dd.padding-s,
ol.padding-s,
ul.padding-s,
li.padding-s,
fieldset.padding-s,
form.padding-s,
label.padding-s,
legend.padding-s,
table.padding-s,
caption.padding-s,
tbody.padding-s,
tfoot.padding-s,
thead.padding-s,
tr.padding-s,
th.padding-s,
td.padding-s,
article.padding-s,
aside.padding-s,
details.padding-s,
embed.padding-s,
figure.padding-s,
figcaption.padding-s,
footer.padding-s,
header.padding-s,
section.padding-s,
summary.padding-s,
time.padding-s,
video.padding-s {
  margin: var(--iroc-padding-s);
}
div.padding-m,
span.padding-m,
iframe.padding-m,
h1.padding-m,
h2.padding-m,
h3.padding-m,
h4.padding-m,
h5.padding-m,
h6.padding-m,
p.padding-m,
blockquote.padding-m,
pre.padding-m,
a.padding-m,
address.padding-m,
cite.padding-m,
img.padding-m,
svg.padding-m,
dl.padding-m,
dt.padding-m,
dd.padding-m,
ol.padding-m,
ul.padding-m,
li.padding-m,
fieldset.padding-m,
form.padding-m,
label.padding-m,
legend.padding-m,
table.padding-m,
caption.padding-m,
tbody.padding-m,
tfoot.padding-m,
thead.padding-m,
tr.padding-m,
th.padding-m,
td.padding-m,
article.padding-m,
aside.padding-m,
details.padding-m,
embed.padding-m,
figure.padding-m,
figcaption.padding-m,
footer.padding-m,
header.padding-m,
section.padding-m,
summary.padding-m,
time.padding-m,
video.padding-m {
  margin: var(--iroc-padding-m);
}
div.padding-l,
span.padding-l,
iframe.padding-l,
h1.padding-l,
h2.padding-l,
h3.padding-l,
h4.padding-l,
h5.padding-l,
h6.padding-l,
p.padding-l,
blockquote.padding-l,
pre.padding-l,
a.padding-l,
address.padding-l,
cite.padding-l,
img.padding-l,
svg.padding-l,
dl.padding-l,
dt.padding-l,
dd.padding-l,
ol.padding-l,
ul.padding-l,
li.padding-l,
fieldset.padding-l,
form.padding-l,
label.padding-l,
legend.padding-l,
table.padding-l,
caption.padding-l,
tbody.padding-l,
tfoot.padding-l,
thead.padding-l,
tr.padding-l,
th.padding-l,
td.padding-l,
article.padding-l,
aside.padding-l,
details.padding-l,
embed.padding-l,
figure.padding-l,
figcaption.padding-l,
footer.padding-l,
header.padding-l,
section.padding-l,
summary.padding-l,
time.padding-l,
video.padding-l {
  margin: var(--iroc-padding-l);
}
div.padding-xl,
span.padding-xl,
iframe.padding-xl,
h1.padding-xl,
h2.padding-xl,
h3.padding-xl,
h4.padding-xl,
h5.padding-xl,
h6.padding-xl,
p.padding-xl,
blockquote.padding-xl,
pre.padding-xl,
a.padding-xl,
address.padding-xl,
cite.padding-xl,
img.padding-xl,
svg.padding-xl,
dl.padding-xl,
dt.padding-xl,
dd.padding-xl,
ol.padding-xl,
ul.padding-xl,
li.padding-xl,
fieldset.padding-xl,
form.padding-xl,
label.padding-xl,
legend.padding-xl,
table.padding-xl,
caption.padding-xl,
tbody.padding-xl,
tfoot.padding-xl,
thead.padding-xl,
tr.padding-xl,
th.padding-xl,
td.padding-xl,
article.padding-xl,
aside.padding-xl,
details.padding-xl,
embed.padding-xl,
figure.padding-xl,
figcaption.padding-xl,
footer.padding-xl,
header.padding-xl,
section.padding-xl,
summary.padding-xl,
time.padding-xl,
video.padding-xl {
  margin: var(--iroc-padding-xl);
}
div.padding-xxl,
span.padding-xxl,
iframe.padding-xxl,
h1.padding-xxl,
h2.padding-xxl,
h3.padding-xxl,
h4.padding-xxl,
h5.padding-xxl,
h6.padding-xxl,
p.padding-xxl,
blockquote.padding-xxl,
pre.padding-xxl,
a.padding-xxl,
address.padding-xxl,
cite.padding-xxl,
img.padding-xxl,
svg.padding-xxl,
dl.padding-xxl,
dt.padding-xxl,
dd.padding-xxl,
ol.padding-xxl,
ul.padding-xxl,
li.padding-xxl,
fieldset.padding-xxl,
form.padding-xxl,
label.padding-xxl,
legend.padding-xxl,
table.padding-xxl,
caption.padding-xxl,
tbody.padding-xxl,
tfoot.padding-xxl,
thead.padding-xxl,
tr.padding-xxl,
th.padding-xxl,
td.padding-xxl,
article.padding-xxl,
aside.padding-xxl,
details.padding-xxl,
embed.padding-xxl,
figure.padding-xxl,
figcaption.padding-xxl,
footer.padding-xxl,
header.padding-xxl,
section.padding-xxl,
summary.padding-xxl,
time.padding-xxl,
video.padding-xxl {
  margin: var(--iroc-padding-xxl);
}
div.padding-0,
span.padding-0,
iframe.padding-0,
h1.padding-0,
h2.padding-0,
h3.padding-0,
h4.padding-0,
h5.padding-0,
h6.padding-0,
p.padding-0,
blockquote.padding-0,
pre.padding-0,
a.padding-0,
address.padding-0,
cite.padding-0,
img.padding-0,
svg.padding-0,
dl.padding-0,
dt.padding-0,
dd.padding-0,
ol.padding-0,
ul.padding-0,
li.padding-0,
fieldset.padding-0,
form.padding-0,
label.padding-0,
legend.padding-0,
table.padding-0,
caption.padding-0,
tbody.padding-0,
tfoot.padding-0,
thead.padding-0,
tr.padding-0,
th.padding-0,
td.padding-0,
article.padding-0,
aside.padding-0,
details.padding-0,
embed.padding-0,
figure.padding-0,
figcaption.padding-0,
footer.padding-0,
header.padding-0,
section.padding-0,
summary.padding-0,
time.padding-0,
video.padding-0 {
  margin: var(--iroc-padding-0);
}
div.padding-top-s,
span.padding-top-s,
iframe.padding-top-s,
h1.padding-top-s,
h2.padding-top-s,
h3.padding-top-s,
h4.padding-top-s,
h5.padding-top-s,
h6.padding-top-s,
p.padding-top-s,
blockquote.padding-top-s,
pre.padding-top-s,
a.padding-top-s,
address.padding-top-s,
cite.padding-top-s,
img.padding-top-s,
svg.padding-top-s,
dl.padding-top-s,
dt.padding-top-s,
dd.padding-top-s,
ol.padding-top-s,
ul.padding-top-s,
li.padding-top-s,
fieldset.padding-top-s,
form.padding-top-s,
label.padding-top-s,
legend.padding-top-s,
table.padding-top-s,
caption.padding-top-s,
tbody.padding-top-s,
tfoot.padding-top-s,
thead.padding-top-s,
tr.padding-top-s,
th.padding-top-s,
td.padding-top-s,
article.padding-top-s,
aside.padding-top-s,
details.padding-top-s,
embed.padding-top-s,
figure.padding-top-s,
figcaption.padding-top-s,
footer.padding-top-s,
header.padding-top-s,
section.padding-top-s,
summary.padding-top-s,
time.padding-top-s,
video.padding-top-s {
  padding-top: var(--iroc-padding-s);
}
div.padding-right-s,
span.padding-right-s,
iframe.padding-right-s,
h1.padding-right-s,
h2.padding-right-s,
h3.padding-right-s,
h4.padding-right-s,
h5.padding-right-s,
h6.padding-right-s,
p.padding-right-s,
blockquote.padding-right-s,
pre.padding-right-s,
a.padding-right-s,
address.padding-right-s,
cite.padding-right-s,
img.padding-right-s,
svg.padding-right-s,
dl.padding-right-s,
dt.padding-right-s,
dd.padding-right-s,
ol.padding-right-s,
ul.padding-right-s,
li.padding-right-s,
fieldset.padding-right-s,
form.padding-right-s,
label.padding-right-s,
legend.padding-right-s,
table.padding-right-s,
caption.padding-right-s,
tbody.padding-right-s,
tfoot.padding-right-s,
thead.padding-right-s,
tr.padding-right-s,
th.padding-right-s,
td.padding-right-s,
article.padding-right-s,
aside.padding-right-s,
details.padding-right-s,
embed.padding-right-s,
figure.padding-right-s,
figcaption.padding-right-s,
footer.padding-right-s,
header.padding-right-s,
section.padding-right-s,
summary.padding-right-s,
time.padding-right-s,
video.padding-right-s {
  padding-right: var(--iroc-padding-s);
}
div.padding-bottom-s,
span.padding-bottom-s,
iframe.padding-bottom-s,
h1.padding-bottom-s,
h2.padding-bottom-s,
h3.padding-bottom-s,
h4.padding-bottom-s,
h5.padding-bottom-s,
h6.padding-bottom-s,
p.padding-bottom-s,
blockquote.padding-bottom-s,
pre.padding-bottom-s,
a.padding-bottom-s,
address.padding-bottom-s,
cite.padding-bottom-s,
img.padding-bottom-s,
svg.padding-bottom-s,
dl.padding-bottom-s,
dt.padding-bottom-s,
dd.padding-bottom-s,
ol.padding-bottom-s,
ul.padding-bottom-s,
li.padding-bottom-s,
fieldset.padding-bottom-s,
form.padding-bottom-s,
label.padding-bottom-s,
legend.padding-bottom-s,
table.padding-bottom-s,
caption.padding-bottom-s,
tbody.padding-bottom-s,
tfoot.padding-bottom-s,
thead.padding-bottom-s,
tr.padding-bottom-s,
th.padding-bottom-s,
td.padding-bottom-s,
article.padding-bottom-s,
aside.padding-bottom-s,
details.padding-bottom-s,
embed.padding-bottom-s,
figure.padding-bottom-s,
figcaption.padding-bottom-s,
footer.padding-bottom-s,
header.padding-bottom-s,
section.padding-bottom-s,
summary.padding-bottom-s,
time.padding-bottom-s,
video.padding-bottom-s {
  padding-bottom: var(--iroc-padding-s);
}
div.padding-left-s,
span.padding-left-s,
iframe.padding-left-s,
h1.padding-left-s,
h2.padding-left-s,
h3.padding-left-s,
h4.padding-left-s,
h5.padding-left-s,
h6.padding-left-s,
p.padding-left-s,
blockquote.padding-left-s,
pre.padding-left-s,
a.padding-left-s,
address.padding-left-s,
cite.padding-left-s,
img.padding-left-s,
svg.padding-left-s,
dl.padding-left-s,
dt.padding-left-s,
dd.padding-left-s,
ol.padding-left-s,
ul.padding-left-s,
li.padding-left-s,
fieldset.padding-left-s,
form.padding-left-s,
label.padding-left-s,
legend.padding-left-s,
table.padding-left-s,
caption.padding-left-s,
tbody.padding-left-s,
tfoot.padding-left-s,
thead.padding-left-s,
tr.padding-left-s,
th.padding-left-s,
td.padding-left-s,
article.padding-left-s,
aside.padding-left-s,
details.padding-left-s,
embed.padding-left-s,
figure.padding-left-s,
figcaption.padding-left-s,
footer.padding-left-s,
header.padding-left-s,
section.padding-left-s,
summary.padding-left-s,
time.padding-left-s,
video.padding-left-s {
  padding-left: var(--iroc-padding-s);
}
div.padding-y-s,
span.padding-y-s,
iframe.padding-y-s,
h1.padding-y-s,
h2.padding-y-s,
h3.padding-y-s,
h4.padding-y-s,
h5.padding-y-s,
h6.padding-y-s,
p.padding-y-s,
blockquote.padding-y-s,
pre.padding-y-s,
a.padding-y-s,
address.padding-y-s,
cite.padding-y-s,
img.padding-y-s,
svg.padding-y-s,
dl.padding-y-s,
dt.padding-y-s,
dd.padding-y-s,
ol.padding-y-s,
ul.padding-y-s,
li.padding-y-s,
fieldset.padding-y-s,
form.padding-y-s,
label.padding-y-s,
legend.padding-y-s,
table.padding-y-s,
caption.padding-y-s,
tbody.padding-y-s,
tfoot.padding-y-s,
thead.padding-y-s,
tr.padding-y-s,
th.padding-y-s,
td.padding-y-s,
article.padding-y-s,
aside.padding-y-s,
details.padding-y-s,
embed.padding-y-s,
figure.padding-y-s,
figcaption.padding-y-s,
footer.padding-y-s,
header.padding-y-s,
section.padding-y-s,
summary.padding-y-s,
time.padding-y-s,
video.padding-y-s {
  padding-top: var(--iroc-padding-s);
  padding-bottom: var(--iroc-padding-s);
}
div.padding-x-s,
span.padding-x-s,
iframe.padding-x-s,
h1.padding-x-s,
h2.padding-x-s,
h3.padding-x-s,
h4.padding-x-s,
h5.padding-x-s,
h6.padding-x-s,
p.padding-x-s,
blockquote.padding-x-s,
pre.padding-x-s,
a.padding-x-s,
address.padding-x-s,
cite.padding-x-s,
img.padding-x-s,
svg.padding-x-s,
dl.padding-x-s,
dt.padding-x-s,
dd.padding-x-s,
ol.padding-x-s,
ul.padding-x-s,
li.padding-x-s,
fieldset.padding-x-s,
form.padding-x-s,
label.padding-x-s,
legend.padding-x-s,
table.padding-x-s,
caption.padding-x-s,
tbody.padding-x-s,
tfoot.padding-x-s,
thead.padding-x-s,
tr.padding-x-s,
th.padding-x-s,
td.padding-x-s,
article.padding-x-s,
aside.padding-x-s,
details.padding-x-s,
embed.padding-x-s,
figure.padding-x-s,
figcaption.padding-x-s,
footer.padding-x-s,
header.padding-x-s,
section.padding-x-s,
summary.padding-x-s,
time.padding-x-s,
video.padding-x-s {
  padding-left: var(--iroc-padding-s);
  padding-right: var(--iroc-padding-s);
}
div.padding-top-m,
span.padding-top-m,
iframe.padding-top-m,
h1.padding-top-m,
h2.padding-top-m,
h3.padding-top-m,
h4.padding-top-m,
h5.padding-top-m,
h6.padding-top-m,
p.padding-top-m,
blockquote.padding-top-m,
pre.padding-top-m,
a.padding-top-m,
address.padding-top-m,
cite.padding-top-m,
img.padding-top-m,
svg.padding-top-m,
dl.padding-top-m,
dt.padding-top-m,
dd.padding-top-m,
ol.padding-top-m,
ul.padding-top-m,
li.padding-top-m,
fieldset.padding-top-m,
form.padding-top-m,
label.padding-top-m,
legend.padding-top-m,
table.padding-top-m,
caption.padding-top-m,
tbody.padding-top-m,
tfoot.padding-top-m,
thead.padding-top-m,
tr.padding-top-m,
th.padding-top-m,
td.padding-top-m,
article.padding-top-m,
aside.padding-top-m,
details.padding-top-m,
embed.padding-top-m,
figure.padding-top-m,
figcaption.padding-top-m,
footer.padding-top-m,
header.padding-top-m,
section.padding-top-m,
summary.padding-top-m,
time.padding-top-m,
video.padding-top-m {
  padding-top: var(--iroc-padding-m);
}
div.padding-right-m,
span.padding-right-m,
iframe.padding-right-m,
h1.padding-right-m,
h2.padding-right-m,
h3.padding-right-m,
h4.padding-right-m,
h5.padding-right-m,
h6.padding-right-m,
p.padding-right-m,
blockquote.padding-right-m,
pre.padding-right-m,
a.padding-right-m,
address.padding-right-m,
cite.padding-right-m,
img.padding-right-m,
svg.padding-right-m,
dl.padding-right-m,
dt.padding-right-m,
dd.padding-right-m,
ol.padding-right-m,
ul.padding-right-m,
li.padding-right-m,
fieldset.padding-right-m,
form.padding-right-m,
label.padding-right-m,
legend.padding-right-m,
table.padding-right-m,
caption.padding-right-m,
tbody.padding-right-m,
tfoot.padding-right-m,
thead.padding-right-m,
tr.padding-right-m,
th.padding-right-m,
td.padding-right-m,
article.padding-right-m,
aside.padding-right-m,
details.padding-right-m,
embed.padding-right-m,
figure.padding-right-m,
figcaption.padding-right-m,
footer.padding-right-m,
header.padding-right-m,
section.padding-right-m,
summary.padding-right-m,
time.padding-right-m,
video.padding-right-m {
  padding-right: var(--iroc-padding-m);
}
div.padding-bottom-m,
span.padding-bottom-m,
iframe.padding-bottom-m,
h1.padding-bottom-m,
h2.padding-bottom-m,
h3.padding-bottom-m,
h4.padding-bottom-m,
h5.padding-bottom-m,
h6.padding-bottom-m,
p.padding-bottom-m,
blockquote.padding-bottom-m,
pre.padding-bottom-m,
a.padding-bottom-m,
address.padding-bottom-m,
cite.padding-bottom-m,
img.padding-bottom-m,
svg.padding-bottom-m,
dl.padding-bottom-m,
dt.padding-bottom-m,
dd.padding-bottom-m,
ol.padding-bottom-m,
ul.padding-bottom-m,
li.padding-bottom-m,
fieldset.padding-bottom-m,
form.padding-bottom-m,
label.padding-bottom-m,
legend.padding-bottom-m,
table.padding-bottom-m,
caption.padding-bottom-m,
tbody.padding-bottom-m,
tfoot.padding-bottom-m,
thead.padding-bottom-m,
tr.padding-bottom-m,
th.padding-bottom-m,
td.padding-bottom-m,
article.padding-bottom-m,
aside.padding-bottom-m,
details.padding-bottom-m,
embed.padding-bottom-m,
figure.padding-bottom-m,
figcaption.padding-bottom-m,
footer.padding-bottom-m,
header.padding-bottom-m,
section.padding-bottom-m,
summary.padding-bottom-m,
time.padding-bottom-m,
video.padding-bottom-m {
  padding-bottom: var(--iroc-padding-m);
}
div.padding-left-m,
span.padding-left-m,
iframe.padding-left-m,
h1.padding-left-m,
h2.padding-left-m,
h3.padding-left-m,
h4.padding-left-m,
h5.padding-left-m,
h6.padding-left-m,
p.padding-left-m,
blockquote.padding-left-m,
pre.padding-left-m,
a.padding-left-m,
address.padding-left-m,
cite.padding-left-m,
img.padding-left-m,
svg.padding-left-m,
dl.padding-left-m,
dt.padding-left-m,
dd.padding-left-m,
ol.padding-left-m,
ul.padding-left-m,
li.padding-left-m,
fieldset.padding-left-m,
form.padding-left-m,
label.padding-left-m,
legend.padding-left-m,
table.padding-left-m,
caption.padding-left-m,
tbody.padding-left-m,
tfoot.padding-left-m,
thead.padding-left-m,
tr.padding-left-m,
th.padding-left-m,
td.padding-left-m,
article.padding-left-m,
aside.padding-left-m,
details.padding-left-m,
embed.padding-left-m,
figure.padding-left-m,
figcaption.padding-left-m,
footer.padding-left-m,
header.padding-left-m,
section.padding-left-m,
summary.padding-left-m,
time.padding-left-m,
video.padding-left-m {
  padding-left: var(--iroc-padding-m);
}
div.padding-y-m,
span.padding-y-m,
iframe.padding-y-m,
h1.padding-y-m,
h2.padding-y-m,
h3.padding-y-m,
h4.padding-y-m,
h5.padding-y-m,
h6.padding-y-m,
p.padding-y-m,
blockquote.padding-y-m,
pre.padding-y-m,
a.padding-y-m,
address.padding-y-m,
cite.padding-y-m,
img.padding-y-m,
svg.padding-y-m,
dl.padding-y-m,
dt.padding-y-m,
dd.padding-y-m,
ol.padding-y-m,
ul.padding-y-m,
li.padding-y-m,
fieldset.padding-y-m,
form.padding-y-m,
label.padding-y-m,
legend.padding-y-m,
table.padding-y-m,
caption.padding-y-m,
tbody.padding-y-m,
tfoot.padding-y-m,
thead.padding-y-m,
tr.padding-y-m,
th.padding-y-m,
td.padding-y-m,
article.padding-y-m,
aside.padding-y-m,
details.padding-y-m,
embed.padding-y-m,
figure.padding-y-m,
figcaption.padding-y-m,
footer.padding-y-m,
header.padding-y-m,
section.padding-y-m,
summary.padding-y-m,
time.padding-y-m,
video.padding-y-m {
  padding-top: var(--iroc-padding-m);
  padding-bottom: var(--iroc-padding-m);
}
div.padding-x-m,
span.padding-x-m,
iframe.padding-x-m,
h1.padding-x-m,
h2.padding-x-m,
h3.padding-x-m,
h4.padding-x-m,
h5.padding-x-m,
h6.padding-x-m,
p.padding-x-m,
blockquote.padding-x-m,
pre.padding-x-m,
a.padding-x-m,
address.padding-x-m,
cite.padding-x-m,
img.padding-x-m,
svg.padding-x-m,
dl.padding-x-m,
dt.padding-x-m,
dd.padding-x-m,
ol.padding-x-m,
ul.padding-x-m,
li.padding-x-m,
fieldset.padding-x-m,
form.padding-x-m,
label.padding-x-m,
legend.padding-x-m,
table.padding-x-m,
caption.padding-x-m,
tbody.padding-x-m,
tfoot.padding-x-m,
thead.padding-x-m,
tr.padding-x-m,
th.padding-x-m,
td.padding-x-m,
article.padding-x-m,
aside.padding-x-m,
details.padding-x-m,
embed.padding-x-m,
figure.padding-x-m,
figcaption.padding-x-m,
footer.padding-x-m,
header.padding-x-m,
section.padding-x-m,
summary.padding-x-m,
time.padding-x-m,
video.padding-x-m {
  padding-left: var(--iroc-padding-m);
  padding-right: var(--iroc-padding-m);
}
div.padding-top-l,
span.padding-top-l,
iframe.padding-top-l,
h1.padding-top-l,
h2.padding-top-l,
h3.padding-top-l,
h4.padding-top-l,
h5.padding-top-l,
h6.padding-top-l,
p.padding-top-l,
blockquote.padding-top-l,
pre.padding-top-l,
a.padding-top-l,
address.padding-top-l,
cite.padding-top-l,
img.padding-top-l,
svg.padding-top-l,
dl.padding-top-l,
dt.padding-top-l,
dd.padding-top-l,
ol.padding-top-l,
ul.padding-top-l,
li.padding-top-l,
fieldset.padding-top-l,
form.padding-top-l,
label.padding-top-l,
legend.padding-top-l,
table.padding-top-l,
caption.padding-top-l,
tbody.padding-top-l,
tfoot.padding-top-l,
thead.padding-top-l,
tr.padding-top-l,
th.padding-top-l,
td.padding-top-l,
article.padding-top-l,
aside.padding-top-l,
details.padding-top-l,
embed.padding-top-l,
figure.padding-top-l,
figcaption.padding-top-l,
footer.padding-top-l,
header.padding-top-l,
section.padding-top-l,
summary.padding-top-l,
time.padding-top-l,
video.padding-top-l {
  padding-top: var(--iroc-padding-l);
}
div.padding-right-l,
span.padding-right-l,
iframe.padding-right-l,
h1.padding-right-l,
h2.padding-right-l,
h3.padding-right-l,
h4.padding-right-l,
h5.padding-right-l,
h6.padding-right-l,
p.padding-right-l,
blockquote.padding-right-l,
pre.padding-right-l,
a.padding-right-l,
address.padding-right-l,
cite.padding-right-l,
img.padding-right-l,
svg.padding-right-l,
dl.padding-right-l,
dt.padding-right-l,
dd.padding-right-l,
ol.padding-right-l,
ul.padding-right-l,
li.padding-right-l,
fieldset.padding-right-l,
form.padding-right-l,
label.padding-right-l,
legend.padding-right-l,
table.padding-right-l,
caption.padding-right-l,
tbody.padding-right-l,
tfoot.padding-right-l,
thead.padding-right-l,
tr.padding-right-l,
th.padding-right-l,
td.padding-right-l,
article.padding-right-l,
aside.padding-right-l,
details.padding-right-l,
embed.padding-right-l,
figure.padding-right-l,
figcaption.padding-right-l,
footer.padding-right-l,
header.padding-right-l,
section.padding-right-l,
summary.padding-right-l,
time.padding-right-l,
video.padding-right-l {
  padding-right: var(--iroc-padding-l);
}
div.padding-bottom-l,
span.padding-bottom-l,
iframe.padding-bottom-l,
h1.padding-bottom-l,
h2.padding-bottom-l,
h3.padding-bottom-l,
h4.padding-bottom-l,
h5.padding-bottom-l,
h6.padding-bottom-l,
p.padding-bottom-l,
blockquote.padding-bottom-l,
pre.padding-bottom-l,
a.padding-bottom-l,
address.padding-bottom-l,
cite.padding-bottom-l,
img.padding-bottom-l,
svg.padding-bottom-l,
dl.padding-bottom-l,
dt.padding-bottom-l,
dd.padding-bottom-l,
ol.padding-bottom-l,
ul.padding-bottom-l,
li.padding-bottom-l,
fieldset.padding-bottom-l,
form.padding-bottom-l,
label.padding-bottom-l,
legend.padding-bottom-l,
table.padding-bottom-l,
caption.padding-bottom-l,
tbody.padding-bottom-l,
tfoot.padding-bottom-l,
thead.padding-bottom-l,
tr.padding-bottom-l,
th.padding-bottom-l,
td.padding-bottom-l,
article.padding-bottom-l,
aside.padding-bottom-l,
details.padding-bottom-l,
embed.padding-bottom-l,
figure.padding-bottom-l,
figcaption.padding-bottom-l,
footer.padding-bottom-l,
header.padding-bottom-l,
section.padding-bottom-l,
summary.padding-bottom-l,
time.padding-bottom-l,
video.padding-bottom-l {
  padding-bottom: var(--iroc-padding-l);
}
div.padding-left-l,
span.padding-left-l,
iframe.padding-left-l,
h1.padding-left-l,
h2.padding-left-l,
h3.padding-left-l,
h4.padding-left-l,
h5.padding-left-l,
h6.padding-left-l,
p.padding-left-l,
blockquote.padding-left-l,
pre.padding-left-l,
a.padding-left-l,
address.padding-left-l,
cite.padding-left-l,
img.padding-left-l,
svg.padding-left-l,
dl.padding-left-l,
dt.padding-left-l,
dd.padding-left-l,
ol.padding-left-l,
ul.padding-left-l,
li.padding-left-l,
fieldset.padding-left-l,
form.padding-left-l,
label.padding-left-l,
legend.padding-left-l,
table.padding-left-l,
caption.padding-left-l,
tbody.padding-left-l,
tfoot.padding-left-l,
thead.padding-left-l,
tr.padding-left-l,
th.padding-left-l,
td.padding-left-l,
article.padding-left-l,
aside.padding-left-l,
details.padding-left-l,
embed.padding-left-l,
figure.padding-left-l,
figcaption.padding-left-l,
footer.padding-left-l,
header.padding-left-l,
section.padding-left-l,
summary.padding-left-l,
time.padding-left-l,
video.padding-left-l {
  padding-left: var(--iroc-padding-l);
}
div.padding-y-l,
span.padding-y-l,
iframe.padding-y-l,
h1.padding-y-l,
h2.padding-y-l,
h3.padding-y-l,
h4.padding-y-l,
h5.padding-y-l,
h6.padding-y-l,
p.padding-y-l,
blockquote.padding-y-l,
pre.padding-y-l,
a.padding-y-l,
address.padding-y-l,
cite.padding-y-l,
img.padding-y-l,
svg.padding-y-l,
dl.padding-y-l,
dt.padding-y-l,
dd.padding-y-l,
ol.padding-y-l,
ul.padding-y-l,
li.padding-y-l,
fieldset.padding-y-l,
form.padding-y-l,
label.padding-y-l,
legend.padding-y-l,
table.padding-y-l,
caption.padding-y-l,
tbody.padding-y-l,
tfoot.padding-y-l,
thead.padding-y-l,
tr.padding-y-l,
th.padding-y-l,
td.padding-y-l,
article.padding-y-l,
aside.padding-y-l,
details.padding-y-l,
embed.padding-y-l,
figure.padding-y-l,
figcaption.padding-y-l,
footer.padding-y-l,
header.padding-y-l,
section.padding-y-l,
summary.padding-y-l,
time.padding-y-l,
video.padding-y-l {
  padding-top: var(--iroc-padding-l);
  padding-bottom: var(--iroc-padding-l);
}
div.padding-x-l,
span.padding-x-l,
iframe.padding-x-l,
h1.padding-x-l,
h2.padding-x-l,
h3.padding-x-l,
h4.padding-x-l,
h5.padding-x-l,
h6.padding-x-l,
p.padding-x-l,
blockquote.padding-x-l,
pre.padding-x-l,
a.padding-x-l,
address.padding-x-l,
cite.padding-x-l,
img.padding-x-l,
svg.padding-x-l,
dl.padding-x-l,
dt.padding-x-l,
dd.padding-x-l,
ol.padding-x-l,
ul.padding-x-l,
li.padding-x-l,
fieldset.padding-x-l,
form.padding-x-l,
label.padding-x-l,
legend.padding-x-l,
table.padding-x-l,
caption.padding-x-l,
tbody.padding-x-l,
tfoot.padding-x-l,
thead.padding-x-l,
tr.padding-x-l,
th.padding-x-l,
td.padding-x-l,
article.padding-x-l,
aside.padding-x-l,
details.padding-x-l,
embed.padding-x-l,
figure.padding-x-l,
figcaption.padding-x-l,
footer.padding-x-l,
header.padding-x-l,
section.padding-x-l,
summary.padding-x-l,
time.padding-x-l,
video.padding-x-l {
  padding-left: var(--iroc-padding-l);
  padding-right: var(--iroc-padding-l);
}
div.padding-top-xl,
span.padding-top-xl,
iframe.padding-top-xl,
h1.padding-top-xl,
h2.padding-top-xl,
h3.padding-top-xl,
h4.padding-top-xl,
h5.padding-top-xl,
h6.padding-top-xl,
p.padding-top-xl,
blockquote.padding-top-xl,
pre.padding-top-xl,
a.padding-top-xl,
address.padding-top-xl,
cite.padding-top-xl,
img.padding-top-xl,
svg.padding-top-xl,
dl.padding-top-xl,
dt.padding-top-xl,
dd.padding-top-xl,
ol.padding-top-xl,
ul.padding-top-xl,
li.padding-top-xl,
fieldset.padding-top-xl,
form.padding-top-xl,
label.padding-top-xl,
legend.padding-top-xl,
table.padding-top-xl,
caption.padding-top-xl,
tbody.padding-top-xl,
tfoot.padding-top-xl,
thead.padding-top-xl,
tr.padding-top-xl,
th.padding-top-xl,
td.padding-top-xl,
article.padding-top-xl,
aside.padding-top-xl,
details.padding-top-xl,
embed.padding-top-xl,
figure.padding-top-xl,
figcaption.padding-top-xl,
footer.padding-top-xl,
header.padding-top-xl,
section.padding-top-xl,
summary.padding-top-xl,
time.padding-top-xl,
video.padding-top-xl {
  padding-top: var(--iroc-padding-xl);
}
div.padding-right-xl,
span.padding-right-xl,
iframe.padding-right-xl,
h1.padding-right-xl,
h2.padding-right-xl,
h3.padding-right-xl,
h4.padding-right-xl,
h5.padding-right-xl,
h6.padding-right-xl,
p.padding-right-xl,
blockquote.padding-right-xl,
pre.padding-right-xl,
a.padding-right-xl,
address.padding-right-xl,
cite.padding-right-xl,
img.padding-right-xl,
svg.padding-right-xl,
dl.padding-right-xl,
dt.padding-right-xl,
dd.padding-right-xl,
ol.padding-right-xl,
ul.padding-right-xl,
li.padding-right-xl,
fieldset.padding-right-xl,
form.padding-right-xl,
label.padding-right-xl,
legend.padding-right-xl,
table.padding-right-xl,
caption.padding-right-xl,
tbody.padding-right-xl,
tfoot.padding-right-xl,
thead.padding-right-xl,
tr.padding-right-xl,
th.padding-right-xl,
td.padding-right-xl,
article.padding-right-xl,
aside.padding-right-xl,
details.padding-right-xl,
embed.padding-right-xl,
figure.padding-right-xl,
figcaption.padding-right-xl,
footer.padding-right-xl,
header.padding-right-xl,
section.padding-right-xl,
summary.padding-right-xl,
time.padding-right-xl,
video.padding-right-xl {
  padding-right: var(--iroc-padding-xl);
}
div.padding-bottom-xl,
span.padding-bottom-xl,
iframe.padding-bottom-xl,
h1.padding-bottom-xl,
h2.padding-bottom-xl,
h3.padding-bottom-xl,
h4.padding-bottom-xl,
h5.padding-bottom-xl,
h6.padding-bottom-xl,
p.padding-bottom-xl,
blockquote.padding-bottom-xl,
pre.padding-bottom-xl,
a.padding-bottom-xl,
address.padding-bottom-xl,
cite.padding-bottom-xl,
img.padding-bottom-xl,
svg.padding-bottom-xl,
dl.padding-bottom-xl,
dt.padding-bottom-xl,
dd.padding-bottom-xl,
ol.padding-bottom-xl,
ul.padding-bottom-xl,
li.padding-bottom-xl,
fieldset.padding-bottom-xl,
form.padding-bottom-xl,
label.padding-bottom-xl,
legend.padding-bottom-xl,
table.padding-bottom-xl,
caption.padding-bottom-xl,
tbody.padding-bottom-xl,
tfoot.padding-bottom-xl,
thead.padding-bottom-xl,
tr.padding-bottom-xl,
th.padding-bottom-xl,
td.padding-bottom-xl,
article.padding-bottom-xl,
aside.padding-bottom-xl,
details.padding-bottom-xl,
embed.padding-bottom-xl,
figure.padding-bottom-xl,
figcaption.padding-bottom-xl,
footer.padding-bottom-xl,
header.padding-bottom-xl,
section.padding-bottom-xl,
summary.padding-bottom-xl,
time.padding-bottom-xl,
video.padding-bottom-xl {
  padding-bottom: var(--iroc-padding-xl);
}
div.padding-left-xl,
span.padding-left-xl,
iframe.padding-left-xl,
h1.padding-left-xl,
h2.padding-left-xl,
h3.padding-left-xl,
h4.padding-left-xl,
h5.padding-left-xl,
h6.padding-left-xl,
p.padding-left-xl,
blockquote.padding-left-xl,
pre.padding-left-xl,
a.padding-left-xl,
address.padding-left-xl,
cite.padding-left-xl,
img.padding-left-xl,
svg.padding-left-xl,
dl.padding-left-xl,
dt.padding-left-xl,
dd.padding-left-xl,
ol.padding-left-xl,
ul.padding-left-xl,
li.padding-left-xl,
fieldset.padding-left-xl,
form.padding-left-xl,
label.padding-left-xl,
legend.padding-left-xl,
table.padding-left-xl,
caption.padding-left-xl,
tbody.padding-left-xl,
tfoot.padding-left-xl,
thead.padding-left-xl,
tr.padding-left-xl,
th.padding-left-xl,
td.padding-left-xl,
article.padding-left-xl,
aside.padding-left-xl,
details.padding-left-xl,
embed.padding-left-xl,
figure.padding-left-xl,
figcaption.padding-left-xl,
footer.padding-left-xl,
header.padding-left-xl,
section.padding-left-xl,
summary.padding-left-xl,
time.padding-left-xl,
video.padding-left-xl {
  padding-left: var(--iroc-padding-xl);
}
div.padding-y-xl,
span.padding-y-xl,
iframe.padding-y-xl,
h1.padding-y-xl,
h2.padding-y-xl,
h3.padding-y-xl,
h4.padding-y-xl,
h5.padding-y-xl,
h6.padding-y-xl,
p.padding-y-xl,
blockquote.padding-y-xl,
pre.padding-y-xl,
a.padding-y-xl,
address.padding-y-xl,
cite.padding-y-xl,
img.padding-y-xl,
svg.padding-y-xl,
dl.padding-y-xl,
dt.padding-y-xl,
dd.padding-y-xl,
ol.padding-y-xl,
ul.padding-y-xl,
li.padding-y-xl,
fieldset.padding-y-xl,
form.padding-y-xl,
label.padding-y-xl,
legend.padding-y-xl,
table.padding-y-xl,
caption.padding-y-xl,
tbody.padding-y-xl,
tfoot.padding-y-xl,
thead.padding-y-xl,
tr.padding-y-xl,
th.padding-y-xl,
td.padding-y-xl,
article.padding-y-xl,
aside.padding-y-xl,
details.padding-y-xl,
embed.padding-y-xl,
figure.padding-y-xl,
figcaption.padding-y-xl,
footer.padding-y-xl,
header.padding-y-xl,
section.padding-y-xl,
summary.padding-y-xl,
time.padding-y-xl,
video.padding-y-xl {
  padding-top: var(--iroc-padding-xl);
  padding-bottom: var(--iroc-padding-xl);
}
div.padding-x-xl,
span.padding-x-xl,
iframe.padding-x-xl,
h1.padding-x-xl,
h2.padding-x-xl,
h3.padding-x-xl,
h4.padding-x-xl,
h5.padding-x-xl,
h6.padding-x-xl,
p.padding-x-xl,
blockquote.padding-x-xl,
pre.padding-x-xl,
a.padding-x-xl,
address.padding-x-xl,
cite.padding-x-xl,
img.padding-x-xl,
svg.padding-x-xl,
dl.padding-x-xl,
dt.padding-x-xl,
dd.padding-x-xl,
ol.padding-x-xl,
ul.padding-x-xl,
li.padding-x-xl,
fieldset.padding-x-xl,
form.padding-x-xl,
label.padding-x-xl,
legend.padding-x-xl,
table.padding-x-xl,
caption.padding-x-xl,
tbody.padding-x-xl,
tfoot.padding-x-xl,
thead.padding-x-xl,
tr.padding-x-xl,
th.padding-x-xl,
td.padding-x-xl,
article.padding-x-xl,
aside.padding-x-xl,
details.padding-x-xl,
embed.padding-x-xl,
figure.padding-x-xl,
figcaption.padding-x-xl,
footer.padding-x-xl,
header.padding-x-xl,
section.padding-x-xl,
summary.padding-x-xl,
time.padding-x-xl,
video.padding-x-xl {
  padding-left: var(--iroc-padding-xl);
  padding-right: var(--iroc-padding-xl);
}
div.padding-top-xxl,
span.padding-top-xxl,
iframe.padding-top-xxl,
h1.padding-top-xxl,
h2.padding-top-xxl,
h3.padding-top-xxl,
h4.padding-top-xxl,
h5.padding-top-xxl,
h6.padding-top-xxl,
p.padding-top-xxl,
blockquote.padding-top-xxl,
pre.padding-top-xxl,
a.padding-top-xxl,
address.padding-top-xxl,
cite.padding-top-xxl,
img.padding-top-xxl,
svg.padding-top-xxl,
dl.padding-top-xxl,
dt.padding-top-xxl,
dd.padding-top-xxl,
ol.padding-top-xxl,
ul.padding-top-xxl,
li.padding-top-xxl,
fieldset.padding-top-xxl,
form.padding-top-xxl,
label.padding-top-xxl,
legend.padding-top-xxl,
table.padding-top-xxl,
caption.padding-top-xxl,
tbody.padding-top-xxl,
tfoot.padding-top-xxl,
thead.padding-top-xxl,
tr.padding-top-xxl,
th.padding-top-xxl,
td.padding-top-xxl,
article.padding-top-xxl,
aside.padding-top-xxl,
details.padding-top-xxl,
embed.padding-top-xxl,
figure.padding-top-xxl,
figcaption.padding-top-xxl,
footer.padding-top-xxl,
header.padding-top-xxl,
section.padding-top-xxl,
summary.padding-top-xxl,
time.padding-top-xxl,
video.padding-top-xxl {
  padding-top: var(--iroc-padding-xxl);
}
div.padding-right-xxl,
span.padding-right-xxl,
iframe.padding-right-xxl,
h1.padding-right-xxl,
h2.padding-right-xxl,
h3.padding-right-xxl,
h4.padding-right-xxl,
h5.padding-right-xxl,
h6.padding-right-xxl,
p.padding-right-xxl,
blockquote.padding-right-xxl,
pre.padding-right-xxl,
a.padding-right-xxl,
address.padding-right-xxl,
cite.padding-right-xxl,
img.padding-right-xxl,
svg.padding-right-xxl,
dl.padding-right-xxl,
dt.padding-right-xxl,
dd.padding-right-xxl,
ol.padding-right-xxl,
ul.padding-right-xxl,
li.padding-right-xxl,
fieldset.padding-right-xxl,
form.padding-right-xxl,
label.padding-right-xxl,
legend.padding-right-xxl,
table.padding-right-xxl,
caption.padding-right-xxl,
tbody.padding-right-xxl,
tfoot.padding-right-xxl,
thead.padding-right-xxl,
tr.padding-right-xxl,
th.padding-right-xxl,
td.padding-right-xxl,
article.padding-right-xxl,
aside.padding-right-xxl,
details.padding-right-xxl,
embed.padding-right-xxl,
figure.padding-right-xxl,
figcaption.padding-right-xxl,
footer.padding-right-xxl,
header.padding-right-xxl,
section.padding-right-xxl,
summary.padding-right-xxl,
time.padding-right-xxl,
video.padding-right-xxl {
  padding-right: var(--iroc-padding-xxl);
}
div.padding-bottom-xxl,
span.padding-bottom-xxl,
iframe.padding-bottom-xxl,
h1.padding-bottom-xxl,
h2.padding-bottom-xxl,
h3.padding-bottom-xxl,
h4.padding-bottom-xxl,
h5.padding-bottom-xxl,
h6.padding-bottom-xxl,
p.padding-bottom-xxl,
blockquote.padding-bottom-xxl,
pre.padding-bottom-xxl,
a.padding-bottom-xxl,
address.padding-bottom-xxl,
cite.padding-bottom-xxl,
img.padding-bottom-xxl,
svg.padding-bottom-xxl,
dl.padding-bottom-xxl,
dt.padding-bottom-xxl,
dd.padding-bottom-xxl,
ol.padding-bottom-xxl,
ul.padding-bottom-xxl,
li.padding-bottom-xxl,
fieldset.padding-bottom-xxl,
form.padding-bottom-xxl,
label.padding-bottom-xxl,
legend.padding-bottom-xxl,
table.padding-bottom-xxl,
caption.padding-bottom-xxl,
tbody.padding-bottom-xxl,
tfoot.padding-bottom-xxl,
thead.padding-bottom-xxl,
tr.padding-bottom-xxl,
th.padding-bottom-xxl,
td.padding-bottom-xxl,
article.padding-bottom-xxl,
aside.padding-bottom-xxl,
details.padding-bottom-xxl,
embed.padding-bottom-xxl,
figure.padding-bottom-xxl,
figcaption.padding-bottom-xxl,
footer.padding-bottom-xxl,
header.padding-bottom-xxl,
section.padding-bottom-xxl,
summary.padding-bottom-xxl,
time.padding-bottom-xxl,
video.padding-bottom-xxl {
  padding-bottom: var(--iroc-padding-xxl);
}
div.padding-left-xxl,
span.padding-left-xxl,
iframe.padding-left-xxl,
h1.padding-left-xxl,
h2.padding-left-xxl,
h3.padding-left-xxl,
h4.padding-left-xxl,
h5.padding-left-xxl,
h6.padding-left-xxl,
p.padding-left-xxl,
blockquote.padding-left-xxl,
pre.padding-left-xxl,
a.padding-left-xxl,
address.padding-left-xxl,
cite.padding-left-xxl,
img.padding-left-xxl,
svg.padding-left-xxl,
dl.padding-left-xxl,
dt.padding-left-xxl,
dd.padding-left-xxl,
ol.padding-left-xxl,
ul.padding-left-xxl,
li.padding-left-xxl,
fieldset.padding-left-xxl,
form.padding-left-xxl,
label.padding-left-xxl,
legend.padding-left-xxl,
table.padding-left-xxl,
caption.padding-left-xxl,
tbody.padding-left-xxl,
tfoot.padding-left-xxl,
thead.padding-left-xxl,
tr.padding-left-xxl,
th.padding-left-xxl,
td.padding-left-xxl,
article.padding-left-xxl,
aside.padding-left-xxl,
details.padding-left-xxl,
embed.padding-left-xxl,
figure.padding-left-xxl,
figcaption.padding-left-xxl,
footer.padding-left-xxl,
header.padding-left-xxl,
section.padding-left-xxl,
summary.padding-left-xxl,
time.padding-left-xxl,
video.padding-left-xxl {
  padding-left: var(--iroc-padding-xxl);
}
div.padding-y-xxl,
span.padding-y-xxl,
iframe.padding-y-xxl,
h1.padding-y-xxl,
h2.padding-y-xxl,
h3.padding-y-xxl,
h4.padding-y-xxl,
h5.padding-y-xxl,
h6.padding-y-xxl,
p.padding-y-xxl,
blockquote.padding-y-xxl,
pre.padding-y-xxl,
a.padding-y-xxl,
address.padding-y-xxl,
cite.padding-y-xxl,
img.padding-y-xxl,
svg.padding-y-xxl,
dl.padding-y-xxl,
dt.padding-y-xxl,
dd.padding-y-xxl,
ol.padding-y-xxl,
ul.padding-y-xxl,
li.padding-y-xxl,
fieldset.padding-y-xxl,
form.padding-y-xxl,
label.padding-y-xxl,
legend.padding-y-xxl,
table.padding-y-xxl,
caption.padding-y-xxl,
tbody.padding-y-xxl,
tfoot.padding-y-xxl,
thead.padding-y-xxl,
tr.padding-y-xxl,
th.padding-y-xxl,
td.padding-y-xxl,
article.padding-y-xxl,
aside.padding-y-xxl,
details.padding-y-xxl,
embed.padding-y-xxl,
figure.padding-y-xxl,
figcaption.padding-y-xxl,
footer.padding-y-xxl,
header.padding-y-xxl,
section.padding-y-xxl,
summary.padding-y-xxl,
time.padding-y-xxl,
video.padding-y-xxl {
  padding-top: var(--iroc-padding-xxl);
  padding-bottom: var(--iroc-padding-xxl);
}
div.padding-x-xxl,
span.padding-x-xxl,
iframe.padding-x-xxl,
h1.padding-x-xxl,
h2.padding-x-xxl,
h3.padding-x-xxl,
h4.padding-x-xxl,
h5.padding-x-xxl,
h6.padding-x-xxl,
p.padding-x-xxl,
blockquote.padding-x-xxl,
pre.padding-x-xxl,
a.padding-x-xxl,
address.padding-x-xxl,
cite.padding-x-xxl,
img.padding-x-xxl,
svg.padding-x-xxl,
dl.padding-x-xxl,
dt.padding-x-xxl,
dd.padding-x-xxl,
ol.padding-x-xxl,
ul.padding-x-xxl,
li.padding-x-xxl,
fieldset.padding-x-xxl,
form.padding-x-xxl,
label.padding-x-xxl,
legend.padding-x-xxl,
table.padding-x-xxl,
caption.padding-x-xxl,
tbody.padding-x-xxl,
tfoot.padding-x-xxl,
thead.padding-x-xxl,
tr.padding-x-xxl,
th.padding-x-xxl,
td.padding-x-xxl,
article.padding-x-xxl,
aside.padding-x-xxl,
details.padding-x-xxl,
embed.padding-x-xxl,
figure.padding-x-xxl,
figcaption.padding-x-xxl,
footer.padding-x-xxl,
header.padding-x-xxl,
section.padding-x-xxl,
summary.padding-x-xxl,
time.padding-x-xxl,
video.padding-x-xxl {
  padding-left: var(--iroc-padding-xxl);
  padding-right: var(--iroc-padding-xxl);
}
div.padding-top-0,
span.padding-top-0,
iframe.padding-top-0,
h1.padding-top-0,
h2.padding-top-0,
h3.padding-top-0,
h4.padding-top-0,
h5.padding-top-0,
h6.padding-top-0,
p.padding-top-0,
blockquote.padding-top-0,
pre.padding-top-0,
a.padding-top-0,
address.padding-top-0,
cite.padding-top-0,
img.padding-top-0,
svg.padding-top-0,
dl.padding-top-0,
dt.padding-top-0,
dd.padding-top-0,
ol.padding-top-0,
ul.padding-top-0,
li.padding-top-0,
fieldset.padding-top-0,
form.padding-top-0,
label.padding-top-0,
legend.padding-top-0,
table.padding-top-0,
caption.padding-top-0,
tbody.padding-top-0,
tfoot.padding-top-0,
thead.padding-top-0,
tr.padding-top-0,
th.padding-top-0,
td.padding-top-0,
article.padding-top-0,
aside.padding-top-0,
details.padding-top-0,
embed.padding-top-0,
figure.padding-top-0,
figcaption.padding-top-0,
footer.padding-top-0,
header.padding-top-0,
section.padding-top-0,
summary.padding-top-0,
time.padding-top-0,
video.padding-top-0 {
  padding-top: var(--iroc-padding-0);
}
div.padding-right-0,
span.padding-right-0,
iframe.padding-right-0,
h1.padding-right-0,
h2.padding-right-0,
h3.padding-right-0,
h4.padding-right-0,
h5.padding-right-0,
h6.padding-right-0,
p.padding-right-0,
blockquote.padding-right-0,
pre.padding-right-0,
a.padding-right-0,
address.padding-right-0,
cite.padding-right-0,
img.padding-right-0,
svg.padding-right-0,
dl.padding-right-0,
dt.padding-right-0,
dd.padding-right-0,
ol.padding-right-0,
ul.padding-right-0,
li.padding-right-0,
fieldset.padding-right-0,
form.padding-right-0,
label.padding-right-0,
legend.padding-right-0,
table.padding-right-0,
caption.padding-right-0,
tbody.padding-right-0,
tfoot.padding-right-0,
thead.padding-right-0,
tr.padding-right-0,
th.padding-right-0,
td.padding-right-0,
article.padding-right-0,
aside.padding-right-0,
details.padding-right-0,
embed.padding-right-0,
figure.padding-right-0,
figcaption.padding-right-0,
footer.padding-right-0,
header.padding-right-0,
section.padding-right-0,
summary.padding-right-0,
time.padding-right-0,
video.padding-right-0 {
  padding-right: var(--iroc-padding-0);
}
div.padding-bottom-0,
span.padding-bottom-0,
iframe.padding-bottom-0,
h1.padding-bottom-0,
h2.padding-bottom-0,
h3.padding-bottom-0,
h4.padding-bottom-0,
h5.padding-bottom-0,
h6.padding-bottom-0,
p.padding-bottom-0,
blockquote.padding-bottom-0,
pre.padding-bottom-0,
a.padding-bottom-0,
address.padding-bottom-0,
cite.padding-bottom-0,
img.padding-bottom-0,
svg.padding-bottom-0,
dl.padding-bottom-0,
dt.padding-bottom-0,
dd.padding-bottom-0,
ol.padding-bottom-0,
ul.padding-bottom-0,
li.padding-bottom-0,
fieldset.padding-bottom-0,
form.padding-bottom-0,
label.padding-bottom-0,
legend.padding-bottom-0,
table.padding-bottom-0,
caption.padding-bottom-0,
tbody.padding-bottom-0,
tfoot.padding-bottom-0,
thead.padding-bottom-0,
tr.padding-bottom-0,
th.padding-bottom-0,
td.padding-bottom-0,
article.padding-bottom-0,
aside.padding-bottom-0,
details.padding-bottom-0,
embed.padding-bottom-0,
figure.padding-bottom-0,
figcaption.padding-bottom-0,
footer.padding-bottom-0,
header.padding-bottom-0,
section.padding-bottom-0,
summary.padding-bottom-0,
time.padding-bottom-0,
video.padding-bottom-0 {
  padding-bottom: var(--iroc-padding-0);
}
div.padding-left-0,
span.padding-left-0,
iframe.padding-left-0,
h1.padding-left-0,
h2.padding-left-0,
h3.padding-left-0,
h4.padding-left-0,
h5.padding-left-0,
h6.padding-left-0,
p.padding-left-0,
blockquote.padding-left-0,
pre.padding-left-0,
a.padding-left-0,
address.padding-left-0,
cite.padding-left-0,
img.padding-left-0,
svg.padding-left-0,
dl.padding-left-0,
dt.padding-left-0,
dd.padding-left-0,
ol.padding-left-0,
ul.padding-left-0,
li.padding-left-0,
fieldset.padding-left-0,
form.padding-left-0,
label.padding-left-0,
legend.padding-left-0,
table.padding-left-0,
caption.padding-left-0,
tbody.padding-left-0,
tfoot.padding-left-0,
thead.padding-left-0,
tr.padding-left-0,
th.padding-left-0,
td.padding-left-0,
article.padding-left-0,
aside.padding-left-0,
details.padding-left-0,
embed.padding-left-0,
figure.padding-left-0,
figcaption.padding-left-0,
footer.padding-left-0,
header.padding-left-0,
section.padding-left-0,
summary.padding-left-0,
time.padding-left-0,
video.padding-left-0 {
  padding-left: var(--iroc-padding-0);
}
div.padding-y-0,
span.padding-y-0,
iframe.padding-y-0,
h1.padding-y-0,
h2.padding-y-0,
h3.padding-y-0,
h4.padding-y-0,
h5.padding-y-0,
h6.padding-y-0,
p.padding-y-0,
blockquote.padding-y-0,
pre.padding-y-0,
a.padding-y-0,
address.padding-y-0,
cite.padding-y-0,
img.padding-y-0,
svg.padding-y-0,
dl.padding-y-0,
dt.padding-y-0,
dd.padding-y-0,
ol.padding-y-0,
ul.padding-y-0,
li.padding-y-0,
fieldset.padding-y-0,
form.padding-y-0,
label.padding-y-0,
legend.padding-y-0,
table.padding-y-0,
caption.padding-y-0,
tbody.padding-y-0,
tfoot.padding-y-0,
thead.padding-y-0,
tr.padding-y-0,
th.padding-y-0,
td.padding-y-0,
article.padding-y-0,
aside.padding-y-0,
details.padding-y-0,
embed.padding-y-0,
figure.padding-y-0,
figcaption.padding-y-0,
footer.padding-y-0,
header.padding-y-0,
section.padding-y-0,
summary.padding-y-0,
time.padding-y-0,
video.padding-y-0 {
  padding-top: var(--iroc-padding-0);
  padding-bottom: var(--iroc-padding-0);
}
div.padding-x-0,
span.padding-x-0,
iframe.padding-x-0,
h1.padding-x-0,
h2.padding-x-0,
h3.padding-x-0,
h4.padding-x-0,
h5.padding-x-0,
h6.padding-x-0,
p.padding-x-0,
blockquote.padding-x-0,
pre.padding-x-0,
a.padding-x-0,
address.padding-x-0,
cite.padding-x-0,
img.padding-x-0,
svg.padding-x-0,
dl.padding-x-0,
dt.padding-x-0,
dd.padding-x-0,
ol.padding-x-0,
ul.padding-x-0,
li.padding-x-0,
fieldset.padding-x-0,
form.padding-x-0,
label.padding-x-0,
legend.padding-x-0,
table.padding-x-0,
caption.padding-x-0,
tbody.padding-x-0,
tfoot.padding-x-0,
thead.padding-x-0,
tr.padding-x-0,
th.padding-x-0,
td.padding-x-0,
article.padding-x-0,
aside.padding-x-0,
details.padding-x-0,
embed.padding-x-0,
figure.padding-x-0,
figcaption.padding-x-0,
footer.padding-x-0,
header.padding-x-0,
section.padding-x-0,
summary.padding-x-0,
time.padding-x-0,
video.padding-x-0 {
  padding-left: var(--iroc-padding-0);
  padding-right: var(--iroc-padding-0);
}
.background-white {
  background-color: var(--iroc-white);
}
.asdf-helper {
  color: red;
}
.background-white {
  background-color: var(--iroc-white);
}
.asdf-helper {
  color: red;
}
.background-light-blue {
  background-color: var(--iroc-light-blue);
}
.background-light-blue,
.background-light-blue div,
.background-light-blue p,
.background-light-blue h1,
.background-light-blue h2,
.background-light-blue h3,
.background-light-blue h4,
.background-light-blue h5,
.background-light-blue h6 {
  color: var(--iroc-white);
}
.background-light-blue .btn {
  border-color: var(--iroc-white);
}
.background-light-blue .btn:hover {
  background-color: var(--iroc-blue);
}
.asdf-helper {
  color: red;
}
.background-blue {
  background-color: var(--iroc-blue);
}
.background-blue,
.background-blue div,
.background-blue p,
.background-blue h1,
.background-blue h2,
.background-blue h3,
.background-blue h4,
.background-blue h5,
.background-blue h6 {
  color: var(--iroc-white);
}
.background-blue .btn {
  border-color: var(--iroc-white);
}
.background-blue .btn:hover {
  background-color: var(--iroc-blue);
}
.asdf-helper {
  color: red;
}
.background-deep-blue {
  background-color: var(--iroc-deep-blue);
}
.background-deep-blue,
.background-deep-blue div,
.background-deep-blue p,
.background-deep-blue h1,
.background-deep-blue h2,
.background-deep-blue h3,
.background-deep-blue h4,
.background-deep-blue h5,
.background-deep-blue h6 {
  color: var(--iroc-white);
}
.background-deep-blue .btn {
  border-color: var(--iroc-white);
}
.background-deep-blue .btn:hover {
  background-color: var(--iroc-blue);
}
.asdf-helper {
  color: red;
}
.background-dark-blue {
  background-color: var(--iroc-dark-blue);
}
.background-dark-blue,
.background-dark-blue div,
.background-dark-blue p,
.background-dark-blue h1,
.background-dark-blue h2,
.background-dark-blue h3,
.background-dark-blue h4,
.background-dark-blue h5,
.background-dark-blue h6 {
  color: var(--iroc-white);
}
.background-dark-blue .btn {
  border-color: var(--iroc-white);
}
.background-dark-blue .btn:hover {
  background-color: var(--iroc-blue);
}
.asdf-helper {
  color: red;
}
.background-dark-gray {
  background-color: var(--iroc-dark-gray);
}
.background-dark-gray,
.background-dark-gray div,
.background-dark-gray p,
.background-dark-gray h1,
.background-dark-gray h2,
.background-dark-gray h3,
.background-dark-gray h4,
.background-dark-gray h5,
.background-dark-gray h6 {
  color: var(--iroc-white);
}
.background-dark-gray .btn {
  border-color: var(--iroc-white);
}
.background-dark-gray .btn:hover {
  background-color: var(--iroc-blue);
}
.asdf-helper {
  color: red;
}
.background-blue-gray {
  background-color: var(--iroc-blue-gray);
}
.asdf-helper {
  color: red;
}
.background-gray {
  background-color: var(--iroc-gray);
}
.white {
  color: var(--iroc-white);
}
.light-blue {
  color: var(--iroc-light-blue);
}
.blue {
  color: var(--iroc-blue);
}
.deep-blue {
  color: var(--iroc-deep-blue);
}
.dark-blue {
  color: var(--iroc-dark-blue);
}
.orange {
  color: var(--iroc-orange);
}
.dark-gray {
  color: var(--iroc-dark-gray);
}
.blue-gray {
  color: var(--iroc-blue-gray);
}
.gray {
  color: var(--iroc-gray);
}
