/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
}

.rotc-cards .rotc-cards-wrapper > a, .rotc-banner-with-text .rotc-banner-text > a, .rotc-text .rotc-text-wrapper > a, .rotc-banner .rotc-banner-wrapper > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  background-color: #318FE4;
  border: 1px solid #318FE4;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2667rem;
  line-height: 1.6rem;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 12px 24.5px;
  transition: background-color 0.5s ease-out, border 0.5s ease-out, color 0.5s ease-out;
}
.rotc-cards .rotc-cards-wrapper > a:hover, .rotc-banner-with-text .rotc-banner-text > a:hover, .rotc-text .rotc-text-wrapper > a:hover, .rotc-banner .rotc-banner-wrapper > a:hover {
  background-color: #1a75c8;
  border: 1px solid #1a75c8;
}

.rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4667rem;
  line-height: 2.8667rem;
  color: #318FE4;
  text-transform: capitalize;
  transition: color 0.5s ease-out, transform 0.5s ease-out, fill 0.5s ease-out;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links > a > svg {
  width: 24px;
  height: 24px;
  object-fit: cover;
  transition: color 0.5s ease-out, transform 0.5s ease-out, fill 0.5s ease-out;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links > a > svg path {
  transition: color 0.5s ease-out, transform 0.5s ease-out, fill 0.5s ease-out;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links > a:hover {
  color: #0047AB;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links > a:hover > svg {
  transform: translateX(5px);
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links > a:hover > svg path {
  fill: #0047AB;
}

.rots-contact .rots-contact-wrapper .rots-contact-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  background-color: #318FE4;
  border: 1px solid #318FE4;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4667rem;
  line-height: 1.8rem;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 12px 24.5px;
  width: 100%;
  height: 50px;
  transition: background-color 0.5s ease-out, border 0.5s ease-out;
}
.rots-contact .rots-contact-wrapper .rots-contact-form button:hover {
  background-color: #1a75c8;
  border: 1px solid #1a75c8;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links > a {
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links > a {
    font-size: 1.3333rem;
  }
  .rots-contact .rots-contact-wrapper .rots-contact-form button {
    height: 52px;
  }
}
html {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

a,
button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  overflow-x: hidden;
  width: 100%;
}
body :first-child {
  margin-top: 0 !important;
}
body :last-child {
  margin-bottom: 0 !important;
}
body * {
  line-height: 150%;
}
body img.lazy {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  opacity: 0;
}
body img.lazy.loaded {
  opacity: 1;
}

.rotc-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

main {
  flex: 1 1 auto;
}

footer {
  flex: 0 0 auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 50px);
  max-width: 1280px;
  position: relative;
}

.rotc-sub-container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 50px);
  max-width: 1501px;
  position: relative;
}

.rotc-mini-container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 50px);
  max-width: 941px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 125%;
}

h1 {
  font-size: 4.6667rem;
  line-height: 4.6667rem;
}

h2,
h3 {
  font-size: 3.0667rem;
  line-height: 3.0667rem;
}

h4 {
  font-size: 2.1333rem;
  line-height: 2.1333rem;
}

h5,
h6 {
  font-size: 1.4667rem;
  line-height: 1.4667rem;
}

p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0 0 30px 0;
}

:root {
  --scrollbar: 0 ;
}

.rotc-faq .container,
.rotc-tabs .container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 50px);
  max-width: 941px;
  position: relative;
}

.rotc-faq {
  padding: 0 0 75px 0 !important;
}

.rotc-faq div.title {
  margin-bottom: 20px;
}

.rotc-faq div.content {
  margin: 25px 0;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  margin: 0 0 22px 0;
}

.rotc-faq div.questions-and-answers div.question-and-answer div.answer > div > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 0 20px;
}

.rotc-faq div.questions-and-answers div.question-and-answer div.answer > div > ul > li {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  list-style-type: disc;
  list-style-position: outside;
}

.rotc-faq div.questions-and-answers div.question-and-answer div.answer > div > ul > li > a:hover {
  text-decoration: underline !important;
}

.rotc-faq div.questions-and-answers div.question-and-answer div.answer > div {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  margin: 0 0 22px 0;
}

footer .part-1 {
  margin-bottom: 0 !important;
}
footer .part-2 {
  position: relative !important;
}

@media (min-width: 1080px) and (max-width: 1200px) {
  .rotc-wrapper div#mobile-menu {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  body._lock {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  body._lock {
    overflow: hidden;
  }
  .rotc-sub-container,
  .rotc-mini-container {
    width: calc(100% - 18px);
  }
  h1 {
    font-size: 3.4667rem;
    line-height: 3.3333rem;
  }
  h4 {
    font-size: 1.8667rem;
    line-height: 1.8667rem;
  }
  .rotc-faq .container,
  .rotc-tabs .container {
    width: calc(100% - 18px);
  }
  .rotc-faq div.content {
    font-size: 1.0667rem;
    line-height: 1.6rem;
    margin: 0 0 20px 0;
  }
  .rotc-faq div.questions-and-answers div.question-and-answer div.answer > div > ul > li {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  footer .part-2 {
    bottom: 0 !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

header .rotc-panel {
  background: #0047AB;
  padding: 20.5px 0;
}
header .rotc-panel .rotc-panel-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
header .rotc-panel .rotc-panel-wrapper .rotc-back-link > a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3333rem;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: transform 0.5s ease-out;
}
header .rotc-panel .rotc-panel-wrapper .rotc-back-link > a > img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  transition: transform 0.5s ease-out;
}
header .rotc-panel .rotc-panel-wrapper .rotc-back-link > a:hover > img {
  transform: translateX(-5px);
}
header .rotc-panel .rotc-panel-wrapper .rotc-search > a {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3333rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
header .rotc-panel .rotc-panel-wrapper .rotc-search > a > img {
  width: 26px;
  height: 26px;
  object-fit: cover;
}
header div[data-part=rotc-quick-search] {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), transform 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 200px 0;
  position: fixed;
  top: 0;
  transform: translateY(-25px);
  visibility: hidden;
  width: 100%;
  z-index: 10000;
  background: -moz-linear-gradient(top, #0047AB 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #0047AB 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #0047AB 0%, rgba(255, 255, 255, 0) 100%);
}
header div[data-part=rotc-quick-search].open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
header div[data-part=rotc-quick-search] .input {
  max-width: calc(100% - 50px);
}
header div[data-part=rotc-quick-search] .input > input {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid #FFFFFF;
  border-left: 0;
  border-right: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0;
  box-sizing: border-box;
  font-size: 1.3rem;
  max-width: 100%;
  outline: none;
  padding: 15px 20px;
  width: 768px;
}
header div[data-part=rotc-quick-search] .input .title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
header div[data-part=rotc-quick-search] .input .title > h3 {
  color: #FFFFFF;
  font-size: 1.62rem;
  margin: 0;
}
header div[data-part=rotc-quick-search] .input .title > a {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  display: block;
  opacity: 0.75;
}
header div[data-part=rotc-quick-search] .input .title > a > svg {
  display: block;
  height: 22px;
  width: 22px;
}
header div[data-part=rotc-quick-search] .input .title > a > svg path {
  fill: #FFFFFF;
}
header div[data-part=rotc-quick-search] .input .title > a:hover {
  opacity: 1;
}
header a[data-toggle] {
  display: none;
}
header div.sticky-wrapper.is-sticky section[data-id=primary-menu] {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
header div.sticky-wrapper.is-sticky section[data-id=primary-menu] ul.menu > li > a {
  color: #1E2D5D !important;
}
header section[data-id=primary-menu] {
  transition: background-color 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), box-shadow 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  background-color: white;
}
header section[data-id=primary-menu] div.rotc-sub-container {
  align-items: center;
  display: flex;
  gap: 36px;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-1 {
  margin-left: 0 !important;
  padding: 21.5px 0;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-1,
header section[data-id=primary-menu] div.rotc-sub-container div.column-3 {
  flex-shrink: 0;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-2 {
  align-self: stretch;
  flex-grow: 1;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div {
  height: 100%;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div > ul {
  height: inherit;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div > ul > li {
  align-items: center;
  height: inherit;
}
header section[data-id=primary-menu] ul.menu li + li {
  margin-left: 0 !important;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div > ul > li > a {
  align-items: center;
  display: flex;
  height: inherit;
  position: relative;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div > ul > li.current-menu-parent > a::before,
header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div > ul > li.current-menu-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 2px;
  background: #318FE4;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-3 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  background-color: #318FE4;
  border: 1px solid #318FE4;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2667rem;
  line-height: 1.6rem;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 12px 24.5px;
  transition: background-color 0.5s ease-out, border 0.5s ease-out, color 0.5s ease-out;
}
header section[data-id=primary-menu] div.rotc-sub-container div.column-3 > a:hover {
  background-color: #1a75c8;
  border: 1px solid #1a75c8;
}
header section[data-id=primary-menu] a[data-id=logo] {
  display: flex;
  align-items: center;
}
header section[data-id=primary-menu] a[data-id=logo] img {
  display: block;
  width: 70px;
  height: 70px;
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), width 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  opacity: 1;
  visibility: visible;
}
header section[data-id=primary-menu] a[data-id=logo] > span {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), width 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  opacity: 1;
  visibility: visible;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.2667rem;
  color: #0047AB;
}
header section[data-id=primary-menu] ul.menu li a {
  transition: color 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children:hover > div.wrap-sub-links {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links {
  z-index: -1;
  background: rgba(30, 45, 93, 0.8);
  display: block;
  left: 0;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links:before,
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links:after {
  background: rgba(30, 45, 93, 0.8);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50vw;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links:before {
  right: 100%;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links:after {
  left: 100%;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links > ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links > ul.sub-menu > li {
  margin: 0;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links > ul.sub-menu a {
  color: #ffffff;
  font-size: 1.0667rem !important;
  font-weight: 400;
  position: relative;
}
header section[data-id=primary-menu] ul.menu > li.current-menu-parent > div.wrap-sub-links > ul.sub-menu > li.current-menu-item > a {
  border-bottom: 2px solid #318FE4;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > a {
  pointer-events: none;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links > ul.sub-menu a:hover {
  font-weight: 700;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > a {
  position: relative;
  padding: 0 34px 0 0;
}
header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url(../img/svg/rotc-arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header section[data-id=primary-menu] ul.menu div.wrap-sub-links {
  transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  opacity: 0;
  visibility: hidden;
}
header section[data-id=primary-menu] ul.menu div.wrap-sub-links.has-info-element {
  display: flex !important;
}
header section[data-id=primary-menu] ul.menu div.wrap-sub-links.has-info-element > ul.sub-menu {
  order: 1;
  column-count: 2;
  column-gap: 0;
  position: relative;
}
header section[data-id=primary-menu] ul.menu div.wrap-sub-links.has-info-element > ul.sub-menu li {
  padding: 0 20px;
  min-width: 300px;
}
header section[data-id=primary-menu] ul.menu div.wrap-sub-links.has-info-element > ul.sub-menu li + li {
  margin-top: 2.5px;
}
header section[data-id=primary-menu] ul.menu div.wrap-sub-links.has-info-element > ul.sub-menu:before, header section[data-id=primary-menu] ul.menu div.wrap-sub-links.has-info-element > ul.sub-menu:after {
  border-left: 1px solid #318FE4;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 0;
}
header section[data-id=primary-menu] ul.menu div.wrap-sub-links.has-info-element > ul.sub-menu:before {
  left: 0%;
}
header section[data-id=primary-menu] ul.menu div.wrap-sub-links.has-info-element > ul.sub-menu:after {
  left: 50%;
}
header section[data-id=primary-menu] ul.menu div.wrap-sub-links.has-info-element div[data-element=info] {
  order: 2;
  flex-shrink: 0;
}
header div.sticky-wrapper.is-sticky section[data-id=primary-menu] {
  background-color: #0047AB;
}
header div.sticky-wrapper.is-sticky section[data-id=primary-menu] ul.menu > li > a {
  color: #ffffff;
}
header div.sticky-wrapper.is-sticky section[data-id=primary-menu] a[data-id=logo] > span:nth-child(2) {
  opacity: 1;
  visibility: visible !important;
  width: auto !important;
}
header div.sticky-wrapper.is-sticky section[data-id=primary-menu] a[data-toggle] path {
  fill: #003E71 !important;
}
header .rotc-header ul.menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .rotc-header ul.menu li a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem !important;
  line-height: 1.6667rem !important;
  color: #1E2D5D;
}

body.has-mobile-menu-open {
  height: 100vh;
  overflow: hidden;
}

body.has-mobile-menu-open header div.sticky-wrapper section[data-id=primary-menu] {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

body.has-mobile-menu-open header div.sticky-wrapper.is-sticky section[data-id=primary-menu] {
  background-color: #ffffff;
}

body.has-mobile-menu-open header div.sticky-wrapper.is-sticky section[data-id=primary-menu] div.rotc-sub-container div.column-0 {
  margin-right: 15px;
}

body.has-mobile-menu-open header div.sticky-wrapper.is-sticky section[data-id=primary-menu] div.rotc-sub-container div.column-0 path {
  fill: #003E71;
}

@media (min-width: 1080px) and (max-width: 1200px) {
  .rotc-header section[data-id=primary-menu] a[data-id=logo] > span:nth-child(2) {
    display: block !important;
  }
  .rotc-header section[data-id=primary-menu] div.column-0 {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  header section[data-id=primary-menu] div.rotc-sub-container div.column-0 {
    display: none !important;
  }
  body.has-mobile-menu-open {
    height: initial !important;
    overflow: initial !important;
  }
  body.has-mobile-menu-open header {
    box-shadow: initial !important;
  }
  body.has-mobile-menu-open div.sticky-wrapper section[data-id=primary-menu] {
    box-shadow: initial !important;
  }
  body.has-mobile-menu-open div.sticky-wrapper.is-sticky section[data-id=primary-menu] {
    background-color: #0047AB !important;
  }
}
@media (min-width: 1320px) and (max-width: 1560px) {
  header .rotc-panel {
    padding: 15px 0;
  }
  header section[data-id=primary-menu] a[data-id=logo] img {
    width: 50px;
    height: 50px;
  }
  header section[data-id=primary-menu] a[data-id=logo] > span {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  header .rotc-header ul.menu li a {
    font-size: 1.06rem !important;
    line-height: 1.5rem !important;
  }
  header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > a {
    padding: 0 29px 0 0;
  }
  header section[data-id=primary-menu] div.rotc-sub-container {
    gap: 14px;
  }
  header ul.menu {
    gap: 16px;
  }
  header section[data-id=primary-menu] div.rotc-sub-container div.column-2 {
    display: flex;
    justify-content: flex-end;
  }
  header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div > ul > li.current-menu-parent > a::before,
  header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div > ul > li.current-menu-item > a::before {
    bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1320px) {
  header .rotc-panel {
    padding: 15px 0;
  }
  header .rotc-header section[data-id=primary-menu] a[data-id=logo] > span {
    display: none !important;
  }
  header section[data-id=primary-menu] div.rotc-sub-container div.column-2 {
    display: flex;
    justify-content: flex-end;
  }
  header section[data-id=primary-menu] div.rotc-sub-container {
    gap: 20px;
  }
  header .rotc-header ul.menu {
    gap: 20px;
  }
  header .rotc-header ul.menu li a {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > div.wrap-sub-links > ul.sub-menu a {
    font-size: 0.9333rem !important;
  }
  header section[data-id=primary-menu] ul.menu > li.menu-item-has-children > a {
    padding: 0 29px 0 0;
  }
  header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div > ul > li.current-menu-parent > a::before,
  header section[data-id=primary-menu] div.rotc-sub-container div.column-2 > div > ul > li.current-menu-item > a::before {
    bottom: 40px;
  }
}
@media (max-width: 1200px) {
  header section[data-id=primary-menu] {
    padding: 10px 0;
    position: relative;
    z-index: 4;
  }
  header section[data-id=primary-menu] div.rotc-sub-container {
    justify-content: space-between;
  }
  header section[data-id=primary-menu] div.rotc-sub-container div.column-2 {
    display: none !important;
  }
  header section[data-id=primary-menu] div.rotc-sub-container div.column-1,
  header section[data-id=primary-menu] div.rotc-sub-container div.column-3 {
    position: relative;
    z-index: 4;
  }
  header section[data-id=primary-menu] div.rotc-sub-container div.column-1 {
    padding: 0;
  }
  header div[data-part=rotc-quick-search] {
    display: none;
  }
  header section[data-id=primary-menu] div.rotc-sub-container {
    gap: 10px;
  }
  header section[data-id=primary-menu] a[data-id=logo] img {
    width: 45px;
    height: 45px;
  }
  header section[data-id=primary-menu] a[data-id=logo] > span {
    font-size: 1rem;
    line-height: 1.3333rem;
  }
  header section[data-id=primary-menu] div.rotc-sub-container div.column-3 > a {
    font-size: 1.0667rem;
    line-height: 1.3333rem;
    padding: 9px 25px;
  }
  header .rotc-panel,
  header .menu {
    display: none;
  }
  header a[data-toggle] {
    display: block;
    height: 17px;
    position: relative;
    width: 24px;
    z-index: 4;
    cursor: pointer;
  }
  header a[data-toggle] > span {
    transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  header a[data-toggle] > span svg {
    display: block;
    height: inherit;
    width: inherit;
  }
  header a[data-toggle] > span svg path {
    transition: fill 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
    fill: #003E71;
  }
  header a[data-toggle] > span:nth-child(1) {
    opacity: 1;
    visibility: visible;
  }
  header a[data-toggle] > span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  body.has-mobile-menu-open {
    height: 100vh;
    overflow: hidden;
  }
  body.has-mobile-menu-open header a[data-toggle] > span:nth-child(1) {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  body.has-mobile-menu-open header a[data-toggle] > span:nth-child(2) {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.rotc-banner {
  position: relative;
  padding: 200px 0;
  overflow: hidden;
}
.rotc-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.rotc-banner .rotc-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rotc-banner .rotc-banner-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rotc-banner .rotc-banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rotc-banner .rotc-banner-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rotc-banner .rotc-banner-wrapper {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}
.rotc-banner .rotc-banner-wrapper > h1 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 4.6667rem;
  line-height: 4.6667rem;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  margin: 0 0 29px 0;
}
.rotc-banner .rotc-banner-wrapper > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 50px 0;
}
.rotc-banner .rotc-banner-wrapper > a {
  font-size: 1.4667rem;
  line-height: 1.8rem;
  padding: 15px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.rotc-banner .rotc-banner-wrapper > a:hover {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #318FE4;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rotc-banner {
    padding: 134px 0 178px 0;
  }
}
@media (max-width: 768px) {
  .rotc-banner {
    padding: 134px 0 178px 0;
  }
  .rotc-banner .rotc-banner-wrapper > h1 {
    font-size: 3.4667rem;
    line-height: 3.3333rem;
    margin: 0 0 20px 0;
  }
  .rotc-banner .rotc-banner-wrapper > p {
    margin: 0 0 36px 0;
  }
  .rotc-banner .rotc-banner-wrapper > a {
    max-width: 284px;
  }
}
@media (max-width: 350px) {
  .rotc-banner {
    padding: 134px 0;
  }
}
.rotc-text {
  padding: 112px 0 99px 0;
}
.rotc-text .rotc-text-wrapper {
  max-width: 759px;
  margin: 0 auto;
}
.rotc-text .rotc-text-wrapper > h2 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 3.0667rem;
  line-height: 3.0667rem;
  color: #353248;
  text-align: center;
  margin: 0 0 28px 0;
}
.rotc-text .rotc-text-wrapper > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #353248;
  text-align: center;
  margin: 0 0 50px 0;
}
.rotc-text .rotc-text-wrapper > a {
  font-size: 1.4667rem;
  line-height: 1.8rem;
  padding: 19px 10px;
  width: 100%;
  max-width: 349px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rotc-text {
    padding: 75px 0;
  }
}
@media (max-width: 768px) {
  .rotc-text {
    padding: 57px 0 72px 0;
  }
  .rotc-text .rotc-text-wrapper > h2 {
    margin: 0 2px 41px 2px;
  }
  .rotc-text .rotc-text-wrapper > p {
    margin: 0 0 30px 0;
  }
  .rotc-text .rotc-text-wrapper > a {
    padding: 10.5px 10px;
    max-width: 300px;
  }
}
@media (max-width: 350px) {
  .rotc-text .rotc-text-wrapper > a {
    font-size: 1.3333rem;
    line-height: 1.6667rem;
  }
}
.rotc-content {
  background: rgba(237, 241, 243, 0.5);
}
.rotc-content .rotc-content-wrapper {
  margin: 0 auto;
  max-width: 1501px;
  width: calc(100% - 50px);
  display: flex;
  align-items: stretch;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 0;
  position: relative;
  min-height: 688px;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box {
  padding: 155px 70px 155px 0;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > h2 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 3.0667rem;
  line-height: 4.8rem;
  color: #202841;
  margin: 0 0 40px 0;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > p > b {
  font-weight: 700;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > p > a {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #318FE4;
  text-decoration-line: underline;
  transition: color 0.5s ease-out;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > p > a:hover {
  color: #0047AB;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > ul > li {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #202841;
  list-style-type: disc;
  list-style-position: outside;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > ul > li > b {
  font-weight: 700;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > ul > li > a {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #318FE4;
  text-decoration-line: underline;
  transition: color 0.5s ease-out;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > ul > li > a:hover {
  color: #0047AB;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > a {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #318FE4;
  text-decoration-line: underline;
  transition: color 0.5s ease-out;
  margin: 0 0 20px 0;
  display: inline-block;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box > a:hover {
  color: #0047AB;
}
.rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links {
  margin: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.rotc-content .rotc-content-wrapper .rotc-content-img {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 0;
  position: relative;
}
.rotc-content .rotc-content-wrapper .rotc-content-img > img {
  position: absolute;
  width: calc(50vw - var(--scrollbar) / 2);
  height: 100%;
  min-height: 688px;
  object-fit: cover;
  object-position: center center;
}
.rotc-content .rotc-content-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
.rotc-content .rotc-content-wrapper:nth-child(even) .rotc-content-descr .box {
  padding: 115px 0 115px 59px;
}
.rotc-content .rotc-content-wrapper:nth-child(even) .rotc-content-img > img {
  right: 0;
}

.reverse-column-rotc .rotc-content .rotc-content-wrapper {
  flex-direction: row-reverse;
}
.reverse-column-rotc .rotc-content .rotc-content-wrapper .rotc-content-descr .box {
  padding: 115px 0 115px 59px;
}
.reverse-column-rotc .rotc-content .rotc-content-wrapper .rotc-content-img > img {
  right: 0;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rotc-content .rotc-content-wrapper .rotc-content-descr {
    min-height: 100%;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box {
    padding: 77px 30px 77px 0;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > h2 {
    font-size: 2.1333rem;
    line-height: 2.5333rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > p {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > p > a {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > ul > li {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > ul > li > a {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > a {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links {
    margin: 30px 0 0 0;
    gap: 15px;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-img > img {
    min-height: 100%;
  }
  .rotc-content .rotc-content-wrapper:nth-child(even) .rotc-content-descr .box {
    padding: 75px 0 75px 30px;
  }
  .reverse-column-rotc .rotc-content .rotc-content-wrapper .rotc-content-descr .box {
    padding: 75px 0 75px 30px;
  }
}
@media (max-width: 768px) {
  .rotc-content .rotc-content-wrapper {
    max-width: 100%;
    flex-direction: column-reverse;
    width: 100%;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr {
    min-height: auto;
    width: 100%;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box {
    padding: 28px 18px 40px 18px;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > h2 {
    font-size: 2.1333rem;
    line-height: 2.5333rem;
    margin: 0 0 26px 0;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > p {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > p > a {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > ul > li {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > ul > li > a {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box > a {
    font-size: 1.0667rem;
    line-height: 1.6rem;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-descr .box .rotc-content-descr-links {
    margin: 0;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-img {
    width: 100%;
  }
  .rotc-content .rotc-content-wrapper .rotc-content-img > img {
    position: relative;
    width: 100%;
    min-height: auto;
  }
  .rotc-content .rotc-content-wrapper:nth-child(even) {
    flex-direction: column-reverse;
  }
  .rotc-content .rotc-content-wrapper:nth-child(even) .rotc-content-descr .box {
    padding: 36px 18px 48px 18px;
  }
  .reverse-column-rotc .rotc-content .rotc-content-wrapper {
    flex-direction: column-reverse;
  }
  .reverse-column-rotc .rotc-content .rotc-content-wrapper .rotc-content-descr .box {
    padding: 36px 18px 48px 18px;
  }
}
.rotc-divider {
  background: #318FE4;
  width: 100%;
  height: 14px;
}

.rots-contact {
  position: relative;
  padding: 68px 0 59px 0;
  overflow: hidden;
}
.rots-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
  z-index: 1;
}
.rots-contact .rots-contact-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rots-contact .rots-contact-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rots-contact .rots-contact-wrapper {
  position: relative;
  z-index: 1;
}
.rots-contact .rots-contact-wrapper .rots-contact-form {
  background: #FFFFFF;
  padding: 45px 59px 50px 48px;
  max-width: 720px;
  margin-left: auto;
}
.rots-contact .rots-contact-wrapper .rots-contact-form > h3 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 3.0667rem;
  line-height: 3.3333rem;
  color: #002F67;
  margin: 0 0 17px 0;
}
.rots-contact .rots-contact-wrapper .rots-contact-form > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #353248;
  margin: 0 0 37px 0;
}
.rots-contact .rots-contact-wrapper .rots-contact-form .rots-input-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.rots-contact .rots-contact-wrapper .rots-contact-form .rots-capcha {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0 40px 0;
}
.rots-contact .rots-contact-wrapper .rots-contact-form .rots-capcha > img {
  width: 100%;
  object-fit: cover;
}
.rots-contact .rots-contact-wrapper .rots-contact-form .rots-capcha > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0667rem;
  color: #5B7586;
  margin: 0;
}
.rots-contact .rots-contact-wrapper .rots-contact-form input {
  border-radius: 5px;
  border: 1px solid #D6D6D7;
  background: #FFFFFF;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  outline: none;
  height: 44px;
  padding: 5px 15px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9333rem;
  line-height: 0.9333rem;
  color: #353248;
  margin: 0 0 15px 0;
}
.rots-contact .rots-contact-wrapper .rots-contact-form input::placeholder {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9333rem;
  line-height: 0.9333rem;
  color: #5B7586;
}
.rots-contact .rots-contact-wrapper .rots-contact-form select {
  border-radius: 5px;
  border: 1px solid #D6D6D7;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  outline: none;
  height: 44px;
  padding: 5px 15px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9333rem;
  line-height: 0.9333rem;
  color: #5B7586;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  background: url(../img/svg/rotc-select-arrow.svg) no-repeat right #FFFFFF;
  background-position-x: calc(100% - 9px);
  cursor: pointer;
}
.rots-contact .rots-contact-wrapper .rots-contact-form select::placeholder {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9333rem;
  line-height: 0.9333rem;
  color: #5B7586;
}
.rots-contact .rots-contact-wrapper .rots-contact-form textarea {
  border-radius: 5px;
  border: 1px solid #D6D6D7;
  background: #FFFFFF;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  outline: none;
  resize: none;
  height: 102px;
  padding: 16px 15px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9333rem;
  line-height: 0.9333rem;
  color: #353248;
}
.rots-contact .rots-contact-wrapper .rots-contact-form textarea::placeholder {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9333rem;
  line-height: 0.9333rem;
  color: #5B7586;
}
.rots-contact form .gform-body .gform_fields .gfield .note-rotc {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0667rem;
  color: #5B7586;
  margin: 0;
}
.rots-contact form .gform_footer input[type=submit] {
  border-radius: 3px;
  background-color: #318FE4 !important;
  border: 1px solid #318FE4 !important;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFFFFF !important;
  text-align: center;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4667rem;
  line-height: 1.4667rem !important;
  text-transform: capitalize;
  width: 100%;
  padding: 7.5px 45px;
  text-decoration: none !important;
  transition: background-color 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), box-shadow 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), border-color 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), color 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), transform 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
}
.rots-contact form .gform_footer input[type=submit]:hover {
  background-color: #1a75c8 !important;
  border: 1px solid #1a75c8 !important;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rots-contact .rots-contact-wrapper .rots-contact-form {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .rots-contact {
    padding: 223px 0 55px 0;
  }
  .rots-contact::before {
    max-height: 400px;
  }
  .rots-contact .rots-contact-bg {
    max-height: 400px;
  }
  .rots-contact .rots-contact-wrapper .rots-contact-form {
    background: #F6F8F9;
    padding: 34px 20px 35px 20px;
  }
  .rots-contact .rots-contact-wrapper .rots-contact-form > h3 {
    font-size: 2.1333rem;
    line-height: 2.5333rem;
    margin: 0 0 22px 0;
    text-align: center;
  }
  .rots-contact .rots-contact-wrapper .rots-contact-form > p {
    font-size: 1.0667rem;
    line-height: 1.4rem;
    margin: 0 0 27px 0;
    text-align: center;
    padding: 0 26px;
  }
  .rots-contact .rots-contact-wrapper .rots-contact-form .rots-input-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin: 0 0 8px 0;
  }
  .rots-contact .rots-contact-wrapper .rots-contact-form .rots-capcha {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: 10px 0 35px 0;
  }
  .rots-contact .rots-contact-wrapper .rots-contact-form input {
    height: 46px;
    padding: 5px 17px;
    margin: 0 0 8px 0;
  }
  .rots-contact .rots-contact-wrapper .rots-contact-form textarea {
    height: 107px;
    padding: 17px;
  }
}
/* Page About */
.rotc-sub-banner {
  position: relative;
  padding: 235px 0;
  overflow: hidden;
}
.rotc-sub-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.rotc-sub-banner .rotc-sub-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rotc-sub-banner .rotc-sub-banner-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rotc-sub-banner {
    padding: 180px 0;
  }
}
@media (max-width: 768px) {
  .rotc-sub-banner {
    padding: 180px 0;
  }
}
.rotc-links-panel {
  border-bottom: 1px solid #D6D6D7;
  background: #EDF2F4;
  padding: 18px 0;
}
.rotc-links-panel .rotc-links-panel-wrapper {
  margin: 0 -8px;
}
.rotc-links-panel .rotc-links-panel-wrapper > ul {
  display: flex;
  align-items: center;
  gap: 44px;
}
.rotc-links-panel .rotc-links-panel-wrapper > ul > li > a {
  font-family: "Kumbh Sans";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #1E2D5D;
  text-align: center;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.5s ease-out;
}
.rotc-links-panel .rotc-links-panel-wrapper > ul > li > a.active {
  border-bottom: 3px solid #318FE4;
  font-weight: 700;
}
.rotc-links-panel .rotc-links-panel-wrapper > ul > li > a:hover {
  color: #318FE4;
}
.rotc-links-panel .rotc-links-panel-wrapper > ul > li > a:hover.active {
  color: #1E2D5D;
}
.rotc-links-panel .rotc-links-panel-wrapper > ul > li:first-child > a {
  font-weight: 700;
  pointer-events: none;
}
.rotc-links-panel .rotc-links-panel-wrapper > ul.more-than-5 {
  gap: 15px;
}

@media (min-width: 1080px) {
  .rotc-links-panel .rotc-links-panel-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-left: calc((100% - 941px) / 2);
    padding-right: calc((100% - 941px) / 2);
    scrollbar-width: none;
  }
  .rotc-links-panel .rotc-links-panel-wrapper::-webkit-scrollbar {
    display: none;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul {
    white-space: nowrap;
    flex-wrap: nowrap;
    min-width: 100%;
    width: max-content;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .rotc-links-panel .rotc-links-panel-wrapper {
    max-width: 100%;
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    margin: 0 -25px 0 20px;
    padding-left: calc((100% - 990px) / 2);
    padding-right: calc((100% - 990px) / 2);
  }
  .rotc-links-panel .rotc-links-panel-wrapper::-webkit-scrollbar {
    display: none;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul {
    gap: 21px;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul > li {
    flex-shrink: 0;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul > li > a {
    white-space: nowrap;
    font-size: 1.0667rem;
    line-height: 1.0667rem;
    padding: 5px;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul > li:last-child {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 768px) {
  .rotc-links-panel {
    padding: 16px 0;
  }
  .rotc-links-panel .rotc-links-panel-wrapper {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    margin: 0 0 0 10px;
  }
  .rotc-links-panel .rotc-links-panel-wrapper::-webkit-scrollbar {
    display: none;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul {
    gap: 21px;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul > li {
    flex-shrink: 0;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul > li > a {
    white-space: nowrap;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul > li:first-child {
    display: none;
  }
  .rotc-links-panel .rotc-links-panel-wrapper > ul > li:last-child {
    padding: 0 18px 0 0;
  }
}
.rotc-breadcumbs {
  padding: 48px 0 25px 0;
}
.rotc-breadcumbs .rotc-breadcumbs-wrapper > ul > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 5px;
  font-family: "Kumbh Sans";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #758FA0;
}
.rotc-breadcumbs .rotc-breadcumbs-wrapper > ul > li > a {
  transition: color 0.5s ease-out;
}
.rotc-breadcumbs .rotc-breadcumbs-wrapper > ul > li > a:hover {
  color: #318FE4;
}
.rotc-breadcumbs .rotc-breadcumbs-wrapper > ul > li > span {
  font-weight: 500;
  color: #1E2D5D;
}

@media (max-width: 768px) {
  .rotc-breadcumbs {
    padding: 29px 0 19px 0;
  }
  .rotc-breadcumbs .rotc-breadcumbs-wrapper > ul > li {
    font-size: 1.0667rem;
    line-height: 1.2rem;
  }
}
.rotc-info {
  padding: 20px 0 101px 0;
}
.rotc-info .rotc-info-wrapper > h1 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 3.0667rem;
  line-height: 4.8rem;
  color: #202841;
  margin: 0 0 41px 0;
}
.rotc-info .rotc-info-wrapper > h2 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.0667rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-info .rotc-info-wrapper > h3 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.7333rem;
  line-height: 2.4rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-info .rotc-info-wrapper > h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2667rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-info .rotc-info-wrapper > h5,
.rotc-info .rotc-info-wrapper > h6 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4667rem;
  line-height: 2.1333rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-info .rotc-info-wrapper > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  margin: 0 0 22px 0;
}
.rotc-info .rotc-info-wrapper > p > span {
  font-weight: 600;
  color: #0073BA;
}
.rotc-info .rotc-info-wrapper > p > b {
  font-weight: 600;
}
.rotc-info .rotc-info-wrapper > p > b > a {
  color: #318FE4;
  text-decoration-line: underline !important;
  transition: color 0.5s ease-out;
}
.rotc-info .rotc-info-wrapper > p > b > a:hover {
  color: #0047AB;
}
.rotc-info .rotc-info-wrapper > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 22px 0;
  padding: 0 0 0 25px;
}
.rotc-info .rotc-info-wrapper > ul > li {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  list-style-type: disc;
  list-style-position: outside;
}
.rotc-info .rotc-info-wrapper > ul > li > a {
  color: #318FE4;
  text-decoration-line: underline !important;
  transition: color 0.5s ease-out;
}
.rotc-info .rotc-info-wrapper > ul > li > a:hover {
  color: #0047AB;
}
.rotc-info .rotc-info-wrapper > ul > li > b {
  font-weight: 700;
}
.rotc-info .rotc-info-wrapper > ul > li > span {
  color: #0073BA;
}
.rotc-info .rotc-info-wrapper > a {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4667rem;
  line-height: 2rem;
  color: #318FE4;
  text-transform: capitalize;
  transition: color 0.5s ease-out, transform 0.5s ease-out, fill 0.5s ease-out;
}
.rotc-info .rotc-info-wrapper > a > svg {
  width: 24px;
  height: 24px;
  object-fit: cover;
  transition: color 0.5s ease-out, transform 0.5s ease-out, fill 0.5s ease-out;
  margin: 0 0 -6px 0 !important;
}
.rotc-info .rotc-info-wrapper > a > svg path {
  transition: color 0.5s ease-out, transform 0.5s ease-out, fill 0.5s ease-out;
}
.rotc-info .rotc-info-wrapper > a:hover {
  color: #0047AB;
}
.rotc-info .rotc-info-wrapper > a:hover > svg {
  transform: translateX(5px);
}
.rotc-info .rotc-info-wrapper > a:hover > svg path {
  fill: #0047AB;
}
.rotc-info .rotc-info-wrapper .rotc-info-cards {
  margin: 95px 0 157px 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.rotc-info .rotc-info-wrapper .rotc-info-cards .rotc-info-card {
  border-radius: 8px;
  background: #F6F8F9;
  padding: 35px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rotc-info .rotc-info-wrapper .rotc-info-cards .rotc-info-card > img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  margin: 0 0 31px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-cards .rotc-info-card > h6 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4667rem;
  line-height: 2.2rem;
  color: #1E2D5D;
  text-align: center;
  margin: 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-cards .rotc-info-card > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #1E2D5D;
  text-align: center;
  margin: 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-cards .rotc-info-card > a {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #0073BA;
  text-decoration-line: underline !important;
  transition: color 0.5s ease-out;
}
.rotc-info .rotc-info-wrapper .rotc-info-cards .rotc-info-card > a:hover {
  color: #0047AB;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 57px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr {
  max-width: 682px;
  width: 100%;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > h1 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 3.0667rem;
  line-height: 4.8rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > h2 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.0667rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > h3 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.7333rem;
  line-height: 2.4rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2667rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > h5,
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > h6 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4667rem;
  line-height: 2.1333rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > img {
  display: none;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  margin: 0 0 24px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > p > span {
  font-weight: 600;
  color: #0073BA;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > p > b {
  font-weight: 600;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > p > b > a {
  color: #318FE4;
  text-decoration-line: underline !important;
  transition: color 0.5s ease-out;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > p > b > a:hover {
  color: #0047AB;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-img {
  max-width: 245px;
  width: 100%;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-img > img {
  width: 100%;
  object-fit: cover;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-blockquote {
  background: #eef2f4;
  padding: 1.25rem;
  max-width: 245px;
  width: 100%;
  height: max-content;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-blockquote > h5 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5333rem;
  line-height: 1.7333rem;
  color: #202841;
  margin: 0 0 12px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-blockquote > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  margin: 0 0 12px 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-blockquote > p:last-child {
  margin: 0;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-blockquote > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  background-color: #318FE4;
  border: 1px solid #318FE4;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 12px;
  max-width: 150px;
  transition: background-color 0.5s ease-out, border 0.5s ease-out, color 0.5s ease-out;
}
.rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-blockquote > a:hover {
  background-color: #1a75c8;
  border: 1px solid #1a75c8;
}
.rotc-info .rotc-info-wrapper .rotc-info-images {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.rotc-info .rotc-info-wrapper .rotc-info-images .rotc-info-img {
  max-width: 310px;
  max-height: 231px;
  min-height: 231px;
}
.rotc-info .rotc-info-wrapper .rotc-info-images .rotc-info-img > a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.rotc-info .rotc-info-wrapper .rotc-info-images .rotc-info-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rotc-info .rotc-info-wrapper .rotc-info-images .rotc-info-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-mp-title .rotc-info {
  padding: 40px 0;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rotc-info .rotc-info-wrapper > h1 {
    line-height: 3.6667rem;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > h1 {
    line-height: 3.6667rem;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-img {
    max-width: 200px;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-images .rotc-info-img {
    max-height: 201px;
    min-height: 201px;
  }
}
@media (max-width: 768px) {
  .rotc-info {
    padding: 19px 0 55px 0;
  }
  .rotc-info .rotc-info-wrapper > h1 {
    line-height: 3.6667rem;
    margin: 0 0 20px 0;
  }
  .rotc-info .rotc-info-wrapper > p {
    margin: 0 0 20px 0;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-cards {
    margin: 47px 0 0 0 !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-cards .rotc-info-card {
    padding: 35px 14px 40px 14px;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-inner {
    gap: 0;
    margin: 0 0 41px 0;
    flex-direction: column;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr {
    max-width: 100%;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > h1 {
    line-height: 3.6667rem;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-width: 201px;
    max-height: 190px;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-descr > p {
    margin: 0 0 27px 0;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-img {
    display: none;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-inner .rotc-info-blockquote {
    max-width: 100%;
    height: 100%;
    margin: 27px 0 0 0;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-images {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    margin: 0 -18px 0 0;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-images .rotc-info-img {
    flex-shrink: 0;
  }
  .rotc-info .rotc-info-wrapper .rotc-info-images .rotc-info-img:last-child {
    margin: 0 18px 0 0;
  }
  .block-mp-title .rotc-info {
    padding: 30px 0;
  }
}
@media (max-width: 350px) {
  .rotc-info .rotc-info-wrapper .rotc-info-images .rotc-info-img {
    max-width: 270px;
    max-height: 200px;
    min-height: 200px;
  }
}
.rotc-history {
  padding: 63px 0 69px 0;
  background: linear-gradient(to bottom, #F6F8F9 78%, #FFFFFF 22%);
}
.rotc-history .rotc-history-wrapper > h2 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 3.0667rem;
  line-height: 4.8rem;
  color: #202841;
  margin: 0 0 48px 0;
}
.rotc-history .rotc-history-wrapper > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #202841;
  margin: 0 0 30px 0;
}
.rotc-history .rotc-history-wrapper > p > b {
  font-weight: 600;
}
.rotc-history .rotc-history-wrapper .rotc-history-video {
  position: relative;
  padding-top: 56.25%;
  margin: 60px 0 0 0;
  border-radius: 16px;
}
.rotc-history .rotc-history-wrapper .rotc-history-video > iframe {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .rotc-history {
    padding: 52px 0 76px 0;
    background: linear-gradient(to bottom, #F6F8F9 88%, #FFFFFF 12%);
  }
  .rotc-history .rotc-history-wrapper > h2 {
    margin: 0 0 20px 0;
  }
  .rotc-history .rotc-history-wrapper > p {
    margin: 0 0 25px 0;
  }
  .rotc-history .rotc-history-wrapper .rotc-history-video {
    margin: 46px 0 0 0;
    border-radius: 8px;
  }
  .rotc-history .rotc-history-wrapper .rotc-history-video > iframe {
    border-radius: 8px;
  }
}
.rotc-banner-with-text {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
}
.rotc-banner-with-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.rotc-banner-with-text .rotc-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rotc-banner-with-text .rotc-banner-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rotc-banner-with-text .rotc-banner-text {
  position: relative;
  z-index: 1;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
.rotc-banner-with-text .rotc-banner-text > h1 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 4.6667rem;
  line-height: 5.2rem;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 29px 0;
}
.rotc-banner-with-text .rotc-banner-text > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #FFFFFF;
  margin: 0 0 50px 0;
}
.rotc-banner-with-text .rotc-banner-text > a {
  width: max-content;
  font-size: 1.4667rem;
  line-height: 1.8rem;
  padding: 15px 24.5px;
  min-width: 320px;
}
.rotc-banner-with-text .rotc-banner-text > a:hover {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #318FE4;
}

@media (max-width: 768px) {
  .rotc-banner-with-text .rotc-banner-text > h1 {
    font-size: 3.4667rem;
    line-height: 4rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .rotc-banner-with-text .rotc-banner-text > p {
    margin: 0 0 36px 0;
    text-align: center;
  }
  .rotc-banner-with-text .rotc-banner-text > a {
    padding: 15px;
    min-width: 284px;
    max-width: 284px;
    margin: 0 auto;
  }
}
.rotc-cards {
  padding: 20px 0 72px 0;
}
.rotc-cards .rotc-cards-wrapper > h2 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 3.0667rem;
  line-height: 3.4rem;
  color: #202841;
  margin: 0 0 41px 0;
}
.rotc-cards .rotc-cards-wrapper > h3 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 2.1333rem;
  line-height: 2.1333rem;
  color: #202841;
  margin: 34px 0 12px 0;
}
.rotc-cards .rotc-cards-wrapper > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  margin: 0 0 18px 0;
}
.rotc-cards .rotc-cards-wrapper > p > span {
  color: #0073BA;
  font-weight: 600;
}
.rotc-cards .rotc-cards-wrapper > p > a {
  color: #0073BA;
  text-decoration-line: underline;
  transition: color 0.5s ease-out;
}
.rotc-cards .rotc-cards-wrapper > p > a:hover {
  color: #0047AB;
}
.rotc-cards .rotc-cards-wrapper > p > b {
  font-weight: 700;
}
.rotc-cards .rotc-cards-wrapper > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rotc-cards .rotc-cards-wrapper > ul > li {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
}
.rotc-cards .rotc-cards-wrapper > ul > li > a {
  color: #0073BA;
  text-decoration-line: underline;
  transition: color 0.5s ease-out;
}
.rotc-cards .rotc-cards-wrapper > ul > li > a:hover {
  color: #0047AB;
}
.rotc-cards .rotc-cards-wrapper > ul > li > b {
  font-weight: 700;
}
.rotc-cards .rotc-cards-wrapper > a {
  font-size: 1.4667rem;
  line-height: 1.8rem;
  padding: 15px;
  width: max-content;
  margin: 0 auto;
  min-width: 438px;
}
.rotc-cards .rotc-cards-wrapper .rotc-cards-items {
  margin: 42px 0 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.rotc-cards .rotc-cards-wrapper .rotc-cards-items .rotc-card-item > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  transition: transform 0.5s ease-out;
}
.rotc-cards .rotc-cards-wrapper .rotc-cards-items .rotc-card-item > a > img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 357px;
  min-height: 357px;
}
.rotc-cards .rotc-cards-wrapper .rotc-cards-items .rotc-card-item > a .descr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #0047AB;
  padding: 8px 18px;
}
.rotc-cards .rotc-cards-wrapper .rotc-cards-items .rotc-card-item > a .descr > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #FFFFFF;
  margin: 0;
}
.rotc-cards .rotc-cards-wrapper .rotc-cards-items .rotc-card-item > a:hover {
  transform: translateY(-5px);
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rotc-cards .rotc-cards-wrapper .rotc-cards-items .rotc-card-item > a > img {
    max-height: 297px;
    min-height: 297px;
  }
}
@media (max-width: 768px) {
  .rotc-cards {
    padding: 20px 0 55px 0;
  }
  .rotc-cards .rotc-cards-wrapper > h2 {
    font-size: 2.1333rem;
    line-height: 2.4rem;
    margin: 0 0 20px 0;
  }
  .rotc-cards .rotc-cards-wrapper > h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 24px 0 20px 0;
  }
  .rotc-cards .rotc-cards-wrapper > a {
    font-size: 1.2rem;
    line-height: 1.4rem;
    width: 100%;
    min-width: auto;
    max-width: 330px;
  }
  .rotc-cards .rotc-cards-wrapper .rotc-cards-items {
    margin: 30px 0;
  }
  .rotc-cards .rotc-cards-wrapper .rotc-cards-items .rotc-card-item > a > img {
    max-height: 297px;
    min-height: 297px;
  }
}
@media (max-width: 680px) {
  .rotc-cards .rotc-cards-wrapper .rotc-cards-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .rotc-cards .rotc-cards-wrapper .rotc-cards-items .rotc-card-item > a > img {
    max-height: 280px;
    min-height: 280px;
    object-position: top center;
  }
}
.rotc-contact-form {
  padding: 20px 0 50px 0;
}
.rotc-contact-form .rotc-contact-form-wrapper > h2 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 3.0667rem;
  line-height: 3.4rem;
  color: #202841;
  margin: 0 0 41px 0;
}
.rotc-contact-form .rotc-contact-form-wrapper > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  margin: 0 0 30px 0;
}

@media (max-width: 768px) {
  .rotc-contact-form {
    padding: 20px 0 30px 0;
  }
  .rotc-contact-form .rotc-contact-form-wrapper > h2 {
    font-size: 2.1333rem;
    line-height: 2.4rem;
    margin: 0 0 20px 0;
  }
  .rotc-contact-form .rotc-contact-form-wrapper > p {
    margin: 0 0 20px 0;
  }
}
.rotc-items {
  padding: 51px 0 100px 0;
}
.rotc-items .rotc-items-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.rotc-items .rotc-items-wrapper .rotc-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 63px 27px 65px 61px;
  background: #F6F8F9;
}
.rotc-items .rotc-items-wrapper .rotc-item:nth-child(even) {
  background: #ECF3F6;
  padding: 63px 37px 65px 50px;
}
.rotc-items .rotc-items-wrapper .rotc-item > h3 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 2.1333rem;
  line-height: 3.4rem;
  color: #202841;
  margin: 0 0 10px 0;
}
.rotc-items .rotc-items-wrapper .rotc-item > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #202841;
  margin: 0 0 18px 0;
}
.rotc-items .rotc-items-wrapper .rotc-item > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 0 0 25px;
  margin: 0 0 18px 0;
}
.rotc-items .rotc-items-wrapper .rotc-item > ul:last-child {
  margin: 0;
}
.rotc-items .rotc-items-wrapper .rotc-item > ul > li {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #202841;
  list-style-type: disc;
  list-style-position: outside;
}
.rotc-items .rotc-items-wrapper .rotc-item > ul > li > a {
  color: #202841 !important;
  text-decoration: underline !important;
  transition: color 0.5s ease-out;
}
.rotc-items .rotc-items-wrapper .rotc-item > ul > li > a:hover {
  color: #318FE4 !important;
}
.rotc-items .rotc-items-wrapper .rotc-item > ul > li > b {
  font-weight: 700;
}
.rotc-items .rotc-items-wrapper .rotc-item > a {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.7333rem;
  color: #318FE4;
  text-transform: capitalize;
  transition: color 0.5s ease-out, transform 0.5s ease-out, fill 0.5s ease-out;
  margin-top: auto;
}
.rotc-items .rotc-items-wrapper .rotc-item > a > svg {
  width: 22px;
  height: 22px;
  object-fit: cover;
  transition: color 0.5s ease-out, transform 0.5s ease-out, fill 0.5s ease-out;
  margin: 0 0 -5px 0 !important;
}
.rotc-items .rotc-items-wrapper .rotc-item > a > svg path {
  transition: color 0.5s ease-out, transform 0.5s ease-out, fill 0.5s ease-out;
}
.rotc-items .rotc-items-wrapper .rotc-item > a:hover {
  color: #0047AB;
}
.rotc-items .rotc-items-wrapper .rotc-item > a:hover > svg {
  transform: translateX(5px);
}
.rotc-items .rotc-items-wrapper .rotc-item > a:hover > svg path {
  fill: #0047AB;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rotc-items .rotc-items-wrapper .rotc-item {
    padding: 60px 25px;
  }
  .rotc-items .rotc-items-wrapper .rotc-item:nth-child(even) {
    padding: 60px 25px;
  }
  .rotc-items .rotc-items-wrapper .rotc-item > h3 {
    font-size: 1.8667rem;
    line-height: 3.2rem;
  }
  .rotc-items .rotc-items-wrapper .rotc-item > a {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .rotc-items {
    padding: 30px 0 60px 0;
  }
  .rotc-items .rotc-items-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .rotc-items .rotc-items-wrapper .rotc-item {
    padding: 40px 16px;
  }
  .rotc-items .rotc-items-wrapper .rotc-item:nth-child(even) {
    padding: 40px 16px;
  }
  .rotc-items .rotc-items-wrapper .rotc-item > h3 {
    font-size: 1.6rem;
    line-height: 2.9333rem;
  }
  .rotc-items .rotc-items-wrapper .rotc-item > p {
    font-size: 1.0667rem;
    line-height: 1.4667rem;
    margin: 0 0 15px 0;
  }
  .rotc-items .rotc-items-wrapper .rotc-item > ul {
    gap: 15px;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
  }
  .rotc-items .rotc-items-wrapper .rotc-item > ul:last-child {
    margin: 0;
  }
  .rotc-items .rotc-items-wrapper .rotc-item > ul > li {
    font-size: 1.0667rem;
    line-height: 1.4667rem;
  }
  .rotc-items .rotc-items-wrapper .rotc-item > a {
    font-size: 1rem;
    line-height: 1.4667rem;
  }
  .rotc-items .rotc-items-wrapper .rotc-item > a > svg {
    width: 20px;
    height: 18px;
  }
}
.rotc-slider {
  padding: 93px 0 113px 0;
}
.rotc-slider .rotc-slider-wrapper > h2 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 3.0667rem;
  line-height: 3.4rem;
  color: #202841;
  margin: 0 0 40px 0;
}
.rotc-slider .rotc-slider-wrapper > h3 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.7333rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-slider .rotc-slider-wrapper > h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.7333rem;
  line-height: 2.0667rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-slider .rotc-slider-wrapper > h5,
.rotc-slider .rotc-slider-wrapper > h6 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4667rem;
  line-height: 1.8rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-slider .rotc-slider-wrapper > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-slider .rotc-slider-wrapper > p > a {
  color: #318FE4 !important;
  text-decoration-line: underline !important;
  transition: color 0.5s ease-out;
}
.rotc-slider .rotc-slider-wrapper > p > a:hover {
  color: #0047AB !important;
}
.rotc-slider .rotc-slider-wrapper > p > b {
  font-weight: 700;
}
.rotc-slider .rotc-slider-wrapper > p > span {
  color: #0073BA;
}
.rotc-slider .rotc-slider-wrapper > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rotc-slider .rotc-slider-wrapper > ul > li {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5333rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-slider .rotc-slider-wrapper > ul > li > a {
  color: #318FE4 !important;
  text-decoration-line: underline !important;
  transition: color 0.5s ease-out;
}
.rotc-slider .rotc-slider-wrapper > ul > li > a:hover {
  color: #0047AB !important;
}
.rotc-slider .rotc-slider-wrapper > ul > li > b {
  font-weight: 700;
}
.rotc-slider .rotc-slider-wrapper > ul > li > span {
  color: #0073BA;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items {
  margin: 50px -5px 26px -5px;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .slick-list,
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .slick-track {
  display: flex;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item {
  border-radius: 8px;
  background: #F6F8F9;
  padding: 31px 27px 27px 27px;
  margin: 0 5px;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-img {
  display: flex;
  gap: 8px;
  max-width: 169px;
  width: 100%;
  max-height: 158px;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-img .blockquote-img > img {
  width: 29px;
  height: 26px;
  object-fit: cover;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-img .main-img {
  margin-top: auto;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-img .main-img > img {
  width: 132px;
  height: 132px;
  max-width: 132px;
  max-height: 132px;
  min-width: 132px;
  min-height: 132px;
  object-fit: cover;
  border-radius: 50%;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr {
  display: flex;
  gap: 33px;
  max-width: 631px;
  width: 100%;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text {
  margin: 0 0 26px 0;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > p {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.3333rem;
  line-height: 1.8667rem;
  color: #202841;
  margin: 0 0 20px 0;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > p > b {
  font-weight: 600;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > p > a {
  color: #318FE4 !important;
  text-decoration-line: underline !important;
  transition: color 0.5s ease-out;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > p > a:hover {
  color: #0047AB !important;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > p > span {
  color: #0073BA;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > ul > li {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1.3333rem;
  line-height: 1.8667rem;
  color: #202841;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > ul > li > b {
  font-weight: 600;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > ul > li > a {
  color: #318FE4 !important;
  text-decoration-line: underline !important;
  transition: color 0.5s ease-out;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > ul > li > a:hover {
  color: #0047AB !important;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > ul > li > span {
  color: #0073BA;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .blockquote-img {
  margin-top: auto;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .blockquote-img > img {
  width: 29px;
  height: 26px;
  object-fit: cover;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .slick-arrow {
  background: transparent;
  padding: 0;
  z-index: 1;
  cursor: pointer;
  transition: transform 0.5s ease-out;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .slick-arrow > img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .slick-arrow:hover {
  transform: translateX(-5px);
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .slick-arrow.slick-next:hover {
  transform: translateX(5px);
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .rotc-slider-counter {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4667rem;
  line-height: 1.4667rem;
  color: #1E2D5D;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .rotc-slider-counter > span {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4667rem;
  line-height: 1.4667rem;
  color: #1E2D5D;
  margin: 0;
}
.rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .rotc-slider-counter > span.current {
  font-weight: 700;
  color: #318FE4;
}

@media (max-width: 768px) {
  .rotc-slider {
    padding: 40px 0 60px 0;
  }
  .rotc-slider .rotc-slider-wrapper > h2 {
    margin: 0 0 20px 0;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items {
    margin: 30px -5px 25px -5px;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item {
    padding: 30px 20px;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box {
    flex-direction: column;
    gap: 30px;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-img {
    max-width: 100%;
    flex-direction: column;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-img .main-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr {
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text {
    margin: 0;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > p {
    font-size: 1.2rem;
    line-height: 1.5333rem;
    text-align: center;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .rotc-slider-item-text > ul > li {
    font-size: 1.2rem;
    line-height: 1.5333rem;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-items .rotc-slider-item .rotc-slider-item-box .rotc-slider-item-descr .blockquote-img {
    margin-left: auto;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .slick-arrow > img {
    width: 28px;
    height: 28px;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .rotc-slider-counter {
    font-size: 1.3333rem;
    line-height: 1.3333rem;
  }
  .rotc-slider .rotc-slider-wrapper .rotc-slider-navigate .slider-arrows .rotc-slider-counter > span {
    font-size: 1.3333rem;
    line-height: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  div#mobile-menu {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  [data-element=search] {
    box-sizing: border-box;
    display: flex;
    min-height: 42px;
    overflow: hidden;
    position: relative;
    width: 300px;
  }
  [data-element=search]:not(.has-text) div.action svg:nth-child(1) {
    opacity: 1;
  }
  [data-element=search]:not(.has-text) div.action svg:nth-child(2) {
    opacity: 0;
  }
  [data-element=search].has-text div.action svg:nth-child(1) {
    opacity: 0;
  }
  [data-element=search].has-text div.action svg:nth-child(2) {
    opacity: 1;
  }
  [data-element=search] input {
    border: 0;
    box-sizing: border-box;
    height: inherit;
    outline: none;
    padding: 0 50px 0 15px;
    width: 100%;
  }
  [data-element=search] div.action {
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 1;
  }
  [data-element=search] div.action svg {
    transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
    display: block;
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit;
  }
  [data-element=search] div.action svg path {
    fill: #3f5878;
  }
  div#mobile-menu {
    padding-top: 65px !important;
  }
  div#mobile-menu {
    transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), transform 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    opacity: 0;
    padding-top: 70px;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    visibility: hidden;
    width: 100vw;
    z-index: 3;
  }
  div#mobile-menu div.container {
    margin: 0 !important;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100vw - var(--scrollbar));
  }
  div#mobile-menu div.container div.spacer {
    display: block;
    height: 35px;
    width: 100%;
  }
  div#mobile-menu div.container div.wrap-menu {
    overflow: hidden;
  }
  div#mobile-menu div.container div.wrap-menu ul.menu > li > a, div#mobile-menu div.container div.wrap-menu ul.sub-menu > li > a {
    padding-left: 25px;
    padding-right: 25px;
  }
  div#mobile-menu div.container div.wrap-menu > ul.menu > li > a, div#mobile-menu div.container div.wrap-menu > ul.menu > li > span {
    transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
  }
  div#mobile-menu div.container div.wrap-menu > ul.menu > li > a {
    font-weight: bold;
  }
  div#mobile-menu div.container div.wrap-menu.is-not-root > ul.menu > li > a, div#mobile-menu div.container div.wrap-menu.is-not-root > ul.menu > li > span {
    opacity: 0;
  }
  div#mobile-menu div.container div.wrap-menu.is-not-root div.wrap-sub-menu {
    opacity: 0;
  }
  div#mobile-menu div.container div.wrap-sub-menu {
    transition: opacity 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), transform 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655), visibility 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
    position: absolute;
    top: 0;
    background-color: #ffffff;
    width: 100%;
  }
  div#mobile-menu div.container div.wrap-sub-menu:not(.is-visible) {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
  }
  div#mobile-menu div.container div.wrap-sub-menu.is-visible {
    opacity: 1 !important;
    transform: translateX(0%) !important;
    visibility: visible !important;
    z-index: 1000;
  }
  div#mobile-menu div.container div.wrap-sub-menu div.title {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 0 25px 25px;
    position: relative;
    border-bottom: 1px solid #E8EEF2;
  }
  div#mobile-menu div.container div.wrap-sub-menu div.title > * {
    flex-basis: 100%;
  }
  div#mobile-menu div.container div.wrap-sub-menu div.title span:nth-child(1) {
    background-image: url("https://residential.keiseruniversity.edu/wp-content/themes/keiser-flagship//assets/svg/arrow-left-long.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 16px;
    font-size: 0.97rem;
    padding-left: 25px;
    color: #123a5c;
  }
  div#mobile-menu div.container div.wrap-sub-menu div.title span:nth-child(2) {
    font-size: 1.19rem;
    font-weight: bold;
    color: #123a5c;
  }
  div#mobile-menu div.container ul.menu {
    list-style: none;
    margin: 15px 0 15px 0;
    padding: 0;
    position: relative;
  }
  div#mobile-menu div.container ul.menu, div#mobile-menu div.container ul.menu ul {
    list-style: none !important;
  }
  div#mobile-menu div.container ul.menu.small a {
    font-size: 1.19rem !important;
  }
  div#mobile-menu div.container ul.menu a {
    color: #123a5c;
    display: block;
    font-size: 1.19rem;
    text-decoration: none;
  }
  div#mobile-menu div.container ul.menu li {
    align-items: center;
    display: flex;
    margin: 15px 0 15px 0;
    padding: 0;
  }
  div#mobile-menu div.container ul.menu li span.expand {
    padding-right: 25px;
    width: 37px !important;
    flex-shrink: 0;
  }
  div#mobile-menu div.container ul.menu li > a {
    flex-grow: 1;
  }
  div#mobile-menu div.container ul.menu li > div > ul {
    padding-top: 25px !important;
  }
  div#mobile-menu div.container ul.menu li.has-sub-menu > span {
    transition: transform 150ms cubic-bezier(0.77, 0.005, 0.41, 0.655);
    background-image: url("https://residential.keiseruniversity.edu/wp-content/themes/keiser-flagship//assets/svg/arrow-right-blue.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 12px;
    width: 12px;
  }
  div#mobile-menu div.container ul.menu li.has-sub-menu.is-selected > span {
    transform: rotate(180deg);
  }
  div#mobile-menu div.container ul.sub-menu {
    padding-left: 0;
  }
  div#mobile-menu div.container hr {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #E8EEF2;
    margin: 25px 0 25px 0;
  }
  div#mobile-menu div.container ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  div#mobile-menu div.container ul.links > li > a {
    color: #1E2D5D;
    display: block;
    font-size: 1.08rem;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    text-transform: uppercase;
  }
  div#mobile-menu div.container ul.links li.menu-item-has-children > a {
    align-items: center;
    display: flex;
  }
  div#mobile-menu div.container ul.links li.menu-item-has-children > a:after {
    background-image: url("https://residential.keiseruniversity.edu/wp-content/themes/keiser-flagship//assets/svg/arrow-down-dark-blue.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 12px;
    margin-left: 15px;
    width: 12px;
  }
  div#mobile-menu div.container ul.links li.menu-item-has-children.is-opened > a:after {
    transform: rotate(180deg);
  }
  div#mobile-menu div.container ul.links div.wrap-sub-links {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  div#mobile-menu div.container ul.links div.wrap-sub-links > ul.sub-menu {
    padding-top: 15px !important;
  }
  div#mobile-menu div.container ul.links > li + li {
    margin: 15px 0 15px 0;
  }
  div#mobile-menu div.container ul.links ul.sub-menu {
    list-style: none;
    padding-left: 25px;
  }
  div#mobile-menu div.container ul.links ul.sub-menu a {
    color: #1E2D5D;
    display: block;
    font-size: 1.08rem;
    text-decoration: none;
  }
  div#mobile-menu div.container div[data-element=search] {
    border-collapse: collapse;
    border-radius: 5px;
    border: 1px solid #D6D6D7;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    margin: 0 25px;
    width: calc(100% - 50px);
  }
  body.has-mobile-menu-open div#mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=style.css.map */
